/* ============================================================
   MOLIANDINO PERU — UI/UX overlay
   Visual presentation only. Does not change markup or behavior.
   ============================================================ */

.preloader,
.preloader .loader-img,
.preloader .loader {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

:root {
    --brand: #c8102e;
    --brand-dark: #9b0c23;
    --brand-soft: rgba(200, 16, 46, 0.08);
    --ink: #141414;
    --ink-soft: #2a2a2a;
    --muted: #5f5f5f;
    --line: #e6e2dc;
    --paper: #faf8f5;
    --cream: #f3efe8;
    --white: #ffffff;
    --shadow: 0 12px 40px rgba(20, 20, 20, 0.08);
    --shadow-sm: 0 6px 20px rgba(20, 20, 20, 0.06);
    --radius: 14px;
    --radius-sm: 10px;
    --heading: "Cormorant Garamond", "Times New Roman", serif;
    --sans: "Plus Jakarta Sans", "Manrope", sans-serif;

    --primary-color: #c8102e;
    --title-color: #141414;
    --content-color: #5f5f5f;
    --bg-color: #f3efe8;
    --bg2-color: #faf8f5;
    --bg3-color: #f7f4ef;
    --button-two-color: #141414;
    --footer-color: #111111;
    --btn-border: #e6e2dc;
    --secendary-color: #7a7a7a;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--sans);
    background: var(--paper);
    color: var(--ink);
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, .title, .breadcumb-title {
    font-family: var(--heading);
    color: var(--ink);
    letter-spacing: -0.02em;
}

h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.12; font-weight: 600; margin-bottom: 24px; }
h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.18; font-weight: 600; margin-bottom: 28px; }
h3 { font-size: 22px; line-height: 1.35; font-weight: 600; }
h4 { font-size: 28px; line-height: 1.3; font-weight: 600; }
p, .text {
    color: var(--muted);
    line-height: 1.75;
}
.section-padding { padding: 96px 0; }
.sub-title {
    color: var(--brand);
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
}
.dash {
    background: var(--brand) !important;
}

/* ---------- Buttons ---------- */
.button-one,
.button-two,
.home-one-menubar-area .about-btn .button-two {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    min-height: 50px;
    padding: 12px 18px 12px 24px !important;
    border: 0 !important;
    box-shadow: none;
    gap: 8px;
}
.button-one {
    background: var(--brand) !important;
    color: #fff !important;
}
.button-one::before { background: var(--brand-dark); }
.button-one i {
    background: rgba(255,255,255,.16) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.button-one:hover,
.button-two:hover {
    color: #fff !important;
}
.button-one:hover i {
    background: #fff !important;
    color: var(--brand) !important;
}
.button-two {
    background: var(--ink) !important;
    color: #fff !important;
}
.button-two::before { background: var(--brand); }
.button-two i {
    background: var(--brand) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.button-two:hover i {
    background: #fff !important;
    color: var(--brand) !important;
}
.home-one-menubar-area .about-btn .button-two {
    background: var(--brand) !important;
    color: #fff !important;
    padding: 12px 22px !important;
}
.home-one-menubar-area .about-btn .button-two i {
    position: static !important;
    opacity: 1 !important;
    right: auto !important;
    margin-left: 8px;
    background: rgba(255,255,255,.18) !important;
}
.home-one-menubar-area .about-btn .button-two:hover i {
    color: var(--brand) !important;
    background: #fff !important;
}
#quoteCountBadge {
    background: #fff !important;
    color: var(--brand) !important;
    border-radius: 999px;
    font-size: 11px;
    min-width: 18px;
    padding: 3px 6px;
    margin-left: 6px !important;
}

/* ---------- Header ---------- */
.site-header.header-area.home-three {
    position: relative;
    z-index: 1030;
    background: #fff;
}
.site-header .stickey-wrapper,
.site-header.home-three .stickey-wrapper.fixed {
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(20,20,20,.07);
}
.site-topbar {
    background: #141414;
    color: rgba(255,255,255,.82);
}
.site-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.site-topbar ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
}
.site-topbar li {
    list-style: none;
    font-family: "Outfit", "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,.82);
}
.site-topbar li i {
    color: #c8102e;
    margin-right: 7px;
}
.site-topbar a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
}
.site-topbar-social a {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
}
.site-topbar-social a:hover {
    background: #c8102e;
}
.site-nav-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.site-nav-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 92px;
    gap: 20px;
}
.site-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}
.site-info-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #e6e2dc;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
}
.site-info-btn span {
    display: block;
    width: 16px;
    height: 1.5px;
    background: #141414;
    font-size: 0;
}
.site-info-btn:hover {
    border-color: #c8102e;
}
.site-info-btn:hover span { background: #c8102e; }
.site-logo { display: flex; align-items: center; }
#main_logo {
    width: 72px !important;
    height: auto !important;
    object-fit: contain;
}
.site-nav {
    display: flex;
    justify-content: center;
    border: 0 !important;
}
.site-nav .main-menu {
    display: block !important;
    padding: 0 !important;
    min-height: 0 !important;
    background: transparent;
}
.site-nav .main-menu ul {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px 32px !important;
    margin: 0;
    padding: 0;
}
.site-header .site-nav .main-menu ul li a,
.site-header.home-three .main-menu li a {
    color: #141414 !important;
    font-family: "Outfit", "Plus Jakarta Sans", sans-serif;
    font-size: 13px !important;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 10px 0 !important;
    position: relative;
}
.site-header .site-nav .main-menu ul li a:hover,
.site-header.home-three .main-menu li a:hover {
    color: #c8102e !important;
}
.site-header .site-nav .main-menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 2px;
    background: #c8102e;
    transform: scaleX(0);
    transition: transform .2s ease;
}
.site-header .site-nav .main-menu ul li a:hover::after {
    transform: scaleX(1);
}
.site-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-header .about-btn {
    margin: 0 !important;
    display: flex !important;
}
.site-header .header-quote.button-two {
    background: #c8102e !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 12px 20px 12px 22px !important;
    min-height: 46px;
    box-shadow: 0 8px 20px rgba(200,16,46,.22);
}
.site-header .header-quote.button-two:hover {
    background: #9b0c23 !important;
}
.site-header .header-quote .box-icon {
    position: static !important;
    padding: 0;
    display: inline-flex;
}
.site-header .header-quote i {
    position: static !important;
    opacity: 1 !important;
    right: auto !important;
    background: rgba(255,255,255,.18) !important;
    color: #fff !important;
    width: 28px;
    height: 28px;
    margin-left: 8px;
}
.site-burger.vektor-menu-toggle.menuShow {
    display: none !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #141414 !important;
    color: #fff !important;
    border: 0;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* ---------- Hero / slider ---------- */
.home-gero-one-slider {
    background-position: center !important;
    min-height: calc(100vh - 128px);
    position: relative;
}
.home-gero-one-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12,12,12,.72) 0%, rgba(12,12,12,.28) 48%, rgba(12,12,12,.12) 100%);
    pointer-events: none;
}
.home-hero-content-box {
    padding: 120px 0 160px !important;
    position: relative;
    z-index: 2;
}
.home-three-slider .home-three-content {
    margin-left: 0 !important;
    max-width: 680px;
}
.home-three-slider .home-three-content .title {
    font-family: var(--heading);
    font-size: clamp(40px, 5.4vw, 68px) !important;
    line-height: 1.08 !important;
    font-weight: 600;
    max-width: 16ch;
}
.home-three-slider .home-three-content .sub-title {
    color: #fff !important;
    letter-spacing: 0.2em;
}
.home-three-slider .home-three-content .home-one-slide-btn {
    margin-top: 12px !important;
}
.home-three-slider .slick-dots {
    left: 28px;
    top: auto;
    bottom: 40px;
    width: auto;
    display: flex !important;
    gap: 8px;
}
.home-three-slider .slick-dots li button {
    width: 44px;
    height: 44px;
    border-width: 1px;
    font-size: 13px;
    margin: 0;
}
.home-three-slider .slick-dots li.slick-active button {
    background: var(--brand) !important;
    border-color: var(--brand) !important;
    color: #fff !important;
}
.home-three-slider .slider-bottom-wrapper {
    background: var(--brand);
    max-width: 460px;
    padding: 28px 32px;
    z-index: 3;
}
.home-three-slider .slider-bottom-wrapper-title {
    font-family: var(--sans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

/* ---------- Expertise / service cards ---------- */
.home-three-service-title-area .title,
.work-process-title .title,
.related-post-title .title,
.recent-post-wrap .title,
.lets-discuss .title {
    margin-bottom: 18px;
}
.service-single {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    background: #fff;
    height: 100%;
}
.service-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
}
.home-three-service-area .service-icon,
.service-single .service-icon,
.service-card .service-icon {
    height: 210px;
    min-height: 0;
    max-height: 210px;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    flex: 0 0 auto;
}
.service-single .service-icon img,
.home-three-service-area .service-icon img,
.service-card .service-icon img {
    width: 100%;
    height: 210px;
    max-height: 210px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.service-single .serive-contet,
.home-three-service-area .service-single .serive-contet,
.service-card .serive-contet {
    margin: 0 !important;
    flex: 0 0 auto;
}
.serive-contet .service-title h3 {
    padding: 22px 20px;
    font-size: 20px;
}
.serive-contet .service-title h3 a { color: var(--ink); }
.service-overly-card {
    padding: 32px 28px;
    background: rgba(16,16,16,.94);
}
.service-overly-card h3 a { font-size: 20px; }
.service-overly-svg h1 {
    font-family: var(--heading);
    color: var(--brand);
    font-size: 42px;
}

/* ---------- About / media ---------- */
.about-thumb img,
.creative-team-thumb img,
.lets-discuss img,
.home-three-contact-thumb img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: 100%;
    object-fit: cover;
}
.lets-discuss { margin-left: 20px; }
.about-company-area .text { margin-bottom: 18px !important; }

/* ---------- Process cards ---------- */
.work-process-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 24px 18px;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}
.work-process-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}
.work-process-card .icon {
    width: 72px;
    height: 72px;
    border: 1px solid var(--line);
    box-shadow: none;
}
.work-process-card .icon::after { display: none; }
.work-process-card .icon svg path { fill: var(--brand); }
.work-process-card:hover .icon { background: var(--brand); }
.work-process-card .title { font-size: 22px; margin-top: 8px; }
.work-process-card .text { color: var(--muted) !important; }
.work-process-card .work-process-count h1 {
    font-family: var(--heading);
    font-size: 56px;
    color: rgba(200,16,46,.12);
}

/* ---------- Video ---------- */
.barbasco-video-area {
    background: var(--cream) !important;
}
.video-text-content .title { margin-bottom: 16px; }
.video-text-content p {
    color: var(--muted);
    margin-bottom: 20px;
}
.video-wrapper video {
    width: 100%;
    display: block;
    border-radius: 16px !important;
    box-shadow: var(--shadow) !important;
    background: #141414;
}
.process-video-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    height: 100%;
}
.process-video-card .video-wrapper video {
    border-radius: 0 !important;
    box-shadow: none !important;
    max-height: 360px;
    object-fit: cover;
}
.process-video-caption {
    padding: 20px 22px 22px;
}
.process-video-caption h3 {
    font-family: var(--heading);
    font-size: 24px;
    margin-bottom: 6px;
    color: var(--ink);
}
.process-video-caption p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

/* ---------- Appointment / forms ---------- */
.team-form-area {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #fff;
}
.appoinment-form-wrap {
    padding: 48px 40px;
    background: #fff;
}
.appoinment-form-wrap .title {
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.25;
    margin-bottom: 22px;
}
.appoinment-form-wrap input.form-control.style,
.appoinment-form-wrap textarea.form-control.style {
    background: var(--paper) !important;
    border: 1px solid var(--line) !important;
    border-radius: 10px;
    font-weight: 500;
    padding: 14px 18px;
    transition: border-color .2s, box-shadow .2s;
}
.appoinment-form-wrap input.form-control.style:focus,
.appoinment-form-wrap textarea.form-control.style:focus {
    border-color: var(--brand) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px var(--brand-soft) !important;
}

/* ---------- Contact strip / items ---------- */
.home-three-contact-us .home-three-contact-wrap {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.home-three-contact-us .home-three-contact-info {
    background: var(--ink);
    border-color: var(--ink) !important;
}
.home-three-contact-us .home-three-contact-info .home-three-contactd-title,
.home-three-contact-us .home-three-contact-info .home-three-contactd-title a {
    color: #fff !important;
    font-family: var(--heading);
}
.home-three-contact-us .home-three-contact-info p {
    color: rgba(255,255,255,.75);
    font-size: 18px;
}
.home-three-title .title span { color: var(--brand); }
.team-form-area .lets-discuss img {
    height: 100%;
    max-height: 620px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
}
.contact-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 24px;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}
.contact-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}
.contact-item-content .contact-us {
    color: var(--brand);
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 700;
}
.contact-item-content h6,
.contact-item-content h6 a {
    color: var(--ink);
    font-size: 16px;
    line-height: 1.5;
}
.contact-item .box1,
.contact-item .box2 { display: none; }
.home-three-contactitle h4 {
    font-family: var(--heading);
    font-size: 32px;
}

/* ---------- Products ---------- */
.single-product,
.product-card-animated {
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: var(--shadow-sm) !important;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}
.single-product:hover,
.product-card-animated:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow) !important;
}
.single-product .product-img img,
.product-card-animated .product-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #fff;
}
.product-content {
    padding: 18px 16px 22px !important;
}
.product-content h4 a,
.product-name-link,
.product-content h4 a:hover {
    color: var(--ink) !important;
    text-decoration: none !important;
    font-family: var(--heading);
    font-size: 22px !important;
    font-weight: 600;
}
.product-name-link:hover { color: var(--brand) !important; }
.product-offer .offer1,
.bg-success.offer1 {
    background: var(--brand) !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.btn-primary,
.btn-success,
#addToCartBtn.btn-primary {
    background-color: var(--brand) !important;
    border-color: var(--brand) !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 10px 20px;
}
.btn-primary:hover,
.btn-success:hover,
#addToCartBtn:hover {
    background-color: var(--brand-dark) !important;
    border-color: var(--brand-dark) !important;
}
.pro-action a {
    background-color: var(--brand) !important;
}

/* Product details */
.product-shop-content-details h4 {
    font-family: var(--heading);
    font-size: 40px;
    margin-bottom: 16px;
}
.product-shop-items .product-img img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: 100%;
    object-fit: cover;
}
.shop-details-list ul li i { color: var(--brand); }

/* ---------- Blog / insights ---------- */
.home-one-blog-item {
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-one-blog-item .recent-post-thumb-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.home-one-blog-area .home-one-blog-item .thumb,
.home-one-blog-area.home-three-area .home-one-blog-item .thumb,
.home-one-blog-item .recent-post-thumb-wrap .thumb {
    height: 240px !important;
    min-height: 0;
    max-height: 240px;
    overflow: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.home-one-blog-item .thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.home-one-blog-area .recent-post-thumb-wrap .thumb img,
.home-one-blog-area .home-one-blog-item .thumb img,
.home-one-blog-area.home-three-area .home-one-blog-item .thumb img {
    width: 100% !important;
    height: 240px !important;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.home-one-blog-item .author-deatils {
    padding: 18px 18px 22px;
    margin: 0;
    flex: 1 0 auto;
}
.author-deatils h5 a {
    color: var(--ink) !important;
    font-family: var(--heading);
    font-size: 22px;
    line-height: 1.3;
}
.author-deatils h5 a:hover { color: var(--brand) !important; }
.usersdate a { color: var(--muted) !important; font-size: 13px; }

/* ---------- FAQ ---------- */
.accordion-item {
    border: 1px solid var(--line) !important;
    border-radius: 12px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}
.accordion-button {
    font-family: var(--heading) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--ink) !important;
    background: #fff !important;
    box-shadow: none !important;
    padding: 18px 22px;
}
.accordion-button:not(.collapsed) {
    color: var(--brand) !important;
    background: var(--paper) !important;
}
.accordion-button::after {
    filter: none;
}
.accordion-body {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
    padding: 0 22px 20px;
}
.accordion-body a { color: var(--brand); }

/* ---------- Breadcrumbs ---------- */
.breadcumb-wrapper-area {
    padding: 110px 0 80px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.breadcumb-wrapper-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12,12,12,.72), rgba(12,12,12,.35));
}
.breadcumb-wrapper-area .container { position: relative; z-index: 1; }
.bread-content .breadcumb-title {
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: clamp(36px, 5vw, 56px);
    color: #fff !important;
    margin-bottom: 8px;
}
.bread-content .breadcumb-menu li,
.bread-content .breadcumb-menu li a {
    color: rgba(255,255,255,.86) !important;
    font-size: 14px;
}
.bread-content .breadcumb-menu li a:hover { color: #fff !important; }

/* ---------- Gallery ---------- */
.gallery-card {
    border: 1px solid var(--line) !important;
    border-radius: 16px !important;
    overflow: hidden;
    background: #fff !important;
    box-shadow: var(--shadow-sm) !important;
    padding: 0 !important;
}
.gallery-card img {
    height: 240px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}
.gallery-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow) !important;
}

/* ---------- Quote table ---------- */
.quote_table .table,
.table {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    background: #fff;
}
.table th {
    background-color: var(--ink) !important;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: 0 !important;
}
.table td button,
.table td .btn {
    background-color: var(--brand) !important;
    color: #fff !important;
    border-radius: 999px;
    padding: 6px 14px;
}
.quote-container {
    border-color: var(--line) !important;
    background: #fff !important;
    border-radius: 16px;
}
.quote_table + .contact-area-page,
section.quote_table { padding-top: 40px; }
#emptyCartMessage h4 { font-family: var(--heading); color: var(--ink); }
#emptyCartMessage a { color: var(--brand) !important; }

.appoinment-form-wrap .title,
section.contact-area-page h2.title {
    color: var(--ink) !important;
    text-shadow: none !important;
}

/* ---------- Footer ---------- */
.footer-bg-img {
    background: var(--ink) !important;
    background-image: none !important;
}
.footer-widget-area { padding: 72px 0 40px; }
.footer-title .title {
    font-family: var(--heading);
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 18px;
}
.footer-widget ul li a:hover,
.footer-menu-wrap ul li a:hover { color: #fff !important; }
.footer-widget.widget1 ul li a {
    background: rgba(255,255,255,.08);
}
.footer-widget.widget1 ul li a:hover {
    background: var(--brand);
    color: #fff !important;
}
.newsletter input {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    border-radius: 999px;
    padding: 12px 18px;
}
.newsletter .button-one {
    margin-top: 12px;
    justify-content: center;
}
.copyuright-area {
    background-color: #0b0b0b !important;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}
.copyuright-area p,
.copyuright-area a { font-size: 13px; color: rgba(255,255,255,.7) !important; }

/* ---------- Offcanvas / mobile ---------- */
nav.side-slide {
    background: var(--ink);
    border-left: 3px solid var(--brand);
}
nav.side-slide .nav01 { color: var(--brand); }
.vektor-menu-wrapper .vektor-menu-area {
    border-right-color: var(--brand);
}
.vektor-mobile-menu ul li a:hover { color: var(--brand); }

/* ---------- Misc ---------- */
.to-top {
    background: var(--brand);
    border-radius: 50%;
}
.appointment-area-wrapper {
    border-radius: 0;
}
.appointment-wrap {
    border-radius: 16px;
    overflow: hidden;
}
.appointment-content .about-btn .button-two {
    border: 1px solid rgba(255,255,255,.35) !important;
    color: #fff !important;
    background: transparent !important;
    border-radius: 999px;
}
svg path[fill="#DF5F41"] { fill: var(--brand); }

.home-three-service-area,
.related-post-area,
.home-one-blog-area,
.contact-area-page {
    background: var(--paper);
}
.about-company-area,
.work-process-area,
.creative-team-area,
.home-three-contact-info-location {
    background: #fff;
}

.contact-maps iframe {
    width: 100%;
    min-height: 420px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

/* ---------- Huito / Jagua Blue brochure ---------- */
.huito-brochure-area {
    background: #0d1b2a;
    color: #fff;
}
.huito-brochure-area .title,
.huito-brochure-area h2.title,
.huito-brochure-area .sub-title {
    color: #fff !important;
}
.huito-brochure-area h2.title {
    margin-bottom: 18px;
}
.huito-brochure-area .sub-title .dash {
    background: #3d9be9 !important;
}
.huito-brochure-area p {
    color: rgba(255,255,255,.78);
    margin-bottom: 16px;
}
.huito-brochure-visual {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.huito-brochure-visual img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.huito-brochure-visual .huito-download {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #fff;
    color: #0d1b2a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 10px 16px;
    border-radius: 999px;
}
.huito-brochure-visual .huito-download:hover {
    background: #c8102e;
    color: #fff;
}
.huito-points {
    margin: 8px 0 24px;
    padding: 0;
}
.huito-points li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    color: rgba(255,255,255,.88);
    font-size: 15px;
}
.huito-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3d9be9;
}
.huito-brochure-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.huito-spec-card {
    display: flex;
    gap: 18px;
    align-items: center;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 16px;
    height: 100%;
}
.huito-spec-card img {
    width: 120px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    background: #fff;
    flex-shrink: 0;
}
.huito-spec-card h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 6px;
}
.huito-spec-card p {
    margin-bottom: 8px;
    font-size: 14px;
}
.huito-spec-card a {
    color: #7ec8ff;
    font-weight: 600;
    font-size: 14px;
}
.huito-spec-card a:hover { color: #fff; }
@media (max-width: 767px) {
    .huito-spec-card { flex-direction: column; align-items: flex-start; }
    .huito-spec-card img { width: 100%; height: 200px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .lets-discuss { margin-left: 0; }
    .home-hero-content-box { padding: 90px 0 140px !important; }
    .home-three-slider .slider-bottom-wrapper { max-width: 100%; }
    .site-header .about-btn { display: flex !important; }
    .site-nav-inner { min-height: 84px; }
}
@media (max-width: 1099px) {
    .site-nav { display: none !important; }
    .site-burger.vektor-menu-toggle.menuShow {
        display: inline-flex !important;
    }
    .site-info-btn { display: none; }
}
@media (max-width: 991px) {
    .section-padding { padding: 72px 0; }
    .home-gero-one-slider { min-height: 72vh; }
    .home-three-slider .slick-dots {
        position: relative;
        left: 16px;
        bottom: auto;
        margin: 16px 0 24px;
    }
    .appoinment-form-wrap { padding: 32px 22px; }
    #main_logo { width: 60px !important; }
    .site-nav-inner { min-height: 76px; gap: 10px; }
    .team-form-area { flex-direction: column; }
    .appoinment-form-info { width: 100%; }
    .team-form-area .lets-discuss img { height: 280px; max-height: 280px; }
    .home-three-contact-us .home-three-contact-wrap { flex-direction: column; }
    .home-three-contact-us .home-three-contact-info { padding: 28px 24px; border-left: 0 !important; }
}
@media (max-width: 767px) {
    .site-topbar-social { display: none !important; }
    .site-header .header-quote.button-two { padding: 10px 14px !important; min-width: 0; }
    .site-header .header-quote .box-icon { display: none; }
}
@media (max-width: 575px) {
    .section-padding { padding: 56px 0; }
    .home-three-slider .home-three-content .title { font-size: 34px !important; }
    .home-hero-content-box { padding: 72px 0 120px !important; }
    .work-process-card { margin-bottom: 16px; }
    .breadcumb-wrapper-area { padding: 72px 0 48px; }
    #main_logo { width: 58px !important; }
}

/* ---------- Catalog / product details ---------- */
.product-kicker {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c8102e;
    font-weight: 700;
    margin-bottom: 6px;
}
.product-card-summary {
    font-size: 14px;
    line-height: 1.55;
    color: #5f5f5f;
    margin: 10px 0 0;
    min-height: 3.2em;
}
.product-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.product-thumb {
    width: 84px;
    height: 84px;
    padding: 0;
    border: 1px solid #e6e2dc;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}
.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-shop-items .product-img img,
#mainProductImage {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 16px;
}
.commercial-box {
    background: #faf8f5;
    border: 1px solid #e6e2dc;
    border-radius: 14px;
    padding: 18px 20px;
    margin-top: 22px;
}
.commercial-box h5 {
    color: #141414;
    font-size: 16px;
    margin-bottom: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.commercial-box p {
    margin-bottom: 6px;
    font-size: 15px;
}
.product-spec-wrap,
.product-docs {
    margin-top: 40px;
}
.product-spec-wrap h3,
.product-docs h3,
.related-products h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    margin-bottom: 16px;
}
.product-spec-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(20,20,20,.05);
}
.product-spec-table th,
.product-spec-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 15px;
}
.product-spec-table th {
    width: 32%;
    color: #141414;
    font-weight: 650;
    background: #faf8f5;
}
.product-docs ul { padding: 0; margin: 0; }
.product-docs li { list-style: none; margin-bottom: 8px; }
.product-docs a { color: #c8102e; font-weight: 600; }
.project-card-quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

/* ---------- Blog listing & details ---------- */
.blog-list-intro .text {
    max-width: 640px;
    margin-bottom: 8px;
}
.blog-post-area .single-post-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    margin-bottom: 32px;
}
.blog-post-area .single-post-item.bg-none {
    background: transparent;
    border: 0;
    box-shadow: none;
}
.blog-post-area .post-thumb {
    margin: 0;
    line-height: 0;
    overflow: hidden;
}
.blog-post-area .post-thumb img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}
.blog-post-area .bg-none .post-thumb img {
    height: 420px;
    border-radius: var(--radius);
}
.blog-post-area .post-content-wrap {
    padding: 28px 28px 32px;
}
.blog-post-area .bg-none .post-content-wrap {
    padding: 8px 0 0;
}
.blog-post-area .post-meta ul {
    gap: 18px;
}
.blog-post-area .post-meta ul li a,
.blog-post-area .post-meta ul li span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
}
.blog-post-area .post-meta ul li a i,
.blog-post-area .post-meta ul li span i {
    color: var(--brand);
    margin-right: 8px;
}
.blog-post-area .post-title,
.blog-post-area .post-title a {
    font-family: var(--heading);
    color: var(--ink);
    font-size: 30px;
    line-height: 1.25;
}
.blog-post-area .post-title a:hover,
.entry-post-content .post-title {
    color: var(--ink);
}
.entry-post-content .post-title {
    font-family: var(--heading);
    font-size: 36px;
    line-height: 1.2;
    margin: 12px 0 18px;
}
.blog-post-area .post-excerpt {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
}
.blog-body-heading {
    font-family: var(--heading);
    font-size: 26px;
    margin: 28px 0 12px;
    color: var(--ink);
}
.blog-body-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}
.blog-body-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--ink-soft);
    line-height: 1.55;
}
.blog-body-list li i {
    color: var(--brand);
    margin-top: 4px;
}
.entry-post-content blockquote {
    background: var(--paper);
    border-left: 4px solid var(--brand);
    font-family: var(--heading);
    color: var(--ink);
    padding: 24px 28px;
    margin: 8px 0 28px;
}
.single-releted-post img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.blog-product-cta {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px 26px;
    margin: 8px 0 28px;
    box-shadow: var(--shadow-sm);
}
.blog-product-cta .about-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.blog-empty {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 40px 32px;
    margin-bottom: 32px;
}
.blog-sidebar .widget {
    background: #fff !important;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}
.blog-sidebar .widget-title {
    font-family: var(--heading);
    font-size: 24px;
    margin-bottom: 16px;
}
.blog-sidebar .input-search-box button {
    background: var(--brand);
}
.blog-sidebar .input-search-box button:hover {
    background: var(--ink);
}
.blog-sidebar .category1 ul li.active a,
.blog-sidebar .category1 ul li a:hover {
    background: var(--brand) !important;
    color: #fff !important;
}
.blog-sidebar .recent-post-info .recent-post-thumb img {
    object-fit: cover;
    border-radius: 8px;
}
.blog-sidebar .recet-post-content h6 a {
    font-family: var(--heading);
    font-size: 17px;
    line-height: 1.3;
    color: var(--ink);
}
.blog-sidebar .recet-post-content h6 a:hover {
    color: var(--brand);
}
.gellary-post-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}
.gellary-post-item a {
    width: 100% !important;
    height: 72px !important;
    margin: 0 !important;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}
.gellary-post-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tag-cloudt a.is-active,
.tag-cloudt a:hover,
.post-tags a:hover {
    background: var(--brand) !important;
    color: #fff !important;
    border-color: var(--brand) !important;
}
.comment-form input,
.comment-form textarea {
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: 10px !important;
    color: var(--ink);
}
.comment-form-wrap .button-one {
    border: 0;
    cursor: pointer;
}
.post-details-earpper {
    margin-right: 0;
}
@media (max-width: 1299px) {
    .site-nav .main-menu ul { gap: 8px 18px !important; }
}
@media (max-width: 991px) {
    .blog-post-area .post-thumb img,
    .blog-post-area .bg-none .post-thumb img {
        height: 240px;
    }
    .entry-post-content .post-title {
        font-size: 28px;
    }
    #comment { padding: 28px 20px; }
}
