cinema-gallery/*
Theme Name: ShilpiBeta
Author: Shahid
Version: 1.0
*/


/* ======================================================================================================cinema-gallery===================================================================================================================
   BASE RESET
======================================================================================================================================================================================================================== */
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* ===============================
   WATER COLOR BACKGROUND
================================ */
.wc-bg{
    position: fixed;
    inset: 0;
    background: url("watercolor-bg.png") center/cover no-repeat;
    z-index: -10;
    overflow: hidden;
}

/* WATER COLOR LAYERS */
.wc-layer{
    position: absolute;
    inset: -20%;
    filter: blur(100px);
    opacity: 0.25;
    animation: waveMove 60s linear infinite;
}

/* COLOR FLOWS */
.layer-a{
    background: radial-gradient(circle at 30% 30%,
        rgba(255,180,90,.45),
        rgba(255,120,180,.35),
        transparent 65%);
    animation-duration: 28s;
}

.layer-b{
    background: radial-gradient(circle at 70% 40%,
        rgba(120,200,255,.4),
        rgba(180,255,200,.35),
        transparent 70%);
    animation-duration: 34s;
}

.layer-c{
    background: radial-gradient(circle at 50% 70%,
        rgba(255,230,160,.35),
        rgba(140,180,255,.25),
        transparent 75%);
    animation-duration: 40s;
}

@keyframes waveMove{
    0%{ transform: translate(0,0) scale(1); }
    50%{ transform: translate(120px,80px) scale(1.06); }
    100%{ transform: translate(-100px,120px) scale(1.1); }
}

/* ===============================
   HOLI SPLASH FLOW
================================ */
.holi-flow{
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -5;
}

.splash{
    position: absolute;
    width: 42vw;
    max-width: 560px;
    opacity: 0.65;
    filter: blur(2px);
    animation: floatY 26s ease-in-out infinite;
}

.s1{ left: -12%; top: 12%; }
.s2{ right: -12%; top: 18%; }
.s3{ left: -12%; top: 72%; }
.s4{ right: -12%; top: 78%; }

@keyframes floatY{
    0%{ transform: translateY(0) scale(1); }
    50%{ transform: translateY(-50px) scale(1.04); }
    100%{ transform: translateY(40px) scale(1.07); }
}


/* =========================================================================================================================================================================================================================
    .site-header {
	position: relative;
	width: 100%;
	padding-top: 18px;
	z-index: 50;
}

/* HEADER INNER */
.header-inner{
    max-width: 1400px;          /* % hata diya — ye problem tha */
    margin: auto;

    display: flex;              /* grid → flex */
    align-items: center;
    justify-content: flex-start;/* sab left me */

    gap: 350px;                  /* logo aur nav ke beech space */
    padding: 12px 56px 18px;
    position: relative;
}

.nav-left{
    display:flex;
    align-items:center;

    gap: 18px;
    white-space: nowrap;
    margin-left: 0; /* reset */
}

/* nav links */
.site-header nav a,
.dropdown-toggle{
    text-decoration:none;
    font-size:19px;
    color:#473939;
    font-weight:500;
}


/* =============================== NAV LINKS ================================ */
.site-header nav a,
.dropdown-toggle {
	margin: 0 12px;
	text-decoration: none;
	font-size: 19px;
	color: #473939;
	font-weight: 500;
	cursor: pointer;
}

/* =============================== LOGO ================================ */
/* FORCE LOGO CONTEXT */
.site-logo {
	position: relative !important;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

/* LOGO IMAGE */
.site-logo img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	position: relative;
	z-index: 2;
	filter: drop-shadow(0 8px 18px rgba(0,0,0,0.3));
}

/* DASHED RING — LOCKED TO LOGO */
.site-logo::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 117px;
	height: 117px;
	border-radius: 50%;
	border: 2px dashed rgba(180,139,60,0.6);
	animation: spin 20s linear infinite;
	z-index: 1;
	pointer-events: none;
}

/* ROTATION */
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.site-logo {
	margin-top: 10px;
}



/* =============================== HEADER FLOW BACKGROUND ================================ */
.site-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 30%, rgba(255, 200, 120, .35), transparent 60%), radial-gradient(circle at 80% 40%, rgba(160, 200, 255, .35), transparent 60%);
	filter: blur(40px);
	z-index: -1;
}

/* =============================== TOGGLE BUTTON ================================ */
.menu-toggle {
	display: none;
	font-size: 28px;
	cursor: pointer;
	position: absolute;
	right: 22px;
	top: 26px;
	z-index: 1001;
	color: #5a2a00;
}

/* =============================== MOBILE MENU (GLASS) ================================ */
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 78%;
	max-width: 320px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	border-left: 1px solid rgba(255, 255, 255, 0.35);
	padding: 110px 26px;
	display: flex;
	flex-direction: column;
	gap: 22px;
	transition: right 0.4s ease;
	z-index: 1000;
	overflow-y: auto;
}

/* ACTIVE */
.mobile-menu.active {
	right: 0;
}

/* MOBILE LINKS */
.mobile-menu a,
.mobile-dropdown-toggle {
	font-size: 17px;
	font-weight: 500;
	color: #3a1d00;
	text-decoration: none;
	cursor: pointer;
} 


/* SOFT DIVIDER */
.mobile-menu a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	background: linear-gradient(to right, rgba(210, 154, 71, 0.4), rgba(210, 154, 71, 0.05));
}

/* HOVER */
.mobile-menu a:hover {
	color: #d29a47;
}

/* =============================== MOBILE DROPDOWN ================================ */
.mobile-dropdown-menu {
	display: none;
	padding-left: 14px;
	margin-top: 10px;
}

.mobile-dropdown-menu a {
	font-size: 15px;
	color: #5a2a00;
}

/* =============================== MOBILE ONLY ================================ */
@media (max-width: 768px) {
	.menu-toggle {
		display: block;
	}

	.nav-left,
	.nav-right {
		display: none;
	}

	.header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.site-logo {
		justify-self: start;
	}

	.site-logo img {
		margin-left: 0;
	}
	
	.site-logo {
    margin-top: -15px; /* upar le aata hai */
    }
    
    .menu-toggle {
		margin-top: 23px;     /* thoda niche */
		align-self: center;  /* flex ke center me */
		font-size: 32px;     /* mobile pe aur clear */
	}
}

/* =============================== DESKTOP FORCE ================================ */
@media (min-width: 769px) {

	.nav-left,
	.nav-right {
		display: flex !important;
	}

	.menu-toggle,
	.mobile-menu {
		display: none !important;
	}
}

/* =============================== DECORATIVE STRIP ================================ */
.header-strip {
	width: 100%;
	height: 18px;
	background: repeating-linear-gradient(-45deg, #D4AF37, #D4AF37 8px, transparent 8px, transparent 16px);
}


/* ================================             LIFE IN SCULPTURES SECTION       ================================ */

/* =====================================================
   LIFE IN SCULPTURES – PREMIUM GLOSSY SECTION
===================================================== */

html, body {
    overflow-x: hidden;
}

.life-sculpture-section{
    padding: 100px 0;
    position: relative;   /* 👈 ADD THIS */
    overflow: hidden;     /* 👈 clean edges */
    padding-bottom: 40px;   /* 👈 kam karo */
}


.life-wrapper{
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 80px;
    padding: 0 40px;
}

/* IMAGE BLOCK */
.life-image-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(30px); /* 👈 optical centering */
}

/* IMAGE FRAME */
.image-frame{
    border: 4px solid #555;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    max-width: 520px;     /* 👈 size control */
    margin: 0 ;      /* 👈 center */
    background: rgba(255,255,255,0.18);   /* glass base */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    border: 1px solid rgba(255,255,255,0.35); /* soft glass edge */
    box-shadow:
        0 12px 30px rgba(0,0,0,0.18),
        inset 0 0 0 1px rgba(255,255,255,0.25);
}

.image-frame img{
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: block;
}
.image-frame:hover{
    transform: translateY(-6px);
    transition: all 0.35s ease;
}



/* PAINT SPLASHES */
.paint{
    position: absolute;
    width: 120px;
    height: 120px;
    background-size: cover;
    z-index: -1;
}

.paint-blue{
    background: #2da9ff;
    top: -20px;
    left: -20px;
    clip-path: polygon(0 0,100% 20%,80% 100%,10% 90%);
}

.paint-orange{
    background: #ff7a00;
    bottom: -25px;
    right: -25px;
    clip-path: polygon(20% 0,100% 20%,80% 100%,0 80%);
}

/* CONTENT */
.life-content h2{
    font-size: 38px;
    color: #8a3f0a;
    margin-bottom: 20px;
}

.life-content .quote{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
}

.life-content .author{
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
}

/* BUTTON */
.life-btn{
    display: inline-block;
    padding: 10px 26px;
    background: #d29a47;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
}

/* RIGHT SIDE COW IMAGE */
.about-image.side-image{
    position: absolute;
    right: -40px;          /* 👈 bahar niklega thoda */
    bottom: 40px;          /* 👈 neeche se spacing */
    max-width: 260px;
    z-index: 2;
}

.about-image.side-image img{
    width: 100%;
    height: auto;
    display: block;
}

@media(max-width: 900px){
    .about-image.side-image{
        display: none;
    }
}

/* =========================================================================================================================================================================================================================
   ABOUT SHILPA KALA KUTIR
======================================================================================================================================================================================================================= */
/* WRAPPER */
.center-layout{
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: minmax(520px, 1fr) 420px;
    align-items: center;
    gap: 0;                     /* 👈 NO GAP */
    padding: 120px 40px;
    padding-top: 40px; 
}

/* CENTER TEXT BLOCK */
.center-text{
    max-width: 93%;          /* readable width */
    margin-left: auto;         /* 👈 push towards image */
    margin-right: 0;
    text-align: left;         /* 👈 RIGHT ALIGN TEXT */
}


/* TEXT STYLE */
.center-text p{
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
}

/* HEADING */
.center-text h2{
    font-size: 38px;
    color: #8a3f0a;
    margin-bottom: 10px;
}

/* DIVIDER */
.center-text .divider{
    margin: 0 auto 30px;
}

/* RIGHT IMAGE */
.side-image{
    text-align: center;
}

.side-image img{
    max-height: 520px;
    width: auto;
    filter: drop-shadow(0 0 50px rgba(255,200,120,.6));
}

@media(max-width:900px){
    .about-kutir-wrapper{
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-image img{
        max-height: 420px;
    }
}

/* ===============================
   ABOUT VIDEO INSIDE TEXT COLUMN
================================ */

/* SMALLER VIDEO SIZE */
.about-video-box{
    position: relative;
    width: 80%;          /* 👈 width kam */
    margin-top: 30px;
    margin-right: auto; /* 👈 left aligned */
    padding-bottom: 44%; /* 👈 height thodi kam (still proportional) */
    height: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0,0,0,0.22);
}

.about-video-box iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:900px){
    .about-video-box{
        width: 100%;
        padding-bottom: 56.25%;
    }
}

/* =========================================================================================================================================================================================================================
   PROJECTS SECTION
======================================================================================================================================================================================================================== */
.projects-section{
    width: 100%;
    padding: 100px 0;
    padding-top: 10px;
}

.projects-wrapper{
    width: 100%;
    padding: 80px 0;
    /* 👇 dark soft full-width bg */
    background: rgba(98, 53, 2, 0.42);
}
.projects-wrapper-inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}


/* ===============================
   PREMIUM SECTION TITLE
================================ */



.section-title{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 90px;
}

.section-title{
    position: relative;
    display: inline-block;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;

    /* DARKER GOLD (HIGH CONTRAST) */
    color: #ffd842;

    text-shadow:
        0 0 3px rgba(159,135,48,0.6),
        0 0 8px rgba(159,135,48,0.35);

    margin-bottom: 90px;
    padding-bottom: 16px;

    opacity: 0;
    transform: translateY(30px);
    transition: all 0.9s cubic-bezier(.22,.61,.36,1);
}

/* ANIMATED UNDERLINE */
.section-title::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;

    background: linear-gradient(
        90deg,
        transparent,
        #c9b25c,
        #f1de8b,
        #c9b25c,
        transparent
    );

    transform: translateX(-50%);
    box-shadow: 0 0 12px rgba(201,178,92,0.6);
    transition: width 0.9s ease;
}

/* SHOW STATE (JS / SCROLL) */
.section-title.show{
    opacity: 1;
    transform: translateY(0);
}

.section-title.show::after{
    width: 130%;
}

/* HOVER MICRO GLOW */
.section-title:hover{
    text-shadow:
        0 0 8px rgba(201,178,92,0.55),
        0 0 20px rgba(201,178,92,0.35);
}
.polygon-projects{
    padding: 80px 0;
    text-align: center;   
    margin-top: -30px;
}

/* GRID */
.projects-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: auto;
}

/* CARD */
.project-card{
    padding: 20px;
    border-radius: 18px;
    text-decoration: none;
    text-align: left;

    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-shadow:
        0 10px 30px rgba(0,0,0,0.18),
        inset 0 0 0 1px rgba(255,255,255,0.25);

    transition: all 0.35s ease;
}

/* IMAGE */
.project-image{
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
}

.project-image img{
    width: 100%;
    display: block;
}

/* TEXT */
.project-card h3{
    font-size: 18px;
    color: #5a2a00;
    margin-bottom: 10px;
}

.project-card p{
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 1.6;
}

/* HOVER */
.project-card:hover{
    transform: translateY(-10px);
    box-shadow:
        0 22px 45px rgba(0,0,0,0.25),
        inset 0 0 0 1px rgba(255,255,255,0.35);
}

/* LOAD MORE */
.load-more-wrap{
    margin-top: 60px;
}

#loadMoreProjects{
    padding: 12px 34px;
    border-radius: 30px;
    border: none;
    background: #d29a47;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/* MOBILE */
@media(max-width:900px){
    .projects-grid{
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
}

.projects-btn {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #e3a84b, #c6862e);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 40px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

/* hover effect */
.projects-btn:hover {
    background: linear-gradient(135deg, #c6862e, #a66a18);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.35);
}

.projects-btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px; /* thoda gap cards se */
}
/* mobile center */
@media (max-width: 768px) {
    .projects-btn {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
}

/* ===============================
   HOME SERVICES SLIDER
================================ */
/* ===============================
   HOME SERVICES AUTO SLIDER
================================ */

.home-services-slider{
    padding: 0 0 60px;
    background: transparent;
    overflow: hidden;
}

/* HEADING */
.services-head{
    padding: 0 20px 20px;
    margin: 0;
    text-align: center;
}

.services-head h2{
    margin: 0 0 10px;
}

/* WRAPPER */
.services-slider-wrapper{
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* ===============================
   DESKTOP AUTO SLIDER
================================ */

.services-slider{
    display: flex;
    gap: 24px;
    width: max-content;
    animation: autoSlide 60s linear infinite; /* 👈 SLOW SPEED */
}

.services-slider:hover{
    animation-play-state: paused;
}

/* CARD */
.service-slide{
    flex: 0 0 260px;
    position: relative;
    text-decoration: none;
}

/* IMAGE */
.service-slide img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
    transition: transform .4s ease;
}

/* TITLE */
.service-slide-title{
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 6px 16px rgba(0,0,0,.7);
}

/* HOVER */
.service-slide:hover img{
    transform: scale(1.05);
}

/* AUTO SLIDE KEYFRAMES */
@keyframes autoSlide{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
}

/* ===============================
   📱 MOBILE FIX (NO AUTO, SWIPE)
================================ */

@media(max-width:900px){

    .services-slider{
        animation: none !important;
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 10px 20px;
    }

    .services-slider::-webkit-scrollbar{
        display: none;
    }

    .service-slide{
        flex: 0 0 75%;
        scroll-snap-align: center;
    }

    .service-slide img{
        height: 260px;
    }
}
/* =====================================================================================================================================
   ABOUT HERO IMAGE
========================================================================================================================================== */

/* ================= GLOBAL ================= */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Segoe UI", sans-serif;
}



/* ===============================
   ABOUT HERO (NO IMAGE)
================================ */
.about-hero{
    position: relative;
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    overflow: hidden;
}
.about-hero{
    background: transparent;
}

/* DARK TEXTURE OVERLAY */


/* ===============================
   HERO TITLE
================================ */
.hero-title{
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-title h1{
    font-size: 42px;
    letter-spacing: 3px;
    color: #d29a47;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 0 0 25px rgba(210,154,71,0.8);
}


/*.header-divider-css{
    width:120px;
    height:3px;
    background:linear-gradient(to right, transparent, #d29a47, transparent);
}*/

/* ================= ABOUT CONTENT ================= */

/* Content start immediately after About Us heading */
.content-section.no-title{
    padding-top:40px;
}

/* MAIN WRAPPER */
.content-section{
    max-width:1100px;
    margin:auto;
    padding:90px 20px;
    position:relative;
    border-left:3px solid rgba(180,139,60,0.35);
    border-right:3px solid rgba(180,139,60,0.35);
    margin-top:-80px;
}

/* FLEX LAYOUT */
.content-with-image{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

/* TEXT AREA */
.content-text{
    flex:1.2;
}

/* IMAGE AREA */
.content-image{
    flex:0.8;
    position:relative;
}

.content-image img{
    width:100%;
    max-width:360px;
    display:block;
    filter:drop-shadow(0 20px 40px rgba(0,0,0,0.35));
}

/* BACKGROUND GLOW */
.content-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left, rgba(180,139,60,0.08), transparent 40%),
        radial-gradient(circle at bottom right, rgba(138,79,29,0.08), transparent 40%);
    z-index:-1;
}

.content-section h2{
    font-size:36px;
    color:#8a4f1d;
    margin-bottom:25px;
}

.content-section p{
    margin-bottom:18px;
    line-height:1.85;
    color:#3b2a1a;
}

/* DROP CAP */
.content-section p:first-of-type::first-letter{
    font-size:62px;
    font-weight:bold;
    color:#b48b3c;
    float:left;
    line-height:1;
    padding-right:10px;
}

/* SIGNATURE */
.signature{
    margin-top:35px;
    font-style:italic;
    color:#6b4a2b;
}

/* RESPONSIVE */
@media(max-width:900px){
    .content-with-image{
        flex-direction:column;
    }

    .content-image{
        text-align:center;
        margin-top:40px;
    }

    .content-image img{
        max-width:300px;
        margin:auto;
    }
}


/* ================= CAPABILITIES ================= */
.capabilities{
    background:#ffffff;
    padding:90px 10%;
}

.capabilities h2{
    text-align:center;
    font-size:34px;
    margin-bottom:55px;
    color:#8a4f1d;
}

.capabilities ul{
    list-style:none;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:28px;
}

.capabilities li{
    background:#faf8f4;
    padding:28px;
    border-radius:14px;
    border-left:4px solid #b48b3c;
    position:relative;
    transition:0.35s cubic-bezier(.25,.8,.25,1);
}

/* SYMBOL */
.capabilities li::before{
    content:"✦";
    position:absolute;
    top:18px;
    right:18px;
    font-size:18px;
    color:#b48b3c;
}

.capabilities li:hover{
    transform:translateY(-8px);
    background:linear-gradient(120deg,#fff,#f5eddc,#fff);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* ================= BRAND SECTION ================= */
.brand-section{
    text-align:center;
    padding:100px 20px;
    background:
        radial-gradient(circle at center, rgba(180,139,60,0.05), transparent 60%);
}

/* LOGO */
.logo-box{
    width:180px;
    height:180px;
    margin:auto;
    margin-bottom:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

/* ROTATING HALO */
.logo-box::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    border-radius:50%;
    border:2px dashed rgba(180,139,60,0.6);
    animation: spin 18s linear infinite;
}

@keyframes spin{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

.logo-box img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    filter:drop-shadow(0 10px 22px rgba(0,0,0,0.3));
}

.tagline{
    font-size:18px;
    color:#8a4f1d;
    margin-bottom:65px;
}

/* ================= PHILOSOPHY / VISION / MISSION ================= */
.three-box{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:32px;
    max-width:1100px;
    margin:auto;
}

.box{
    background:
        linear-gradient(145deg,#fff,#f6f2ea),
        url("https://www.transparenttextures.com/patterns/stone-wall.png");
    padding:32px;
    border-radius:16px;
    box-shadow:0 12px 28px rgba(0,0,0,0.1);
    position:relative;
    overflow:hidden;
    transition:0.35s cubic-bezier(.25,.8,.25,1);
}

.box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(120deg, transparent, rgba(180,139,60,0.12), transparent);
    opacity:0;
    transition:0.4s;
}

.box:hover::before{
    opacity:1;
}

.box:hover{
    transform:translateY(-8px);
}

/* BOX TITLES */
.box h3{
    margin-bottom:18px;
    position:relative;
    color:#8a4f1d;
}

.box h3::after{
    content:"";
    width:42px;
    height:3px;
    background:#b48b3c;
    position:absolute;
    left:0;
    bottom:-6px;
}

.quote{
    font-style:italic;
    color:#4a3420;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
    .about-hero{
        height:260px;
    }
    .hero-title h1{
        font-size:26px;
    }
    .capabilities{
        padding:70px 20px;
    }
    .brand-section{
        padding:80px 20px;
    }
}






/* ===========================================================================================================================================================================================================
    OUR PROJECTS 
=========================================================================================================================================================================================================== */

/* ================= PROJECT HERO ================= */

.project-hero{
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-top: 3px solid #3a3a3a;
    border-bottom: 3px solid #3a3a3a;
}

.project-hero-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.project-hero-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-hero-pill{
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 22px 60px;
    font-size: 26px;
    font-weight: 500;
    border-radius: 18px;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

@media(max-width:768px){
    .project-hero{
        height: 180px;
    }

    .project-hero-pill{
        font-size: 18px;
        padding: 14px 36px;
    }
}

/* ================= PROJECTS SECTION ================= */

/* ================= HONEYCOMB CENTER FIX ================= */

.hex-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

/* EACH ROW */
.hex-row{
    display: flex;
    justify-content: center;
    gap: 36px;
}

/* OFFSET ROW (HONEYCOMB EFFECT) */
.hex-row.offset{
    margin-left: 110px;
}

/* HEX ITEM */
.hex-item{
    width: 220px;
    height: 250px;
    text-decoration: none;
}

/* SHAPE */
.hex-shape{
    width: 100%;
    height: 100%;
    clip-path: polygon(
        50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%
    );
    overflow: hidden;
    transition: 0.4s ease;
}

.hex-shape img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HOVER */
.hex-item:hover .hex-shape{
    transform: translateY(-8px) scale(1.05);
}

/* MOBILE FIX */
@media(max-width:900px){
    .hex-row,
    .hex-row.offset{
        margin-left: 0;
        flex-wrap: wrap;
    }

    .hex-item{
        width: 160px;
        height: 185px;
    }
}

.load-more-wrap{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#loadMoreProjects{
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #e3a84b, #c6862e);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 40px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

#loadMoreProjects:hover{
    background: #e1cc6f;
}

/* ===== SINGLE PROJECT PAGE ===== */

.single-project{
    max-width: 1400px;
    margin: auto;
    padding: 120px 40px;
}

/* HERO IMAGE */
.single-hero{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.single-hero img{
    width: 80%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    animation: floatImage 6s ease-in-out infinite;
}

/* FLOAT ANIMATION */
@keyframes floatImage{
    0%,100%{ transform: translateY(0); }
    50%{ transform: translateY(-10px); }
}

/* CONTENT CARD */
.single-content{
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.single-content h1{
    margin-top: 35px ;
    font-size: 46px;
    margin-bottom: 10px;
    color: #8a3f0a;
}

.meta{
    font-size: 16px;
    color: #555;
    margin-bottom: 6px;
}

/* DESCRIPTION GLASS CARD */
.description{
    margin-top: 40px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 18px;
    line-height: 1.8;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* GALLERY GRID */
.gallery-grid{
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 30px;
}

/* GALLERY IMAGES */
.gallery-grid img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.4s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.gallery-grid a:hover img{
    transform: scale(1.05);
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

/* REVEAL ANIMATION */
.reveal{
    opacity: 0;
    transform: translateY(40px);
    animation: reveal 1s forwards;
}

@keyframes reveal{
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* MOBILE */
@media(max-width:768px){
    .single-hero img{
        width: 100%;
        max-height: 320px;
    }

    .single-content h1{
        font-size: 32px;
    }

    .description{
        padding: 25px;
    }
}



/* ===============================================================================================================================================
   CINEMA GALLERY
==================================================================================================================================================== */
.gallery-head{
       text-align: center;
    padding: 70px 20px 30px;
    position: relative;
    color: #fff;
}

/* TITLE */
.gallery-head h2{
    font-size: 46px;
    color: #d29a47;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-shadow: 
      0 0 10px rgba(210,154,71,0.6),
      0 0 30px rgba(210,154,71,0.4);
} 

.gallery-head p{
    font-size: 18px;
    line-height: 1.6;
    color: #3a3a3a; /* exact same like screenshot */
}

@media (max-width: 768px){
    .gallery-head p{
        font-size: 16px;
        color: #3a3a3a;
    }
}



/* NEON DIVIDER */
.gallery-head .divider{
    display: block;
    width: 120px;
    height: 3px;
    margin: 0 auto 25px;

    background: linear-gradient(
      90deg,
      #000,
      #d29a47,
      #fff,
      #d29a47,
      #000
    );

    background-size: 300% 100%; /* 🔥 IMPORTANT */
    box-shadow: 0 0 12px #d29a47;

    animation: dividerGlow 2s linear infinite;
    will-change: background-position; /* mobile boost */
}

@keyframes dividerGlow{
    0%   { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@media (max-width: 768px){
    .gallery-head .divider{
        box-shadow: 0 0 16px #d29a47;
        height: 4px;
    }
}

/*====================================================gallery-slider========================================*/

/* GALLERY WRAPPER CONTROL */
.cinema-gallery{
    max-width: 1100px;   /* poora screen nahi lega */
    margin: 0 auto;
    padding: 50px 20px;
}

/* BIG IMAGE – compact & centered */
/* BIG IMAGE – width aur choti */
.big-image{
    width: 100%;
    max-width: 700px;   /* pehle zyada thi, ab compact */
    height: 400px;      /* same height */
    margin: 0 auto;     /* center */
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 70px rgba(0,0,0,0.35);
}
/* IMAGE */
.big-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.6s ease;
}

.big-image{
    position: relative;
}

.big-image img{
    transition: transform 1.2s ease;
}

.big-image:hover img{
    transform: scale(1.06);
}

/* THUMB STRIP */
.thumb-strip{
    display: flex;
    gap: 14px;
    margin-top: 22px;
    padding: 8px 2px 14px;
    overflow-x: auto;
    justify-content: center;   /* desktop me center */
}

/* THUMB */
.thumb{
    width: 120px;
    height: 78px;
    border-radius: 12px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.55;
    transition: 0.3s ease;
    flex-shrink: 0;
}

/* ACTIVE */
.thumb.active{
    opacity: 1;
    transform: scale(1.06);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* HOVER */
.thumb:hover{
    opacity: 0.85;
    transform: translateY(-4px);
}

/* NAV BUTTONS */
.nav-controls{
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.nav-controls button{
    padding: 10px 58px 11px 27px;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    cursor: pointer;

    background: #d29a47;
    color: #fff;
    transition: 0.25s ease;
}

.nav-controls button:hover{
    background: #ab6e15;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

/* MOBILE FIX */
@media(max-width:768px){
    .big-image{
        max-width: 350px;
        height: 100%;
    }

    .thumb-strip{
        justify-content: flex-start;
    }

    .thumb{
        width: 100px;
        height: 65px;
    }
}



/* ===============================
   SERVICES PAGE
================================ */


.services-head{
    text-align: center;
    padding: 40px 20px 60px;
    position: relative;
}

/* TITLE */
.services-head h2{
    font-size: 46px;
    color: #d29a47;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-shadow: 
      0 0 10px rgba(210,154,71,0.6),
      0 0 30px rgba(210,154,71,0.4);
}


.services-page{
    padding: 40px ;
}

/* HEADER */
.services-header{
    text-align: center;
    margin-bottom: 40px;
}

.services-header .section-title{
    font-size: 44px;
    color: #8a3f0a;
    margin-bottom: 10px;
}

.services-head .divider{
    display: block;
    width: 120px;
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(90deg,#000,#d29a47,#fff,#d29a47,#000);
    box-shadow: 0 0 15px #d29a47;
    animation: dividerGlow 2s linear infinite;
}



/* ROW */
.service-row{
    max-width: 1400px;
    margin: 0 auto 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 0 40px;
}

/* REVERSE */
.service-row.reverse{
    direction: rtl;
}
.service-row.reverse > *{
    direction: ltr;
}

/* IMAGE GLASS */
.service-img{
    position: relative;
    max-width: 520px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;

    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);

    animation: floatImage 6s ease-in-out infinite;
}

.service-img img{
    width: 100%;
    height: auto;
    display: block;
    transition: 0.6s;
}

/* SHINE EFFECT */
.service-img::after{
    content:'';
    position:absolute;
    top:-100%;
    left:-100%;
    width:200%;
    height:200%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255,255,255,0.4),
      transparent
    );
    animation: shine 4s infinite;
}

/* CONTENT */
.service-content h3 a{
    color: #8a3f0a;        /* heritage brown */
    text-decoration: none;
    font-weight: 700;
    font-size: 40px;
}

.service-content h3 a:hover{
    color: #d29a47;       /* gold on hover */
}


.service-content p{
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* READ MORE */
.service-readmore{
    display:inline-block;
    padding:10px 26px;
    border-radius:25px;
    background:#d29a47;
    color:#fff;
    text-decoration:none;
    transition:0.4s;
}

.service-readmore:hover{
    background:#8a3f0a;
    transform: translateY(-3px);
}

/* HOVER ZOOM */
.service-img:hover img{
    transform: scale(1.1);
}

/* FLOAT */
@keyframes floatImage{
    0%{ transform: translateY(0); }
    50%{ transform: translateY(-15px); }
    100%{ transform: translateY(0); }
}

/* SHINE */
@keyframes shine{
    0%{ transform: translateX(-100%); }
    100%{ transform: translateX(100%); }
}

/* DIVIDER */
@keyframes dividerGlow{
    from{ background-position:0; }
    to{ background-position:200px; }
}

/* MOBILE */
@media(max-width:900px){
    .service-row{
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
}


/* ===============================
   SINGLE SERVICE HERO (FULL WIDTH)
================================ */
.ss-hero{
  width:100%;
  min-height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:60px 0;
  background:transparent;
}
/* LAYOUT SPLIT FIX */
.ss-hero-card{
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:0 5%;

  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}


/* Break out of theme container */
.ss-hero{
  position: relative;
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Kill parent max-widths */
.ss-hero,
.ss-hero *{
  max-width: none !important;
}


/* TITLE */
.ss-hero-card h1{
  grid-column:1/-1;
  text-align:center;
  font-size:46px;
  color:#d29a47;
  letter-spacing:2px;
  margin-bottom:10px;
  text-shadow:
    0 0 10px rgba(210,154,71,0.4),
    0 0 25px rgba(210,154,71,0.25);
}

/* DIVIDER */
.ss-hero-card .divider{
  grid-column:1/-1;
  width:140px;
  height:3px;
  margin:0 auto 40px;
  background:linear-gradient(90deg,#d29a47,#fff,#d29a47);
  background-size:300% 100%;
  border-radius:50px;
  animation:dividerGlow 2s linear infinite;
}

@keyframes dividerGlow{
  0%{background-position:0%;}
  100%{background-position:300%;}
}

/* IMAGE */
.ss-hero-media img{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:18px;
}

/* TEXT */
.ss-hero-text{
  font-size:18px;
  line-height:1.9;
  color:#333;
}

/* BACK */
.ss-back{
  grid-column:1/-1;
  margin-top:30px;
  display:inline-block;
  text-align:center;
  color:#d29a47;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.ss-back:hover{
  color:#000;
  transform:translateX(-5px);
}
.cta-section{
  width:100%;
  padding:100px 5%;
  display:flex;
  justify-content:center;
  background:transparent;
}

.cta-box{
  max-width:1200px;
  width:100%;
  background:transparent;
  border-radius:0;
  padding:40px 0;
  text-align:center;
  color:#222;
  box-shadow:none;
}
@media(max-width:900px){
  .ss-hero-card{
    grid-template-columns:1fr;
    padding:0 6%;
  }

  .ss-hero-media img{
    height:320px;
  }
}

/* ===============================
   PREMIUM CTA SECTION
=============================== */

.cta-section{
  padding: 80px 20px;
  display:flex;
  justify-content:center;
}

/* GLASS CARD */
.cta-box{
  max-width:1000px;
  width:100%;
  padding:70px 50px;
  text-align:center;
  border-radius:36px;

  background:
    linear-gradient(135deg,
      rgba(255,220,170,.25),
      rgba(255,255,255,.55),
      rgba(180,210,255,.25));

  backdrop-filter:blur(24px);
  box-shadow:
    0 35px 90px rgba(0,0,0,.18),
    inset 0 0 25px rgba(255,255,255,.35);

  position:relative;
  overflow:hidden;
}

/* SOFT GOLD GLOW */
.cta-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top,
      rgba(210,154,71,.35),
      transparent 60%);
  z-index:-1;
}

/* TITLE */
.cta-box h2{
  font-size:44px;
  color:#8a3f0a;
  margin-bottom:12px;

  text-shadow:
    0 0 12px rgba(210,154,71,.45);
}

/* SUB TEXT */
.cta-box p{
  font-size:18px;
  color:#444;
  margin-bottom:40px;
  line-height:1.6;
}

/* BUTTON ROW */
.cta-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

/* GOLD BUTTON */
.btn-gold{
  padding:14px 36px;
  border-radius:40px;
  background:linear-gradient(135deg,#d29a47,#f3c16f);
  color:#fff;
  font-weight:600;
  text-decoration:none;

  box-shadow:0 10px 28px rgba(210,154,71,.45);
  transition:.3s ease;
}

.btn-gold:hover{
  transform:translateY(-4px) scale(1.03);
  box-shadow:0 18px 45px rgba(210,154,71,.6);
}

/* OUTLINE BUTTON */
.btn-outline{
  padding:14px 36px;
  border-radius:40px;
  border:2px solid #d29a47;
  color:#8a3f0a;
  font-weight:600;
  text-decoration:none;
  transition:.3s ease;
}

.btn-outline:hover{
  background:#d29a47;
  color:#fff;
  transform:translateY(-4px);
}

/* MOBILE */
@media(max-width:768px){

  .cta-box{
    padding:50px 25px;
  }

  .cta-box h2{
    font-size:30px;
  }

  .cta-box p{
    font-size:16px;
  }
}



/* ===== CONTACT WRAPPER ===== */
.contact-wrapper{
    margin: 40px 0;
    padding-bottom: 20px;
}

/* ===== LAYOUT ===== */
/* ===== CONTACT SECTION ===== */
.contact-container{
  max-width:1000px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items: stretch;
}

/* ===== FORM CARD ===== */
.contact-form{
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(6px);
  padding: 35px 40px;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* ===== HEADING ===== */
.contact-form h3{
  font-size:24px;
  color:#8a4a16;
  margin-bottom:25px;
  font-weight:600;
}

/* ===== INPUT & TEXTAREA ===== */
.contact-form input,
.contact-form textarea{
  width:100%;
  padding:14px 16px;
  margin-bottom:18px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,0.15);
  background:rgba(255,255,255,0.85);
  font-size:15px;
  transition:all 0.3s ease;
}

/* focus effect */
.contact-form input:focus,
.contact-form textarea:focus{
  outline:none;
  border-color:#c6862e;
  box-shadow:0 0 0 3px rgba(198,134,46,0.25);
  background:#fff;
}

/* textarea height */
.contact-form textarea{
  min-height:140px;
  resize:vertical;
}

/* ===== SUBMIT BUTTON ===== */
.contact-form input[type="submit"]{
  width:100%;
  background:linear-gradient(135deg,#8a4a16,#c6862e);
  color:#fff;
  border:none;
  padding:14px;
  border-radius:30px;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  transition:all 0.3s ease;
  box-shadow:0 10px 22px rgba(0,0,0,0.25);
}

/* hover */
.contact-form input[type="submit"]:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(0,0,0,0.35);
}

/* ===== CF7 MESSAGES ===== */
.wpcf7-response-output{
  border:none;
  margin-top:15px;
  padding:12px 16px;
  border-radius:10px;
  font-size:14px;
}

.wpcf7-mail-sent-ok{
  background:#e7f6ec;
  color:#1e7e34;
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip{
  color:#b00020;
  font-size:13px;
}

/* ===== MOBILE ===== */
@media(max-width:768px){
  .contact-container{
    grid-template-columns:1fr;
  }
  .contact-form{
    padding:30px 22px;
  }
}

/* ===== INFO ===== */
.contact-info p{
  font-size:15px;
  line-height:1.7;
  margin-bottom:10px;
}

.contact-social{
  margin:14px 0;
}

.contact-social a{
  display:inline-block;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid #8a4a16;
  color:#8a4a16;
  text-align:center;
  line-height:32px;
  margin-right:8px;
  text-decoration:none;
}

/* MAP */
.contact-map iframe{
  width:100%;
  height:220px;
  border:0;
  margin-top:14px;
}

/* ===== MOBILE ===== */
@media(max-width:900px){

  .contact-container{
    grid-template-columns:1fr;
  }

  /* SEND MESSAGE BUTTON CENTER */
  .contact-form input[type="submit"]{
    display:block;
    margin:20px auto 0;
  }

}



/* ==========================================================================================================================================================================================
   FOOTER
=========================================================================================================================================================================================== /* ===============================
   FOOTER BASE
=============================== */

.site-footer{
    position: relative;
    padding: 0;
    background: transparent;
}

/* TOP STRIP */
.footer-strip{
    height: 22px;
    background:
        repeating-linear-gradient(
            -45deg,
            #d29a47,
            #d29a47 8px,
            transparent 8px,
            transparent 16px
        );
}

/* FOOTER GRID */
.footer-wrapper{
    max-width: 1400px;
    margin: auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 60px;
}

/* ===============================
   LOGO CENTER FIX
=============================== */

.footer-brand{
    display:flex;
    justify-content:center;
    align-items:center;
}

/* LOGO WRAP */
.footer-logo-wrap{
    position: relative;
    width: 260px;
    height: 260px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* LOGO IMAGE */
.footer-logo{
    width: 200px;
    height: 200px;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.25));
}

/* DASHED ROTATING CIRCLE */
.footer-logo-wrap::before{
    content:"";
    position:absolute;
    inset:0;
    margin:auto;
    width:240px;
    height:240px;
    border-radius:50%;
    border:2px dashed rgba(180,139,60,0.6);
    animation: spin 20s linear infinite;
    z-index:1;
}

/* ROTATION */
@keyframes spin{
    to{ transform: rotate(360deg); }
}

/* ===============================
   FOOTER TEXT + LINKS
=============================== */

.footer-col h4{
    font-size: 22px;
    color: #8a3f0a;
    margin-bottom: 20px;
}

.footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-col ul li{
    margin-bottom:10px;
}

.footer-col ul li a{
    text-decoration:none;
    color:#111;
    font-size:16px;
}

.footer-col p{
    font-size:16px;
    line-height:1.7;
    margin-bottom:15px;
}

/* SOCIAL */
.footer-social{
    margin-top:15px;
}

.footer-social a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    margin-right:10px;
    font-size:18px;
    text-decoration:none;
    border:2px solid #8a3f0a;
    color:#8a3f0a;
}
.footer-contact-row{
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: start;

  margin-bottom: 12px;
}

.footer-phones div{
  margin-bottom: 4px;
  font-size: 16px;
}
.footer-contact a{
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover{
  text-decoration: underline;
}
.footer-legal{
  text-align: center;
  padding: 18px 20px;
  font-size: 16px;
  color: #8a3f0a;

    background: linear-gradient(
    to right,
    rgba(255,220,150,0.35),
    rgba(255,255,255,0.7),
    rgba(200,220,255,0.35)
  );

 backdrop-filter: blur(8px);
  border-top: 1px solid rgba(0,0,0,0.05);
}

.footer-legal a{
    color: #8a3f0a;
  font-weight: 600;
  text-decoration: underline;
}

.footer-legal a:hover{
  opacity: 0.8;
}

/* ===============================
   MOBILE
=============================== */

@media(max-width:900px){
    .footer-wrapper{
        grid-template-columns:1fr;
        text-align:center;
    }

    .footer-logo-wrap{
        margin:auto;
    }
}



/* =========================
   GLOBAL MOBILE FIX
========================= */
@media(max-width:768px){

  /* All big grids become single column */
  .life-wrapper,
  .center-layout,
  .service-row,
  .ss-container,
  .contact-container{
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 40px 20px !important;
  }

  /* Projects grid */
  .projects-grid{
    grid-template-columns: 1fr !important;
  }

  /* Header spacing */
  .header-inner{
    padding: 12px 20px !important;
  }

  /* Big headings scale down */
  h1{ font-size: 28px !important; }
  h2{ font-size: 26px !important; }
  h3{ font-size: 22px !important; }

  /* Images full width */
  img{
    max-width: 100% !important;
    height: auto !important;
  }

  /* Remove fancy side absolute images */
  .about-image.side-image{
    display: none !important;
  }

  /* Life sculpture image center */
  .life-image-box{
    transform: none !important;
  }

  /* Service images */
  .service-img{
    max-width: 100% !important;
  }

  /* Footer stack */
  .footer-wrapper{
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  /* Gallery cards smaller */
  .gallery-card{
    min-width: 260px !important;
    height: 180px !important;
  }

  /* Cinema track padding */
  .gallery-track{
    padding: 20px 20px !important;
  }
}

/* ===============================
   UNIVERSAL MOBILE FIX (SAFE)
=============================== */
@media (max-width: 768px){

  /* All grids become single column */
  .life-wrapper,
  .center-layout,
  .service-row,
  .ss-container,
  .contact-container,
  .footer-wrapper{
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 40px 16px !important;
    text-align: center !important;
  }

  /* Images full width */
  img{
    max-width: 100% !important;
    height: auto !important;
  }

  /* Kill side floating stuff */
  .about-image.side-image{
    display: none !important;
  }

  /* Headings scale */
  h1{ font-size: 26px !important; }
  h2{ font-size: 24px !important; }
  h3{ font-size: 20px !important; }

  /* Life image center */
  .life-image-box{
    transform: none !important;
  }

  /* Projects / Gallery */
  .projects-grid{
    grid-template-columns: 1fr !important;
  }

  .gallery-card{
    min-width: 240px !important;
    height: 170px !important;
  }

  .gallery-track{
    padding: 20px !important;
  }
}

        /* ===== HERO ===== */

        .hero {
            width: 100%;
            height: 630px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: transparent;
        }

        /* ===== STAGE ===== */

        .carousel-stage {
            width: 100%;
            max-width: 1400px;
            height: 460px;
            perspective: 1400px;
            position: relative;
        }

        /* ===== CAROUSEL ===== */

        .carousel {
            width: 100%;
            height: 100%;
            position: relative;
            transform-style: preserve-3d;
        }

        /* ===== CARD ===== */

        .card {
            position: absolute;
            width: 260px;
            height: 340px;
            top: 50%;
            left: 50%;

            background: #fff;
            border-radius: 18px;
            overflow: hidden;

            box-shadow: 0 20px 40px rgba(0, 0, 0, .15);

            transition:
                transform .9s cubic-bezier(.22, .61, .36, 1),
                opacity .6s ease;
        }

        .card:hover {
            transform: translate(-50%, -50%) scale(1.05) !important;
            z-index: 999;
        }

        .card img {
            width: 100%;
            height: 280px;
            object-fit: cover;
        }

        .card-content {
            padding: 14px;
        }

        

        .card-text {
            align-content: center;
            justify-content: center;
            font-size: 14px;
            color: #555;
        }

        /* ===== BUTTONS ===== */

        .controls {
            position: absolute;
            bottom: -83px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 25px;
        }

        button {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: none;
            font-size: 22px;
            cursor: pointer;
            background: #111;
            color: #fff;
            transition: .25s;
        }

        button:hover {
            transform: scale(1.15);
        }
        
        
/* ===== MOBILE OVERLAP KILL FIX ===== */

@media (max-width: 768px) {

  /* hero must grow with content */
  .hero {
    height: auto !important;
    padding-bottom: 140px !important;
    overflow: visible !important;
  }

  /* stop absolute stacking chaos */
  .carousel-stage,
  .carousel,
  .controls {
    position: relative !important;
  }

  /* give carousel real height */
  .carousel-stage {
    min-height: 420px !important;
  }

  /* buttons inside layout */
  .controls {
    margin-top: 20px;
  }

  /* force next section below hero */
  .custom-accordion-section {
    margin-top: 60px !important;
    clear: both;
  }
}


/* ===== SMALL PHONES ===== */

@media (max-width: 480px) {

  .carousel-stage {
    min-height: 360px !important;
  }

  .hero {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 768px) {
  .controls {
    display: flex !important;
    justify-content: center !important;
  }
}


.gold-title {


display: block;
width: fit-content;

margin: 40px auto;   /* perfect center */

text-align: center;
font-size: 40px;     /* smaller size */
font-weight: 700;
letter-spacing: 1px;

color: #c9923a;

text-shadow:
    0 2px 0 rgba(120,85,35,0.35),
    0 6px 14px rgba(0,0,0,0.12);

position: relative;


}

/* centered underline */

.gold-title::after {

content: "";
display: block;

width: 120px;
height: 3px;

margin: 10px auto 0;

background: linear-gradient(
    90deg,
    #8b5e26,
    #c9923a,
    #8b5e26
);

border-radius: 50px;


}



/* ===== CENTERED ACCORDION ===== */

.accordion {
    max-width: 900px;
    margin: 60px auto;
    width: 100%;
}

/* mobile */

@media (max-width:768px) {
    .accordion {
        max-width: 95%;
        margin: 40px auto;
    }
}

/* ===== ITEM STYLE ===== */

.accordion-item {
    border: none;
    border-radius: 14px !important;
    overflow: hidden;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    margin-bottom: 14px;
    transition: box-shadow 0.25s ease;
}

.accordion-item:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ===== BUTTON ===== */

.accordion-button {
    background: linear-gradient(
        to right,
        rgba(255,220,150,0.35),
        rgba(255,255,255,0.6),
        rgba(200,220,255,0.35)
    );
    backdrop-filter: blur(10px);
    font-weight: 600;
    color: #333;
    transition: all 0.25s ease;
}

.accordion-button:hover {
    transform: none !important;
}

/* active click — soft glass highlight */

.accordion-button:not(.collapsed) {

    background: rgba(165,110,60,0.35);
    backdrop-filter: blur(14px);
    color: #010206;

    box-shadow:
        inset 0 0 12px rgba(255,255,255,0.25),
        0 4px 12px rgba(120,70,30,0.25);
}

/* ===== GLASS BODY ===== */

.accordion-body {
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(14px);
    color: #8a3f0a;
}

/* smooth collapse */

.accordion-collapse {
    transition: height 0.35s ease;
}

