#page-header {
    width: 100%;
    height: 900px; /* Adjust height as needed, viewport height relative */
    background-color: #c3c3c4; /* Default background */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    transition: background-image 0.7s ease-in-out; /* Smooth transition for background image */

}

#page-header h1 {
    font-size: 48px;
    margin: 0;
    padding: 20px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.8);
}

#page-header h3 {
    font-size:28px;
    margin: 0;
    padding: 20px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.8);
}

.arc-slider-container {
    position: relative;
    width: 100%;
    max-width: 100%; /* Max width of the slider area */
    height: 1000px; /* Adjust height to fit the new SVG and slides */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Align SVG to the bottom */
    overflow: hidden;
    bottom: 550px;
}
.pagebuilder-content{

}



/* New SVG Styling */
.user-provided-svg-arc {
    position: absolute;
    bottom: -50px; /* Adjust to position the arc visually, may need tweaking */
    left: 55%;
    transform: translateX(-50%);
    width: 100%; /* Make SVG responsive, constrained by max-width of parent */
    max-width: 100%; /* Control max size of SVG, adjust as needed */
    height: auto; /* Maintain aspect ratio */
    z-index: 10;
    pointer-events: none;
}

.slides-wrapper {
    position: absolute;
    top: -175px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slide-arc-item {
    position: absolute;
    width: 400px; /* Slightly smaller slides */
    height: 480px;
    background-color: #333;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    transform-origin: center center;
    transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.7s ease, z-index 0s linear 0.25s;
    cursor: pointer;
    z-index: 5;

}

.slide-arc-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide-arc-item.active {
    transform: scale(1.25);
    z-index: 10 !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7), 0 0 15px rgba(150,150,255,0.5);
}
.header-design-navbar{
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 16px 16px;
    backdrop-filter: blur(6.1px);
    -webkit-backdrop-filter: blur(6.1px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1350px) {
.container{
    max-width: 1325px;
}
}
/* Responsive adjustments */
@media (max-width: 1200px) {
    #page-header {
        height: 30vh;
    }
    #page-header h1 {
        font-size: 3em;
    }
    .arc-slider-container {
        height: 450px;
    }
    .user-provided-svg-arc {
        max-width: 1000px;
        bottom: -40px;
    }
    .slide-arc-item {
        width: 180px;
        height: 240px;
    }
}

@media (max-width: 900px) {
    #page-header {
        height: 28vh;
    }
    #page-header h1 {
        font-size: 2.5em;
    }
    .arc-slider-container {
        height: 400px;
    }
    .user-provided-svg-arc {
        max-width: 800px;
        bottom: -30px;
    }
    .slide-arc-item {
        width: 150px;
        height: 210px;
        border-radius: 15px;
    }
}

@media (max-width: 600px) {
    .support-bar-area{
        display: none;
    }

    .header-absolute{
        margin-bottom: -50px;

    }

    .header-navbar{
        padding: 10px 10px 5px;
    }
    .pagebuilder-content{
        margin-top: 0;
    }
    #page-header {
        height: 25vh;
        margin-bottom: 10px;
        visibility: hidden;
    }
    #page-header h1 {
        font-size: 2em;
    }
    .arc-slider-container {
        height: 300px;
        visibility: hidden;
    }
    .user-provided-svg-arc {
        max-width: 95%; /* Ensure it fits within smaller screens */
        bottom: -20px;
    }
    .slide-arc-item {
        width: 120px;
        height: 170px;
        border-radius: 12px;
    }
}

@media (max-width: 400px) {
    .support-bar-area{
        display: none;
    }

    .header-absolute{
        margin-bottom: -50px;

    }

    .header-navbar{
        padding: 10px 10px 5px;
    }

    #page-header {
        height: 22vh;
        visibility: hidden;
    }
    #page-header h1 {
        font-size: 1.6em;
    }
    .arc-slider-container {
        height: 250px;
        visibility: hidden;
    }
    .user-provided-svg-arc {
        bottom: -15px;
    }
    .slide-arc-item {
        width: 100px;
        height: 140px;
        border-radius: 10px;
    }
}

.scroll-text {
    text-align: center;
    font-size: 3rem;
    color: gray;
    transition: color 0.5s ease;
}

.scroll-text.scrolled {
    color: black;
}

.welcome-message{
    z-index: 100;
    max-width: 50%;

}

.widget_offer .offer-banner .sub-title {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: -0.4rem;
    display: block;
}

.title-area {
    margin-bottom: calc(60 - 11px);
    position: relative;
    z-index: 2;
}

.title-area .sec-title {
    line-height: 1.2;
    margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.24em;
}

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}
.title-area {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.heading-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: break-spaces;
    gap: 0px 12px;
}

.heading-title .sec-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.heading-title .sec-title .split-heading-title {
    -webkit-animation: heading-anim-fade-out 2s ease calc(0.05s * var(--char-index)), heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
    animation: heading-anim-fade-out 2s ease calc(0.05s * var(--char-index)), heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
}

.slideLeft{
    position: relative;
    left:-200px;
    transition: 2s;
}

.slideLeftIn{
    left: 0;
    transition: 2s;
}



.slideRight{
    position: relative;
    right:-200px;
    transition: 2s;
}

.slideRightIn{
    right: 0;
    transition: 2s;
}
.slideUp{
    position: relative;
    bottom:-200px;
    transition: 2s;
}

.slideUpIn{
    bottom: 0;
    transition: 2s;
}
.slideDown{
    position: relative;
    top:-200px;
    transition: 2s;
}

.slideDownIn{
    top: 0;
    transition: 2s;
}


.fadeIn{
    opacity: 0;
    transition: 2s;
}

.fadeInShow{
    opacity: 100;
    transition: 2s;
}


.grayscale {
    filter: grayscale(100%);
}