/*
Theme Name: Hello Elementor Child
Description: hello-elementor Child Theme
Author: amit Chauhan
Template: hello-elementor
Version: 1.0.0
*/
html{
    font-size:62.5%;
}
.flex_caption.container {
    margin-top: 0px !important;
    background: transparent;

}

h1.title.captionDelay6.fromTop {
    background: transparent;
}
body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Manrope', sans-serif;
}
body {
    overflow-x: hidden;
}
.site-container, .main-content, .container {
    max-width: 100%;
    overflow-x: hidden;
}
img, .background-element {
    max-width: 100%;
    width: 100%;
}

.ti-widget {
	text-align: left;}

#banner-button .jeg-elementor-kit.jkit-dual-button{
    justify-content: center !important;
    padding: 10px;
}
.particle-test {
    z-index: 1;
    background: url(https://baremetal.co.za/v2-staging/wp-content/uploads/2024/11/particles-header.webp) 0 top repeat;
    animation-name: headerParticles;
    animation-timing-function: linear;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}

/* Define keyframes to animate background from left to right */
@keyframes headerParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 0; /* Adjust as needed for horizontal scroll distance */
    }
}

span.highlight {
    font-size: 5.2rem;
    line-height: 5.2rem;
}

.all-tabs-row {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.packages-list {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    gap: 15px;
}
.packages-list li {
  border: .1rem solid #e0e0e0;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    transition: all .2s ease;
    width: 23.9%;
}
.packages-list li p {
    font-weight: 700;
    margin: 0;
    padding: 20px 0px;
    font-size: 25px;
    text-align: center;
}
.package-card-arrow-list {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-top: 1px solid #ddd;
    padding: 11px 0px;
}
.package-card-bps {
    font-size: 15px;
    color: #626262;
}
.package-card-bps span img {
    width: 30px;
}
#main-footer-text strong {
    font-weight: 700;
}
#main-footer-text ul {
    padding-left: 1.5rem;
}
#main-footer-text ul+p {
    margin-top: 3rem;
}
#main-footer-text h5 {
    color: #1d4796;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
#main-footer-text p {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2rem;
    color: #707372;
}
#main-footer-text ul li {
    font-size: 1rem;
    line-height: 2rem;
    list-style-type: "-";
    margin-left: -1rem;
    padding-inline-start: 1rem;
    position: relative;
}
@media only screen and (max-width:520px){

.packages-list li {
    width: 100%;
}
}
@media screen and (max-width: 768px) {
    .tabs.slider .slick-arrow.slick-prev {
        left: 10px !important;
    }

    .tabs.slider .slick-arrow:after {
        color: #000; /* Add a valid color */
    }

    .tabs.slider .slick-list.draggable {
        max-width: 255px;
        margin: auto;
    }

    .tab-container .tabs.slider button.tab-button {
        margin: 0;
    }

	.tabs.slider .slick-arrow.slick-next {
    right: 15px !important;
    margin: auto;
    top: 0;
    bottom: 0;
}
	  .tf-tabnav ul {
        display: flex !important; /* Horizontal layout */
        flex-wrap: nowrap !important; /* Prevent wrapping */
        overflow-x: auto !important; /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch !important; /* Smooth scrolling */
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        max-width: 100%; /* Ensure it fits the viewport */
    }

    .tf-tabnav ul li {
        flex: 0 0 calc(33.33% - 10px) !important; /* Each tab takes 1/3rd of the width minus margin */
        margin-right: 0px !important; /* Add spacing between tabs */
        white-space: nowrap !important; /* Prevent text wrapping */
        text-align: center !important; /* Center-align text */
    }

    .tf-tabnav ul li:last-child {
        margin: 10px !important; /* Remove spacing for the last tab */
    }

    /* Optional: Add styles for the scrollbar */
    .tf-tabnav ul::-webkit-scrollbar {
        height: 2px;
        padding:10px;
        margin:20px;
    }

    .tf-tabnav ul::-webkit-scrollbar-thumb {
        background:#2EA3F2; /* Color of the scrollbar */
        border-radius: 2px;
    }

    .tf-tabnav ul::-webkit-scrollbar-thumb:hover {
        background: #ffffff; /* Hover color of the scrollbar */
    }
}
