.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html, body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

#page, .site {
    overflow: hidden !important;
}


/*post css start*/
.projects-pill-badge {
    background: #A00000; /* Red theme background */
    border: 1px solid rgba(160, 0, 0, 0.15); /* Transparent red tint */
    color: white; 
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    display: inline-block;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
/* --- Main Parent Page Block --- */
.project-post-section {
    margin: 0;
    padding: 90px 40px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background: transparent; /* Matching your theme background */
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Core container layout balancing content split */
.project-post-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
}

/* --- Core Reveal Animation Node (Modified to be Still and Static) --- */
.split-reveal-node {
    opacity: 1 !important;
    transform: none !important;
}

/* Top decorative section badge */
.project-badge-pill {
    color: #A00000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    display: inline-block;
}

/* Main Title Block */
.project-giant-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.25;
    color: #111827;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
    width: 100%;
}

/* Subtitle Tagline Text */
.project-sub-tagline {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #A00000;
    margin: 0 0 30px 0;
    max-width: 800px;
}

/* --- Upper Content Split Architecture (Text vs Image) --- */
.project-main-split-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: flex-start;
    width: 100%;
}

/* Left Side Text Body */
.project-body-text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-body-text-block p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.75;
    margin: 0;
    font-weight: 400;
}

/* Right Side Graphic Frame */
.project-media-side {
    width: 100%;
}

/*.project-featured-image-box {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    border: 1.5px solid #e5e7eb;
    aspect-ratio: 1.3 / 1;
}


*/








/* Container Base */
.project-featured-image-box {
  position: relative;
  width: 400px;
  height: 270px;
  margin-left: 120px;
  margin-top: -115px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  border: 1.5px solid #e5e7eb;
}

/* Image Fit */
.project-featured-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.1); /* Space wali images ko fill karne ke liye */
  display: block;
}

/* Mobile & Tablet Styling (<= 768px) */
@media screen and (max-width: 768px) {
  .project-featured-image-box {
    width: 100%;
    height: 0;
    padding-bottom: 76.92%; /* 1.3/1 Aspect Ratio Height (100 / 1.3) */
    margin-left: 0;
    margin-top: 0;
  }
}












/* --- Lower Section: Premium Project Metadata Specs Grid --- */
.project-meta-summary-card {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.project-meta-spec-node {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.project-meta-spec-node .spec-label {
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-meta-spec-node .spec-value {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
}

/* ==========================================================================
   Responsive Breakdown Layout Media Queries (Fluid Device Boundary System)
   ========================================================================== */
@media (max-width: 1024px) {
    .project-main-split-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .project-meta-summary-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 30px;
    }
    .project-giant-title { font-size: 36px; }
    .project-sub-tagline { font-size: 18px; }
}

@media (max-width: 768px) {
    .project-post-section {
        padding: 40px 20px;
    }
    .project-post-container {
        align-items: center !important;
        text-align: center;
        gap: 30px;
    }
    .project-badge-pill {
        margin: 0 auto 8px auto;
        display: table;
    }
    .project-giant-title {
        font-size: 28px;
        text-align: center;
    }
    .project-sub-tagline {
        text-align: center;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .project-body-text-block {
        text-align: left; /* Paragrahs ko left hi rakha taake parhne me ajeeb na lage */
        gap: 15px;
    }
    .project-body-text-block p {
        font-size: 15px;
    }
    .project-featured-image-box {
        aspect-ratio: auto; /* Mobile par image natural content ke hisab se adjust hogi */
        border-radius: 16px;
    }
    .project-meta-summary-card {
        grid-template-columns: 1fr !important; /* Total secure stacked collapse */
        gap: 24px;
        padding: 24px;
        text-align: center;
        border-radius: 16px;
    }
    .project-meta-spec-node {
        align-items: center; /* Content inside specs card also centered */
    }
}

@media (max-width: 480px) {
    .project-post-section { 
        padding: 30px 16px; 
    }
    .project-giant-title { 
        font-size: 24px; 
        line-height: 1.3; 
    }
    .project-sub-tagline { 
        font-size: 15px; 
    }
    .project-meta-summary-card {
        padding: 20px 16px;
    }
}
/*post css end*/

/*breaker line css post start*/
.diamond-spacer {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0; /* Koi extra padding nahi */
}

/* Left aur Right ki lines */
.diamond-spacer::before,
.diamond-spacer::after {
  content: "";
  flex: 1;
  height: 1px; /* Line ki thickness */
  background-color: #A00000;
}

/* Center ka Diamond */
.diamond-spacer .diamond {
  width: 8px; /* Diamond ka size */
  height: 8px;
  background-color: #A00000;
  transform: rotate(45deg); /* Square ko rotate kr k diamond banaya */
  margin: 0 12px; /* Diamond aur line k beech ka gap */
  flex-shrink: 0;
}
/*breaker line css post end*/






/*HEADING CSS ANIMATED started----------------------*/

/* Google Fonts Import (All Poppins Weights) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

.vvip-header-wrapper {
    text-align: center;
    padding: 50px 10px;
    background: transparent;
    perspective: 1000px;
    font-family: 'Poppins', sans-serif !important;
}

/* Badge Styling Updated with Accent Theme */
.vvip-badge-container {
    margin-bottom: 20px;
}

.vvip-badge-text {
    background: rgba(160, 0, 0, 0.08); /* Soft Red Background */
    color: #A00000;
    padding: 8px 24px;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1.5px solid rgba(160, 0, 0, 0.2);
    display: inline-block;
    box-shadow: 0 4px 15px rgba(160, 0, 0, 0.1);
    animation: fadeInDown 0.8s ease-out, badgeFloat 3s infinite ease-in-out;
}

/* Main Heading VVIP Effect - Forced Poppins */
.vvip-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    line-height: 1.1;
    text-transform: capitalize;
    background: linear-gradient(90deg, #111827 0%, #A00000 50%, #111827 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shineGradient 4s linear infinite, fadeInUp 1s ease-out;
}

/* Divider Styling */
.vvip-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    gap: 15px;
}

.vvip-line {
    height: 4px;
    width: 80px;
    border-radius: 10px;
    background: #A00000;
    position: relative;
    overflow: hidden;
}

.vvip-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    animation: lineShimmer 2s infinite;
}

.vvip-icon-box {
    background: #111827;
    color: #A00000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transform: rotate(45deg);
    border: 2px solid #A00000;
    box-shadow: 0 5px 15px rgba(160, 0, 0, 0.25);
}

.vvip-icon-box i {
    transform: rotate(-45deg);
    font-size: 18px;
}

/* Keyframe Animations */
@keyframes badgeFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes shineGradient {
    to { background-position: 200% center; }
}

@keyframes lineShimmer {
    100% { left: 100%; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .vvip-title { font-size: 38px; }
    .vvip-badge-text { font-size: 12px; padding: 6px 18px; }
    .vvip-line { width: 50px; }
}

/*HEADING CSS ANIMATED ended----------------------*/

/* Single Posts ka Background Color Change karne ke liye */
body.single-post {
    background-color: #FFF9F9 !important; 
}/* End custom CSS */