/* ============================================================
   Inner Wisdom Interior Decor — Stylesheet
   Interior design studio theme (Inoterior-inspired visual language)
   ============================================================ */

:root {
    --skin: #1b5fae;          /* primary blue */
    --skin-dark: #144b89;
    --yellow: #fece51;        /* accent yellow */
    --dark: #1b1925;          /* near-black */
    --darkgrey: #28272f;      /* dark section bg */
    --grey: #f7f6f3;          /* light grey bg */
    --white: #ffffff;
    --border: #e8e6e1;
    --text: #484148;
    --body-font: 'Poppins', sans-serif;
    --heading-font: 'Urbanist', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body-font); color: var(--text); font-size: 15px; line-height: 1.8; background: var(--grey); }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; transition: all .3s ease; }
ul { list-style: none; }
h1,h2,h3,h4,h5 { font-family: var(--heading-font); color: var(--dark); line-height: 1.2; font-weight: 800; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
[class*="col-"] { padding: 0 15px; }
.col-lg-4 { width: 33.3333%; }
.col-lg-3 { width: 25%; }
.col-lg-5 { width: 41.6667%; }
.col-lg-6 { width: 50%; }
.col-lg-7 { width: 58.3333%; }
.col-lg-8 { width: 66.6667%; }
.col-lg-10 { width: 83.3333%; }
.skincolor { color: var(--skin) !important; }
.text-center { text-align: center; }
.m-auto { margin: 0 auto; }
.d-flex { display: flex; }
.align-items-center { align-items: center; }
.justify-content-between { justify-content: space-between; }
.ms-auto { margin-left: auto; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-35 { margin-top: 35px; }
.mb-20 { margin-bottom: 20px; }
.pt-20 { padding-top: 20px; }

/* ===== Buttons ===== */
.ttm-btn {
    display: inline-block;
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 32px;
    color: var(--white);
    background: var(--skin);
    border: 2px solid var(--skin);
    cursor: pointer;
    line-height: 1.4;
}
.ttm-btn:hover { background: var(--dark); border-color: var(--dark); color: #fff; }
.ttm-btn-color-darkgrey { background: var(--darkgrey); border-color: var(--darkgrey); }
.ttm-btn-color-skincolor { background: var(--skin); border-color: var(--skin); }
.ttm-btn-color-dark { background: var(--dark); border-color: var(--dark); }
.ttm-btn-color-yellow { background: var(--yellow); border-color: var(--yellow); color: var(--dark); }
.ttm-btn-color-yellow:hover { background: #fff; border-color: #fff; color: var(--dark); }
.btn-inline { padding: 10px 0; background: transparent; border: none; border-bottom: 1px solid currentColor; color: var(--skin); }
.btn-inline:hover { color: var(--skin-dark); }

/* ===== TOPBAR ===== */
.topbar { background: var(--skin); color: #fff; font-size: 13px; padding: 8px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.topbar-left span { margin-right: 22px; }
.topbar-left i { margin-right: 6px; color: var(--yellow); }
.topbar-left a:hover { color: var(--yellow); }
.topbar-social a { color: #fff; margin-left: 16px; opacity: .9; }
.topbar-social a:hover { color: var(--yellow); }

/* ===== HEADER ===== */
.header { background: var(--white); position: relative; z-index: 1000; box-shadow: 0 2px 18px rgba(0,0,0,.06); }
.ttm-stickable-header { padding: 14px 0; }
.site-navigation { justify-content: space-between; }

/* Logo */
.brand-logo { display: inline-flex; align-items: center; gap: 12px; }
.brand-icon {
    width: 52px; height: 52px; background: var(--skin); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; position: relative; border-radius: 4px;
}
.brand-icon::after { content: ""; position: absolute; inset: 4px; border: 2px solid var(--yellow); border-radius: 2px; }
.brand-name { font-family: var(--heading-font); font-size: 24px; font-weight: 900; color: var(--dark); letter-spacing: -.5px; line-height: 1; }
.brand-sub { font-family: var(--heading-font); font-size: 11px; font-weight: 700; letter-spacing: 6px; color: var(--dark); display: block; margin-top: 3px; }
.brand-name .skincolor { color: var(--skin); }
.brand-logo--light .brand-name { color: var(--dark); }
.brand-logo--light .brand-sub { color: var(--dark); }

/* Nav */
.nav-wrap { margin-left: auto; }
.main-menu .menu { display: flex; }
.main-menu .menu li { position: relative; padding: 10px 0; }
.main-menu .menu > li > a {
    display: block; padding: 10px 16px; font-family: var(--heading-font);
    font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; color: var(--dark);
}
.main-menu .menu > li > a:hover, .main-menu .menu > li.active > a { color: var(--skin); }
.main-menu .menu > li.active > a { color: var(--skin); border-bottom: 2px solid var(--yellow); }

/* Mobile menu button */
.btn-show-menu-mobile { display: none; cursor: pointer; padding: 10px 14px; }
.menubar-box { display: block; width: 30px; height: 20px; position: relative; }
.menubar-inner { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 3px; background: var(--dark); }
.menubar-inner::before, .menubar-inner::after { content: ""; position: absolute; left: 0; width: 100%; height: 3px; background: var(--dark); }
.menubar-inner::before { top: -8px; }
.menubar-inner::after { top: 8px; }
.menubar.open .menubar-inner { background: transparent; }
.menubar.open .menubar-inner::before { top: 0; transform: rotate(45deg); }
.menubar.open .menubar-inner::after { top: 0; transform: rotate(-45deg); }

/* Header widgets */
.header-widgets .widget_info { display: flex; align-items: center; margin-left: 26px; }
.header-widgets .widget_icon { width: 42px; height: 42px; background: var(--grey); color: var(--skin); display: flex; align-items: center; justify-content: center; font-size: 16px; margin-right: 12px; border-radius: 50%; }
.header-widgets .widget_title { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--text); font-weight: 600; }
.header-widgets .widget_desc { font-size: 13px; font-weight: 600; color: var(--dark); }
.header-widgets .widget_desc a:hover { color: var(--skin); }
.header_extra { margin-left: 20px; }
.search_btn { width: 42px; height: 42px; background: var(--skin); color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.search_btn:hover { background: var(--dark); }

/* Search overlay */
.header_search_content { position: fixed; inset: 0; background: rgba(27,25,37,.97); z-index: 9999; display: none; align-items: center; justify-content: center; }
.header_search_content.open { display: flex; }
.header_search_content form { width: 100%; max-width: 700px; position: relative; padding: 0 20px; }
.header_search_content input { width: 100%; background: transparent; border: none; border-bottom: 2px solid var(--yellow); color: #fff; font-size: 28px; padding: 15px 50px 15px 0; outline: none; font-family: var(--heading-font); }
.header_search_content .close-search-btn, .header_search_content .close_btn { color: var(--yellow); font-size: 30px; position: absolute; }
.header_search_content .close_btn { position: absolute; top: 30px; right: 40px; }
.header_search_content .btn { position: absolute; right: 25px; bottom: 22px; background: none; border: none; color: var(--yellow); font-size: 24px; cursor: pointer; }

/* ===== PAGE BANNER ===== */
.page-banner { position: relative; background: var(--dark); color: #fff; padding: 80px 0; text-align: center; background-size: cover; background-position: center; }
.page-banner .banner-overlay { position: absolute; inset: 0; background: rgba(27,25,37,.6); }
.page-banner h1 { color: #fff; font-size: 42px; position: relative; z-index: 1; }
.page-banner .breadcrumb { position: relative; z-index: 1; margin-top: 8px; font-size: 14px; }
.page-banner .breadcrumb a { color: var(--yellow); }
.page-banner .breadcrumb a:hover { color: #fff; }

/* ===== SECTION TITLE ===== */
.section-title { margin-bottom: 45px; }
.section-title .title-header h3 { color: var(--skin); font-size: 14px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 8px; font-weight: 700; }
.section-title .title-header .title { font-size: 38px; }
.section-title .title-desc { margin-top: 15px; }
.section-title.style2 { text-align: center; }
.section-title.style2 .title-desc { order: -1; }
.section-title.style2 .title-header h3 { color: var(--skin); }

/* ===== HERO SLIDER ===== */
.hero { position: relative; overflow: hidden; }
.hero-slide { position: relative; height: 640px; background-color: var(--dark); background-size: cover; background-position: center; display: flex; align-items: center; }
.hero-slide .hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.35) 100%); }
.hero-slide .hero-content { position: relative; z-index: 2; color: #fff; max-width: 700px; }
.hero-slide .hero-icon { width: 64px; height: 64px; background: var(--skin); color: var(--yellow); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 20px; border-radius: 50%; }
.hero-slide h1 { color: #fff; font-size: 54px; font-weight: 800; line-height: 1.15; margin-bottom: 18px; }
.hero-slide h1 .skincolor { color: var(--yellow); }
.hero-slide p { font-size: 16px; max-width: 560px; margin-bottom: 30px; }
.hero-dots { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 10px; }
.hero-dots button { width: 12px; height: 12px; border-radius: 50%; border: none; background: rgba(255,255,255,.5); cursor: pointer; }
.hero-dots button.active { background: var(--yellow); }

/* ===== FEATURES / PLANNING ===== */
.features-section { padding: 80px 0 0; }
.featured-icon-box.style13 { background: var(--white); padding: 30px; height: 100%; border-bottom: 4px solid var(--yellow); box-shadow: 0 4px 22px rgba(0,0,0,.06); }
.featured-icon-box.style13 .featured-icon { margin-bottom: 14px; }
.featured-icon-box.style13 .featured-title span { color: var(--skin); font-size: 12px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }
.featured-icon-box.style13 .featured-title h3 { font-size: 22px; margin: 4px 0 10px; }
.featured-icon-box.style13 .featured-desc p { font-size: 14px; margin-bottom: 14px; }

/* ===== WELCOME ===== */
.welcome-section { padding: 80px 0; }
.welcome-section .ttm-list { margin-top: 20px; }
.ttm-list-style-icon li { margin-bottom: 14px; font-size: 15px; color: var(--dark); font-weight: 500; }
.ttm-list-style-icon li i { color: var(--skin); margin-right: 10px; }
.welcome-img { position: relative; }
.welcome-img .img-badge { position: absolute; bottom: -15px; left: -15px; background: var(--yellow); color: var(--dark); text-align: center; padding: 20px 24px; box-shadow: 0 8px 25px rgba(0,0,0,.2); }
.welcome-img .img-badge strong { display: block; font-size: 34px; font-weight: 900; font-family: var(--heading-font); }

/* FID counters */
.ttm-fid-contents { margin-top: 20px; }
.ttm-fid-inner { font-size: 42px; font-weight: 900; color: var(--dark); font-family: var(--heading-font); }
.ttm-fid-title { font-size: 15px; color: var(--text); font-weight: 500; margin-top: 4px; }
.ttm-horizontal_sep { height: 1px; background: var(--border); }

/* ===== SERVICES ===== */
.services-section { padding: 80px 0; }
.service-card { background: var(--white); padding: 34px 26px; text-align: center; border: 1px solid var(--border); margin-bottom: 30px; transition: all .3s; height: 100%; }
.service-card:hover { border-color: var(--skin); box-shadow: 0 10px 30px rgba(27,95,174,.15); transform: translateY(-6px); }
.service-card .service-icon { width: 76px; height: 76px; margin: 0 auto 18px; background: var(--grey); color: var(--skin); display: flex; align-items: center; justify-content: center; font-size: 30px; border-radius: 50%; }
.service-card:hover .service-icon { background: var(--skin); color: #fff; }
.service-card h3 { font-size: 20px; margin-bottom: 12px; }
.service-card p { font-size: 14px; margin-bottom: 16px; }
.service-card a:hover { color: var(--skin); }

/* ===== TESTIMONIALS ===== */
.testimonial-section { position: relative; }
.testimonial-area { padding: 80px 0; }
.testimonial-card { background: var(--white); border: 1px solid var(--border); padding: 34px 30px; margin-bottom: 24px; }
.testimonial-card blockquote { font-size: 16px; font-style: italic; color: var(--text); border-left: 4px solid var(--yellow); padding-left: 18px; margin-bottom: 18px; }
.testimonial-avatar { display: flex; align-items: center; }
.testimonial-avatar .avatar-img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; margin-right: 14px; background: var(--grey); display:flex;align-items:center;justify-content:center;color:var(--skin);font-size:22px; }
.testimonial-caption h3 { font-size: 17px; }
.testimonial-caption label { font-size: 13px; color: var(--skin); text-transform: uppercase; letter-spacing: 1px; }

/* CTA panel */
.cta-dark { background: var(--grey); color: var(--text); position: relative; background-size: cover; background-position: center; border: 1px solid var(--border); }
.cta-dark .cta-overlay { position: absolute; inset: 0; background: rgba(255,255,255,.92); }
.cta-dark .cta-content { position: relative; z-index: 2; padding: 80px 40px; color: var(--text); }
.cta-dark h2 { color: var(--dark); font-size: 32px; margin-bottom: 14px; }
.cta-dark p { color: var(--text); margin-bottom: 24px; }
.cta-dark .ttm-list li { color: var(--dark); margin-bottom: 12px; }
.cta-dark .ttm-list li i { color: var(--skin); margin-right: 10px; }

/* ===== WORKING PROCESS ===== */
.working-section { padding: 80px 0; }
.process-steps { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.process-step { text-align: center; flex: 1; min-width: 150px; }
.process-step .step-circle {
    width: 130px; height: 130px; border-radius: 50%; border: 12px solid var(--yellow);
    background: var(--white); color: var(--skin); display: flex; align-items: center; justify-content: center;
    font-size: 38px; margin: 0 auto 16px; box-shadow: 0 8px 25px rgba(0,0,0,.1);
}
.process-step .step-num { color: var(--skin); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.process-step h4 { font-size: 17px; margin-top: 4px; }

/* ===== NEWSLETTER / FAQ ===== */
.newsletter-section { background: var(--grey); color: var(--text); padding: 60px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.newsletter-section h2 { color: var(--dark); font-size: 32px; margin-bottom: 12px; }
.newsletter-section p { color: var(--text); }
.newsletter-form { display: flex; position: relative; margin-top: 20px; background: #fff; align-items: center; padding: 6px 6px 6px 20px; border: 1px solid var(--border); }
.newsletter-form i { color: var(--skin); margin-right: 12px; }
.newsletter-form input { flex: 1; border: none; outline: none; padding: 12px 10px; font-size: 14px; font-family: var(--body-font); }
.newsletter-form button { background: var(--skin); border: none; color: #fff; padding: 14px 22px; cursor: pointer; }
.newsletter-form button:hover { background: var(--dark); }
.consent { margin-top: 16px; font-size: 13px; color: var(--text); }
#subscribe-msg, #form-msg { margin-top: 14px; font-size: 14px; }
#subscribe-msg.success, #form-msg.success { color: #6fd08c; }
#subscribe-msg.error, #form-msg.error { color: #f08a8a; }

/* ===== PORTFOLIO ===== */
.portfolio-section { padding: 80px 0; }
.portfolio-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.portfolio-filters button {
    border: 1px solid var(--border); background: #fff; padding: 9px 22px; text-transform: uppercase;
    font-size: 13px; letter-spacing: 1px; font-weight: 600; cursor: pointer; color: var(--text);
}
.portfolio-filters button.active, .portfolio-filters button:hover { background: var(--skin); color: #fff; border-color: var(--skin); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.portfolio-item { position: relative; overflow: hidden; border-radius: 4px; box-shadow: 0 4px 16px rgba(0,0,0,.08); background: #fff; }
.portfolio-item img { width: 100%; height: 280px; object-fit: cover; transition: transform .5s; display: block; }
.portfolio-item:hover img { transform: scale(1.08); }
.portfolio-item .portfolio-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px; background: linear-gradient(transparent, rgba(0,0,0,.75)); color: #fff; }
.portfolio-item .portfolio-info h3 { color: #fff; font-size: 20px; }
.portfolio-item .portfolio-info .cat { color: var(--yellow); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.portfolio-item .portfolio-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; background: rgba(27,95,174,.85); transition: opacity .3s; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-item .portfolio-overlay i { color: #fff; font-size: 30px; }
.portfolio-item.hide { display: none; }

/* ===== BLOG ===== */
.blog-section { padding: 80px 0; }
.blog-card { background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.06); margin-bottom: 30px; overflow: hidden; }
.blog-card .blog-thumb { position: relative; overflow: hidden; }
.blog-card .blog-thumb img { width: 100%; height: 230px; object-fit: cover; transition: transform .5s; }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-card .blog-date { position: absolute; top: 15px; left: 15px; background: var(--yellow); color: var(--dark); text-align: center; padding: 8px 14px; font-family: var(--heading-font); font-weight: 800; line-height: 1.1; }
.blog-card .blog-date strong { font-size: 20px; display: block; }
.blog-card .blog-meta { padding: 22px 22px 0; font-size: 13px; color: var(--text); }
.blog-card .blog-meta span { margin-right: 14px; }
.blog-card .blog-meta i { color: var(--skin); margin-right: 5px; }
.blog-card h3 { font-size: 21px; padding: 10px 22px 0; }
.blog-card h3 a:hover { color: var(--skin); }
.blog-card p { padding: 10px 22px 18px; font-size: 14px; }
.blog-card .blog-read { padding: 0 22px 22px; }

/* ===== PAGE CONTENT ===== */
.inner-page { padding: 80px 0; }
.content-block { background: #fff; padding: 40px; box-shadow: 0 4px 16px rgba(0,0,0,.06); margin-bottom: 30px; }
.content-block h2 { font-size: 30px; margin-bottom: 16px; }
.content-block h3 { font-size: 22px; margin: 22px 0 12px; }
.content-block p { margin-bottom: 16px; }

/* ===== BLOG SINGLE ===== */
.blog-single .featured-img { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; margin-bottom: 24px; }
.blog-single .post-meta { margin-bottom: 20px; font-size: 14px; color: var(--text); }
.blog-single .post-meta span { margin-right: 18px; }
.blog-single .post-meta i { color: var(--skin); margin-right: 5px; }
.blog-single .post-body p { margin-bottom: 18px; }

/* ===== CONTACT ===== */
.contact-info-card { background: #fff; padding: 30px; text-align: center; border: 1px solid var(--border); margin-bottom: 30px; height: 100%; }
.contact-info-card .ci-icon { width: 64px; height: 64px; margin: 0 auto 14px; background: var(--skin); color: #fff; font-size: 24px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.contact-info-card h3 { font-size: 18px; margin-bottom: 8px; }
.contact-info-card p { font-size: 14px; }
.contact-info-card a:hover { color: var(--skin); }
.contact-form { background: #fff; padding: 40px; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.contact-form .form-row { display: flex; gap: 20px; margin-bottom: 18px; flex-wrap: wrap; }
.contact-form .form-row > div { flex: 1; min-width: 200px; }
.contact-form label { display: block; font-size: 13px; font-weight: 600; color: var(--dark); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 1px; }
.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%; border: 1px solid var(--border); padding: 14px; font-size: 14px; font-family: var(--body-font); outline: none; background: var(--grey);
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--skin); }
.contact-form .map-wrap { margin-top: 30px; }
.contact-form iframe { width: 100%; height: 380px; border: 0; }

/* ===== FOOTER ===== */
.footer { background: var(--grey); color: var(--text); padding-top: 60px; position: relative; border-top: 1px solid var(--border); }
.first-footer { padding-bottom: 45px; border-bottom: 1px solid var(--border); }
.footer-logo { margin-right: 30px; }
.footer .textwidget p { font-size: 14px; color: var(--text); }
.social-icons { display: flex; gap: 10px; justify-content: flex-end; }
.social-icons .social-item a { width: 40px; height: 40px; background: var(--skin); color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.social-icons .social-item a:hover { background: var(--yellow); color: var(--dark); }
.second-footer { padding: 45px 0; }
.widget-title { color: var(--dark); font-size: 18px; margin-bottom: 20px; }
.widget-title::after { content: ""; display: block; width: 40px; height: 3px; background: var(--yellow); margin-top: 10px; }
.footer-columns { display: flex; gap: 50px; flex-wrap: wrap; }
.footer-col { flex: 1; min-width: 180px; }
.footer-links li { margin-bottom: 10px; }
.footer-links a:hover { color: var(--skin); padding-left: 6px; }
.footer-contact { color: var(--text); }
.footer-contact p { margin-bottom: 12px; }
.footer-contact i { color: var(--skin); margin-right: 10px; width: 16px; }
.footer-contact a:hover { color: var(--skin); }
.widget-footer-button { margin-top: 25px; }
.mt-15 { margin-top: 15px; }
.bottom-footer-text { background: var(--border); color: var(--dark); padding: 20px 0; font-size: 13px; }
.bottom-footer-text .row { align-items: center; }
.footer-nav-menu { display: flex; justify-content: flex-end; gap: 24px; }
.footer-nav-menu a { color: var(--dark); }
.footer-nav-menu a:hover { color: var(--skin); }
.ttm-textcolor-white { color: var(--dark); }

/* back to top */
#totop {
    position: fixed; right: 20px; bottom: 20px; width: 46px; height: 46px;
    background: var(--skin); color: #fff; display: flex; align-items: center; justify-content: center;
    border-radius: 4px; z-index: 999; font-size: 18px; opacity: 0; visibility: hidden;
}
#totop.show { opacity: 1; visibility: visible; }
#totop:hover { background: var(--yellow); color: var(--dark); }

/* ===== BEFORE AFTER SLIDER ===== */
.ba-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.ba-slider { position: relative; width: 100%; overflow: hidden; border-radius: 6px; cursor: ew-resize; box-shadow: 0 4px 16px rgba(0,0,0,.12); user-select: none; }
.ba-slider img { display: block; width: 100%; height: 320px; object-fit: cover; }
.ba-slider .ba-after { position: absolute; top: 0; left: 0; height: 100%; width: 50%; overflow: hidden; }
.ba-slider .ba-after img { height: 320px; width: 100%; object-fit: cover; }
.ba-slider .ba-divider { position: absolute; top: 0; left: 50%; height: 100%; width: 3px; background: var(--yellow); transform: translateX(-50%); }
.ba-slider .ba-handle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 44px; height: 44px; background: var(--skin); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; border: 3px solid var(--yellow); }
.ba-label { position: absolute; top: 12px; left: 12px; background: rgba(0,0,0,.65); color: #fff; font-size: 12px; padding: 4px 10px; z-index: 5; text-transform: uppercase; letter-spacing: 1px; }
.ba-label.after { left: auto; right: 12px; }

/* ===== PROJECTORS ===== */
.filter-hidden { display: none !important; }

/* Sticky header */
.ttm-stickable-header { transition: box-shadow .3s, background .3s; }
.ttm-stickable-header.stuck { position: fixed; top: 0; left: 0; right: 0; z-index: 1500; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.12); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 99999; display: flex; align-items: center; justify-content: center; cursor: zoom-out; }
.lightbox img { max-width: 90%; max-height: 90%; border-radius: 4px; }
.lightbox .lb-close { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 40px; cursor: pointer; }

/* Slick-ish dot carousels */
.hero-dots button { cursor: pointer; }

/* Blog aside / news */
.aside-card { background: #fff; color: var(--text); padding: 34px; margin-bottom: 30px; border: 1px solid var(--border); box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.aside-card h3 { color: var(--dark); font-size: 24px; margin-bottom: 16px; }
.aside-card ul li { margin-bottom: 12px; color: var(--text); }
.aside-card ul li i { color: var(--skin); margin-right: 10px; }
.aside-card .call-now { font-family: var(--heading-font); font-size: 22px; font-weight: 800; color: var(--skin); margin: 14px 0; }
.gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.gallery img { width: 100%; height: 160px; object-fit: cover; cursor: pointer; border-radius: 4px; transition: transform .3s; }
.gallery img:hover { transform: scale(1.04); }
.pagination { display: flex; gap: 8px; margin-top: 30px; justify-content: center; }
.pagination a, .pagination span { padding: 8px 16px; border: 1px solid var(--border); background: #fff; color: var(--dark); }
.pagination a:hover { background: var(--skin); color: #fff; border-color: var(--skin); }
.pagination .current { background: var(--skin); color: #fff; border-color: var(--skin); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-10 { width: 100%; }
    .site-header-menu-inner .container, .site-header-menu-inner .row, .site-header-menu-inner .col-lg-12 { width: 100%; margin: 0; padding: 0; }
    .site-header-menu-inner .site-navigation { justify-content: space-between; padding: 0 15px; }
    .header-widgets { display: none !important; }
    .btn-show-menu-mobile { display: block; margin-left: 20px; }
    .nav-wrap.ms-auto { margin-left: 0; }
    .main-menu { position: fixed; top: 0; right: -320px; width: 300px; height: 100%; background: #fff; box-shadow: -4px 0 20px rgba(0,0,0,.2); transition: right .3s; overflow-y: auto; z-index: 2000; padding: 60px 20px; }
    .main-menu.open { right: 0; }
    .main-menu .menu { flex-direction: column; }
    .main-menu .menu > li { padding: 0; }
    .main-menu .menu > li > a { padding: 12px 10px; border-bottom: 1px solid var(--border); }
    .hero-slide h1 { font-size: 38px; }
    .portfolio-grid, .ba-gallery { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
    .portfolio-grid, .ba-gallery { grid-template-columns: 1fr; }
    .topbar-left span:first-child { display: none; }
}
