body {
    font-family: Arial, sans-serif;
    margin: 0
}

/* Top Logo Bar */
.top-logo-bar {
    background-color: black;
    padding: 10px;
}

/* Navbar */
/* General styles for navigation */
nav {
    background-color: black;
}

span a {
    text-decoration: none
}

nav a {
    color: white!important;
    text-decoration: none;
    margin: 0 15px;
    transition: background-color 0.3s, color 0.3s;
    padding: 5px 10px;
    font-weight: bold!important
}

.btn-custom {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    color: #fff;
    background-color: #ef6527;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #d35400
}

/* Hover and active styles */
nav a:hover,
.active1 {
    background-color: #343a40;
    color: #ffc107;
}

.dropdown-menu a {
    text-align: left;
    margin: 0 !important
}

.dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
}
p {
    font-size: 18px
}

/* Footer */
footer {
    background-color: black;
    color: white;
    padding: 20px;
    text-align: center;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-section:nth-child(3) a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section:nth-child(3) a:hover {
    color: #ffc107;
}

.scrolling-text ul li {
    background: #2874e7;
    color: #f8f9fa;
    border: 1px solid #2874e7;
    font-weight: 900;
    font-size: 38px!important
}

.scroll-text {
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: #2874e7;
    color: #f8f9fa;
    border: 1px solid #2874e7;
    padding: 10px;
    width: 100%;
    box-sizing: border-box
}
.scroll-text p {
    position: absolute;
    width: 100%;
    margin: 0;
    font-weight: 900;
    font-size: 38px;
    animation: scroll-left 20s linear infinite
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .banner-text {
        font-size: 1.7em;
        font-weight: 600;
        line-height: 1.2
    }
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-text {
        font-size: 2.5em;
        font-weight: 600;
        line-height: 1.2
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-text {
        font-size: 1.8em;
        font-weight: 600;
        line-height: 1.2
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-text {
        font-size: 2em;
        font-weight: 600;
        line-height: 1.2
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .banner-text {
        font-size: 3em;
        font-weight: 600;
        line-height: 1.2
    }
}

/*.banner-text {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1.2
}*/

.h1-heading {
    font-weight: 600
}

.testimonials-section {
    background-color: #f7f7f7;
    padding: 20px 20px;
}

.testimonial {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.testimonial .author {
    font-weight: bold;
}

.testimonial .position {
    color: #777;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow-image {
    max-width: 100%;
    height: 150px;
    transition: opacity 0.8s ease;
    opacity: 1;
}

.image-container {
    position: relative;
    width: 367px;
    height: 63px;
    background-image: url('../images/Group552.png');
    background-size: cover;
    background-position: center;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #6c757d; /* Adjust the color to match your design */
}
