.header-nav .navbar-nav li a {
    padding: 10px 15px;
}

.logo-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-header img {
    height: auto;
    width: auto;
    max-width: 248px;
    display: block;
}

@media (max-width: 768px) {
    .logo-header img {
        max-width: 150px;
    }
}

.nav.navbar-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav.navbar-nav > li {
    margin-right: 20px;
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 10px 0;
    min-width: 200px;
    display: none;
    z-index: 100;
}

.sub-menu li a {
    padding: 8px 15px;
    white-space: nowrap;
}

.nav.navbar-nav > li:hover .sub-menu {
    display: block;
}

/* .footer-col-4 .widget_about {
    background-color: #ffffff !important;
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: center !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
} */

.footer-col-4 .widget_about img {
    max-width: 215px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 15px auto !important;
    border-radius: 8px !important;
    padding: 10px !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}



/* <!-- Optional CSS for Table (theme-safe) --> */

.table {
    width: 100%;
    border-collapse: collapse;
}
.table th, .table td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}
.table th {
    background-color: #f5f5f5;
    font-weight: 600;
    width: 35%;
}
.table td {
    background-color: #fff;
}
.table ul {
    margin: 0;
    padding-left: 20px;
}




/* Product Range Slider Cards */
.blog-carousel .owl-stage,
.blog-carousel .owl-item {
    display: flex !important;
    align-items: stretch !important;
}

.blog-carousel .item {
    display: flex;
    flex: 1 1 auto;
}

.blog-carousel .service-box.style3 {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
}

.blog-carousel .service-box.style3 .icon-bx-wraper {
    display: flex;
    flex-direction: column;
    justify-content: center;   /* center vertically */
    align-items: center;       /* center horizontally */
    text-align: center;        /* text bhi center ho */

    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
    min-height: 220px; 
    height: auto;      
}

.blog-carousel .service-box.style3 .icon-lg {
    margin-bottom: 15px; 
}

.blog-carousel .service-box.style3 .icon-content h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.blog-carousel .service-box.style3 .icon-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    
}

