 body {
     margin: 0;
     font-family: 'Poppins', sans-serif;
     background-color: #fff;
     color: #333;
     line-height: 1.6;
 }

 .impact-section {
     padding: 80px 0px;
     overflow-x: hidden;
 }

 .impact-container {
     max-width: 1140px;
     margin: 0 auto;
     padding: 0 15px;
     display: flex;
     gap: 30px;
 }

 /* --- Left Column --- */
 .impact-left-column {
     flex: 0 0 38%;
     display: flex;
     flex-direction: column;
     gap: 25px;
 }

 .top-image-wrapper img {
     width: 100%;
     height: 520px;
     /* Increased height */
     object-fit: cover;
     border-radius: 12px;
     display: block;
     margin-top: -40px;
 }

 .service-box {
     background-color: #3B873E;
     color: #fff;
     padding: 25px;
     border-radius: 12px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     text-align: center;
     height: 230px;
     /* Keep height or make it min-height if content can vary */
 }

 .recycle-icon {
     width: 45px;
     height: 45px;
     margin-bottom: 12px;
 }

 .service-box p {
     margin: 0;
     font-size: 1.0em;
     font-weight: 600;
     line-height: 1.45;
 }


 /* --- Right Column --- */
 .impact-right-column {
     flex: 1;
     display: flex;
     flex-direction: column;
 }

 .right-column-top-area {
     display: flex;
     gap: 25px;
     margin-bottom: 35px;
     align-items: flex-start;
     /* Changed from stretch: allows items to have different heights */
 }

 .satisfaction-rating-box {
     flex: 0 0 calc(45% - 12.5px);
     /* background-color: #F0F7F2; */
     padding: 20px;
     border-radius: 12px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
     /* Fixed height for this box */
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 230px;
     width: 200px;

 }

 /* ... (styles for content inside satisfaction-rating-box remain the same) ... */
 .satisfaction-rating-box h4 {
     font-size: 1.1em;
     font-weight: 600;
     color: #1E1E1E;
     margin-top: 0;
     margin-bottom: 10px;
     line-height: 1.3
 }

 .satisfaction-rating-box .profile-pics {
     display: flex;
     margin-bottom: 8px
 }

 .satisfaction-rating-box .profile-pics img {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     border: 2px solid #fff;
     margin-left: -10px
 }

 .satisfaction-rating-box .profile-pics img:first-child {
     margin-left: 0
 }

 .satisfaction-rating-box .stars {
     display: flex;
     gap: 2px;
     margin-bottom: 5px
 }

 .satisfaction-rating-box .star-icon {
     width: 16px;
     height: 16px
 }

 .satisfaction-rating-box .rating-text {
     font-size: .85em;
     font-weight: 600;
     color: #3B873E;
     margin: 0
 }


 .right-top-image-wrapper {
     flex: 1;
 }

 .right-top-image-wrapper img {
     width: 100%;
     height: 480px;
     /* Increased height, now taller than satisfaction box */
     object-fit: cover;
     border-radius: 12px;
     display: block;
     margin-left: -320px;
     margin-top: 250px;

 }

 .impact-right-column .pre-title {
     color: #3B873E;
     font-size: 0.75em;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.8px;
     margin-bottom: 6px;
     margin-left: 370px;
     margin-top: -810px;
 }

 .impact-right-column h2 {
     font-size: 2.5em;
     font-weight: 700;
     color: #1E1E1E;
     margin-top: 0;
     margin-bottom: 15px;
     line-height: 1.25;
     margin-left: 370px;
 }

 .impact-right-column .description {
     font-size: 0.95em;
     color: #555;
     margin-bottom: 30px;
     line-height: 1.7;
     max-width: 95%;
     margin-left: 370px;
 }

 .stats-and-video-row {
     display: flex;
     gap: 30px;
     align-items: stretch;
 }

 /* Video placeholder is now on the LEFT */
 .video-placeholder-wrapper {
     flex: 1;
     /* Takes up space not used by stats-container (approx 42%) */
     display: flex;
 }

 .video-placeholder {
     width: 100%;
     background-color: #A8D5BA;
     border-radius: 12px;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     /* Height will be determined by align-items: stretch on parent */
 }

 .video-placeholder .play-icon {
     width: 45px;
     height: 45px;
 }

 /* Stats container is now on the RIGHT */
 .stats-container {
     flex: 0 0 58%;
     /* أو القيمة التي كانت لديك */
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     /* أو القيمة التي كانت لديك */
     gap: 15px;
     /* أو القيمة التي كانت لديك */
     /* margin-left: 370px; /* <<<< تأكد من إزالة هذا إذا كان موجودًا ويسبب مشاكل */
     margin-left: 370px;
 }

 .stat-item .stat-number {
     font-size: 3.0em;
     /* أو القيمة التي كانت لديك */
     font-weight: 700;
     /* أو القيمة التي كانت لديك */
     color: #3B873E;
     /* <<<<<<<<<<<<<<<<<<< التغيير: اللون إلى الأخضر */
     line-height: 1;
     /* أو القيمة التي كانت لديك */
     display: inline-block;
     /* إضافة هذا يساعد في التحكم بالمسافات */
 }

 .stat-item span:not(.stat-number) {
     /* هذا يستهدف الـ + والـ % */
     font-size: 2.7em;
     /* أو القيمة التي كانت لديك */
     font-weight: 700;
     /* أو القيمة التي كانت لديك */
     color: #3B873E;
     /* <<<<<<<<<<<<<<<<<<< التغيير: اللون إلى الأخضر */
     margin-left: 8px;
     /* <<<<<<<<<<<<<<<<<<< التغيير: إضافة مسافة 8px إلى اليسار */
     line-height: 1;
     /* أو القيمة التي كانت لديك */
     display: inline-block;
     /* إضافة هذا يساعد في التحكم بالمسافات */
 }

 .stat-item p {
     font-size: 0.9em;
     /* أو القيمة التي كانت لديك */
     color: #050505;
     /* أو القيمة التي كانت لديك - لاحظ أن الصورة المرجعية تظهر هذا النص بلون داكن */
     margin-top: 0px;
     /* أو القيمة التي كانت لديك */
     line-height: 1.4;
     /* أو القيمة التي كانت لديك */
 }


 /* Animation Styles (same as before or slightly adjusted if needed) */
 .animate-on-scroll {
     opacity: 0;
     transition: opacity 0.6s ease-out, transform 0.6s ease-out;
 }

 .animate-on-scroll.is-visible {
     opacity: 1;
     transform: none;
 }



 .animate-fade-up {
     transform: translateY(30px);
 }

 .animate-fade-up.is-visible {
     transform: translateY(0);
 }

 .animate-slide-left {
     transform: translateX(-40px);
 }

 /* For elements sliding from left (like the image that was on right) */
 .animate-slide-left.is-visible {
     transform: translateX(0);
 }

 .animate-slide-right {
     transform: translateX(40px);
 }

 /* For elements sliding from right (like the video that is now on left) */
 .animate-slide-right.is-visible {
     transform: translateX(0);
 }

 /* Add these styles AFTER your existing CSS, or in a separate mobile.css file linked after the main one */

 @media (max-width: 768px) {
     .impact-section {
         padding: 40px 0px;
         /* Reduced top/bottom padding */
     }

     .impact-container {
         flex-direction: column;
         /* Stack left and right columns */
         gap: 30px;
         /* Adjust gap for vertical stacking */
     }

     /* --- Left Column --- */
     .impact-left-column {
         flex: 1 1 100%;
         /* Take full width */
         order: 1;
         /* Explicitly set order if needed, though it's first in HTML */
         gap: 20px;
         /* Space between image and service box */
     }

     .top-image-wrapper img {
         height: auto;
         /* Adjust height automatically */
         max-height: 550px;
         /* Optional: constrain image height */
         margin-top: 0;
         /* Reset negative margin from desktop */
         object-fit: cover;
         /* Ensure image covers well if max-height is used */
     }

     .service-box {
         height: auto;
         /* Auto height based on content */
         min-height: 120px;
         /* Optional: ensure a minimum tap area/presence */
         padding: 20px;
         font-size: 0.95em;
         /* Slightly adjust font size if needed */
     }

     .recycle-icon {
         width: 40px;
         height: 40px;
         margin-bottom: 10px;
     }

     /* --- Right Column --- */
     .impact-right-column {
         flex: 1 1 100%;
         /* Take full width */
         order: 2;
         /* Explicitly set order if needed */
     }

     /* Area containing satisfaction box and the second image */
     .right-column-top-area {
         flex-direction: column;
         /* Stack satisfaction box and image */
         gap: 20px;
         /* Space between them */
         margin-bottom: 25px;
         /* Space before the text content */
         align-items: center;
         /* Center items if they don't take full width */
     }

     .satisfaction-rating-box {
         flex: 1 1 auto;
         /* Allow it to size naturally */
         width: 100%;
         /* Take full width of its container */
         max-width: 320px;
         /* Optional: prevent it from becoming too wide on tablets */
         height: auto;
         /* Auto height based on content */
         padding: 20px;
         /* box-shadow: 0 2px 8px rgba(0,0,0,0.06); /* Optional: slightly softer shadow for mobile */
         margin: 0;
         /* Reset any auto margins if it's meant to be full width */
     }

     .right-top-image-wrapper {
         /* No specific flex needed if it's just a wrapper for the image */
         width: 100%;
         /* Ensure wrapper takes width */
     }

     .right-top-image-wrapper img {
         width: 100%;
         /* Image takes full width of its wrapper */
         height: auto;
         /* Adjust height automatically */
         max-height: 550px;
         /* Optional: constrain image height */
         object-fit: cover;
         margin-left: 0;
         /* CRITICAL: Reset negative margin */
         margin-top: 0;
         /* CRITICAL: Reset negative margin */
         border-radius: 10px;
         /* Keep rounded corners */
     }

     /* Text content: Pre-title, H2, Description */
     .impact-right-column .pre-title,
     .impact-right-column h2,
     .impact-right-column .description {
         margin-left: 0;
         /* CRITICAL: Reset large left margin from desktop */
         text-align: center;
         /* Center text for a common mobile look */
         max-width: 100%;
         /* Ensure it doesn't overflow */
     }

     .impact-right-column .pre-title {
         margin-top: 0;
         /* CRITICAL: Reset large negative top margin */
         font-size: 0.7em;
         margin-bottom: 8px;
     }

     .impact-right-column h2 {
         font-size: 2em;
         /* Adjust font size for mobile */
         margin-bottom: 12px;
         line-height: 1.3;
     }

     .impact-right-column .description {
         font-size: 0.9em;
         /* Adjust font size for mobile */
         margin-bottom: 30px;
         /* Space before stats/video row */
         padding: 0 10px;
         /* Add a little horizontal padding if text-align: center */
     }

     /* Row containing stats and video placeholder */
     .stats-and-video-row {
         flex-direction: column;
         /* Stack video and stats */
         gap: 20px;
         /* Space between video and stats */
     }

     /* Video placeholder adjustments */
     .video-placeholder-wrapper {
         flex: 1 1 auto;
         /* Allow it to size naturally */
         width: 100%;
         order: 2;
         /* If you want stats to appear before video on mobile */
     }

     .video-placeholder {
         min-height: 200px;
         /* Give it a decent height on mobile */
         /* width: 100%; is already there */
     }

     .video-placeholder .play-icon {
         width: 40px;
         height: 40px;
     }

     /* Stats container adjustments */
     .stats-container {
         flex: 1 1 auto;
         /* Allow it to size naturally */
         width: 100%;
         margin-left: 0;
         /* CRITICAL: Reset large left margin */
         gap: 15px;
         /* Space between individual stat items */
         order: 1;
         /* If you want stats to appear before video on mobile */
     }

     .stat-item {
         background-color: #F0F7F2;
         /* Match background from desktop image */
         padding: 15px;
         border-radius: 8px;
         text-align: center;
         /* Center the content of each stat item */
         /* Add a light shadow if desired, e.g., box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
     }

     .stat-item .stat-number,
     .stat-item span:not(.stat-number) {
         font-size: 2.6em;
         /* Adjust font size for mobile */
         margin-left: 4px;
         /* Adjust spacing for + or % symbol */
     }

     .stat-item span:not(.stat-number) {
         font-size: 2.2em;
         /* Slightly smaller for + and % */
     }

     .stat-item p {
         font-size: 0.85em;
         /* Adjust font size for stat descriptions */
         margin-top: 5px;
         /* Space between number and text */
     }

     /* Animation reset for mobile if they cause issues, usually not needed */
     /*
    .animate-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }
    */
 }