/* Navbar Styling */
.navbar {
    padding: 15px 0;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Logo */
.navbar-brand {
    font-weight: 700;
    font-size: 22px;
    color: #333;
}

/* Nav Links */
.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    margin: 0 10px;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d6efd;
}

/* Dropdown */
.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.dropdown-item:hover {
    background: #f1f5ff;
}

/* CTA Button */
.nav-btn {
    background: #0d6efd;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    margin-left: 10px;
}

.nav-btn:hover {
    background: #084298;
    color: #fff;
}

/* Mobile Fix */
@media (max-width: 991px) {
    .nav-btn {
        margin-top: 10px;
    }
}

/* Background Section */
.brand-section {
    background: url('../images/official-printer-services.jpeg') no-repeat center center/cover;
    padding: 80px 0;
    position: relative;
}

.brand-section::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
}

.brand-content {
    position: relative;
    z-index: 2;
}

/* Heading */
.brand-title {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.brand-subtitle {
    color: #ddd;
    text-align: center;
    margin-bottom: 50px;
}

/* Cards */
.brand-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.brand-card:hover {
    transform: translateY(-8px);
}

/* Logo */
.brand-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

/* Button */
.brand-btn {
    background: #0d47a1;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}

.brand-btn:hover {
    background: #08306b;
}

/* Responsive */
@media (max-width: 768px) {
    .brand-card {
        margin-bottom: 20px;
    }
}



.hero-section {
    min-height: 90vh;
    background: linear-gradient(rgba(13,71,161,0.8), rgba(13,71,161,0.8)),
                url('../images/printer-office-work-girl-banner.jpeg') no-repeat center/cover;
    color: #fff;
    padding: 60px 0;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-title span {
    color: #ffcc00;
}

.hero-text {
    font-size: 16px;
    margin-bottom: 25px;
    color: #ddd;
}

/* Buttons */
.hero-btn {
    background: #ffcc00;
    color: #000;
    padding: 12px 25px;
    border-radius: 30px;
    margin-right: 10px;
}

.hero-btn:hover {
    background: #e6b800;
    color: #000;
}

.hero-btn-outline {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
}

.hero-btn-outline:hover {
    background: #fff;
    color: #000;
}

/* Image */
.hero-img {
    max-width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-section {
        text-align: center;
    }

    .hero-btn, .hero-btn-outline {
        display: block;
        margin: 10px auto;
    }
}

.printer-setup {
    width:100%;
    height:auto;
    padding-top:50px;
    padding-bottom:50px;
    
}
.printer-content { background-color:black;
              padding:25px;
              color:#fff;
}

.printer-guide {
    width:100%;
    height:auto;
    padding-top:50px;
    padding-bottom:50px;
    background-color:blue;
    
}

.section-bg {
    background: #f5f5f5;
    padding: 80px 0;
}

/* Heading */
.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #333;
}

.section-text {
    color: #666;
    margin: 20px 0 30px;
}

/* Accordion */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    background: #eaeaea;
    font-weight: 500;
    padding: 18px;
}

.accordion-button:not(.collapsed) {
    background: #dcdcdc;
    color: #000;
}

.accordion-body {
    background: #fff;
}

/* Image */
.section-img {
    width: 100%;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
        text-align: center;
    }

    .section-text {
        text-align: center;
    }
}

.footer-section {
    background: #0d1b2a;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-text {
    color: #ccc;
    font-size: 14px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #0d6efd;
    padding-left: 5px;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .footer-section {
        text-align: left;
    }
    

}




