body {
    overflow-x: hidden;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #6c757d;
    text-align: left;
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.navbar-brand img {
    height: 90px;
    width: auto;
}

/* Hero image */

.hero-carousel img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

/* Caption style */
.custom-caption {
    background: rgba(0, 0, 0, 0.6); /* dark transparent */
    padding: 20px;
    border-radius: 10px;
}

.carousel-caption h2,
.carousel-caption p {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.hero-carousel .carousel-caption {
    bottom: 30%;
    text-align: left;
}

/* .hero-carousel h2 {
    color: rgba(56, 142, 199);
    font-size: 50px;
    font-weight: 700;
} */

/* .hero-carousel p {
    color: rgba(56, 142, 199);
    font-size: 20px;
} */

.section-title {
    letter-spacing: .3px;
}

.bg-soft {
    background: #f8f9fa;
}

.stat {
    font-size: 2.25rem;
    font-weight: 700;
}

.footer-link {
    display: block;
    padding: .25rem 0;
}

/* Custom CSS */
.portfolio-section {
    padding: 10px 0;
    background: #f4f6f8;
}

.portfolio-title {
    font-size: 46px;
    font-weight: 700;
    color: rgba(56, 142, 199);
}

.nav-portfolio .nav-link {
    color: #8b9096;
    font-weight: 500;
    margin: 10px;
    border-radius: 6px;
    padding: 12px 25px;
}

.nav-portfolio .nav-link:hover {
    background: #072e57;
    color: rgba(56, 142, 199);
}

.nav-portfolio .nav-link.active {
    background: #072e57;
    color: rgba(56, 142, 199);
}

.custom-navbar {
    background: #ffffff;
    padding: 15px 0;
    transition: all 0.4s ease;
    border-bottom: 1px solid #eee;
}

.custom-navbar.scrolled {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Logo */

.logo {
    height: 45px;
    transition: 0.3s;
}

.logo:hover {
    transform: scale(1.05);
}

/* Nav Links */

.navbar-nav .nav-link {
    font-weight: 500;
    margin: 0 12px;
    color: #333 !important;
    position: relative;
    transition: 0.3s;
}

/* Hover underline */

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #007bff;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .nav-link:hover {
    color: #007bff !important;
}

/* Store Button */

.store-btn {
    border-radius: 30px;
    padding: 6px 18px;
    font-weight: 500;
    transition: 0.3s;
}

.store-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.product-table td {
    /* padding: 20px; */
    border: 1px solid #ddd;
}

.product-table td:first-child {
    font-weight: 600;
    width: 40%;
}

/*footer style*/
.footer-link {
    display: block;
    color: #bfbfbf;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-link:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.social-links a {
    color: #bfbfbf;
    margin-right: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    color: #fff;
    transform: translateY(-3px);
}

/*end footer style*/
/*career style*/
.job-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: all 0.35s ease;
    height: 100%;
}

.job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-color: #007bff;
}

.job-card h5 {
    margin-bottom: 10px;
}

.job-card .btn {
    border-radius: 20px;
}

.career-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('images/career-bg.jpg') center/cover;
    padding: 120px 0;
}

/*career style*/
/*about style*/
/* .about-hero {
    height: 350px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("images/pharma-banner.jpg");
    background-size: cover;
    background-position: center;
} */

.value-box {
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: 0.3s;
}

.value-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-hero {
    height: 380px;
    background: linear-gradient(135deg, #072e57, #1e88e5);
    color: #fff;
}

.highlight-card {
    /* background: #fff; */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.value-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: 0.3s;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.value-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #007bff;
}

/*about style*/
/*product style*/