/* General Styles */
body {
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #0d6efd;
}

/* Top Bar */
.top-bar {
    font-size: 0.9rem;
}

/* Navigation */
.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-height: 60px;
}

.nav-link {
    margin-right: 25px;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

/* Dropdown Menus for Products */
.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.dropdown-item {
    padding: 8px 20px;
    font-weight: 400;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0d6efd;
}

.dropdown-item.active {
    background-color: #e7f1ff;
    color: #0d6efd;
}

.dropdown-submenu {
    position: absolute;
    right: 100%;
    top: 0;
    display: none;
    margin-top: -1px;
    border-radius: 0 6px 6px 0;
}

.dropdown-item.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropdown-item.dropdown-toggle:hover + .dropdown-submenu,
.dropdown-submenu:hover {
    display: block;
}

/* Footer */
footer {
    background-color: #212529;
}

footer h5 {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

footer p {
    font-size: 0.9rem;
}

footer .list-unstyled li {
    margin-bottom: 8px;
}

/* Banner Section */
.banner-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 100px 0;
    position: relative;
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-content {
    position: relative;
    z-index: 1;
}

.banner-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

/* About Section */
.about-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Services Section */
.service-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #0d6efd;
    margin: 0 auto 20px;
}

/* Testimonials */
.testimonial-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    background-color: white;
    padding: 30px;
}

.testimonial-text {
    position: relative;
    padding: 0 20px;
}

.testimonial-text::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 20px;
    color: #0d6efd;
    opacity: 0.3;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.testimonial-name {
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-position {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Client Logos */
.client-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* Media Queries */
@media (max-width: 992px) {
    .banner-title {
        font-size: 2.5rem;
    }
    
    .banner-subtitle {
        font-size: 1.2rem;
    }
    
    .dropdown-submenu {
        position: static;
        display: block;
        margin-left: 20px;
        border: none;
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    .banner-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .navbar-brand img {
        max-height: 50px;
    }
}


 .scrollbar-button-wrapper {
  position: fixed;
  top: 55%;
  right: 15px;
  height: 160px;
  transform: translateY(-50%);
  z-index: 9999;
}

.scrollbar-button {
  background-color: #016bb6;
  color: white;
  padding: 10px 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.download-text {
  display: none;
  margin-right: 8px;
  font-size: 14px;
}

.scrollbar-button i {
  font-size: 20px;
}

/* Hover effect: expand left */
.scrollbar-button-wrapper:hover .scrollbar-button {
  width: 150px;
  border-radius: 6px;
  justify-content: flex-end;
  padding-right: 20px;
  transform: translateX(-10px); /* shift left while remaining attached on right */
}

.scrollbar-button-wrapper:hover .scrollbar-button .download-text {
  display: inline;
}
