/* Basic styles for the Lead Funnel Professional page */

body {
    margin: 0;
    font-family: 'Inter', sans-serif; 
    background: linear-gradient(135deg, #E0F2F7 0%, #CCE8F0 100%); /* Subtle light blue gradient */
    color: #333333; 
}

/* Header Styles */
.sticky-header {
    background-color: rgba(255, 255, 255, 0.8); /* Slightly transparent header */
    padding: 1rem 0;
    border-bottom: 1px solid rgba(224, 224, 224, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(8px); /* Frosted glass for header */
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem; /* Increased horizontal padding */
    display: flex;
    justify-content: center; 
    align-items: center;
}

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

.logo-text {
    font-size: 1.8rem;
    font-weight: 900;
    color: #2c3e50; /* Darker text for logo */
}

.header-tagline {
    display: none; 
    font-size: 0.9rem;
    color: #555555; 
    margin-left: 1rem;
}

.header-logo {
    height: 90px; /* Slightly reduced logo height */
    width: auto;
    max-width: 100%; 
    transition: transform 0.3s ease; /* Smooth transition for hover */
}

.header-logo:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
}

/* Hero Section */
.hero-section {
    background-color: transparent; /* Transparent to show body gradient */
    color: #333333; 
    padding: 3rem 0; /* Increased padding */
    text-align: center;
    position: relative; /* For potential background patterns */
    overflow: hidden; /* To contain background patterns */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cg fill="%239C92AC" fill-opacity="0.1"%3e%3cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zm0 30V30h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zm0-30V0H4v4H0v2h4v4h2V6H6zm0 30V30H4v4H0v2h4v4h2v-4h4v-2H6z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

.hero-container {
    max-width: 900px; /* Wider hero container */
    margin: 0 auto;
    padding: 0 2rem; /* Increased padding */
    position: relative;
    z-index: 10;
}

.hero-headline {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 3rem; /* Further increased font size */
    font-weight: 700; 
    line-height: 1.1; /* Tighter line height */
    margin-bottom: 1rem; 
    color: #1a2a3a; /* Even darker shade for primary headline */
    text-decoration: underline;
}

.hero-headline .highlight {
    text-decoration: none;
    color: #007BFF; /* Primary blue accent */
    font-weight: 800;
}

.hero-subheadline-offer {
    font-size: 1.3rem; /* Slightly larger subheadline */
    font-weight: 400; 
    line-height: 1.7;
    color: #444444; /* Darker subheadline color */
    margin-bottom: 2.5rem; /* Increased spacing */
}

.hero-subheadline-offer .highlight {
    text-decoration: none;
    color: #007BFF; /* Primary blue accent */
    font-weight: 700;
}

.hero-social-proof-text {
    font-size: 1.1rem;
    font-style: italic;
    color: #666666;
    margin-top: -0.5rem; /* Adjust spacing */
    margin-bottom: 1.5rem; /* Adjust spacing */
}

.micro-commitment-button {
    background-color: #007BFF; /* Primary blue accent */
    color: #FFFFFF;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 1.5rem; /* Space above the button */
    margin-bottom: 2rem; /* Space below the button */
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4); /* Soft blue glow */
}

.micro-commitment-button:hover {
    background-color: #0056B3; /* Darker blue on hover */
    transform: translateY(-2px) scale(1.01); /* Lift and slightly enlarge */
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6); /* More prominent blue glow */
}

/* Countdown Timer */
.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 2rem; /* Even larger gap */
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.countdown-box {
    background-color: rgba(255, 255, 255, 0.15); /* Slightly more transparent */
    border-radius: 12px; /* More rounded */
    padding: 1.5rem 2rem; /* Increased padding */
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 110px; /* Wider countdown boxes */
    backdrop-filter: blur(10px); /* Stronger frosted glass effect */
    border: 1px solid rgba(255, 255, 255, 0.3); /* More visible subtle border */
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); /* Soft shadow */
}

.countdown-number {
    font-family: 'Space Grotesk', sans-serif; 
    font-size: 3.2rem; /* Even larger font size */
    font-weight: 700;
    line-height: 1;
    color: #007BFF; /* Primary blue accent */
}

.countdown-label {
    font-size: 0.9rem; /* Larger label */
    text-transform: uppercase;
    margin-top: 0.6rem;
    color: #777777; /* Slightly darker gray */
}

/* Progress Bar */
.progress-bar-container {
    background-color: rgba(0, 0, 0, 0.15); /* Darker, slightly more transparent background */
    border-radius: 8px; /* Slightly more rounded edges */
    margin-top: 1.5rem; /* Reduced margin-top */
    margin-bottom: 1.5rem; /* Reduced margin-bottom */
    max-width: 90%; 
    width: 100%;
    height: 30px; /* Taller */
    overflow: hidden;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.25); /* More prominent inner shadow */
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #007BFF 0%, #0056B3 100%); /* Blue gradient for progress */
    width: 0%; 
    transition: width 1.8s ease-out, background 0.5s ease; /* Slower, smoother transition for background */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF; 
    font-weight: 700; 
    font-size: 1.1rem; /* Larger font */
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5); /* Stronger shadow */
    box-shadow: inset 0 0 8px rgba(0,0,0,0.4); /* Stronger inner shadow */
}

/* Countdown Footer Text */
.countdown-footer-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #555555;
    margin-top: -1.5rem; /* Adjust to move closer to countdown */
    margin-bottom: 2.5rem; /* Space below */
}

.countdown-footer-text .highlight-september {
    font-weight: 700;
    text-decoration: underline;
    color: #007BFF;
}

.countdown-cta-button {
    background-color: #007BFF; /* Primary blue accent */
    color: #FFFFFF;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 1.5rem; /* Space above the button */
    margin-bottom: 2rem; /* Space below the button */
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4); /* Soft blue glow */
}

.countdown-cta-button:hover {
    background-color: #0056B3; /* Darker blue on hover */
    transform: translateY(-2px) scale(1.01); /* Lift and slightly enlarge */
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6); /* More prominent blue glow */
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

.countdown-cta-button .highlight-september {
    font-weight: 700;
    text-decoration: underline;
    color: #FFFFFF; /* White for highlight in button */
}

/* Main Content Section */
.main-content-section {
    padding: 1.5rem 0; /* Reduced padding-top */
    background-color: transparent; 
}

.main-content-container {
    max-width: 100%; 
    width: 100%; 
    margin: 0 auto;
    padding: 0; 
}

.grid-layout {
    display: flex; /* Changed to flexbox for better centering */
    justify-content: center; /* Center the calendly card */
    gap: 0; 
}

.calendar-card {
    max-width: 700px; /* Slightly narrower for a more focused look */
    width: 100%;
    padding: 2.5rem; /* Increased padding inside the card */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); /* More prominent shadow */
    border: 1px solid rgba(224, 224, 224, 0.7); /* Slightly stronger subtle border */
    border-radius: 18px; /* Even more rounded corners */
    background-color: rgba(255, 255, 255, 0.95); /* Less transparent white background */
    backdrop-filter: blur(20px); /* Stronger frosted glass effect */
    margin: 0; /* Remove auto margin as flexbox handles centering */
}

.card-title {
    font-family: 'Space Grotesk', sans-serif; 
    font-size: 2.4rem; /* Slightly larger card title */
    font-weight: 700;
    color: #1a2a3a; /* Darker text for titles */
    margin-bottom: 2rem; /* Increased margin */
}

/* Final CTA Section */
.final-cta-section {
    background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); /* Blue gradient for CTA */
    color: #FFFFFF;
    padding: 5rem 0; /* Increased padding */
    text-align: center;
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.2); /* Inner shadow for depth */
}

.final-cta-container {
    max-width: 900px; /* Wider CTA container */
    margin: 0 auto;
    padding: 0 2rem;
}

.final-cta-headline {
    font-family: 'Space Grotesk', sans-serif; /* Apply new techy font */
    font-size: 2.8rem; /* Larger font size */
    font-weight: 700;
    margin-bottom: 1.5rem; /* Increased margin */
}

.final-cta-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.final-cta-button {
    background-color: #00D4FF; /* Lighter, more vibrant blue */
    color: #FFFFFF;
    padding: 1.2rem 3rem;
    border-radius: 8px; /* Slightly less rounded */
    text-decoration: none;
    font-size: 1.2rem; /* Slightly larger font */
    font-weight: 700; /* Bolder */
    transition: all 0.3s ease; /* Smooth transition for all properties */
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.5); /* Brighter blue glow effect */
    border: none; /* Remove border */
}

.final-cta-button:hover {
    background-color: #00B8E6; /* Slightly darker cyan on hover */
    transform: translateY(-3px) scale(1.02); /* Lift and slightly enlarge */
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.7); /* More prominent cyan glow */
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

.final-cta-button .highlight-september {
    font-weight: 700;
    text-decoration: underline;
    color: #FFFFFF; /* White for highlight in button */
}

/* Footer */
.main-footer {
    background-color: #2c3e50; /* Darker gray for footer */
    color: #FFFFFF; 
    padding: 4rem 0; /* Increased padding */
    text-align: center;
}

.footer-container {
    max-width: 1000px; /* Wider footer container */
    margin: 0 auto;
    padding: 0 2rem;
    text-align: left;
}

.copyright-text {
    font-size: 0.9rem; /* Slightly larger copyright text */
    margin-top: 2rem; /* Increased margin */
    color: #DDDDDD; /* Slightly lighter white for copyright */
}

.testimonial-text {
    font-family: 'Inter', sans-serif; /* Keep Inter for testimonials */
    font-size: 1.6rem; /* Slightly larger */
    font-weight: 400; 
    line-height: 1.8;
    font-style: italic;
    color: #F0F0F0; /* Lighter text for contrast on dark background */
    margin-bottom: 2.5rem; /* Increased spacing */
}

.callout-banner {
    background-color: #FFEB3B; /* Slightly softer yellow */
    color: #424242; /* Darker gray for better contrast */
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1.2rem; /* Slightly larger font */
    font-weight: 800; /* Bolder */
    margin-bottom: 0;
    text-transform: uppercase; /* Ensure it's all caps */
    letter-spacing: 1px; /* Add slight letter spacing */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Subtle shadow */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Add transition */
}

.callout-banner:hover {
    background-color: #FFEA00; /* Slightly brighter on hover */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* More pronounced shadow */
}

/* Troubleshooting Section */
.troubleshooting-section {
    background-color: #F8F8F8; /* Light gray background */
    padding: 4rem 0;
    text-align: center;
    border-top: 1px solid #e0e0e0; /* Subtle top border */
}

.troubleshooting-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.troubleshooting-headline {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 1.5rem;
}

.troubleshooting-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 2rem;
}

/* Us vs Them Section */
.us-vs-them-section {
    background-color: #F0F8FF; /* Light blue background */
    padding: 4rem 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.us-vs-them-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.us-vs-them-headline {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 2.5rem;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: flex-start;
}

.us-column {
    background-color: #E6F7FF; /* Light blue for ClinicFlow */
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    text-align: left;
    height: 100%; /* Ensure equal height */
    display: flex;
    flex-direction: column;
    border: 1px solid #B3E0FF;
}

.them-column {
    background-color: #FFEFF0; /* Light red for Others */
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    text-align: left;
    height: 100%; /* Ensure equal height */
    display: flex;
    flex-direction: column;
    border: 1px solid #FFC2C2;
}

.us-column h3, .them-column h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #007BFF; /* ClinicFlow blue */
}

.them-column h3 {
    color: #E74C3C; /* Red for 'Them' */
}

.us-column ul, .them-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1; /* Allow list to take available space */
}

.us-column li, .them-column li {
    font-size: 1.15rem; /* Slightly larger font for better readability */
    line-height: 1.8; /* Increased line height for more vertical space */
    margin-bottom: 1.5rem; /* Increased margin for more spacing between items */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
}

.list-icon {
    width: 28px; /* Slightly larger icon size */
    height: 28px;
    flex-shrink: 0;
    margin-left: 1rem; /* Slightly more space between text and icon */
}

.check-icon {
    fill: #27AE60; /* Green for checkmark */
}

.cross-icon {
    fill: #E74C3C; /* Red for cross */
}

.list-icon svg path {
    stroke-width: 2; /* Adjust stroke width as needed */
    stroke: none; /* No stroke for static icons */
    fill: currentColor; /* Ensure fill is always present */
}

.check-icon svg path {
    fill: #27AE60; /* Green fill for checkmark */
}

.cross-icon svg path {
    fill: #E74C3C; /* Red fill for cross */
}

/* Remove old ::before styling */
.us-column li::before, .them-column li::before {
    content: none;
}

.calendly-disclaimer {
    font-size: 0.9rem;
    color: #777777;
    margin-top: 1.5rem;
    text-align: center;
}

.calendly-disclaimer p {
    margin: 0;
}

/* Small text above CTA button */
.cta-small-text {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 1rem;
    font-weight: 500;
}

/* Mobile optimizations */
@media (max-width: 767px) {
    /* General Mobile Adjustments */
    body {
        font-size: 14px; /* Base font size adjustment for mobile */
    }

    .header-container {
        padding: 0 1rem;
    }

    .header-logo {
        height: 70px;
    }

    /* Hero Section Mobile Optimization */
    .hero-section {
        padding: 2.5rem 0; 
    }
    
    .hero-container {
        padding: 0 1.5rem; 
    }
    
    .hero-headline {
        font-size: 2rem; 
        line-height: 1.3;
        margin-bottom: 1rem; 
        padding: 0 0.5rem;
    }

    .hero-social-proof-text {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .hero-subheadline-offer {
        font-size: 1rem; 
        line-height: 1.6;
        margin-bottom: 2rem; 
        padding: 0 0.5rem;
    }
    
    .countdown-timer {
        gap: 0.8rem; 
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 0 1rem;
    }
    
    .countdown-box {
        min-width: 75px; 
        padding: 1.2rem 0.8rem;
        flex: 1;
        max-width: 90px;
    }
    
    .countdown-number {
        font-size: 2.5rem; 
    }
    
    .countdown-label {
        font-size: 0.7rem; 
        margin-top: 0.4rem;
    }
    
    .progress-bar-container {
        margin-top: 1rem;
        margin-bottom: 1rem;
        max-width: 95%; 
        height: 25px; 
    }

    .progress-bar {
        font-size: 0.9rem;
    }

    .micro-commitment-button {
        padding: 1rem 2rem;
        font-size: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    .countdown-cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    /* Main Content Mobile Optimization */
    .main-content-section {
        padding: 0.5rem 0; 
    }
    
    .main-content-container {
        padding: 0; 
    }
    
    .calendar-card {
        max-width: 95%; /* Make calendar card almost full width on mobile */
        padding: 2rem 1.5rem;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
        overflow: hidden;
    }
    
    .card-title {
        font-size: 1.8rem; 
        margin-bottom: 1.5rem;
        line-height: 1.3;
        padding: 0 0.5rem;
    }

    /* iClosed widget mobile optimization */
    .iclosed-widget {
        width: 100% !important;
        height: 500px !important;
        min-height: 500px;
        overflow: visible !important;
    }

    /* Troubleshooting Section Mobile Optimization */
    .troubleshooting-section {
        padding: 2rem 0;
    }

    .troubleshooting-container {
        padding: 0 1rem;
    }

    .troubleshooting-headline {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .troubleshooting-text {
        font-size: 1rem;
        line-height: 1.5;
    }

    /* Final CTA Mobile Optimization */
    .final-cta-section {
        padding: 3rem 0; 
    }

    .final-cta-container {
        padding: 0 1rem;
    }

    .final-cta-headline {
        font-size: 2rem; 
        margin-bottom: 1rem;
    }

    .testimonial-text {
        font-size: 1.2rem; 
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .final-cta-button {
        padding: 0.8rem 2rem;
        font-size: 1rem;
        margin-top: 0.5rem; /* Reduced margin-top for mobile */
        margin-bottom: 1.5rem;
        background-color: #00D4FF; /* Lighter, more vibrant blue for mobile */
        box-shadow: 0 4px 15px rgba(0, 212, 255, 0.5); /* Brighter blue glow effect */
    }

    /* Footer Mobile Optimization */
    .main-footer {
        padding: 2.5rem 0; 
    }

    .footer-container {
        padding: 0 1rem;
    }

    .copyright-text {
        font-size: 0.8rem;
        margin-top: 1.5rem;
    }

    .us-vs-them-headline {
        font-size: 2rem;
    }

    .comparison-grid {
        grid-template-columns: 1fr; /* Stack columns on mobile */
        gap: 2rem;
    }

    .us-column, .them-column {
        padding: 2rem;
    }

    .us-column h3, .them-column h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .us-column li, .them-column li {
        font-size: 1rem;
    }

    .calendly-disclaimer {
        font-size: 0.8rem;
        margin-top: 1rem;
    }

    .cta-small-text {
        font-size: 0.9rem;
        margin-bottom: 1.2rem;
        line-height: 1.4;
        padding: 0 0.5rem;
    }
}

/* Extra small mobile screens (iPhone SE, etc.) */
@media (max-width: 480px) {
    .hero-container {
        padding: 0 1rem; 
    }

    .hero-headline {
        font-size: 1.6rem; 
        padding: 0 0.25rem;
    }

    .hero-subheadline-offer {
        font-size: 0.9rem;
        padding: 0 0.25rem;
    }

    .cta-small-text {
        font-size: 0.85rem;
        padding: 0 0.25rem;
    }

    .countdown-timer {
        gap: 0.5rem;
        padding: 0 0.5rem;
    }

    .countdown-number {
        font-size: 2rem; 
    }

    .countdown-box {
        min-width: 60px; 
        padding: 1rem 0.5rem;
        max-width: 75px;
    }

    .callout-banner {
        font-size: 1rem; 
        padding: 0.6rem 1rem;
    }

    .calendar-card {
        padding: 1.5rem 1rem;
        max-width: 98%;
    }

    .card-title {
        font-size: 1.5rem; 
        padding: 0 0.25rem;
    }

    .iclosed-widget {
        height: 450px !important;
        min-height: 450px;
    }

    .troubleshooting-headline {
        font-size: 1.6rem; 
    }

    .final-cta-headline {
        font-size: 1.8rem; 
    }

    .testimonial-text {
        font-size: 1rem; 
    }

    .final-cta-button {
        padding: 0.8rem 2rem;
        font-size: 1rem;
        background-color: #00D4FF; /* Lighter, more vibrant blue for extra small mobile */
        box-shadow: 0 4px 15px rgba(0, 212, 255, 0.5); /* Brighter blue glow effect */
    }

    .main-offer-box {
        padding: 1.5rem 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

/* Social Proof Pop-up Styles */
.social-proof-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10000; /* Ensure it's above everything */
    opacity: 0;
    transform: translateY(100px); /* Start off-screen */
    transition: all 0.5s ease-out;
    max-width: 300px;
}

.social-proof-popup.show {
    opacity: 1;
    transform: translateY(0); /* Slide in */
}

.popup-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #007BFF;
}

.popup-content {
    font-size: 0.95rem;
    color: #333333;
    line-height: 1.4;
}

.popup-name {
    font-weight: 700;
    color: #007BFF;
}

.popup-time {
    display: block;
    font-size: 0.8rem;
    color: #777777;
    margin-top: 3px;
}

/* Responsive adjustments for the pop-up */
@media (max-width: 767px) {
    .social-proof-popup {
        bottom: 15px;
        right: 15px;
        max-width: 250px;
        padding: 12px 15px;
    }

    .popup-avatar {
        width: 40px;
        height: 40px;
    }

    .popup-content {
        font-size: 0.85rem;
    }

    .popup-time {
        font-size: 0.75rem;
    }
}

.main-offer-box {
    background-color: #f7fcff; /* Very light blue background */
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 12px 40px rgba(0, 40, 100, 0.1);
    border: 1px solid rgba(0, 123, 255, 0.2);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .main-offer-box {
        padding: 2rem 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        border-radius: 12px;
    }
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.social-link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.social-link:hover {
    color: #007BFF; /* Highlight on hover */
}

.social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor; /* Ensure SVG color matches text color */
}

.contact-item {
    color: #DDDDDD;
    font-size: 0.9rem;
    margin-left: 0;
}

@media (max-width: 767px) {
    .footer-contact-info {
        align-items: flex-start;
        gap: 0.5rem;
    }
    .social-link, .contact-item {
        font-size: 0.85rem;
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.testimonial-headline-section {
    background-color: #F8F8F8;
    padding: 2rem 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.case-study-images {
    display: flex;
    flex-direction: column; /* Stack images vertically */
    align-items: center; /* Center images if they don't take full width */
    gap: 1.5rem;
    max-width: 800px; /* Adjust max-width for better fit on wider screens */
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.case-study-img {
    width: 100%;
    max-width: 100%; /* Ensure image fits within its container */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-study-banner {
    background-color: #007BFF; /* Primary blue for banners */
    color: #FFFFFF;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0; /* Space above and below banner */
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4); /* Soft blue glow */
}

.case-study-img:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .case-study-images {
        gap: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .case-study-banner {
        font-size: 1rem;
        padding: 0.8rem 1rem;
    }
}
