#hero p,
.footer-links {
    margin-bottom: 30px
}

:root {
    --primary-color: #4e8bb1;
    --secondary-color: #1e3a4e;
    --light-gray: #f8f9fa;
    --font-family: 'Poppins', sans-serif
}

body {
    font-family: var(--font-family);
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--secondary-color)
}

section {
    padding: 80px 0
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

.section-bg {
    background-color: var(--light-gray)
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .3s
}

.btn-primary:hover {
    background-color: #3d7ca1;
    border-color: #3d7ca1;
    transform: translateY(-2px)
}

.navbar {
    background-color: var(--secondary-color) !important;
    transition: .3s
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem
}

.nav-link {
    font-weight: 500;
    transition: color .3s
}

.nav-link.active,
.nav-link:hover {
    color: var(--primary-color) !important
}

#hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(30, 58, 78, .8), rgba(30, 58, 78, .6)) 0 0/cover, url('https://codepoze.com/assets/pages/images/bg.jpg') center center/cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

#hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff
}

#hero p {
    font-size: 1.2rem
}

.service-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
    padding: 30px;
    transition: .3s;
    height: 100%
}

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

.service-icon i {
    font-size: 3rem;
    color: var(--primary-color)
}

.service-card h4 {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 700
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s
}

.product-card:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.product-card img {
    max-height: 200px;
    object-fit: cover
}

.product-card .price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color)
}

.card-img-container {
    position: relative
}

.discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #e74c3c;
    color: #fff;
    padding: 4px 12px;
    font-size: .8rem;
    font-weight: 700;
    border-radius: 5px;
    z-index: 10
}

.original-price {
    font-size: .9rem;
    color: #6c757d;
    margin-right: 10px;
    text-decoration: line-through
}

.testimonial-item {
    padding: 40px;
    text-align: center
}

.testimonial-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px
}

.testimonial-item p {
    font-style: italic
}

.testimonial-item h5 {
    font-weight: 700;
    color: var(--secondary-color)
}

.testimonial-item span {
    color: #777
}

.carousel-indicators [data-bs-target] {
    background-color: var(--primary-color)
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1) grayscale(100) brightness(50%)
}

footer {
    background-color: var(--secondary-color);
    font-size: 14px;
    padding: 0;
    color: #fff
}

.footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #fff
}

.footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #a5c5d8
}

footer .social-links a {
    font-size: 1.2rem;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

footer .social-links a:hover {
    background: var(--primary-color);
    color: #fff
}

.footer-contact h4,
.footer-links h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px
}

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

.footer-links ul i {
    padding-right: 2px;
    color: var(--primary-color);
    font-size: 12px;
    line-height: 1
}

.footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer-links ul a {
    color: #a5c5d8;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none
}

.footer-links ul a:hover {
    color: #fff
}

.footer-contact p {
    line-height: 26px;
    color: #a5c5d8
}

footer .copyright {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.logo-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    color: #fff
}

#particles-js {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}
