.header-upper.header_upper_nine .inner-container {
    background: #fff;
    padding: 0 51px;
    margin-top: -37px;
    margin-bottom: -37px;
    border-radius: 5px !important;
}

.header-upper.header_upper_nine .logo {
    position: absolute;
    left: 48%;
    top: 0;
    background: #ffffff;
    padding: 3px 26px;
    transform: translateX(-50%);
    border-radius: 5px !important;

}
.header-upper.header_upper_nine .main-menu .navigation>li {
    padding: 20px 0;
    margin-right: 29px;
}

.social-links {
    display: flex; /* Use flexbox for alignment */
}

.social-links ul {
    display: flex; /* Ensure the ul uses flexbox */
    list-style-type: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.social-links li {
    margin-right: 10px; /* Add space between icons */
}

.social-links li:last-child {
    margin-right: 0; /* No margin for the last icon */
}


@media (max-width: 768px) {
    .social-links {
        display: none; /* Hide social links on mobile view */
    }
}
.header_top_nine .header_icon_box i {
    font-size: 40px;
    position: relative;
    top: 8px;
    color: var(--theme-color) !important;
}




.txt-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem; /* Adjust size as needed */
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 20px;
}

.line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.letters-loading {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    animation-delay: calc(var(--delay) * 1.1s);
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.banner-section-nine .slider__pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.50);
    border-radius: 0px;
    cursor: pointer;
    margin: 0px 10px;
    transition: all 500ms ease;
}
.btn-1 {
    border-radius: 8px; /* Adjust the value as needed */
}






.social-links span {
    font-weight: bold; /* Makes the text bold */
    margin-right: 10px; /* Adds space between text and icons */
    color: white; /* Change the color as needed */
}















