/*
 Theme Name:   Beron Child
 Theme URI:    https://themes.hibootstrap.com/beron/
 Description:  Beron Child Theme
 Author:       HiBootstrap
 Author URI:   https://hibootstrap.com/
 Template:     beron
 Version:      1.2
 Text Domain:  beron-child
*/

/* Completely disable sticky navbar on single visa pages */
.single-visa .navbar.sticky,
.single-visa #navbar.sticky {
    display: none !important;
    position: static !important;
}

/* Ensure navbar doesn't interfere with scroll */
.single-visa #navbar {
    position: static !important;
    z-index: auto !important;
}

/* Fix scroll locking issue on single visa pages */
.single-visa .bgImageParallax {
    background-attachment: scroll !important;
}

/* Disable all parallax effects on single visa pages */
.single-visa .bgImageParallax {
    background-attachment: scroll !important;
    transform: none !important;
}

/* Ensure smooth scrolling works properly */
.single-visa {
    overflow-x: hidden;
    overflow-y: auto;
}

/* Fix any potential body scroll issues */
.single-visa body {
    overflow: visible !important;
    height: auto !important;
    position: relative !important;
}

/* Disable smooth scroll behavior that might cause conflicts */
.single-visa html {
    scroll-behavior: auto !important;
}

/* Fix any fixed positioning conflicts */
.single-visa * {
    background-attachment: scroll !important;
}

/* Blank canvas styling for front pages */
.blank-canvas-page {
    min-height: 100vh;
    width: 100%;
}

/* Remove any default page styling for blank canvas */
.blank-canvas-page .page-banner-area,
.blank-canvas-page .page-main-content {
    display: none !important;
}

.features-card .top .number{
    direction: ltr !important;
}

.testimonial-wrap-pagination{
    display: none !important;
}

#preloader{
    display: none !important;
}

.main-banner-wrap-area, .faq-wrap-area{
    background-color: #fffff0 !important;
}