/*
Theme Name: Bluna Lite
Theme URI: https://blunapress.com
Author: Blunapress
Author URI: https://blunapress.com
Description: Lightweight, high-performance reconstruction of the Blunapress portfolio. No WPBakery, optimized for PHP 8.4.
Version: 9.9.9
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bluna-lite
*/

/* 1. RESET & CORE
------------------------------------------------------- */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* Ensure no admin bar gap on localhost */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }

body {
    background: #fff;
    color: #333;
    font-family: 'Ek Mukta', sans-serif;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ek Mukta', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* 2. HEADER & NAVIGATION (Inshot Port)
------------------------------------------------------- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    z-index: 1000;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.custom-logo-link img {
    max-height: 50px;
    width: auto;
}

.header-controls {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: auto; /* Push to the right in the header flex container */
}

.nav-holder {
	position:relative;
	top:0;
}
.nav-holder nav {
	position:relative;
}
.nav-holder nav ul {
	margin-bottom: 0;
    list-style: none;
    padding: 0;
    display: flex;
}
.nav-holder nav li{
	display: inline-block;
	position:relative;
    height: 90px;
}
.nav-holder nav li ul {
	margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width:180px;
	top: 100%;
	left: 0;
	z-index: 1;
	padding:10px 0;
	background:rgba(0,0,0,0.71);
	transition: all .2s ease-in-out;
    display: block; /* Force block to override parent flex */
}

.nav-holder nav li:hover > ul {
	opacity: 1;
	visibility: visible;
}

/* Bridge to prevent hover loss */
.nav-holder nav li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
}

.nav-holder nav li ul li {
	display:block;
	border:none;
	height:auto;
    width: 100%;
}
.nav-holder nav li a {
	padding: 0 15px;
    word-spacing: 0;
    text-align: center;
	color: #999;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
    font-family: 'Ek Mukta', sans-serif;
    font-style: normal;
	transition: all 100ms linear;
    display: flex;
    align-items: center;
    height: 100%;
}
.nav-holder nav li ul a {
	color:#fff !important;
	width:100%;
	text-align:left;
	display: block;
	padding: 10px 15px !important;
    height: auto !important;
    line-height: 20px !important;
}
.nav-holder nav > ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Hover & Active States */
.nav-holder nav li a:hover,
.nav-holder nav li.current-menu-ancestor > a, 
.nav-holder nav li.current-menu-parent > a,
.nav-holder nav li.current-menu-item > a {
	color:#404040;
}

/* Footer Language Switcher */
.footer-lang-switch {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    padding: 0 15px;
    transition: all 0.3s ease;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.footer-lang-switch ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-lang-switch li a {
    color: #fff;
    font-family: 'Ek Mukta', sans-serif;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

.footer-lang-switch:hover {
    background: #333;
}

@media (max-width: 768px) {
    .footer-lang-switch {
        height: auto;
        padding: 10px 15px;
    }
    .footer-lang-switch li a {
        font-size: 11px;
    }
}

.nav-holder nav li ul a:hover,
.nav-holder nav li ul li.current-menu-ancestor > a,
.nav-holder nav li ul li.current-menu-parent > a,
.nav-holder nav li ul li.current-menu-item > a {
	color:#fff !important;
	opacity:0.7;
}

/* 2.1 SIDEBAR BUTTON */
.sidebar-button-wrap {
	color:#000;
	position:relative;
	width:16px;
	height:16px;
	cursor:pointer;
	border:2px solid #000;
	margin-left:25px;
	opacity:0.6;
	transition: all 200ms linear;
    z-index: 1001;
}

.sidebar-button-wrap.vis-m {
	opacity:1;
}
.sidebar-button-wrap:hover {
	opacity:0.4;
}
.sidebar-button-wrap:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:3px;
	width:2px;
	background:#000;
}

@media (max-width: 768px) {
    .sidebar-button-wrap {
        margin-left: 15px;
    }
}

/* 3. PORTFOLIO INTRO (Inshot Port)
------------------------------------------------------- */
.inshot-folio-title-wrap {
    margin-bottom: 25px;
}

.folio-title {
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 15px 0;
    font-family: 'Ek Mukta', sans-serif;
    color: #333;
}

.separator {
    width: 42px;
    height: 8px;
    position: relative;
    display: block;
    background: url(assets/images/separator2.png);
}

.separator.sep-b {
    background: url(assets/images/separator2.png);
}

.inshot-folio-content-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}

.det-info p {
    font-family: 'Ek Mukta', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    opacity: 0.9;
    color: #444;
}

/* 3.1 SHARE HOLDER */
.inshot-post-share.share-holder.block-share {
    margin-top: 35px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.share-holder.block-share span {
    float: left;
    font-family: 'Ek Mukta', sans-serif;
    font-style: italic;
    color: #999;
    padding-right: 15px;
    line-height: 34px;
}

.share-holder.block-share .share-container {
    float: left;
}

.share-holder.block-share .share-container .share-icon {
    color: #333;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 4px;
    text-align: center;
    display: inline-block;
}

.share-holder.block-share .share-container .share-icon:hover {
    color: #999;
}

.share-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.share-icon-facebook:before  { content: "\f09a"; }
.share-icon-twitter:before   { content: "\f099"; }
.share-icon-pinterest:before { content: "\f0d2"; }
.share-icon-googleplus:before{ content: "\f0d5"; }
.share-icon-linkedin:before  { content: "\f08c"; }

/* 3.2 WRAPPER & SLIDER (Restored) */
#wrapper {
    height: 100vh;
    width: 100vw;
    padding-top: 90px; /* Header height */
    padding-bottom: 90px; /* Footer height */
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
}

.inshot-home-carousel {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.slider-wrap {
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: auto !important;
    height: 100%;
    /* margin-right: 5px will be set by JS */
}

/* Intro Slide Width */
.swiper-slide:first-child {
    min-width: 450px;
}

.inshot-carousel-img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* 3.1 NAVIGATION ARROWS */
.sw-button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    background: rgba(0,0,0,1.0);
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 1100;
    font-size: 16px;
    border-radius: 100%;
    transition: all 0.2s ease;
    border: none;
}

.swiper-button-next {
    right: 20px;
    margin-top: 2px !important;
}

.swiper-button-prev {
    right: 20px;
    left: auto !important;
    margin-top: -42px !important;
}

.sw-button:hover {
    background: rgba(0,0,0,0.4) !important;
}

.sw-button:active, 
.sw-button:focus {
    outline: none;
    background: rgba(0,0,0,0.8) !important;
}

.intro-title {
    padding: 60px 50px; /* Reduced from 100px to bring content closer to header */
    width: 450px;
    box-sizing: border-box;
    align-self: flex-start; /* Overrides swiper-slide align-items: center */
}

.thumb-info {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:30px 50px 80px 50px; /* Increased bottom padding to accommodate info button */
	z-index:1100;
    background: rgba(0,0,0,0.75);
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.thumb-info.vis-info {
    transform: translateY(0);
}

.thumb-info h3 {
	text-align:left;
	color:#fff;
	font-size:18px;
	font-weight:700;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Ek Mukta', sans-serif;
    font-style: normal;
}

.thumb-info h3 a {
	color:#fff;
	transition: all 200ms linear;
}

.thumb-info h3 a:hover {
	color:rgba(255,255,255,0.61);
}

.thumb-info p {
	color:#fff;
	opacity:0.8;
	font-style:normal;
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
    font-family: 'Ek Mukta', sans-serif;
}

/* Info Button (Toggle) */
.info-button {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,1.0);
    color: #fff;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1200;
    font-size: 14px;
    display: block; /* Shown on all views */
    transition: all 0.3s ease;
}

.info-button:hover {
    background: rgba(0,0,0,0.8);
}

.swiper-slide.info-active .info-button {
    background: #fff;
    color: #000;
}

.slide-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

/* 6. SIDEBAR SLIDEOUT
------------------------------------------------------- */
.hiiden-sidebar-wrap {
	position:fixed;
	overflow:auto;
	width:350px;
	z-index:2000;
	right:-470px;
	top:90px;
	bottom:0;
	background:#fff;
	padding:50px 30px;
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -10px 0 30px rgba(0,0,0,0.05);
}

.hiiden-sidebar-wrap.vis-sidebar {
    right: 0;
}

.close-sidebar {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    transition: all 0.3s ease;
}

.close-sidebar:hover {
    color: #333;
    transform: rotate(90deg);
}

.sb-overlay {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	width:100%;
 	display:none;
	background:#292929;
	opacity:0.8;
	z-index:1900;
}

.sb-widget-wrap {
	margin-bottom:50px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
    text-align: center;
}

.sb-widget-wrap:last-child {
    border-bottom: none;
}

.sb-widget-wrap h3 {
	color: #222;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
/* About Widget & Sidebar Block Styling */
.sb-widget-wrap .about-widget img,
.hiiden-sidebar-wrap .widget_media_image img,
.hiiden-sidebar-wrap .wp-block-image img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 100% !important;
    object-fit: cover !important;
    margin: 0 auto !important;
    display: block !important;
}

.hiiden-sidebar-wrap .wp-block-image {
    margin: 0 0 30px 0 !important;
    text-align: center;
}

.about-widget h4,
.hiiden-sidebar-wrap h2.wp-block-heading {
    font-family: 'Ek Mukta', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    color: #333 !important;
    text-align: center !important;
}

.about-widget p,
.hiiden-sidebar-wrap .widget_text p,
.hiiden-sidebar-wrap p {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #666 !important;
    font-style: italic !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.sb-widget-wrap h3 {
	color: #222;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* Generic sidebar image (fallback) */
.sb-widget-wrap img:not(.about-widget img) {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .hiiden-sidebar-wrap {
        width: 280px;
        top: 60px;
    }
}

/* 4. FOOTER
------------------------------------------------------- */
.scroll-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}

.ft-copy {
    font-family: 'Ek Mukta', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-links-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.social-links-menu li {
    margin-left: 20px;
}

.social-links-menu a {
    display: flex;
    align-items: center;
    color: #333;
    transition: all 0.2s ease;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal; /* Overrides body italic */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-links-menu a:hover {
    color: #999;
}

.social-links-menu a i {
    font-size: 16px;
    margin-right: 8px;
}

.social-links-menu a span {
    display: inline-block;
}

/* Footer Counter / Pagination */
.footer-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 -40px;
    font-family: 'Ek Mukta', sans-serif;
    font-style: normal;
    color: #494949;
    font-weight: 700;
    font-size: 14px;
    z-index: 10;
    text-align: center;
}

.footer-counter span {
    display: inline-block;
}

/* Loader */
.inshot-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.double-bounce1, .double-bounce2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1.0s;
}

@keyframes sk-bounce {
  0%, 100% { transform: scale(0.0) }
  50% { transform: scale(1.0) }
}

/* 7. CONTACT FORM 7
------------------------------------------------------- */
div.wpcf7 {
	margin-top: 20px; /* Reduced from 30px to move form up */
    max-width: 750px;
}

div.wpcf7 form input[type="text"],
div.wpcf7 form input[type="email"],
div.wpcf7 form input[type="url"],
div.wpcf7 form input[type="tel"],
div.wpcf7 form input[type="number"],
div.wpcf7 form input[type="date"],
div.wpcf7 form textarea {
	width: 100%;
	background: #f4f4f4;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	height: 50px;
	border-radius: 0;
	padding-left: 30px;
	color: #999;
	border: 0;
    box-sizing: border-box;
    font-family: 'Ek Mukta', sans-serif;
}

div.wpcf7 form textarea {
	height: 170px;
	resize: none;
	padding: 15px 30px;
}

div.wpcf7 form input:focus,
div.wpcf7 form textarea:focus {
    background: #eee;
    outline: none;
}

.wpcf7-submit {
	border: none;
	background: #292929;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
	padding: 15px 30px;
	line-height: 17px;
	cursor: pointer;
	transition: all 200ms linear;
    letter-spacing: 2px;
    font-family: 'Ek Mukta', sans-serif;
}

.wpcf7-submit:hover {
    background: #999;
}

.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 10px 20px !important;
    border: 1px solid #eee !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Ek Mukta', sans-serif;
}

/* Contact Form Grid Helpers */
.contact-form-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}
.contact-form-wrap .col-md-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.contact-form-wrap:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 768px) {
    .contact-form-wrap .col-md-6 {
        width: 100%;
        float: none;
    }
}
.submit-wrap {
    margin-top: 10px;
}

/* Response Message next to Button */
div.wpcf7 form p:last-of-type {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.wpcf7-response-output {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 0 0 20px !important;
    padding: 0 !important;
    border: none !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Ek Mukta', sans-serif;
    color: #333;
    max-width: 300px; /* Prevents long messages from breaking too much */
}

.wpcf7-submit {
    min-width: 180px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 768px) {
    div.wpcf7 form p:last-of-type,
    .wpcf7-response-output {
        display: block !important;
        margin: 10px 0 !important;
        max-width: 100%;
    }
}

.content.full-height {
    height: 100%;
}

/* Page Layout (Signature Look) */
.page-signature-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    min-height: 100%;
}
.page-content-side {
    flex-grow: 1;
    padding: 60px 50px 100px 50px;
    max-width: 850px; /* Prevent form from becoming too wide */
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .page-signature-wrap {
        flex-direction: column;
    }
    .page-content-side {
        padding: 20px 25px 80px 25px;
        width: 100%;
    }
}

/* 8. MASONRY GRID (Tearsheets) */
------------------------------------------------------- */
.gallery-items {
	position: relative;
    width: 100%;
    display: block;
}

.gallery-item {
	position: relative;
	overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.three-columns .gallery-item, 
.three-columns .grid-sizer {
	width: 33.333%;
}

.ver-extrasmall-pad.gallery-items {
	margin-left: -2px;
	margin-right: -2px;
}

.ver-extrasmall-pad .gallery-item {
	padding: 2px;
}

.grid-item-holder {
	width: 100%;
	height: auto;
	position: relative;
}

.grid-item-holder img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

.gallery-item:hover .grid-item-holder img {
    transform: scale(1.05);
    opacity: 0.8;
}

/* Lightbox / Zoom Icon */
.popup-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    border-radius: 100%;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.gallery-item:hover .popup-image {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .three-columns .gallery-item, 
    .three-columns .grid-sizer {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .three-columns .gallery-item, 
    .three-columns .grid-sizer {
        width: 100%;
    }
}

/* 9. TEARSHEET SCROLLING FIX
------------------------------------------------------- */
body.tearsheet-archive {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

body.tearsheet-archive #wrapper,
body.tearsheet-archive .content {
    height: auto !important;
    overflow: visible !important;
}

body.tearsheet-archive .scroll-footer {
    position: relative; /* Un-fix the footer */
}

body.tearsheet-archive .content.full-height {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Hide toggle on desktop */
.nav-button-wrap {
    display: none;
}

/* 5. MOBILE RESPONSIVE
------------------------------------------------------- */
@media (max-width: 768px) {
    /* Header/Footer height adjustment for mobile */
    .main-header {
        height: 60px;
        padding: 0 20px;
    }

    .scroll-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 15px 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: #fff;
        z-index: 900;
        display: flex;
        border-top: 1px solid #eee;
    }

    .footer-lang-switch {
        order: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-social {
        order: 1;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .policy-box {
        order: 2;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #wrapper {
        padding-top: 60px;
        padding-bottom: 80px; /* Increased to accommodate taller footer */
    }

    .custom-logo-link img {
        max-height: 35px;
    }

    /* Hide standard nav holder and transform it into a mobile dropdown */
    .nav-holder {
        display: none; /* Controlled by JS toggle */
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: auto;
        background: rgba(255, 255, 255, 0.98);
        z-index: 1001;
        margin-right: 0;
        padding: 20px 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .nav-holder nav {
        float: none;
        width: 100%;
    }

    .nav-holder nav ul {
        flex-direction: column;
        height: auto;
    }

    .nav-holder nav li {
        width: 100%;
        height: auto;
    }

    .nav-holder nav li a {
        height: 50px;
        padding: 0 25px;
        font-size: 11px;
        justify-content: flex-start;
        border-bottom: 1px solid #f9f9f9;
    }

    /* Submenus on mobile (Stacked) */
    .sub-menu {
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
        background: #fdfdfd;
        width: 100%;
        box-shadow: none;
        padding: 0 0 0 20px;
        display: block !important;
    }

    .sub-menu li a {
        color: #666 !important;
    }

    /* Hamburger Button (Must add to header.php) */
    .nav-button-wrap {
        display: block;
        cursor: pointer;
        padding: 10px;
    }

    .nav-button {
        width: 25px;
        height: 2px;
        background: #333;
        position: relative;
        transition: all 0.3s ease;
    }

    .nav-button:before, .nav-button:after {
        content: "";
        position: absolute;
        width: 25px;
        height: 2px;
        background: #333;
        left: 0;
    }

    .nav-button:before { top: -8px; }
    .nav-button:after { top: 8px; }

    /* Intro Slide adjustment - Peeking Content Pattern */
    .swiper-slide:first-child {
        width: 85vw !important;
        min-width: 85vw !important;
        max-width: 85vw !important;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-right: 1px solid #eee; /* Subtle visual edge */
    }

    .intro-title {
        padding: 40px 25px;
        width: 100% !important;
        box-sizing: border-box;
        overflow-y: auto;
        max-height: 100%;
        word-wrap: break-word;
    }

    .folio-title {
        font-size: 20px !important;
    }

    .thumb-info h3 {
        font-size: 14px;
    }
        font-size: 14px;
    }

    /* Footer Copyright */
    .ft-copy {
        font-size: 9px;
    }

    .social-links-menu li {
        margin-left: 10px;
    }

    /* Swiper Navigation and Pagination visible on Mobile */
    .sw-button {
        display: block !important;
    }
    .footer-counter {
        display: block !important;
    }
}
