.customizer-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #313131; /* Adjust the background color as needed */
    color: #fff;
    z-index: 1000; /* Ensure it stays on top of other elements */
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center child elements vertically */
    align-items: center;
}



.customizer-header-title {
    z-index: 1001;
    width: 100%;
    background-color: #353B45; /* Adjust the background color as needed */
    color: #fff;
    padding: 5px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: 40px;
    display: flex;
    justify-content: center; /* Center child elements vertically */
    align-items: center;
}








.title-content {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center;
    position: relative;
    width: 100%;
}

.title-content h2 {
    margin: 0;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 2px 5px #00000095;
}

#close-customizer-button, #back-tocustomizer-button {
    position: absolute;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    padding: 7px;
    border-radius: 100px;
}

#close-customizer-button {
    right: 0px; /* Ensure the button is always 0px from the right */
}

#back-tocustomizer-button {
    left: 0px; /* Ensure the button is always 0px from the left */
}

#close-customizer-button img, #back-tocustomizer-button img {
    width: 20px; /* Adjust the size of the icon */
    height: 20px;
}

@media (max-width: 767px) {
    .title-content h2 {
        font-size: 4vw; /* Adjust the font size for mobile devices */
    }
    #close-customizer-button img, #back-tocustomizer-button img {
        width: 16px; /* Adjust the size of the icon */
        height: 16px;
    }
}

/* Animation styles */
#close-customizer-button.animate, #back-tocustomizer-button.animate {
    transform: scale(1.3); /* Scaling effect */
    transition: transform 0.15s ease; /* Smooth transition for transform */
}








/* Base styles for customizer-header */
.customizer-header-menu {
    position: fixed; /* Fixed positioning */
    left: 0; /* Align to the left edge */
    right: 0; /* Align to the right edge */
    bottom: 0; /* Fixed to the bottom */
    top: auto; /* Override any top settings */
    width: 100%; /* Full width */
    z-index: 1000;
    flex-direction: column;
    border-radius: 10px 10px 0px 0px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    display: none; /* Ensure it's always part of the layout for the slide effect */
    visibility: hidden; /* Hidden by default */
    box-shadow:
        0px 0px 22px 5px rgba(0, 0, 0, 0.35), /* Outer shadow for elevation */
        inset 0px 0px 8px rgba(0, 0, 0, 0.2), /* Inner shadow for beveled edges */
        inset 0px 0px 4px rgba(0, 0, 0, 0.7); /* Lighter inner shadow for a more pronounced bevel effect */
  /* NEW: background image + overlay */
  background:
    linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.35)),
    url("images/customizer-header-menu-background.webp");
  background-size: cover;         /* fill area */
  background-position: center;    /* center crop */
  background-repeat: no-repeat;   /* no tiling */
  background-clip: padding-box;   /* respect rounded corners */
  background-origin: border-box;         
        
}

/* Styles for desktop and tablet */
@media (min-width: 768px) {
    .customizer-header-menu {
        position: relative; /* Relative positioning */
        bottom: auto; /* Remove bottom fixed positioning */
        transform: translateY(-100%); /* Prepare for slide down animation and center */
        width: 100%; /* Adjust width to fit within the screen */
        box-shadow: none; /* Remove box shadow */
        border-radius: 0px 0px 10px 10px;
    }
}


/* Default order for mobile */
.step-toogle {
    order: 2;
}

.step-title1 {
    order: 1;
    margin-top: -15px;
    height: 60px;
    display: flex;
    flex-direction: row; /* Stack children vertically */
    justify-content: space-between; /* Center child elements vertically */
    align-items: center;
    padding: 10px 0 0 0;
    
}

/* Media query for desktop and tablet */
@media (min-width: 768px) {

    .step-toogle {
        order: 1;
    }

    .step-title1 {
        order: 2;
        margin-top: 5px;
        height: 50px;
        padding: 0 0 10px 0;
    }
}














@media (max-width: 768px) {
    .prevStep {
       font-size: 35px!important;
    }

}


@media (min-width: 769px) and (max-width: 1024px) {
    .prevStep {
        font-size: 35px !important; /* Mid-size font for tablets */
    }

}


.prevStep {
    background-color: transparent !important;
    border-radius: 50px;
    color: #ffffff;
    border: none;
    padding: 8px 5px;
    cursor: pointer;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Ysabeau';
    transition: color 0.3s ease, transform 0.15s ease; 
    text-shadow: 0px 2px 10px #000000;
}

/* Hover effect */
@media (hover: hover) {
    .prevStep:hover {
        color: #6EC1E4!important;
        transform: scale(1.3); /* Make the button slightly larger */
    }
}



/* Animation styles */
.prevStep.animate {
    color: #6EC1E4 !important; /* Target color */
    transform: scale(1.3); /* Scaling effect */
    transition: color 0.15s ease, transform 0.15s ease; /* Smooth transition for color and transform */
}















.custom-tooltip-container {
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center the items horizontally */
    align-items: center; /* Align items vertically */
    text-align: center;
    width: fit-content; /* Container width exactly fits its content */
    height: fit-content; /* Container height exactly fits its content */
    margin: 0 auto; /* Center the container horizontally without vertical margin */
    padding: ; /* No padding inside the container */
    box-sizing: border-box; /* Include borders in the element's dimensions */
    margin-bottom: -10px;
}

.step-count {
    
    font-size: 24px; /* Consistent font size */
    font-weight: bold; /* Bold font for emphasis */
    color: white; /* White text for step count */
    z-index: 10;
    text-shadow: 0px 2px 5px #00000095;
}

.step-title {
    text-shadow: 0px 2px 5px #00000095;
}

.step-title-container {
    font-size: 24px; /* Consistent font size */
    font-weight: bold; /* Bold font for emphasis */
    color: white; /* White text for step count */
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
    padding-left: 15px;
    border-radius: 10px; /* Rounded corners for aesthetics */
    z-index: 1;
}


.step-subtitle{
    display: none;
    text-align: left;
    font-size: 16px;
    margin-top: -5px;
}
.custom-tooltip-container .step-title {
    color: #6EC1E4; /* Dark blue text for the title */
}

@media (max-width: 768px) {
    .step-title {
        font-size: 5vw;
    }
    
    .step-subtitle{
        font-size: 12px;
    }
    
    .step-count{
        font-size: 5vw !important;
    }
}



@media (min-width: 769px) and (max-width: 1024px) {
    .step-title {
        font-size: 19px  !important; /* Mid-size font for tablets */
    }
    
    .step-subtitle {
        font-size: 13px  !important; /* Mid-size font for tablets */
    }
    
    .step-count {
        font-size: 19px !important; /* Mid-size font for tablets, overriding previous styles */
    }
}





















@media (max-width: 768px) {
    #nextstep1 {
       font-size: 35px!important;
    }

}


@media (min-width: 769px) and (max-width: 1024px) {
    #nextstep1 {
        font-size: 35px !important; /* Mid-size font for tablets */
    }

}


#nextstep1 {
    background-color: transparent !important;
    border-radius: 50px;
    color: #ffffff;
    border: none;
    padding: 8px 5px;
    cursor: pointer;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Ysabeau';
    transition: color 0.3s ease, transform 0.15s ease; 
    text-shadow: 0px 2px 10px #000000;
}

/* Hover effect */
@media (hover: hover) {
    #nextstep1:hover {
        color: #6EC1E4!important;
        transform: scale(1.3); /* Make the button slightly larger */
    }
}



/* Animation styles */
#nextstep1.animate {
    color: #6EC1E4 !important; /* Target color */
    transform: scale(1.3); /* Scaling effect */
    transition: color 0.15s ease, transform 0.15s ease; /* Smooth transition for color and transform */
}


















.category-toggle-container {
    background-color: #00000057;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px ;
    padding: 0px;
    position: relative;
    width: 100%;
    box-shadow: inset 0 0 15px 3px rgba(0,0,0,0.9);

}


.category-toggle-container > ul:first-of-type {
    margin-bottom: 16px; /* Adjust this value as needed to increase space */
}





.category-toggle-indicator {
    background-color: #6EC1E4;
    border-radius: 7px;
    position: absolute;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
    top: 0px; /* Adjust based on the active category's position */
    height: 35px; /* Adjusted to match the category row height */
    transition: left 0.4s ease, width 0.4s ease, top 0.4s ease; /* Added top to the transition */
    /* width and left are dynamically calculated */
}

.category-toggle-menu {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Adjust to six items in a row */
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    height: 25px; /* Adjust height if necessary */
    outline: none; 
}


.category-toggle-menu li {
    text-align: center;
    position: relative;
    font-size: 14px;
    /* Removed padding-right and padding-left */
}

/* Adjust last item to not have right padding */
.category-toggle-menu li:last-child {
    padding-right: 0;
}

/* Line style */
.category-toggle-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0; /* Adjust if necessary to align the line correctly */
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0.5px; /* Line width of 1 pixel */
    height: 40%; /* Adjust the height as needed */
    background-color: #ffffff; /* Line color */
    z-index: 1;
}



.category-toggle-menu li a {
    color: #ffffff;
    display: block;
    padding: 10px 0;
}

.category-toggle-menu li.active a {
    font-weight: bold;
}











