/*
Theme Name: Sinova Child
Template: sinova
Version: 1.1 (reorganized + font-size fixes)
*/

/* =========================================================
   0. RESET / BASE FIXES
   ========================================================= */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px !important;
}

html,
body {
    overflow-x: hidden !important;
}

/* =========================================================
   1. CSS COLOR VARIABLES — change ONLY these to re-theme
   ========================================================= */

:root {
    /* Base Colors */
    --color-gold: #c7a24d;
    --color-black: #9ca3af;
    --color-white: #ffffff;

    /* RGB */
    --color-gold-rgb: 199, 162, 77;
    --color-black-rgb: 156, 163, 175;
    --color-white-rgb: 255, 255, 255;

    /* Derived */
    --color-gold-hover: color-mix(in srgb, var(--color-gold) 85%, white);

    --color-black-2: color-mix(in srgb, var(--color-black) 92%, black 8%);
    --color-black-3: color-mix(in srgb, var(--color-black) 85%, black 15%);
    --color-black-soft: color-mix(in srgb, var(--color-black) 75%, black 25%);
    --color-black-deep: color-mix(in srgb, var(--color-black) 65%, black 35%);
    --color-black-menu: color-mix(in srgb, var(--color-black) 55%, black 45%);

    --color-border-dark: rgba(var(--color-black-rgb), 0.25);
    --color-border-light: rgba(var(--color-gold-rgb), 0.25);
}

/* =========================================================
   2. FONT FACES — Cormorant Garamond
   ========================================================= */

@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/fonts/CormorantGaramond-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/fonts/CormorantGaramond-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/fonts/CormorantGaramond-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/fonts/CormorantGaramond-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/fonts/CormorantGaramond-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* =========================================================
   3. FONT FACES — Inter
   ========================================================= */

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter_18pt-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter_18pt-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter_18pt-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter_18pt-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter_18pt-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter_18pt-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* =========================================================
   4. GLOBAL TYPOGRAPHY
   ========================================================= */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Inter", sans-serif;
}

.font-heading,
h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700 !important;
}

p {
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
}

a {
    font-family: "Inter", sans-serif;
}

ul, ol, li {
    font-family: "Inter", sans-serif;
}

button, input, select, textarea,
.btn, .wp-element-button {
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
}

/* ---------------------------------------------------------
   4.1 Headings — H1 responsive scale
   Matches live site classes: text-4xl → md:text-5xl → lg:text-6xl
   leading-[1.1] applies at every breakpoint
   --------------------------------------------------------- */

h1 {
    font-size: 2.25rem !important;  /* text-4xl  (36px) — mobile/base */
    line-height: 1.1 !important;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3rem !important;  /* md:text-5xl (48px) */
        line-height: 1.1 !important;
    }
}

@media (min-width:1024px){

    body:not(.home) .lg\:text-6xl{
        font-size:3rem !important; /* 48px */
    }

    .home .lg\:text-6xl{
        font-size:3.75rem !important; /* 60px */
    }

}

/* ---------------------------------------------------------
   4.2 Text size utilities (Tailwind-equivalent, deduped)
   --------------------------------------------------------- */

.text-lg {
    font-size: 1.125rem !important;  /* 18px */
    line-height: 1.75rem !important; /* 28px */
    font-weight: 400 !important;
}

@media (min-width: 768px) {
    .md\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
}

@media (min-width: 1024px) {
    .lg\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }
}

.font-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------------------
   4.3 Logo
   --------------------------------------------------------- */

.site-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600 !important;
}

.sinova-logo img {
    height: 60px !important; /* desktop default */
}

/* =========================================================
   5. MENU
   ========================================================= */

header,
header a,
header span,
.sinova-menu,
.sinova-menu a,
.sinova-menu li {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
}

.sinova-menu > li.menu-item-has-children {
    position: relative;
}

.sinova-menu > li.menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10px;
}

.sinova-menu > li > a {
    padding: unset !important;
}

.sinova-menu > .menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sinova-menu > .menu-item-has-children > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #d1d5db;
    border-bottom: 2px solid #d1d5db;
    transform: rotate(45deg);
    transition: .3s;
    margin-top: -3px;
}

.sinova-menu > .menu-item-has-children:hover > a::after {
    border-color: var(--color-gold);
    transform: rotate(225deg);
}

/* Mega menu / submenu */
.sinova-menu > li.menu-item-has-children > .sub-menu {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 0px !important;
    background: rgba(17, 17, 17, .90) !important;
backdrop-filter: blur(16px) !important;
-webkit-backdrop-filter: blur(16px) !important;
border: 1px solid rgba(199, 162, 77, .20) !important;
border-radius: 10px !important;

    padding: 24px !important;
    width: 600px !important;
    max-width: 600px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 24px !important;
    row-gap: 4px !important;
    list-style: none !important;
    z-index: 999 !important;
    box-sizing: border-box !important;
}

.sinova-menu > li.menu-item-has-children:hover > .sub-menu {
    display: grid !important;
}

.sinova-menu > li.menu-item-has-children > .sub-menu > li {
    margin: 0 !important;
    width: auto !important;
}

.sinova-menu > li.menu-item-has-children > .sub-menu > li > a {
    display: block !important;
    color: #d1d5db !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 6px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .05) !important;
    transition: color .3s ease !important;
}

.sinova-menu > li.menu-item-has-children > .sub-menu > li:last-child > a,
.sinova-menu > li.menu-item-has-children > .sub-menu > li:nth-last-child(2) > a {
    border-bottom: none !important;
}

.sinova-menu > li.menu-item-has-children > .sub-menu > li > a:hover {
    color: var(--color-gold) !important;
}

/* =========================================================
   6. MOBILE MENU
   ========================================================= */

@media (max-width: 768px) {
    .logo-subtitle {
        font-size: 9px;
    }

    .logo-height {
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        gap: 0;
    }

    .sinova-logo img {
        height: 44px !important;
        margin-top: 0 !important;
    }

    .logo-text {
        align-items: flex-start;
    }
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-list li {
    border-bottom: 1px solid var(--color-border-dark);
}

.mobile-menu-list li a {
    display: block;
    padding: 16px 0;
    color: var(--color-white);
}

.mobile-menu-list .sub-menu {
    display: none;
    padding-left: 20px;
}

.mobile-menu-list .menu-item-has-children.open > .sub-menu {
    display: block;
}

.mobile-menu-list .menu-item-has-children > a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.mobile-arrow {
    color: var(--color-gold);
    font-size: 14px;
    transition: transform .3s ease;
}

.mobile-menu-list .menu-item-has-children.open > a .mobile-arrow {
    transform: rotate(180deg);
}

#mobile-menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: none;
    overflow-y: auto;
}

#mobile-menu.active {
    display: block;
}

body.menu-open {
    overflow: hidden;
}

/* =========================================================
   7. BUTTONS / FILTER BUTTONS
   ========================================================= */

.filter-btn.active {
    background: #c7a24d !important;
    color: #121212 !important;
    border-color: var(--color-black) !important;
}

.filter-btn:not(.active) {
    background: #292929;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    border: 1px solid #ffffff0d !important;
}

/* =========================================================
   8. CONTACT FORM 7
   ========================================================= */

.contactform {
    background: #292929;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 4px;
    padding: 40px;
}

.cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.cf7-full {
    margin-bottom: 24px;
}

.cf7-field label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.contactform input:not([type="submit"]),
.contactform select,
.contactform textarea {
    width: 100%;
    height: 52px;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 0 16px;
    transition: .3s;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

.contactform textarea {
    height: 160px;
    padding: 16px;
    resize: none;
}

.contactform input::placeholder,
.contactform textarea::placeholder {
    color: #9d9d9d;
}

.contactform input:focus,
.contactform select:focus,
.contactform textarea:focus {
    border-color: var(--color-gold);
    outline: none;
}

.contactform select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23A57A41' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

.contactform .wpcf7-submit {
    background: var(--color-gold);
    color: #121212;
    border: none;
    border-radius: 4px;
    padding: 15px 34px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 230px;
    background-image: url("https://skarosoft.com/sinova/wp-content/uploads/2026/06/send.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 22px center;
    padding-right: 56px;
}

.contactform .wpcf7-submit:hover {
    background: var(--color-gold-hover);
}

.contactform input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-image: url("https://skarosoft.com/sinova/wp-content/uploads/2026/06/send.svg");
    background-repeat: no-repeat;
    background-position: right 20% center;
    background-size: 15px 15px;
    padding-right: 55px;
    width: 40%;
}

.contactform .wpcf7-not-valid {
    border-color: #ff5b5b !important;
}

.contactform .wpcf7-not-valid-tip {
    color: #ffb4b4;
    font-size: 13px;
    margin-top: 6px;
}

.contactform .wpcf7-spinner {
    margin-left: 15px;
}

@media (max-width: 768px) {
    .contactform {
        padding: 24px;
    }

    .cf7-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contactform .wpcf7-submit {
        width: 100%;
        background-position: right 20px center;
    }

    .contactform input.wpcf7-form-control.wpcf7-submit.has-spinner {
        background-position: right 10% center !important;
        width: 100% !important;
    }
}

/* =========================================================
   9. PROJECT CARDS
   ========================================================= */

.project-card {
    transition: all .3s ease;
}

.project-card:hover {
    border-color: var(--color-gold);
}

.project-card img {
    transition: transform .5s ease;
}

.project-card:hover img {
    transform: scale(1.05);
}

/* =========================================================
   10. COLOR / BACKGROUND UTILITIES
   ========================================================= */

.bg-gold {
    background-color: var(--color-gold);
    color: #000000;
}

.bg-cream {
    background-color: #f9f4eb;
}

.bg-onyx {
    background-color: #121212;
    
    border: none;
}

.bg-iron {
    background-color: #292929;
    border-color: #2e2e2e !important;
}

.text-cream {
    color: #ffffff;
}

.text-gold {
    color: var(--color-gold) !important;
}

.text-umber {
    color: #6a4a1b !important;
}

.text-gray-300 {
    color: #d1d5db !important;
}

.border {
    border-color: #2e2e2e !important;
}

.border-gold {
    border-color: var(--color-gold);
}

.border-white\/5 {
    border-color: rgb(255 255 255 / 0.05) !important;
}

.border-gray-200 {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.box-border {
    border-color: #2e2e2e !important;
}

.footer-menu li a {
    color: #9ca3af !important;
}

.footer-menu li a:hover {
    color: #c7a24d !important;
}

.text-\[\#faf6ef\]\/20 {
    filter: brightness(0) saturate(100%) invert(87%) sepia(65%) saturate(6666%) hue-rotate(317deg) brightness(85%) contrast(80%);
}

.text-\[\#faf6ef\]\/50 {
    color: #ffffff !important;
}

.text-\[\#faf6ef\]\/60 {
    color: #9ca3af !important;
}

.text-\[\var(--color-gold)\],
.text-\[\#c9a24b\],
.lucide-info {
    filter: brightness(0) saturate(100%) invert(87%) sepia(65%) saturate(6666%) hue-rotate(317deg) brightness(85%) contrast(80%);
}
.lucide{
	filter: brightness(0) saturate(100%) invert(72%) sepia(43%) saturate(521%) hue-rotate(3deg) brightness(84%) contrast(88%) !important;
}
.lucide-arrow-right{
	filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(1558%) hue-rotate(227deg) brightness(71%) contrast(120%) !important;
}
header .lucide{
    filter: none !important;
}
.bg-\[\#c9a24b\]\/10 {
    background-color: unset !important;
}
.flex.flex-wrap.gap-2.mb-10 span.bg-\[\#c9a24b\]\/10{
    background-color: #292929 !important;
}
.bg-\[\#141414\] {
    align-items: center !important;
}
header a[href^="tel:"],
footer a[href^="tel:"]{
    color: inherit !important;
}

main a[href^="tel:"]{
    color:#c7a24d !important;
	 
}


img.text-gold {
    filter: brightness(0) saturate(100%) invert(72%) sepia(43%) saturate(521%) hue-rotate(3deg) brightness(84%) contrast(88%) !important;
}

.text-gold img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(43%) saturate(521%) hue-rotate(3deg) brightness(84%) contrast(88%) !important;
}

.text-gray-400 img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(12%) saturate(276%) hue-rotate(179deg) brightness(85%) contrast(87%);
}

/* =========================================================
   11. SPACING UTILITIES
   ========================================================= */

.flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mb-3 { margin-bottom: .75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }

.pad-home {
    padding-bottom: 2.375rem !important;
}

@media (max-width: 768px) {
    .pad-home {
        padding-top: 2.375rem !important;
    }

    .mb-8 {
        margin-bottom: unset !important;
    }
}

@media (min-width: 768px) {
    .md\:pt-36 {
        padding-top: 6rem !important;
    }
}
.sticky-nav{
    transition: all .35s ease;
}

.sticky-nav.is-sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: rgba(18,18,18,.30);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    border-bottom: 1px solid rgba(199,162,77,.15);

    box-shadow: 0 8px 30px rgba(0,0,0,.3);
}
.project-card .lucide-arrow-right{
    filter: brightness(0) saturate(100%)
            invert(72%) sepia(43%)
            saturate(521%) hue-rotate(3deg)
            brightness(84%) contrast(88%) !important;
}
@media (min-width: 1024px) {
  /* Desktop styles */
.desktop-nav{
	display: contents !important;
}
.desktop-nav ul{
	gap: 4rem !important;
}
}
    .lg\:py-32 {
        padding-top: 4rem !important;
        padding-bottom: 8rem;
    }
.flex.flex-wrap.gap-2.mb-10 > span{
    font-size:14px !important;
}