.elementor-54513 .elementor-element.elementor-element-f32039f{width:100%;max-width:100%;}.elementor-54513 .elementor-element.elementor-element-f32039f > .elementor-widget-container{background-color:#00000000;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-54513 .elementor-element.elementor-element-c87cd04{margin-top:0px;margin-bottom:0px;}.elementor-54513 .elementor-element.elementor-element-f32039f > .elementor-widget-container{margin:-29px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-f32039f *//* General Reset */
     footer {
    display: none !important; /* Completely hide the footer */
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevent any unintended scrolling */
    box-sizing: border-box; /* Include padding and border in element width/height */
}
  
       
        * {
            margin: 0 !important;
            padding: 0 !important;
            box-sizing: border-box !important;
        }

        body.unique-page {
            font-family: 'Figtree', sans-serif !important;
            background-color: black !important;
            color: white !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            height: 100vh !important;
            overflow: hidden !important; /* Prevent scrolling */
                width: 100% !important;
        }
        
   @media (max-width: 768px) {
    html, body {
        overflow: auto; /* Allow scrolling for mobile */
        -webkit-overflow-scrolling: touch; /* Enable smooth scrolling for iOS */
    }
    
    .mega-video {
    object-position: top !important; 
}

}     



    .exercise-container {
        filter: blur(5px);
        transition: filter 0.3s ease;
    }
    
 .super-container {
    width: 100%; /* Full width of viewport */
    height: 100%; /* Full height */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    background-color: black;
}       

   
.mega-video {
    width: 100% !important;
    height: 71vh !important; /* Adjusts the height of the video */
    object-fit: cover !important; /* Ensures the video fills the container */
    object-position: center !important; /* Aligns the video to show the top part */
    display: block !important;
}


        /* Button Container for Overlay */
       .video-controls {
position: absolute !important;
    top: 220px !important; /* Set vertical position to 60px from the top */

    left: 50% !important; /* Center horizontally */
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    opacity: 1 !important; /* Ensure visibility */
    transition: opacity 1s ease !important; /* Smooth fade-out */
    pointer-events: none !important; /* Prevent blocking video interaction */
        }

        /* Individual Buttons */
   .control-button {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            background: rgba(0, 0, 0, 0.6);
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 18px;
            cursor: pointer;
            pointer-events: all; /* Buttons are clickable */
            transition: background 0.3s;
        }

      .control-button:hover {
            background: rgba(255, 255, 255, 0.3);
        }
        
                /* Fade-out State */
        .hidden-controls {
            opacity: 0; /* Make controls disappear */
        }

        /* Overlay Button Icons */
        .control-button i {
            pointer-events: none; /* Makes the icon non-clickable */
        }
        
    .right-section {
    display: flex !important;
    justify-content: center !important; /* Center horizontally */
    align-items: center !important;     /* Center vertically */
    flex-direction: column !important;  /* Align content vertically */
    width: 100% !important;             /* Full width */
    height: 100% !important;            /* Full height */
    padding: 20px 0 !important;         /* Space around the button */
    box-sizing: border-box !important;  /* Padding does not break layout */
}



@media (min-width: 768px) {
  .mega-video {
        border-radius: 20px !important; /* Adjust the radius for rounded corners */
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.8) !important;
        overflow: hidden !important; /* Ensures the rounded corners work */}  
 

    .left-section {
        flex: 1 !important;
        position: sticky !important; /* Stick to the top of the viewport */
        top: 0 !important; /* Align to the top */
        height: 100vh !important; /* Full height */
        overflow: hidden !important; /* Prevent scrolling */
    }

    .right-section {
        flex: 1 !important;
        height: 100vh !important; /* Full height of viewport */
        overflow-y: auto !important; /* Enable vertical scrolling */
        padding: 20px 20px 20px 20px !important; /* Add padding for content visibility */
        scroll-padding-top: 20px !important; /* Ensure padding at the top when scrolling */
    }

    /* Ensure that content inside the right section doesn’t overflow */
    .right-section > * {
        margin-top: 0 !important; /* Prevent top margin collapsing */
    }

    .right-section {
        flex: 1 !important; /* Ensure the section maintains its flex behavior */
        overflow-y: auto !important; /* Enable vertical scrolling */
        height: auto !important; /* Let content define height */
        max-height: 100vh !important; /* Limit height to the viewport */
        padding: 20px !important; /* Add padding for readability */
        box-sizing: border-box !important; /* Include padding in total size */
        display: flex !important;
        flex-direction: column !important; /* Stack elements vertically */
        justify-content: flex-start !important; /* Align items to the top */
        align-items: stretch !important; /* Ensure items take full width */
    }

    /* Ensure child elements retain vertical alignment */
    .right-section > * {
        margin-bottom: 20px !important; /* Add space between items */
    }
}


.amazing-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: yellow;
    border: none;
    border-radius: 50px;
    color: #000;
    padding: 10px 60px !important; /* Increase horizontal padding if needed */
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s !important;

    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.9), 0px 0px 100px rgba(0, 0, 0, 1);


    /* Add fixed positioning */
    position: fixed !important;
    bottom: 10px !important; /* Distance from the bottom of the screen */
    left: 50% !important; /* Center horizontally */
    transform: translateX(-50%) !important; /* Adjust to truly center the button */
    z-index: 9999 !important; /* Ensure it appears above all content */

    /* Explicit width setting */
    min-width: 280px !important; /* Ensure a minimum width */
    max-width: 95% !important; /* Prevent it from being too wide */
    transition: transform 0.3s;
}

.amazing-button:hover {
      transform: scale(1.1); /* Slightly enlarge button */
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.9), 0px 0px 70px rgba(0, 0, 0, 1);
}

/* Ensure the right-section container is positioned properly */
.right-section {
    position: relative !important; /* Allows the button to align relative to this container */
}


@media (min-width: 768px) {
    .amazing-button {
 left: 75% !important; /* Center horizontally */
  transform: translateX(-50%) !important; /* Adjust to truly center the button */
   margin-left: 30px !important;
     bottom: 30px !important;
     font-size: 1.3rem !important;
         max-width: 100% !important; /* Prevent it from being too wide */
    }


            .super-container {
                display: flex !important;
                flex-direction: row !important;
                position: relative !important;
                height: 100vh !important; /* Full viewport height */
                width: 100% !important;
                background-color: black !important;
    overflow-x: hidden; /* Prevent horizontal scrolling */

            }

            .left-section {
                flex: 1 !important;
                position: relative !important;
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
                min-height: 100% !important; /* Ensures full height inheritance */
            }

            .left-section {
                padding: 60px !important;
                margin-right: 60px !important; /* Space between the video and the line */
                
            }

            .left-section .mega-video {
                max-width: 100% !important;
                        aspect-ratio: 16 / 9; /* Maintain a 16:9 aspect ratio */
        object-fit: cover !important; /* Ensures the video fills the container */
        overflow: hidden !important; /* Ensures the rounded corners work */

        max-height: 100%; /* Full height minus some margins */
                height: 100vh !important;
                box-shadow: 0 0 40px rgba(255, 255, 255, 0.8) !important; /* Subtle glow effect */
                
            }
            
            
            

            .right-section {
               margin-top: 50px !important;
                margin-left: 30px !important; /* Space between the line and the button */
            }

  /* Adjust the Split Line */
    .super-container::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 50% !important; /* Place the line at the boundary of the 60% width */
        width: 0.5px !important; /* Thin dividing line */
        background: white !important; /* Line color */
        z-index: 1 !important; /* Ensure it appears above the background */
    }
    
.video-controls {
    position: absolute !important;
    top: 50% !important; /* Set vertical position to 60px from the top */
    left: 50% !important; /* Center horizontally */
}
     .control-button {
            font-size: 26px !important;
        }
        
     }
        
                
.icon-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 50px !important; /* Space between icons */
    margin-bottom: 10px !important; /* Space above the button */
}

.icon-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    color: white !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important, color 0.3s ease !important;
}

.icon-circle {
    width: 45px !important; /* Smaller container size */
    height: 45px !important; /* Keep it proportional */
    background: linear-gradient(135deg, #444, #111) !important; /* Modern gradient */
    border-radius: 50% !important; /* Circle shape */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5) !important; /* Softer shadow */
    transition: transform 0.3s ease !important, box-shadow 0.3s ease !important;
}

.icon-circle i {
    font-size: 0.9rem !important; /* Smaller icon size */
    color: #f8f9fa !important; /* Light icon color */
    transition: color 0.3s ease !important;
}

.icon-item span {
    margin-top: 6px !important; /* Smaller space between icon and text */
    font-size: 0.75rem !important; /* Smaller text */
    text-transform: uppercase !important;
    font-weight: 500 !important; /* Light font weight */
    color: #ccc !important;
    transition: color 0.3s ease !important;
}

.icon-item:hover .icon-circle {
    transform: scale(1.1) !important; /* Slight scale-up effect */
    box-shadow: 0 4px 8px rgba(255, 255, 0, 0.6) !important; /* Yellow glow */
}

.icon-item:hover i {
    color: yellow !important; /* Highlight icon on hover */
}

.icon-item:hover span {
    color: yellow !important; /* Highlight text on hover */
}

.modal {
    display: none !important; /* Hidden by default */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.8) !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 9999 !important;
}

.modal-content {
    background: #fff !important;
    color: #000 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    text-align: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
}

.modal-content button {
    margin-top: 10px !important;
    padding: 8px 12px !important;
    background: #444 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
}

.modal-content button:hover {
    background: #222 !important;
}

.mobile-title {
    position: absolute !important; /* Align relative to the wrapper */
    bottom: 0 !important; /* Align to the bottom of the video */
    left: 0 !important; /* Align with the left edge */
    width: 100% !important; /* Full width */
    height: 25% !important; /* Limit the gradient to the bottom 25% of the video */
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%) !important;
    box-sizing: border-box !important;
    z-index: 2 !important; /* Ensure it appears above the video */
    pointer-events: none !important; /* Prevent interaction */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

/* Title Text */
.video-title {
    font-family: 'Figtree', sans-serif !important;
    font-size: 2.5rem !important; /* Adjust the font size */
    font-weight: 560 !important;
    color: white !important;
    margin: 10px !important; /* Remove margin */
    text-transform: uppercase !important;
}

.desktop-title {
    display: none !important; /* Hidden by default on mobile */
} 

/* Desktop View Adjustments */
@media (min-width: 768px) {
    .mobile-title {
        display: none !important; /* Hide the mobile title */
    }

    .desktop-title {
        display: flex !important; /* Show the desktop title */
        justify-content: center !important;
        align-items: left !important;
        margin-bottom: 20px !important; /* Spacing above the icons */
        text-align: center !important;
    }

    .video-title {
        font-size: 3rem !important; /* Adjusted font size for desktop */
        font-weight: 700 !important;
        color: white !important;
        text-transform: uppercase !important;
    }
}


/* Video Wrapper */
.video-wrapper {
    position: relative !important; /* Ensures the video-controls are relative to this */
    width: 100% !important;
    height: 71vh !important; /* Match the video height */

}


/* General Card Styles */
.exercise-card {
    display: flex !important;
    align-items: center !important; /* Vertically align all child elements */
    justify-content: space-between !important; /* Ensure proper spacing */
    background-color: black !important; /* Card background color */
    border: 1px solid grey !important; /* Light grey outline */
    border-radius: 12px !important; /* Rounded corners */
    padding: 6px !important; /* Padding inside the card */
    margin: 16px 4px !important; /* Top/Bottom: 16px, Left/Right: 8px */
    width: calc(100% - 16px) !important; /* Adjust width to account for margins */
    box-sizing: border-box !important;
}


/* Thumbnail Styles */
.exercise-thumbnail {
    width: 60px !important; /* Square thumbnail */
    height: 60px !important; /* Square thumbnail */
    border-radius: 12px !important; /* Rounded corners */
    margin-right: 16px !important; /* Spacing between thumbnail and text */
    object-fit: cover !important; /* Ensure thumbnail maintains aspect ratio */
}

/* Text Container */
.exercise-info {
    flex-grow: 1 !important; /* Push content to the right side if needed */
}

/* Exercise Name */
.exercise-name {
    font-size: 1rem !important; /* Keep the existing font size */
    font-weight: 450 !important; /* Keep the existing font weight */
    color: white !important; /* Keep the existing color */
    margin-bottom: -5px !important; /* Keep the existing margin */
    white-space: nowrap !important; /* Prevent wrapping */
    overflow: hidden !important; /* Hide overflow text */
     text-overflow: ellipsis !important; /* Add ellipsis for overflow */
         max-width: 38ch !important; /* Default to 30 characters */

}

@media (max-width: 768px) {
    .exercise-name {
     max-width: 26ch !important; /* Limit to 20 characters on mobile */
    }
}


/* Sets and Reps */
.exercise-sets {
    font-size: 1rem !important; /* Smaller font size for sets/reps */
    font-weight: 450 !important;
    color: grey !important;
}

/* Camera Icon (Optional) */
.exercise-icon {
    font-size: 1rem !important; /* Size of the camera icon */
    color: red !important; /* Highlighted color for filming indicator */
    margin-left: auto !important; /* Push the icon to the right */
    flex-shrink: 0 !important; /* Prevent the icon from shrinking */
    align-self: center !important; /* Vertically align the icon */
}

.section-heading {
    font-size: 1.2rem !important; /* Slightly larger font */
    font-weight: 700 !important; /* Bold headings */
    color: white !important; /* White text */
   margin: 24px 20px 20px 20px !important; /* Space above and below */
    text-transform: uppercase !important; /* Uppercase text */
    padding-bottom: 4px !important; /* Padding below text */
}

@media (min-width: 768px) {
    .exercise-card {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .exercise-info {
        flex-grow: 1 !important; /* Take up remaining space */
    }

    .exercise-icon {
       margin-left: auto !important; /* Push to the right side */
        align-self: center !important; /* Vertically align */
        flex-shrink: 0 !important; /* Prevent the icon from shrinking */
    }
}

   .amazing-button {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background-color: yellow;
        border: none;
        border-radius: 50px;
        color: #000;
        padding: 10px 60px !important;
        font-size: 1rem !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        text-align: center !important;
        cursor: pointer !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease !important;
        box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.9), 0px 0px 100px rgba(0, 0, 0, 1);

        position: fixed !important;
        bottom: 30px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 9999 !important;

        min-width: 280px !important;
        max-width: 95% !important;
    }

    .amazing-button:hover {
        transform: scale(1.1);
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.9), 0px 0px 70px rgba(0, 0, 0, 1);
    }
.exercise-container {
        filter: blur(5px);
        transition: filter 0.3s ease;
  
    padding-bottom: 200px !important; /* Padding below text */
}





  .amazing-button2 {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background-color: yellow;
        border: none;
        border-radius: 50px;
        color: #000;
        padding: 10px 60px !important;
        font-size: 1rem !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        text-align: center !important;
        cursor: pointer !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease !important;
        box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.9), 0px 0px 100px rgba(0, 0, 0, 1);

        position: fixed !important;
        bottom: 10px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 9999 !important;

        min-width: 280px !important;
        max-width: 95% !important;
    }

    .amazing-button2:hover {
        transform: scale(1.1);
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.9), 0px 0px 70px rgba(0, 0, 0, 1);
    }/* End custom CSS */