.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-902 .elementor-element.elementor-element-5d89e21:not(.elementor-motion-effects-element-type-background), .elementor-902 .elementor-element.elementor-element-5d89e21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://citywide24.com/storage/2026/07/Injection-at-home-.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-902 .elementor-element.elementor-element-5d89e21 > .elementor-container{min-height:560px;}.elementor-902 .elementor-element.elementor-element-5d89e21{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-902 .elementor-element.elementor-element-5d89e21 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-902 .elementor-element.elementor-element-cff342d > .elementor-element-populated{margin:0px 0px 0px 30px;--e-column-margin-right:0px;--e-column-margin-left:30px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-902 .elementor-element.elementor-element-60e17e7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-902 .elementor-element.elementor-element-60e17e7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-902 .elementor-element.elementor-element-aeee370{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-902 .elementor-element.elementor-element-aeee370 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-902 .elementor-element.elementor-element-5d89e21:not(.elementor-motion-effects-element-type-background), .elementor-902 .elementor-element.elementor-element-5d89e21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-616px 0px;}}@media(max-width:767px){.elementor-902 .elementor-element.elementor-element-5d89e21:not(.elementor-motion-effects-element-type-background), .elementor-902 .elementor-element.elementor-element-5d89e21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-775px 0px;}.elementor-902 .elementor-element.elementor-element-cff342d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}/* Start custom CSS for html, class: .elementor-element-925d1dc *//* ==========================================================================
   Content Container Architecture (Pure Positioning & Text Layout)
   ========================================================================== */
.hero-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    max-width: 650px !important;
    box-sizing: border-box !important;
}

.inj-hero-tag {
    display: inline-block !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

/* ==========================================================================
   Typography Controls (Responsive & CLS Guarded)
   ========================================================================== */
.hero-heading {
    font-size: clamp(32px, 5vw, 52px) !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    margin: 0 0 20px 0 !important;
    font-weight: 700 !important;
}

.hero-subheading {
    font-size: clamp(16px, 2vw, 18px) !important;
    color: #f0f0f0 !important;
    line-height: 1.6 !important;
    margin: 0 0 30px 0 !important;
}

/* ==========================================================================
   CTA Button Flex Interface
   ========================================================================== */
.cta-buttons-container {
    display: flex !important;
    gap: 15px !important;
    margin-bottom: 24px !important;
    width: auto !important;
}

.btn {
    padding: 14px 28px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-sizing: border-box !important;
}

/* Primary Dark Button Setup */
.btn-popup { 
    background: #0a2f68 !important; 
    color: #fff !important; 
    border: 2px solid #0a2f68 !important; 
}
.btn-popup:hover { 
    background: #fff !important; 
    color: #0a2f68 !important; 
}

/* WhatsApp Color Setup */
.btn-whatsapp { 
    background: #25d366 !important; 
    color: #fff !important; 
    border: 2px solid #25d366 !important; 
}
.btn-whatsapp:hover { 
    background: #fff !important; 
    color: #25d366 !important; 
}

/* Response Time Meta Info */
.inj-hero-meta {
    font-size: 13px !important;
    color: #e2e8f0 !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */
@media (max-width: 768px) {
    .hero-content-wrapper { 
        align-items: center !important; 
        text-align: center !important; 
        max-width: 100% !important; 
    }
    .cta-buttons-container { 
        flex-direction: column !important; 
        width: 100% !important; 
    }
    .btn { 
        justify-content: center !important; 
        width: 100% !important; 
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5d89e21 */.elementor-902 .elementor-element.elementor-element-5d89e21 {
    position: relative;
}

/* Soft Teal-Blue Gradient Overlay */
.elementor-902 .elementor-element.elementor-element-5d89e21::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Yahan 0.5 opacity kar di hai taaki image bright dikhe */
    background: linear-gradient(135deg, rgba(10, 47, 104, 0.5), rgba(45, 165, 163, 0.5));
    z-index: 1;
}

/* Text aur content ko upar lane ke liye */
.elementor-902 .elementor-element.elementor-element-5d89e21 > * {
    position: relative;
    z-index: 2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cfb8502 *//* ==========================================================================
   Section Layout Configuration
   ========================================================================== */
.inj-features-section {
    width: 100% !important;
    padding: 60px 20px !important;
    background-color: #ffffff !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.inj-features-container {
    width: 100% !important;
    max-width: 1140px !important;
    display: grid !important;
    grid-template-columns: 1fr 1.1fr !important;
    gap: 50px !important;
    align-items: center !important;
}

/* ==========================================================================
   Image Container Engine (CLS Protection System)
   ========================================================================== */
.inj-features-img-box {
    width: 100% !important;
    /* Ratio matches the image shape & locks spatial layout immediately */
    aspect-ratio: 500 / 420 !important; 
    border-radius: 30px !important;
    overflow: hidden !important;
    background-color: #f3f4f6 !important; /* Skeleton color */
}

.inj-features-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 30px !important;
    display: block !important;
}

/* ==========================================================================
   Text & Typography Hierarchy
   ========================================================================== */
.inj-features-content {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.inj-feat-tag {
    color: #008c7d !important; /* Emerald medical color */
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
}

.inj-feat-heading {
    color: #0a2f68 !important; /* Deep Premium Navy */
    font-size: clamp(26px, 3.5vw, 38px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 0 16px 0 !important;
    letter-spacing: -0.5px !important;
}

.inj-feat-desc {
    color: #4a607a !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 0 24px 0 !important;
}

/* ==========================================================================
   Features List System
   ========================================================================== */
.inj-feat-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.inj-feat-list li {
    font-size: 15px !important;
    color: #2d3748 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    line-height: 1.4 !important;
}

.inj-feat-list li strong {
    color: #0a2f68 !important;
    font-weight: 700 !important;
}

/* SVG Custom Circle Check Custom Icons */
.inj-check-icon {
    color: #008c7d !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.inj-check-icon svg {
    width: 100% !important;
    height: 100% !important;
}

/* ==========================================================================
   Responsive Adaptations (Tablet & Mobile Breakpoints)
   ========================================================================== */

/* Tablet Viewports */
@media (max-width: 900px) {
    .inj-features-container {
        gap: 32px !important;
    }
}

/* Mobile & Small Tablets (Switching to 1 Column Stack) */
@media (max-width: 768px) {
    .inj-features-section {
        padding: 40px 16px !important;
    }
    .inj-features-container {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    .inj-features-img-box {
        max-width: 500px !important;
        margin: 0 auto !important; /* Centering image stack */
    }
    .inj-features-content {
        align-items: flex-start !important;
    }
}/* End custom CSS */