.img-shadow {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  transition: 0.3s ease;
}

.img-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.title1::before {
  content: "➜";   /* arrow symbol */
  color: #ff7909; /* green color */
  font-weight: bold;
  margin-right: 8px;
}
.custom-color{
 color: #000;
}
.disc1{
 color: var(--color-body);
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card .content {
    flex-grow: 1;
}

.blog-card img {
    width: 100%;
    height: 220px; /* same height for all images */
    object-fit: cover;
    border-radius: 10px;
}

.blog-card h4 {
    min-height: 60px; /* same height for titles */
}

.shop-sidebar {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
}

.shop-sidebar .title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-list li {
    margin-bottom: 10px;
}

.category-list li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.category-list li a:hover {
    background: #0d6efd;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .shop-sidebar {
        margin-bottom: 20px;
    }
}

.sidebar-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.sidebar-box .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}

/* Category List */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 8px;
}

.category-list li a {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

/* Hover Effect */
.category-list li a:hover {
    background: #ff7809;
    color: #fff;
    transform: translateX(5px);
}
/* newwww */

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    display: block;
}

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
}

/* Button */
.view-btn {
    background: #ff6600;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
}

/* Hover Effect */
.product-img:hover .overlay {
    opacity: 1;
}

.product-features ul li,
.product-operations ul li {
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
}

.product-features h3,
.product-operations h3 {
    font-weight: 600;
}

.product-tab-area {
    background: #fff;
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.feature-item {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #666;
}

.feature-item strong {
    color: #222;
}

.highlight-box {
    margin-top: 20px;
    padding: 12px 15px;
    background: #f3f5f7;
    border-left: 4px solid #0d6efd;
    font-size: 14px;
    font-weight: 500;
}

.product-tab-area {
    background: #fff;
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.feature-item {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #666;
}

.feature-item strong {
    color: #222;
}

.highlight-box {
    margin-top: 20px;
    padding: 12px 15px;
    background: #f3f5f7;
    border-left: 4px solid #0d6efd;
    font-size: 14px;
    font-weight: 500;
}

.product-tab-area {
    background: #fff;
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.feature-item {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #666;
}

.feature-item strong {
    color: #222;
}

.highlight-box {
    margin-top: 20px;
    padding: 12px 15px;
    background: #f3f5f7;
    border-left: 4px solid #0d6efd;
    font-size: 14px;
    font-weight: 500;
}

.biosafety {
  background-image: url(../images/banner/biosafety-banner.webp) !important;
  height: 477px;
}

.bodpg {
  background-image: url(../images/appoinment/08.webp) !important;
  height: 477px;
}
.main-nav.active > a {
    color: var(--color-primary) !important;
    font-weight: 600;
    position: relative;
}

/* 
our services section */
.single-service-signle-wrapper {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 25px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    height: 100%;
}

/* Hover Effect */
.single-service-signle-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: #ff7909;
}

/* Icon Style */
.single-service-signle-wrapper .icons {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff7909, #ffb347);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: 0.3s;
}

.single-service-signle-wrapper .icons img {
    width: 35px;
    filter: brightness(0) invert(1);
}

/* Title */
.single-service-signle-wrapper .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

/* Description */
.single-service-signle-wrapper .disc1 {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Button */
.single-service-signle-wrapper .arrow-right {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: 0.3s;
}

.single-service-signle-wrapper .arrow-right i {
    transition: 0.3s;
}

.single-service-signle-wrapper:hover .arrow-right i {
    transform: translateX(5px);
}

/* Gradient overlay effect */
.single-service-signle-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(255,121,9,0.08));
    transition: 0.4s;
}

.single-service-signle-wrapper:hover::before {
    height: 100%;
}

/* Make all swiper slides same height */
/* .swiper-wrapper {
    align-items: stretch;
} */

/* Make each slide flexible */
/* .swiper-slide {
    height: auto;
    display: flex;
} */

/* Card full height le */
.single-service-signle-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Content grow kare */
.single-service-signle-wrapper .information {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Button always bottom pe rahe */
.single-service-signle-wrapper .arrow-right {
    margin-top: auto;
}
.bglight{
    background-color: #f9f9f9 !important;
}
.custompadding{
    padding-bottom: 129px;
}

/* hovereffect */

.slider-inner {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.slider-inner img {
    width: 100%;
    transition: transform 0.5s ease, filter 0.5s ease;
}

/* Hover Effect */
.slider-inner:hover img {
    transform: scale(1.1);   /* Zoom effect */
    filter: brightness(80%); /* Dark effect */
}

/* Optional Overlay Effect */
.slider-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: 0.4s;
}

.slider-inner:hover::after {
    background: rgba(0, 0, 0, 0.3);
}

/* About vision and mission */

.vm-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
}

.vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.vm-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 121, 9, 0.1);
    color: #ff7909;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 15px;
}

.vm-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.vm-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.mobile-menu nav ul li a {
    display: block;
    padding: 2px 0;
    border-bottom: 1px solid #f3f3f3;
}

/* rightfix-icon */

.social-fixed {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.social-fixed a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.social-fixed a:hover {
    transform: scale(1.1);
}

/* Colors */
.whatsapp { background: #25D366; }
.facebook { background: #1877F2; }
.call { background: #ff7909; }
.linkedin { background: #0A66C2; }


.button-area{
color: #f9f9f9;
}


.contact-info-area-wrapper-p {
    background: #ff7a00;
    padding: 30px;
    border-radius: 12px;
    color: #fff;
}

.single-contact-info {
    display: flex;
    align-items: center;   /* vertical alignment fix */
    margin-bottom: 25px;
}

.single-contact-info .icon {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #ff7a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0; /* icon size fix */
}

.single-contact-info .icon i {
    font-size: 18px;
}

.info-wrapper span {
    display: block;
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 3px;
}

.info-wrapper a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.info-wrapper span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase; /* professional look */
    opacity: 0.9;
}

.info-wrapper span {
    color: #ffe0b2; /* light yellowish tone – classy & visible */
}

.btn-primary{
color:#fff;
}