/* Container Styles */
/* Default styles for larger screens */
/*.container78 {
    padding-right: 200px;
    padding-left: 200px;
    margin-right: 100px;
    margin-left: auto;
    height: 100px;
}*/
.container78{
	margin-left: 20px;
	margin-right: 20px;
}
/* Hero Section Title Styles */
.hero-section__title {
    font-size: 50px; /* Default font size for the title */
    font-weight: bold; /* Bold font weight */
    margin-top: 10px; /* Remove default top margin */
    margin-bottom: 5rem; /* Margin below the title */
    color: #333; /* Text color */
    line-height: 1.2; /* Line height for better readability */
}
.hero-section__title::after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 5px solid rgb(251, 125, 0);
    position: absolute;
    left: 0;
    margin-left: 20px;
}
/* Styles for tablets and smaller screens */
@media (max-width: 768px) {
    .container78 {
        padding-right: 100px; /* Reduced padding for tablets */
        padding-left: 100px; /* Reduced padding for tablets */
    }
    
    
}

/* Styles for mobile screens */
@media (max-width: 480px) {
    .container78 {
        padding-right: 20px; /* Much smaller padding for mobile */
        padding-left: 20px; /* Much smaller padding for mobile */
        height: auto; /* Adjust height for better layout on mobile */
    }
    .content-image-section__content.entry-content p {
    font-size: 16px; /* Set font size to 14px */
    line-height: 1.5; /* Optional: Adjust line height for readability */
}

    .hero-section__title {
        font-size: 30px; /* Smaller font size for mobile */
        margin-bottom: 2rem; /* Reduced margin for mobile */
        margin-left: -20px;
                margin-right: -30px;

    }
}



/* Apply responsive padding and margin to the relevant classes */

/* Collection group */
.container88 {
    padding-right: 200px; /* Right padding remains the same */
    padding-left: 200px; /* Left padding remains the same */
    margin-right: 20px; /* Increased left margin */
    margin-left: 20px; /* Increased left margin */
    margin-top: 20px; /* Margin from the top */
}
.upgrade{
 margin-right: 20px; /* Increased left margin */
    margin-left: 20px; /* Increased left margin */
    margin-top: 65px; /* Margin from the top */

}
/* Responsive adjustments for collection group */
@media (max-width: 1199px) {
    .container88 {
        padding-right: 150px;
        padding-left: 150px;
        margin-bottom: -100px;
    }
}
@media (max-width: 768px) {
    .content-image-section__image img{
        margin-top: 1rem; /* Top margin for spacing */
        margin-bottom: 1rem; /* Bottom margin for spacing */
          width: 100%; /* Make the image responsive */
    height: auto; /
    }
}

@media (max-width: 991px) {
    .container88 {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .container88 {
        padding-right: 20px;
        padding-left: 20px;
    }
}



/* Content Wrapper Styles */
.content-image-section__align-wrapper {
    height: 100%;
    padding: 2rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.content-image-section__title {
   padding-right: 30px;
    font-size: 2.6rem;
   
}

.content-image-section__content p {
    margin: 0 0 1rem;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    padding-left: 45px;
}



/* Adjustments for mobile screens */
@media (max-width: 768px) {
    .content-image-section__title {
        padding-right: 15px; /* Reduce right padding on mobile */
        font-size: 2.2rem; /* Adjust font size for better readability on mobile */
        margin-left: -40px;
        margin-right: -40px;
    }
}
@media (max-width: 768px) {
    .content-image-section__content p {
        font-size: 16px; /* Reduce font size for mobile screens */
        padding-left: 20px; /* Reduce left padding for mobile */
        margin: 0 0 0.5rem; /* Adjust bottom margin for mobile */
        margin-left: -40px;
    }
}

/* Apply responsive padding and margin to the relevant classes */

/* Collection group */
.container89 {
    padding-right: 200px;
    padding-left: 200px;
    margin-right: auto;
    margin-left: auto;
}

/* Responsive adjustments for collection group */
@media (max-width: 1199px) {
    .container89 {
        padding-right: 150px;
        padding-left: 150px;
    }
}

@media (max-width: 991px) {
    .container89 {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .container89 {
        padding-right: 20px;
        padding-left: 20px;
    }
}
/* Collection group */
.container90 {
    padding-right: 200px;
    padding-left: 200px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: white;
}
.container9089 {
    padding-right: 5px;
    padding-left: 15px;
   display: none;
    margin-left: 20px;
    background-color: white;
}
@media (max-width: 767px) {
    .container9089 {
      
        display: block;
    }
}
/* Responsive adjustments for collection group */
@media (max-width: 1199px) {
    .container90 {
        padding-right: 150px;
        padding-left: 150px;
    }
}

@media (max-width: 991px) {
    .container90 {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .container90 {
      		display: none;

        padding-left: 20px;
    }
}


.upgrade__title {
    margin-top: 40px; /* Adjust the value as needed */
    margin-bottom: 20px; /* Adjust the value as needed */
    padding-left: 15px; /* Adjust the value as needed */
    padding-right: 15px; /* Adjust the value as needed */
    font-size: 40px;
}

.upgrade__content p {
    margin-top: 30px; /* Adjust the value as needed */
    margin-bottom: 15px; /* Adjust the value as needed */
    padding-left: 10px; /* Adjust the value as needed */
    padding-right: 10px; /* Adjust the value as needed */
        font-size: 20px;

}

@media (max-width: 768px) {
    .upgrade__title {
        margin-bottom: -1px; /* Reduced margin for mobile */
        padding-left: 10px; /* Reduced padding for mobile */
        padding-right: 10px; /* Reduced padding for mobile */
        font-size: 24px; /* Smaller font size for mobile */
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media (max-width: 768px) {
    .upgrade__content p {
        margin-top: 15px; /* Reduced margin for mobile */
        margin-bottom: 10px; /* Reduced margin for mobile */
        padding-left: 5px; /* Reduced padding for mobile */
        padding-right: 5px; /* Reduced padding for mobile */
        font-size: 16px; /* Smaller font size for mobile */
    }
}
/* Image Container Styles */
.cd-image-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 400px; /* Adjust height as needed */
}

/* Image Styles */
.cd-image-container img {
    display: block;
    width: 100%;
    height: 100%; /* Ensure both images cover the container height */
    object-fit: cover; /* Ensure images cover the container without distortion */
}

/* Resizable Image Styles */
.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* Default width for the comparison effect */
    height: 100%; /* Ensure it covers the full height of the container */
    overflow: hidden;
}

/* Handle Styles */
.cd-handle {
    position: absolute;
    left: 50%; /* Center the handle horizontally */
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff; /* Handle background color */
    z-index: 2; /* Ensure the handle is above other elements */
    cursor: ew-resize; /* Changes the cursor to indicate resizing */
    transform: translateX(-50%); /* Center the handle horizontally */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center the arrows vertically */
    align-items: center;
    padding: 1px 0; /* Small padding to add some space at top and bottom */
}

.cd-handle svg.handle-arrow {
    fill: #000; /* Arrow color */
    width: 30px;
    height: 50px;
}

/* Visibility Modifier */
.is-visible {
    visibility: visible;
    opacity: 1;
}

.steps__title {
    font-size: 5.5rem; /* Adjust the font size as needed */
    font-weight: bold; /* Makes the title bold */
    margin-top: 100px; /* Adjusts the space above the title */
    margin-bottom: 1rem; /* Adjusts the space below the title */
    color: #333; /* Text color, adjust as needed */
    width: 100%; /* Ensures the title takes full width */
    max-width: 800px; /* Limits the maximum width */
    margin-left: auto; /* Center the title horizontally */
    margin-right: auto; /* Center the title horizontally */
    line-height: 1.2; /* Adjusts the line height */
}
.steps__content p {
	    margin-top: 110px; /* Adjusts the space above the title */
    font-size: 20px;

    font-weight: normal; /* Default font weight, change to 'bold' if needed */
    margin-bottom: 1rem; /* Adjusts the space below the paragraph */
    color: #333; /* Text color, adjust as needed */
    line-height: 1.6; /* Adjusts the line height for readability */
    width: 100%; /* Ensures the paragraph takes full width */
    max-width: 700px; /* Limits the maximum width */
    margin-left: auto; /* Center the paragraph horizontally */
    margin-right: auto; /* Center the paragraph horizontally */
}




/* Responsive Styles for Mobile Screens */
@media (max-width: 768px) {
    .steps__title {
        font-size: 30px; /* Smaller font size for mobile */
        margin-top: 60px; /* Adjusted margin for mobile */
        margin-bottom: 0.5rem; /* Adjusted margin for mobile */
    }

    .steps__content p {
        margin-top: 10px; /* Reduced margin for mobile */
        font-size: 16px; /* Smaller font size for mobile */
        line-height: 1.5; /* Adjusted line height for mobile */
    }

    /* Adjust image container height for mobile */
  
        .cd-image-container {
        height: 150px;
        margin-left: -30px;
        margin-right: -70px;
        /* width: 750px; */
        max-width: 120%;
    }
}




/* Single Step Styles */
.single-step {
    margin-top: 3rem; /* Space above each step */
    margin-bottom: 3rem; /* Space below each step */
}

.single-step__image-wrapper,
.single-step__content-wrapper {
    flex: 1;
}

.single-step__image-wrapper {
    display: flex;
    align-items: center; /* Center image vertically */
    justify-content: center; /* Center image horizontally */
    max-width: 100%; /* Ensure image wrapper does not exceed container width */
}

.single-step__image {
    width: 100%; /* Ensure the image takes full width of the wrapper */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Cover the image area */
}

/* Content Wrapper Styles */
.single-step__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    margin-top: 2rem; /* Space above content wrapper */
}
.single-step__content-wrappers {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    margin-top: -2rem; /* Space above content wrapper */
}
.steps__titles {
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 1rem;
    color: #333;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}
.single-step__titles {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
}
/* Title Styles */
.single-step__title {
    font-size: 30px; /* Adjust font size as needed */
    font-weight: bold;
    margin-bottom: 1rem; /* Space below the title */
    color: #333; /* Text color */
}

/* Paragraph Styles */
.chrectre {
    font-size: 2rem; /* Default font size for larger screens */
    line-height: 1.6; /* Default line height for readability */
    color: #666; /* Text color */
    margin-bottom: 1.5rem; /* Space below paragraph */
}

/* Responsive adjustments for mobile screens */
@media (max-width: 767px) {
    .chrectre {
        font-size: 1.5rem; /* Reduced font size for mobile */
        line-height: 1.4; /* Adjusted line height for better readability */
        margin-bottom: 1rem; /* Reduced space below paragraph */
    }
}

/* Button Styles */
.crunch-button {
    font-weight: bold;
    display: flex; /* Use flexbox to center text */
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    padding: 0.75rem 1.5rem; /* Padding inside the button */
    font-size: 1.5rem; /* Font size for the button text */
    text-decoration: none;
    border: 1px solid #333; /* Border color */
    border-radius: 4px;
    background-color: transparent; /* Transparent background for outline button */
    color: #333; /* Text color */
    width: 200px; /* Fixed width for the button */
    height: 50px; /* Fixed height for the button */
    transition: background-color 0.3s, color 0.3s;
    box-sizing: border-box; /* Ensure padding and border are included in the width and height */
    
}


.crunch-button__outline--black-color {
    border-color: #000; /* Black border color for outline button */
    color: #000; /* Black text color */
}

.crunch-button__outline--black-color:hover {
    background-color: #000; /* Black background on hover */
    color: #fff; /* White text color on hover */
}

/* Layout Styles */
.single-step .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* Align items vertically in the center */
    justify-content: space-between; /* Space between columns */
}

/* Desktop Screen Only */
@media (min-width: 769px) {
    .single-step .col-12 {
        flex: 1; /* Ensure columns take equal space */
    }

    .single-step .col-md-6 {
        flex: 1; /* Ensure columns take equal space */
    }
}



