
/* ================= HEADER ================= */

body{
    margin:0;
    padding-top:85px;
}

.navbar-custom{
    background:#ffffff;
    padding:18px 0;
}

.logo-box{
    display:flex;
    align-items:center;
}

.logo-icon{
    width:40px;
    height:40px;
    background:#1e4db7;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    margin-right:10px;
}

.logo-text{
    line-height:1.1;
}

.logo-text strong{
    font-size:16px;
    display:block;
}

.logo-text span{
    font-size:12px;
    color:#6c757d;
}

.nav-link{
    font-weight:500;
    color:#333 !important;
    margin:0 12px;
}

.nav-link:hover{
    color:#1e4db7 !important;
}

.phone-box{
    display:flex;
    align-items:center;
    margin-right:20px;
    font-weight:500;
    color:#333;
}

.phone-box i{
    margin-right:8px;
    color:#1e4db7;
}

.enquire-btn{
    background:#1e4db7;
    color:#fff;
    padding:8px 18px;
    border-radius:6px;
    text-decoration:none;
    font-weight:500;
}

.enquire-btn:hover{
    background:#163a8a;
    color:#fff;
}

/* Responsive */

@media (max-width:992px){
    .phone-box{
        margin:15px 0;
    }
}

/* ================= HERO SECTION ================= */

.hero-section{
    background: url('https://sasnagar.co.in/pardeep/sun_enterprise/uploads/images/hero-bg.png') center center/cover no-repeat;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-section::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.55);
}

.hero-section .container{
    position:relative;
    z-index:2;
}

.hero-badge{
    display:inline-block;
    background: rgba(255,255,255,0.2);
    padding:6px 14px;
    border-radius:20px;
    font-size:14px;
    margin-bottom:20px;
}

.hero-title{
    font-size:56px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-subtitle{
    font-size:18px;
    max-width:600px;
    margin-bottom:30px;
    color:#ddd;
}

.hero-btn{
    background:#1e4db7;
    color:#fff;
    padding:12px 26px;
    font-weight:500;
    border-radius:6px;
}

.hero-btn:hover{
    background:#163a8a;
    color:#fff;
}

/* Stats */

.hero-stats{
    margin-top:80px;
}

.hero-stats h3{
    font-size:28px;
    font-weight:700;
}

.hero-stats p{
    font-size:14px;
    color:#ddd;
}

/* Responsive */

@media(max-width:768px){

.hero-title{
    font-size:36px;
}

.hero-stats{
    margin-top:50px;
}

}

/* ================= WHY SECTION ================= */

.why-section{
    background:#f8f9fb;
}

.section-title{
    font-weight:700;
    font-size:32px;
    margin-bottom:10px;
}

.section-subtitle{
    color:#6c757d;
    max-width:600px;
    margin:0 auto;
}

.why-card{
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    transition:0.3s ease;
    height:100%;
}

.why-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.why-icon{
    width:50px;
    height:50px;
    background:#eaf1ff;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
    font-size:20px;
    color:#1e4db7;
}

.why-card h5{
    font-weight:600;
    margin-bottom:10px;
}

.why-card p{
    color:#6c757d;
    font-size:14px;
}

/* ================= ABOUT SECTION ================= */

.about-section{
    background:#f8f9fb;
}

.about-title{
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
}

.about-text{
    color:#6c757d;
    margin-bottom:18px;
    line-height:1.7;
}

.stats-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.stats-box{
    background:#f2f4f8;
    padding:25px;
    border-radius:12px;
    text-align:center;
}

.stats-box h3{
    font-size:28px;
    font-weight:700;
    color:#1e4db7;
    margin-bottom:5px;
}

.stats-box p{
    color:#6c757d;
    margin:0;
}
/* ================= CTA SECTION ================= */

.cta-section{
    background:#1e4db7;
    padding:80px 0;
    color:#fff;
}

.cta-icon{
    font-size:40px;
    opacity:0.9;
}

.cta-title{
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-subtitle{
    max-width:600px;
    margin:0 auto;
    color:rgba(255,255,255,0.85);
    line-height:1.6;
}

.cta-buttons .btn{
    border-radius:6px;
    font-weight:500;
}

.cta-buttons .btn-light{
    background:#fff;
    color:#1e4db7;
}

.cta-buttons .btn-light:hover{
    background:#f1f1f1;
}

.cta-buttons .btn-outline-light:hover{
    background:#fff;
    color:#1e4db7;
}
/* ================= FOOTER ================= */

.main-footer{
    background:#f8f9fb;
    padding:60px 0 20px;
    font-size:14px;
    color:#555;
}

.footer-heading{
    font-weight:600;
    margin-bottom:15px;
}

.footer-text{
    line-height:1.7;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:8px;
}

.footer-links a{
    text-decoration:none;
    color:#555;
}

.footer-links a:hover{
    color:#1e4db7;
}

.footer-bottom{
    font-size:13px;
}

.footer-bottom a{
    text-decoration:none;
    color:#555;
}

.footer-bottom a:hover{
    color:#1e4db7;
}
/* ================= PROJECT SECTION ================= */

.projects-section h2{
    font-size: 32px;
}

.project-tabs .btn{
    min-width: 160px;
    border-radius: 8px;
}

.city-select{
    max-width: 250px;
    margin-left: auto;
}

.project-table-wrapper{
    border-radius: 12px;
    overflow: hidden;
}

.project-table-wrapper table{
    font-size: 14px;
}

/* Mobile Fix */
@media (max-width: 768px){

    .project-tabs{
        width: 100%;
    }

    .project-tabs .btn{
        width: 100%;
    }

    .city-select{
        max-width: 100%;
    }

    .table th,
    .table td{
        white-space: nowrap;
    }
}
.project-details-card{
    background:#ffffff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
    border:1px solid #f1f1f1;
}

.detail-item{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:22px;
}

.detail-icon{
    width:45px;
    height:45px;
    background:#eef3ff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#1e4ed8;
}

.detail-content small{
    color:#6c757d;
    font-size:13px;
    display:block;
}

.detail-value{
    font-weight:600;
    font-size:16px;
    color:#111827;
}
.section-title{
    font-weight:600;
    font-size:20px;
}

.config-card{
    background:#f8f9fa;
    padding:18px;
    border-radius:12px;
    border:1px solid #eaeaea;
    transition:0.3s;
}

.config-card:hover{
    box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.config-title{
    font-weight:600;
    font-size:16px;
}

.config-meta{
    font-size:14px;
    color:#555;
    display:flex;
    flex-direction:column;
    gap:5px;
}

.highlight-item{
    background:#f8f9fa;
    padding:10px 14px;
    border-radius:8px;
    font-size:14px;
}

.amenities-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.amenity-badge{
    background:#e9ecef;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
}

/* Responsive */
@media(max-width:768px){
    .config-meta{
        font-size:13px;
    }

    .highlight-item{
        font-size:13px;
    }
}
@media(max-width:767px){

.mobile-project-card{
    padding:10px 12px;
    border-bottom:1px solid #eee;
}

.mobile-project-card .fw-bold{
    font-size:14px;
}

.mobile-project-card strong{
    font-size:15px;
}

.mobile-project-card .small{
    font-size:12px;
}

.mobile-img{
    width:60px;
    height:60px;
    border-radius:8px;
}

.mobile-project-card .badge{
    font-size:10px;
    padding:3px 6px;
}

}

@media(max-width:767px){
    #projects table thead{
        display:none;
    }
}
@media(max-width:360px){
.cta-buttons .btn {
	margin-bottom: 14px;
    margin-right: 11px;
}
}