html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #172C45;
    
}
.navbar-nav .nav-link {
    font-weight: 600;
    color: #000;
    font-size:15px;
}

    .navbar-nav .nav-link:hover {
        color: #198754;
    }
.ayurpra-slider .carousel-item img {
    height: 80vh;
    object-fit: cover;
    transform: scale(1);
    transition: transform 8s ease-in-out;
}


@keyframes slideInLeft {
    0%

{
    opacity: 0;
    transform: translateX(-50px);
}

100% {
    opacity: 1;
    transform: translateX(0);
}

}

.slide-in-left {
    animation: slideInLeft 3s ease forwards;
    left: 5%;
    bottom: 50%;
}

.carousel-caption {
    position: absolute;
    bottom: 40%;
    left: 5%;
    text-align: left;
   
}

    .carousel-caption h2 {
        font-size: 2.5rem;
    }

    .carousel-caption p {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #4175fc;
    }


.wentash-slider .carousel-item {
    position: relative;
}

    

    .wentash-slider .carousel-item img {
        position: relative;
        z-index: 0;
    }


.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 45px;
    height: 45px;
   display:none;
}

.card-over-slider {
    margin-top: -90px; 
    position: relative;
    z-index: 10;
}

.feature-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    height: 100%;
    transition: 0.3s;
}

    .feature-card.active {
        background: #8cb7d8;
        color: #fff;
    }

.feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.about-section {
    background: #fff;
}


.about-title {
    font-size: 40px;
    font-weight: 700;
}

.about-text {
    color: #6c757d;
    max-width: 520px;
}

.about-img-wrapper {
    position: relative;
}

.about-main-img {
    border-radius: 16px;
    width: 100%;
    height:100%;
    object-fit:cover;
    
}

.about-small-img {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 220px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/*.about-icon {
    background:#172C45;
    height:50px;
    width:50px;
    border-radius:50%;
    display:flex;
}*/
    .about-icon i {
        color: #172C45;
        font-size: 40px;
        text-align: center;
        line-height: 40px;
    }
@media (max-width: 768px) {
    .about-title {
        font-size: 30px;
    }

    .about-small-img {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
}

.academic-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    margin-bottom: 25px;
    border-radius: 14px;
    background: radial-gradient(circle at top, #2f80ed, #1c4fa1, #0f2a5f);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}


    .academic-item:hover {
        transform: translateY(-6px);
    }


    .academic-item h6 {
        margin: 0;
        font-weight: 600;
        color: #ffffff;
    }

    .academic-item small {
        color: #d6e6ff;
    }


.icon-box {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #BEF1E4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    
    margin: 0 auto;
}


    .icon-box i {
        font-size: 22px;
        color: #0f2a5f; 
    }


.center-image img {
    max-width: 100%;
    animation: waveLift 3.5s ease-in-out infinite;
}

.products-image img {
    height: 400px;
    animation: waveLift 3s ease-in-out infinite;
}

@keyframes waveLift {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(0.6deg);
    }

    50% {
        transform: translateY(-18px) rotate(0deg);
    }

    75% {
        transform: translateY(-10px) rotate(-0.6deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}


.gallery-item img {
    height: 30vh;
}

.product-item {
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e6edf5;
    transition: transform .2s ease;
}

    .product-item:hover {
        transform: translateY(-4px);
    }

.product-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #BEF1E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

    .product-icon i {
        font-size: 22px;
        color: #0f2a5f;
    }

.product-item h6 {
    margin: 0;
    font-weight: 600;
    color: #0f2a5f;
}

.pharma-footer {
    background: #0f2a5f;
    color: #dbe7ff;
    padding: 50px 0 20px;
    font-size: 14px;
}

.footer-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-title-sm {
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-text {
    color: #dbe7ff;
    line-height: 1.6;
}

.footer-contact-link {
    color: inherit; 
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-link:hover {
    color: #0d6efd; 
    text-decoration: underline;
}


.footer-text i {
    width: 20px;
    text-align: center;
}

    .footer-links a {
        color: #dbe7ff;
        text-decoration: none;
        transition: color .2s ease;
    }

        .footer-links a:hover {
            color: #d4af37;
        }

.footer-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 25px 0 15px;
}

.footer-bottom {
    font-size: 13px;
    color: #b6c7ee;
}

.purpose-text
{
    font-size:35px;
}

.rounded-circle
{
    height:60px;
}
.about-badge {
    background-color: #BEF1E4;
    padding:5px;
}

.btn-wentash {
    background: #172C45;
    padding:5px 10px;
    color:#fff;
    font-size:13px!important;
}
    .btn-wentash:hover {
        background: #172C45;
        padding: 5px;
        color: #fff;
    }

.navbar .dropdown-item:hover {
    color: #172C45!important;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.nav-item .dropdown-menu {
    background: #fff;
    border-radius: 0px;
    border-top: 3px solid #172C45
    ;
}

/* Initial hidden state */
.slide-left, .slide-right, .slide-up {
    opacity: 0;
    transform: translateX(0);
    transition: all 1s ease-out;
}

/* Start position */
.slide-left {
    transform: translateX(-100px);
}

.slide-right {
    transform: translateX(100px);
}

.slide-up {
    transform: translateY(50px);
}


.slide-left.active {
    transform: translateX(0);
    opacity: 1;
}

.slide-right.active {
    transform: translateX(0);
    opacity: 1;
}

.slide-up.active {
    transform: translateY(0);
    opacity: 1;
}

.glance-text
{
    font-size:18px;
}

.why-card {
    position: relative;
    border-radius: 30px!important;
    cursor: pointer;
}

    .why-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        
    }

    
    .why-card .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55); 
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px;
        opacity: 0;
        transition: opacity 0.4s ease;
    }



.breadcrumb-section {
    height: 250px;
    background-image: url('/assests/Images/img4.jpg') !important;
    background-size: cover;
    background-position: center;
    position: relative;
}

  
    .breadcrumb-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
    }

    .breadcrumb-section .container {
        position: relative;
        z-index: 2;
    }


@media (max-width: 767px) {
    .breadcrumb-section {
        height: 220px;
        text-align: center;
    }

        .breadcrumb-section .row {
            justify-content: center;
        }

        .breadcrumb-section .col-md-6 {
            width: 100%;
        }

        .breadcrumb-section h3 {
            font-size: 22px;
        }

    .breadcrumb {
        justify-content: center;
    }
}

    .why-card:hover .overlay {
        opacity: 1;
    }

    .product-text
    {
       font-size:20px;
       font-weight:500;
       
    }
    .products-text
    {
        font-size
        line-height:30px;
    }

    .product-img
    {
     max-width:500px!important;
    }
@media (max-width: 768px) {
    .product-img {
        max-width: 100% !important;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .products-text {
        line-height: 26px;
        text-align: center;
    }

    h3, h6 {
        text-align: center;
    }
}


@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.flask-anim {
    display: inline-block;
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 10px 15px rgba(13, 110, 253, 0.3));
}


.rd-illustration-wrapper {
    position: relative;
    display: inline-block;
}

.rd-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: rgba(13, 110, 253, 0.2);
    border-radius: 50%;
    z-index: -1;
    animation: pulse-ring 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(0.3);
        opacity: 0.8;
    }

    80%, 100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}


.rd-list-item {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInRight 0.5s forwards;
}

    .rd-list-item:nth-child(1) {
        animation-delay: 0.5s;
    }

    .rd-list-item:nth-child(2) {
        animation-delay: 0.7s;
    }

    .rd-list-item:nth-child(3) {
        animation-delay: 0.9s;
    }

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.rd-badge {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.flask-icon {
    font-size: 200px !important;
    color: #172C45;
}

.process-section {
    background-color: #f8f9fa; 
    padding: 80px 0;
}

.tracking-wider {
    letter-spacing: 2px;
}


.process-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}

    .process-card:hover {
        transform: translateY(-10px);
        box-shadow: #172C45;
    }


.icon-box {
    width: 70px;
    height: 70px;
    background: rgba(13, 110, 253, 0.1); 
    color: #0d6efd; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 12px;
    font-size: 24px;
    transition: background 0.3s ease;
}



.border-start {
    border-width: 3px !important;
    border-color: #0d6efd !important;
}
.bg-primary-soft {
    background-color: rgba(13, 110, 253, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.hover-lift {
    transition: transform 0.3s ease;
}

    .hover-lift:hover {
        transform: translateY(-10px);
    }



.value-num {
    font-family: serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0d6efd;
    border: 1px solid #dee2e6;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.value-item-simple {
    transition: all 0.3s ease;
    border-left: 2px solid transparent;
}

    .value-item-simple:hover {
        background-color: #f8f9fa;
        border-left: 2px solid #0d6efd;
        border-bottom-color: #172C45!important;
       
    }

        .value-item-simple:hover .value-num {
            background-color: #172C45;
            color: white;
            border-color: #172C45;

        }

.career-img {
    width: 100%!important;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
}
.contact-card
{
    background:#fff;
    border-radius:5px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    width: 50px;
    left:20px;
    height: 50px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 999;
    transition: all 0.3s ease;
}

.scroll-top {
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    right: 20px;
    background-color: #172C45;
    color: #fff!important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 999;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {

    .wentash-slider .carousel-item img {
        height: 300px;
        object-fit: cover;
    }

  
    .wentash-slider .carousel-caption h2 {
        font-size: 1.25rem;
    }

   
    .wentash-slider .carousel-caption p {
        font-size: 0.9rem;
    }


    .wentash-slider .carousel-caption .btn {
        font-size: 0.85rem;
        padding: 0.35rem 0.75rem;
    }


    .wentash-slider .carousel-caption {
        bottom: 15%;
        left: 5%;
        right: 5%;
    }

       
        .wentash-slider .carousel-caption br {
            display: none;
        }
}



.product-row {
    padding: 50px 0;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
    transition: background 0.3s ease;
}

.product-row:nth-child(even) {
    background-color: #f9fbfd;
}

.product-row:hover {
    background-color: #f4f8ff;
}

.pro-img {
    max-height: 300px;
    width: auto;
    border-radius: 12px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
}

.product-row:hover .pro-img {
    transform: translateY(-8px);
}

.fw-bold {
    color: #1a2a44;
    margin-bottom: 5px;
}



.description-text {
    line-height: 1.7;
    color: #505d6e;
    font-size: 1.05rem;
}

.footer-link.view-all {
    font-weight: 500;
    color: #fff;
}

    .footer-link.view-all:hover {
        color: #000;
    }










    


