body {color: #0f0f0f;font-family: 'Poppins', sans-serif;}
.section {padding: 50px 0;}
.heading {font-size: 40px;margin-bottom: 20px;position: relative;display: inline-block;padding-bottom: 20px;font-weight: 600;}
.heading::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 100px;height: 3px;
    background: #002270;border-radius: 2px;}
.title {font-weight: 600;margin-bottom: 8px;color: #222;font-size: 17px;}
.mb-50{margin-bottom:50px;}
.mb-20{margin-bottom:20px;}

.mt-10{margin-top: 10px;}

/* ============== HERO ============== */

.hero {height: 90vh;position: relative;
    background: url('../images/banner2.jpg') center/cover no-repeat;}
.hero::after {content: '';position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}
.hero-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;}
.hero h1 {font-size: 45px;color: #ffffff;font-weight: 600;background: #002270;padding: 10px 30px;border-radius: 10px;margin-bottom: 20px;}
.hero p {opacity: .8;color: #ffffff;font-size: 20px;}

/* ============== VIDEO ============== */

.video-frame{position:relative;max-width:850px;margin:auto;padding:10px;border-radius:15px;
    background:linear-gradient(145deg,#1c1c1c,#000);box-shadow:0 20px 50px rgba(0,0,0,0.7);}
.video-frame::before{content:'';position:absolute;inset:0;border-radius:15px;padding:2px;
    background:linear-gradient(45deg,#c8a96a,transparent,#c8a96a);
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;mask-composite: exclude;}
.video-frame video{width:100%;border-radius:10px;display:block;}
.video-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;cursor:pointer;
    background:rgba(0,0,0,0.4);border-radius:10px;}
.video-overlay:hover{background:rgba(0,0,0,0.6);}
.play-icon{width:70px;height:70px;border-radius:50%;background:#002270;display:flex;align-items:center;justify-content:center;}
.play-icon i{color:#fff;font-size:22px;}

/* ============== CEILING TYPES ============== */

.ceiling-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;height:100%;}
.ceiling-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,0.12);}
.ceiling-image{height:220px;overflow:hidden;}
.ceiling-image img{width:100%;height:100%;object-fit:cover;transition:0.4s;}
.ceiling-card:hover .ceiling-image img{transform:scale(1.08);}
.ceiling-details{padding:20px;}
.ceiling-details .desc{font-size:14px;color:#777;margin-bottom:12px;}
.ceiling-details .price {font-size: 15px;font-weight: 700;background-color: #002270;color: #fff;border-radius: 3px;padding: 6px 13px;
    display: inline-block;letter-spacing: 0.3px;margin: 0;}

/* ============== VISIT RUNNING SITE ============== */

.running-site{background:#f9f9f9;}
.media-box{position:relative;overflow:hidden;border-radius:12px;height:400px;background:#eee;box-shadow:0 10px 25px rgba(0,0,0,0.08);}
.media-box.h-300{height: 300px;}
.media-box img,.media-box video{width:100%;height:100%;object-fit:cover;}
.video-box .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#002270;
    border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;cursor:pointer;}
.media-box:hover img,.media-box:hover video{transform:scale(1.05);transition:0.4s;}
.media-tag{position: absolute;left: 0;bottom: 0;z-index: 9;padding: 10px 20px;background: #fff;width: 100%;}

/* ============== PAINTING EXTERIOR ============== */

.painting-section{background:#f9f9f9;}
.info-box{background:#fff;padding:30px 35px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,0.08);}
.info-box ul{list-style:none;padding:0;margin:0;}
.info-box ul li{position:relative;padding-left:28px;margin-bottom:15px;font-size:15px;color:#444;}
.info-box ul li::before{content:"✔";position:absolute;left:0;top:0;color:#002270;font-weight:600;}

/* ============== CTA SECTION ============== */

.cta-section{padding:100px 0;background:url('images/cta-bg.jpg') center/cover no-repeat;position:relative;}
.cta-section::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.55);}
.cta-box{position:relative;max-width:800px;margin:auto;text-align:center;padding:50px 40px;border-radius:16px;
    background:rgba(255,255,255,0.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,0.2);box-shadow:0 20px 50px rgba(0,0,0,0.4);color:#fff;}
.cta-box h2{font-size:32px;font-weight:600;margin-bottom:20px;}
.cta-text{font-size:15px;line-height:1.7;color:#e0e0e0;margin-bottom:15px;}
.cta-sub{font-size:14px;color:#cfcfcf;margin-bottom:25px;}
.cta-btn{display:inline-block;background:#c8a96a;color:#000;padding:12px 30px;border-radius:8px;font-weight:600;
    text-decoration:none;transition:0.3s;}
.cta-btn:hover{background:#b89555;color:#000;}
.cta-number{font-size:22px;font-weight:600;color:#ffffff;}

/* ============== GALLERY ============== */

.gallery-item{overflow:hidden;border-radius:12px;cursor:pointer;}
.gallery-item img{width:100%;height:250px;object-fit:cover;transition:0.4s;}
.gallery-item:hover img{transform:scale(1.08);}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,0.9);display:none;align-items:center;justify-content:center;z-index:999;}
.lightbox img{max-width:90%;max-height:90%;border-radius:10px;}
.lightbox .close{position:absolute;top:30px;right:40px;font-size:40px;color:#fff;cursor:pointer;}
.box-div{background: #fff;padding: 30px;border-radius: 12px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

/* ============== FOOTER ============== */

footer {background: #000;text-align: center;padding: 20px;}
footer p{color: #ffffff;font-size: 14px;margin: 0;}

.whatsapp-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    text-decoration:none;
    z-index:999;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
    transition:0.3s;
}

.whatsapp-btn:hover{
    transform:scale(1.1);
    color:#fff;
}



/* ============== RESPONSIVE ============== */

@media (max-width: 767px){
.hero h1 {font-size: 30px;}
.heading {font-size: 28px;}
.section {padding: 40px 0;}
.hero {height: 60vh;}
.media-box,.h-300{height: auto !important;}
.hero-content {width: 80%;}
}


