.elementor-66 .elementor-element.elementor-element-ceb3dcb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-89662cb *//* --- Global Variables --- */
:root {
    --s-blue: #0b2559;
    --s-gold: #dcb21f;
    --s-light: #f4f7fb;
    --s-white: #ffffff;
}

.srishti-res-page {
    font-family: 'Poppins', sans-serif;
    background-color: var(--s-light);
    overflow: hidden;
}

/* --- Hero Section --- */
.res-hero-section {
    background: linear-gradient(rgba(11, 37, 89, 0.9), rgba(11, 37, 89, 0.7)), url('https://srishtiiconstruction.com/wp-content/uploads/2025/12/2c208461c7534e5917340e43983932bb.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
    color: var(--s-white);
}

.hero-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-content p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.9;
}

/* --- Container --- */
.projects-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* --- 3D Grid Layout --- */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* --- 3D Card Style --- */
.project-card {
    background: var(--s-white);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-bottom: 4px solid transparent;
}

.project-card:hover {
    transform: translateY(-12px); /* 3D Lift Effect */
    box-shadow: 0 25px 50px rgba(11, 37, 89, 0.2); /* Deep Shadow */
    border-bottom-color: var(--s-gold);
}

/* Image Area */
.card-image {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.project-card:hover .card-image img {
    transform: scale(1.1); /* Zoom Effect */
}

.status-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--s-blue);
    color: var(--s-white);
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Details Area */
.card-details {
    padding: 25px;
}

.card-details h3 {
    color: var(--s-blue);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.card-details .desc {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 42px; /* Uniform height */
}

/* Specs Grid (The boxes with icons) */
.specs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.spec-item {
    flex: 1;
    background: #f8f9fa;
    color: var(--s-blue);
    padding: 8px 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #eee;
}

.project-card:hover .spec-item {
    background: var(--s-blue);
    color: var(--s-gold);
    border-color: var(--s-blue);
}

/* --- Why Choose Us Section --- */
.why-us-section {
    text-align: center;
    margin-bottom: 60px;
}

.why-us-section h2 {
    color: var(--s-blue);
    margin-bottom: 40px;
    font-size: 32px;
}

.why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.why-box {
    flex: 1;
    min-width: 250px;
    background: var(--s-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
    border-top: 3px solid var(--s-gold);
}

.why-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.why-box i {
    font-size: 30px;
    color: var(--s-blue);
    margin-bottom: 15px;
}

.why-box h4 {
    color: var(--s-blue);
    margin-bottom: 10px;
    font-size: 18px;
}

.why-box p {
    font-size: 14px;
    color: #666;
}

/* --- Bottom Banner --- */
.more-projects-banner {
    background: var(--s-blue);
    color: var(--s-white);
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid var(--s-gold);
}

.more-projects-banner h3 {
    color: var(--s-gold);
    font-size: 24px;
    margin-bottom: 10px;
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 28px; }
    .res-hero-section { padding: 60px 20px; }
    .projects-grid { grid-template-columns: 1fr; }
}


/* --- Hero Section Text Fix --- */
.res-hero-section .hero-content h1 {
    color: #ffffff !important; /* Text ko White karega */
    text-shadow: 0 2px 10px rgba(0,0,0,0.7); /* Piche shadow dega taaki text chamke */
}

.res-hero-section .hero-content p {
    color: #f0f0f0 !important; /* Niche wale paragraph ko bhi light karega */
}/* End custom CSS */