/* 
 * Aseem Infraestate - Custom CSS 
 * Author: Antigravity AI
 * Description: Centralized styles for Footer, Services, Projects, JV and Contact pages.
 */

:root {
    --Primary: #FCD12A;
    /* Logo Yellow */
    --PrimaryGradient: linear-gradient(135deg, #FCD12A 0%, #D4AF37 100%);
    --Secondary: #165D8C;
    /* Logo Blue */
    --DarkGreen: #1D3B2D;
    /* Logo Green */
    --Bronze: #FCD12A;
    /* Replaced bronze with Logo Yellow */
    --Text: #555;
    --Ongoing: #ff9800;
    --Completed: #4caf50;
    --Upcoming: #2196f3;

    /* Legacy Support for About Page */
    --v2-about-accent: var(--Primary);
    --v2-about-heading: var(--DarkGreen);
    --v2-about-primary: var(--Primary);
    --v2-about-bg-light: #f9f9f9;
}

/* ==========================================
   GLOBAL UTILITIES
   ========================================== */
.lh-1-8 {
    line-height: 1.9 !important;
}

.italic-note {
    border-left: 3px solid var(--Primary);
    padding-left: 20px;
    margin-top: 25px;
    font-style: italic;
    color: #666;
}

/* ==========================================
   FOOTER STYLES (Site-wide)
   ========================================== */
#footer {
    background-color: var(--DarkGreen) !important;
    padding-top: 60px !important;
}

.footer-heading {
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 40px !important;
    font-size: 20px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: var(--Primary);
}

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

.footer-links-list li {
    margin-bottom: 20px !important;
}

.footer-links-list li a {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}

.footer-links-list li a:hover {
    color: var(--Primary);
    transform: translateX(8px);
}

.social-links {
    gap: 25px !important;
    margin-top: 35px;
}

.social-icon-box {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
    font-size: 18px;
}

.social-icon-box:hover {
    background: var(--Primary);
    border-color: var(--Primary);
    transform: translateY(-8px);
    color: #000 !important;
    box-shadow: 0 10px 20px rgba(252, 209, 42, 0.3);
}

.footer-contact-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px !important;
    backdrop-filter: blur(10px);
}

.contact-item-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: var(--Primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.footer-contact-box .row>div:hover .contact-icon {
    background: var(--Primary);
    color: #fff;
    transform: scale(1.1);
}

.footer-copyright {
    width: 100% !important;
    background: #214333 !important;
    /* Dark patti background */
    padding: 25px 0 !important;
    text-align: center !important;
    display: block !important;
    clear: both;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.footer-copyright p {
    margin: 0 auto !important;
    display: inline-block;
    letter-spacing: 0.5px;
}

.footer-logo img {
    transition: all 0.3s ease;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

/* ==========================================
   SERVICES PAGE
   ========================================== */
.services-hero {
    padding: 220px 0 120px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../images/services-hero.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.clean-service-section {
    padding: 100px 0;
    border-bottom: 1px solid #f0f0f0;
}

.bg-light-gray {
    background: #fafafa;
}

.service-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--Secondary);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.service-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--Primary);
}

.premium-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--Text);
    line-height: 1.6;
}

.premium-list li::before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--Primary);
}

.v2-about-img-container img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ==========================================
   PROJECTS PAGE
   ========================================== */
.projects-hero {
    padding: 220px 0 120px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../images/projects-hero.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.project-section {
    padding: 100px 0;
}

.section-main-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--Secondary);
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.section-main-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--Primary);
}

.project-card-v3 {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    transition: transform 0.4s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.project-card-v3:hover {
    transform: translateY(-10px);
}

.project-img-box {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.project-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.status-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}

.badge-ongoing {
    background: var(--Ongoing);
}

.badge-completed {
    background: var(--Completed);
}

.badge-upcoming {
    background: var(--Upcoming);
}

.project-details {
    padding: 30px;
}

.project-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--Secondary);
    margin-bottom: 15px;
    line-height: 1.3;
}

.project-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-info-list li {
    font-size: 15px;
    color: var(--Text);
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.project-info-list li i {
    color: var(--Primary);
    margin-right: 12px;
    margin-top: 3px;
}

/* ==========================================
   JV & PARTNERSHIPS PAGE
   ========================================== */
.jv-hero {
    padding: 240px 0 140px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('../images/jv-hero.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-padding {
    padding: 100px 0;
}

.bg-dark-section {
    background: #FCD12A !important;
    color: #000 !important;
}

.bg-light-section {
    background: #fafafa;
}

.title-gold {
    color: var(--Primary);
    font-weight: 700;
    margin-bottom: 20px;
}

.main-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--Secondary);
    margin-bottom: 30px;
    line-height: 1.2;
}

.white-section .main-title {
    color: #fff;
}

.feature-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: var(--Primary);
}

.icon-box-jv {
    width: 70px;
    height: 70px;
    background: rgba(181, 130, 90, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--Primary);
    margin-bottom: 25px;
}

.jv-list {
    list-style: none;
    padding: 0;
}

.jv-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.jv-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--Primary);
}

.sector-box {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.sector-content {
    padding: 40px;
}

.model-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.model-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--Primary);
}

.contact-cta {
    background: #156598 !important;
    padding: 80px 40px !important;
    border-radius: 40px !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2) !important;
    font-family: 'Outfit', sans-serif !important;
}

.contact-cta h2 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 48px !important;
    letter-spacing: -1px !important;
    margin-bottom: 25px !important;
}

.contact-cta p.cta-desc {
    max-width: 800px !important;
    margin: 0 auto 50px !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    opacity: 0.8 !important;
}

.cta-white-card {
    background: #ffffff !important;
    padding: 40px 30px !important;
    border-radius: 25px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.cta-white-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.cta-white-card i {
    font-size: 24px !important;
}

.cta-white-card .fa-phone {
    color: #e91e63 !important;
    /* Pinkish red like image */
}

.cta-white-card .fa-envelope {
    color: #2196f3 !important;
    /* Blue icon */
}

.cta-white-card a {
    color: #1c1e22 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

.cta-bottom-info {
    margin-top: 50px !important;
}

.cta-web-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

.cta-web-link i {
    color: #03a9f4 !important;
}

.cta-values {
    opacity: 0.5 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

/* ==========================================
   CONTACT PAGE
   ========================================== */
.contact-hero {
    padding: 220px 0 120px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../images/projects-hero.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contact-section {
    padding: 50px 0;
}

.contact-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
}

.contact-card:hover {
    transform: translateY(-10px);
    border-color: var(--Primary);
}

.contact-icon-box {
    width: 80px;
    height: 80px;
    background: rgba(181, 130, 90, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    color: var(--Primary);
}

.form-glass {
    background: #fff !important;
    padding: 70px 60px !important;
    border-radius: 40px !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.07) !important;
    border: 1px solid #f0f0f0 !important;
}

.custom-input {
    width: 100% !important;
    padding: 18px 25px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 15px !important;
    margin-bottom: 25px !important;
    transition: all 0.3s ease !important;
    background: #fcfcfc !important;
    font-family: 'Outfit', sans-serif !important;
}

.custom-input:focus {
    outline: none !important;
    border-color: #FCD12A !important;
    background: #fff !important;
    box-shadow: 0 10px 20px rgba(252, 209, 42, 0.1) !important;
}

.btn-submit {
    background: #FCD12A !important;
    color: #000 !important;
    border: none !important;
    padding: 20px 40px !important;
    border-radius: 15px !important;
    font-weight: 700 !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-top: 10px !important;
}

.btn-submit:hover {
    background: var(--Secondary);
    transform: translateY(-2px);
}

.map-container {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 500px;
}

/* ==========================================
   GALLERY PAGE STYLES
   ========================================== */
.gallery-wrap {
    padding: 100px 0;
    background: #ffffff;
}

.filter-menu {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid #eee;
    background: #fff;
    color: #555;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--Primary);
    color: #fff;
    border-color: var(--Primary);
    box-shadow: 0 10px 20px rgba(181, 130, 90, 0.2);
}

.gallery-item {
    margin-bottom: 30px;
    display: none;
}

.gallery-item.show {
    display: block;
    animation: galleryFadeIn 0.5s ease forwards;
}

@keyframes galleryFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #000;
}

.gallery-card img {
    width: 100% !important;
    height: 350px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-card .category-label {
    color: var(--Primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.gallery-card .project-title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

/* ==========================================
   ULTRA-PREMIUM CAPABILITIES & FRAMEWORK
   ========================================== */
.cap-frame-section {
    padding: 120px 0 !important;
    background: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
}

.cap-frame-section .main-title {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 46px !important;
    letter-spacing: -1px !important;
    color: #111 !important;
    margin-bottom: 50px !important;
}

.cap-col {
    padding-right: 70px !important;
    border-right: 1px solid #e0e0e0 !important;
}

.frame-col {
    padding-left: 70px !important;
}

.cap-list-premium {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px 40px !important;
}

.cap-item-premium {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.cap-item-premium i {
    min-width: 28px !important;
    height: 28px !important;
    background: #156598 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    box-shadow: 0 4px 12px rgba(181, 130, 90, 0.4) !important;
}

.frame-grid-premium {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 50px 40px !important;
}

.frame-item-premium h5 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #111 !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
}

.frame-item-premium h5 span {
    color: #156598 !important;
    font-weight: 900 !important;
}

.frame-item-premium p {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.8 !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

@media (max-width: 1199px) {

    .cap-col,
    .frame-col {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

@media (max-width: 991px) {
    .cap-col {
        padding-right: 15px !important;
        border-right: none !important;
        border-bottom: 1px solid #e0e0e0 !important;
        padding-bottom: 60px !important;
        margin-bottom: 60px !important;
    }

    .frame-col {
        padding-left: 15px !important;
    }

    .cap-list-premium {
        grid-template-columns: 1fr !important;
    }
}

.approach-box {
    background: var(--Secondary);
    padding: 60px;
    border-radius: 20px;
    color: #fff;
}

.premium-bullet-list {
    list-style: none;
    padding: 0;
}

.premium-bullet-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    opacity: 0.9;
}

/* Hide header CTA on mobile */
@media (max-width: 991px) {
    .header-right .header-btn {
        display: none !important;
    }
}

.premium-bullet-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--Primary);
}

.snapshot-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #eee;
}

/* ==========================================
   WHATSAPP FLOATING BUTTON
   ========================================== */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    color: #fff;
}

@keyframes pulse-whatsapp {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 767px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        left: 20px;
        font-size: 28px;
    }
}

/* Fixing Background Overlay for Gallery CTA */
.section-sale .box-sale {
    position: relative;
    overflow: hidden;
}

.section-sale .box-sale::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark Overlay */
    z-index: 1;
}

.section-sale .box-sale .tf-container {
    position: relative;
    z-index: 2;
}

.breadcrumb-wrap {
    position: relative;
    overflow: hidden;
}

.breadcrumb-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark Overlay for breadcrumb */
    z-index: 1;
}

.breadcrumb-wrap .tf-container {
    position: relative;
    z-index: 2;
}