/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4999
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body{
  font-family:'Outfit', sans-serif;
}

a{
  text-decoration:none;
}

.site-header{
  padding:24px 0;
  transition:0.4s ease;
}

.logo{
  font-size:42px;
  font-weight:800;
  color:#a8cf45 !important;
}
.dropdown-hover{
    position:relative;
}

/* dropdown */

.hover-dropdown{
    position:absolute;
    top:120%;
    left:0;
    min-width:240px;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(20px);
    border-radius:22px;
    padding:18px 0;
    list-style:none;
    margin:0;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:0.4s ease;
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
    z-index:999;
    border:1px solid rgba(255,255,255,0.4);
}

/* hover open */

.dropdown-hover:hover .hover-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* links */

.hover-dropdown li{
    width:100%;
}
.pharma-modal{
    border:none;
    border-radius:30px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 30px 80px rgba(0,0,0,0.18);
}

/* header */

.pharma-modal-header{
    background:
    linear-gradient(135deg,#23676d,#23676d);
    padding:22px 30px;
    border:none;
}

.pharma-modal-header .modal-title{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin:0;
}

/* body */

.pharma-modal-body{
    padding:35px;
}

/* close button */

.btn-close{
    opacity:1;
    filter:brightness(0) invert(1);
    box-shadow:none !important;
}

/* =========================
CONTACT FORM 7
========================= */

.pharma-modal .wpcf7-form p{
    margin-bottom:20px;
}

.pharma-modal input,
.pharma-modal textarea,
.pharma-modal select{
    width:100%;
    border:1px solid #dbe4ea;
    border-radius:16px;
    padding:14px 18px;
    outline:none;
    transition:0.3s ease;
    font-size:15px;
}

.pharma-modal input:focus,
.pharma-modal textarea:focus,
.pharma-modal select:focus{
    border-color:#23676d;
    box-shadow:0 0 0 4px rgba(0,182,122,0.12);
}

/* submit */

.pharma-modal input[type="submit"]{
    background:#23676d;
    color:#fff;
    border:none;
    font-weight:700;
    transition:0.4s ease;
    border-radius:60px;
    padding:15px 28px;
}

.pharma-modal input[type="submit"]:hover{
    background:#071c1f;
}

/* textarea */

.pharma-modal textarea{
    min-height:140px;
    resize:none;
}

/* responsive */

@media(max-width:576px){

    .pharma-modal-body{
        padding:25px;
    }

    .pharma-modal-header{
        padding:18px 22px;
    }

    .pharma-modal-header .modal-title{
        font-size:22px;
    }

}
.hover-dropdown li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:13px 24px;
    text-decoration:none;
    color:#111;
    font-size:15px;
    font-weight:500;
    transition:0.3s ease;
    position:relative;
}

/* hover effect */

.hover-dropdown li a:hover{
    background:linear-gradient(135deg,#9be7ff,#7ddcff);
    color:#000;
    padding-left:32px;
}

/* small dot animation */

.hover-dropdown li a::before{
    content:"";
    position:absolute;
    left:18px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#000;
    opacity:0;
    transition:0.3s ease;
}

.hover-dropdown li a:hover::before{
    opacity:1;
}

/* icon rotate */

.dropdown-hover:hover .nav-link i{
    transform:rotate(45deg);
}

.nav-link i{
    transition:0.3s ease;
}

/* mobile */

@media(max-width:991px){

    .hover-dropdown{
        position:static;
        opacity:1;
        visibility:visible;
        transform:none;
        display:none;
        margin-top:12px;
        box-shadow:none;
        background:#f8f9fa;
    }

    .dropdown-hover:hover .hover-dropdown{
        display:block;
    }

}
.hero-section{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    display:flex;
    align-items:center;
    background:#000;
}

/* =========================
VIDEO
========================= */

.hero-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

/* =========================
OVERLAY
========================= */

.hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    90deg,
    rgba(0,0,0,0.75) 20%,
    rgba(0,0,0,0.35) 60%,
    rgba(0,0,0,0.55) 100%);
    z-index:2;
}

/* =========================
CONTENT
========================= */

.z-2{
    position:relative;
    z-index:5;
}

/* glass card */

.glass-card{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(18px);
    padding:60px;
    border-radius:35px;
    box-shadow:0 25px 60px rgba(0,0,0,0.25);
}

/* title */

.hero-title{
    font-size:68px;
    font-weight:800;
    line-height:1.15;
    color:#fff;
    margin-bottom:25px;
}

.hero-title span{
    color:#9eff69;
}

/* text */

.hero-text{
    color:#d7dde2;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
    max-width:650px;
}

/* button */

.primary-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    background:#9eff69;
    color:#071c1f;
    padding:16px 28px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    transition:0.4s ease;
}

.primary-btn:hover{
    background:#fff;
    transform:translateY(-4px);
}

.primary-btn p{
    margin:0;
}

/* call box */

.call-box{
    display:flex;
    align-items:center;
    gap:15px;
    color:#fff;
}

.call-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    background:rgba(255,255,255,0.12);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#9eff69;
}

.call-box small{
    color:#cfd6db;
}

.call-box h4{
    margin:0;
    font-size:20px;
    font-weight:700;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .glass-card{
        padding:40px;
    }

    .hero-title{
        font-size:48px;
    }

}

@media(max-width:576px){

    .hero-title{
        font-size:34px;
    }

    .glass-card{
        padding:30px 25px;
    }

    .hero-text{
        font-size:16px;
    }

}
.nav-pill-menu{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.08);
  backdrop-filter:blur(10px);
  padding:12px 20px;
  border-radius:60px;
}

.nav-pill-menu .nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 10px;
}

.nav-pill-menu .nav-link i{
  font-size:12px;
  margin-left:5px;
}

.nav-pill-menu .nav-link.active {
    background: #76c5c8;
    color: #111;
    border-radius: 40px;
    padding: 14px 22px;
    font-weight: 700;
}

.header-btn {
    background: #fff;
    padding: 12px 12px 12px 28px;
    border-radius: 60px;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.header-btn span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #89c3c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Scroll White Header */

.site-header.scrolled{
  background:#fff;
  box-shadow:0 8px 30px rgba(0,0,0,0.12);
  padding:14px 0;
}

.site-header.scrolled .nav-pill-menu{
  background:#fff;
  border:1px solid #eee;
  box-shadow:0 8px 30px rgba(0,0,0,0.08);
}

.site-header.scrolled .nav-pill-menu .nav-link{
  color:#111;
}

.site-header.scrolled .header-btn{
  background:#f5f5f5;
}

/* Hero */

.hero-section {
    position: relative;
    min-height: 120vh;
    background: url('./images/2152008073.jpg') center/cover no-repeat;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 11%);
    z-index: 1;
}

.glass-card{
  max-width:760px;
  padding:70px 55px;
  border-radius:45px;
  background:rgba(255,255,255,0.12);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,0.08);
  position:relative;
  overflow:hidden;
  margin-top:90px;
}

.glass-card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #88c3c7;
}

.hero-title {
    font-size: 55px;
    line-height: 1.09;
    color: #000000;
    font-weight: 800;
    margin-bottom: 28px;
}

.hero-title span {
    color: #36969c;
    font-style: italic;
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 5px;
    background: #52949a;
}

.hero-text {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    max-width: 90%;
    margin-bottom: 45px;
}

.primary-btn{
  display:flex;
  align-items:center;
  background:#fff;
  border-radius:60px;
  overflow:hidden;
  color:#111;
}
.logo img{
    max-height:55px;
    width:auto;
    object-fit:contain;
}
.logo img{
    height:58px;
}
.primary-btn p {
    margin: 0;
    padding: 20px 38px;
    font-size: 20px;
    font-weight: 600;
}

.primary-btn span {
    width: 70px;
    height: 70px;
    background: #88c3c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 68px;
}

.call-box{
  display:flex;
  align-items:center;
  gap:18px;
  color:#fff;
}

.call-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #88c3c7;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.call-box small {
    font-size: 18px;
    color: #000;
}

.call-box h4 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #000;
}
.pageheader {
    margin-top: 10%;
    background: linear-gradient(135deg, #0b1f25 0%, #052d30 55%, #011416 100%);
}
.breadcrumb_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
span.breadcrumb_new a {
    color: rgb(255, 255, 255);
}
.slider-dots{
  position:absolute;
  right:35px;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  width:70px;
  background:rgba(255,255,255,0.08);
  border-radius:40px;
  padding:20px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}
p {
    font-size: 16px !important;
    line-height: 30px !important;
}
.bshades {
    font-size: 29px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 300;
    line-height: 48px;
    margin: 30px 0 60px 0;
    letter-spacing: 1.5px;
    background: linear-gradient(to right, #95c1c6, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.resecont {
    width: 100%;
    float: left;
    font-size: 21px;
    margin: 0 0 7px 0;
    background: #fcfcfc;
    padding: 0 15px;
}
.resecontp {
    text-align: left;
    font-size: 18px;
    letter-spacing: .5px;
    margin: 0 0 30px 0;
    padding: 0 15px;
}
.contactformdes {
    background: #ccc;
    padding: 5%;
    margin: 0 0 40px 0;
    border-radius: 30px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    margin: 0 0 15px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    margin: 0 0 20px 0;
}
section.innerpages {
    margin: 0 0 80px 0;
}
.slider-dots span{
  width:18px;
  height:18px;
  border-radius:50%;
  background:#7c7c7c;
}

.slider-dots span.active{
  background:#d5ff63;
}

/* Responsive */

@media(max-width:1199px){
  .nav-pill-menu{
    border-radius:25px;
    margin-top:15px;
  }

  .hero-title{
    font-size:58px;
  }

  .hero-text{
    font-size:22px;
  }

  .header-btn{
    display:none;
  }
}

@media(max-width:767px){
  section.innerpages {
    margin: 20px 0 !important;
}
.pageheader {
    background: rgb(229,255,247);
    background: linear-gradient(135deg, #0b1f25 0%, #052d30 55%, #011416 100%);
    margin-bottom: 30px;
    margin-top: 100px;
    padding: 12px;
}
section.pageheader h1 {
    display: unset !important;
    font-size: 30px;
}
span.breadcrumb_new {
    margin: 15px 0 0 0 !important;
}
.breadcrumb_new {
    display: unset !important;
    float: left !important;
    height: 45px !important;
}
#sequence {
    width: 100%;
    float: left;
    background: #99b46b;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: #000!important;
}
#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #000!important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
  .logo{
    font-size:32px;
  }

  .glass-card{
    padding:45px 28px;
  }

.hero-title {
    font-size: 35px !important;
}
section.pharma-category-section.py-5 .section-heading h2 {
    font-size: 35px !important;
}
.about-image-wrap {
    position: relative;
    padding: 0px !important;
}
section.how-section .section-title {
    font-size: 35px !important;
}
  .hero-text{
    font-size:18px;
    max-width:100%;
  }


  .primary-btn p{
    font-size:18px;
    padding:16px 24px;
  }

.primary-btn span {
    width: 149px;
    height: 60px;
    border-radius: 44px;
}

  .call-box h4{
    font-size:22px;
  }

  .slider-dots{
    display:none;
  }
}
.container {
    max-width: 95% !important;
}
.services-section-nine{
  background:#fff;
  font-family:'Outfit', sans-serif;
}

.title-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 25px;
    border-radius: 40px;
    background: #d7fbfe;
    border: 1px solid #4fa8b7;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}
section.services-section-nine {
    padding: 80px 0 20px 0;
}
.title-badge .dot{
  width:12px;
  height:12px;
  background:#d44722;
  border-radius:50%;
}

.section-title{
  font-size:52px;
  font-weight:800;
  color:#10162a;
}

.section-title span {
    color: #52949a;
    font-style: italic;
    text-decoration: underline;
    text-underline-offset: 6px;
}
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}
.services-content-nine{
  width:100%;
  overflow:hidden;
}

.services-item-nine{
  position:relative;
  height:500px;
  flex:1;
  border-radius:12px;
  overflow:hidden;
  cursor:pointer;
  transition:all 0.55s ease;
  background:#ddd;
}

.services-item-nine.active{
  flex:2.5;
}

.services-profile{
  position:absolute;
  inset:0;
  z-index:1;
}

.services-profile img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.services-item-nine::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg, rgba(0,0,0,0.7), rgba(255,255,255,0.25));
}

.vertical-title{
  position:absolute;
  left:34px;
  bottom:30px;
  z-index:4;
  color:#fff;
  font-size:34px;
  font-weight:800;
  white-space:nowrap;
  transform:rotate(-90deg);
  transform-origin:left bottom;
  transition:0.35s;
}

.services-info
{
  position:absolute;
  left:32px;
  bottom:32px;
  z-index:5;
  display:flex;
  align-items:center;
  gap:22px;
  max-width:620px;
  opacity:0;
  visibility:hidden;
  transform:translateY(25px);
  transition:0.4s ease;
}

.services-item-nine.active .services-info{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.services-item-nine.active .vertical-title{
  opacity:0;
  visibility:hidden;
}

.services-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background: #88c3c7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.services-info h3{
  color:#fff;
  font-size:30px;
  font-weight:800;
  margin-bottom:8px;
}

.services-info p{
  color:#fff;
  font-size:20px;
  line-height:1.5;
  margin:0;
}

/* Responsive */

@media(max-width:991px){
  .services-content-nine{
    flex-direction:column;
  }

  .services-item-nine,
  .services-item-nine.active{
    flex:auto;
    height:320px;
  }

  .vertical-title{
    transform:none;
    left:25px;
    bottom:25px;
    font-size:26px;
  }

  .services-info{
    left:25px;
    bottom:25px;
    right:25px;
  }

  .section-title{
    font-size:38px;
  }
}

@media(max-width:575px){
  .services-info{
    flex-direction:column;
    align-items:flex-start;
  }

  .services-info h3{
    font-size:24px;
  }

  .services-info p{
    font-size:16px;
  }
}
.about-corporate-section{
  background:linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #eef6ff 100%);
  font-family:'Outfit', sans-serif;
  overflow:hidden;
}

.about-image-wrap{
  position:relative;
  padding:25px;
}

.about-main-img{
  position:relative;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(16, 24, 40, 0.15);
}

.about-main-img img{
  width:100%;
  height:560px;
  object-fit:cover;
  display:block;
}

.about-main-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,45,88,0.08), rgba(0,45,88,0.35));
}

.experience-card {
    position: absolute;
    left: 0;
    bottom: 55px;
    background: #ffffff;
    border-radius: 22px;
    padding: 24px 28px;
    box-shadow: 0 20px 55px rgba(0,0,0,0.16);
    border-left: 6px solid #68a5a9;
}

.experience-card h3{
  font-size:50px;
  font-weight:800;
  color:#0b1b33;
  margin:0;
}

.experience-card p{
  font-size:17px;
  font-weight:600;
  color:#4b5563;
  margin:0;
}

.quality-card{
  position:absolute;
  right:0;
  top:80px;
  background:#0b1b33;
  color:#fff;
  border-radius:50px;
  padding:14px 22px;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:0 18px 40px rgba(0,0,0,0.18);
}

.quality-card i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #6d9198;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quality-card span{
  font-size:16px;
  font-weight:600;
}

.section-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 24px;
  border-radius:40px;
  background:#eaf4ff;
  color:#0b1b33;
  font-size:16px;
  font-weight:700;
  margin-bottom:20px;
}

.section-badge span{
  width:11px;
  height:11px;
  background:#1f8bff;
  border-radius:50%;
}

.about-content h2{
  font-size:52px;
  line-height:1.15;
  font-weight:800;
  color:#0b1b33;
  margin-bottom:22px;
}

.about-content h2 span{
  color:#1f8bff;
}

.lead-text{
  font-size:21px;
  line-height:1.7;
  color:#344054;
  font-weight:500;
}

.about-content p{
  font-size:17px;
  line-height:1.8;
  color:#667085;
}

.about-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin:32px 0;
}

.point-box{
  background:#fff;
  padding:22px;
  border-radius:22px;
  box-shadow:0 15px 45px rgba(16,24,40,0.08);
  border:1px solid #edf2f7;
  display:flex;
  gap:16px;
}

.point-box i {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #eaf4ff;
    color: #0f1b31;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.point-box h5{
  font-size:18px;
  font-weight:800;
  color:#0b1b33;
  margin-bottom:6px;
}

.point-box p{
  font-size:15px;
  margin:0;
  line-height:1.5;
}

.about-btn{
  display:inline-flex;
  align-items:center;
  gap:18px;
  background:#0b1b33;
  color:#fff;
  padding:12px 12px 12px 28px;
  border-radius:50px;
  font-size:18px;
  font-weight:700;
  transition:0.35s;
}

.about-btn span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #749097;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-btn:hover{
  color:#fff;
  transform:translateY(-4px);
}

/* Responsive */

@media(max-width:991px){
  .about-content h2{
    font-size:40px;
  }

  .about-main-img img{
    height:450px;
  }

  .about-points{
    grid-template-columns:1fr;
  }
}

@media(max-width:575px){
  .about-content h2{
    font-size:32px;
  }

  .lead-text{
    font-size:18px;
  }

  .about-main-img img{
    height:360px;
  }

  .experience-card,
  .quality-card{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    margin-top:18px;
  }
}
.about-content h2 span {
    color: #629299;
}
.pharma-category-section {
    position: relative;
    background: #002d30;
    overflow: hidden;
    font-family: 'Outfit', sans-serif;
}

.pharma-category-section::before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:#0f3d91;
  filter:blur(180px);
  opacity:0.25;
  top:-180px;
  left:-120px;
}

.pharma-category-section::after{
  content:"";
  position:absolute;
  width:400px;
  height:400px;
  background:#1f8bff;
  filter:blur(180px);
  opacity:0.18;
  right:-100px;
  bottom:-150px;
}

.section-heading{
  position:relative;
  z-index:2;
}

.category-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 24px;
  border-radius:40px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.1);
  color:#fff;
  font-size:15px;
  font-weight:700;
  margin-bottom:24px;
  backdrop-filter:blur(10px);
}

.category-badge span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#1f8bff;
}

.section-heading h2{
  color:#fff;
  font-size:54px;
  font-weight:800;
  margin-bottom:18px;
}

.section-heading h2 span {
    color: #88c3c7;
}

.section-heading p{
  color:#b6c2d2;
  font-size:19px;
  max-width:760px;
  margin:auto;
  line-height:1.8;
}

.category-card{
  position:relative;
  z-index:2;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:28px;
  padding:35px 30px;
  height:100%;
  overflow:hidden;
  transition:0.45s ease;
  backdrop-filter:blur(14px);
}

.category-card:hover {
    transform: translateY(-10px);
    border-color: #77c4ce;
}

.card-glow{
  position:absolute;
  width:180px;
  height:180px;
  background:#1f8bff;
  border-radius:50%;
  filter:blur(90px);
  opacity:0;
  right:-80px;
  bottom:-80px;
  transition:0.5s;
}

.category-card:hover .card-glow{
  opacity:0.28;
}

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 24px;
    background: linear-gradient(135deg, #88c3c7, #88c3c7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363435;
    font-size: 34px;
    margin-bottom: 28px;
    box-shadow: 0 15px 35px rgba(31,139,255,0.35);
}

.category-card h3{
  color:#fff;
  font-size:28px;
  font-weight:700;
  margin-bottom:14px;
}

.category-card p{
  color:#b8c4d6;
  font-size:16px;
  line-height:1.8;
  margin-bottom:28px;
}

.category-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.35s;
}

.category-card a:hover{
  gap:15px;
  color:#fff;
}

@media(max-width:991px){
  .section-heading h2{
    font-size:40px;
  }
}

@media(max-width:575px){
  .section-heading h2{
    font-size:32px;
  }

  .section-heading p{
    font-size:16px;
  }

  .category-card{
    padding:28px 24px;
  }

  .category-card h3{
    font-size:24px;
  }
}
.why-choose-section {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    font-family: 'Outfit', sans-serif;
}

.why-choose-section::before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:#0f3d91;
  border-radius:50%;
  filter:blur(180px);
  opacity:0.18;
  top:-180px;
  left:-150px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 40px;
    background: rgb(77 122 133);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 24px;
}

.section-badge span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
}

.why-choose-content h2 {
    color: #000000;
    font-size: 54px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 22px;
}

.why-choose-content h2 span {
    color: #408085;
}

.section-desc {
    color: #000000;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 38px;
}

.why-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-bottom:40px;
}

.why-box {
    position: relative;
    background: rgb(0 0 0 / 9%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 28px 24px;
    display: flex;
    gap: 18px;
    transition: 0.4s ease;
    overflow: hidden;
}

.why-box:hover{
  transform:translateY(-8px);
  border-color:#1f8bff;
}

.why-box::before{
  content:"";
  position:absolute;
  width:140px;
  height:140px;
  background:#1f8bff;
  border-radius:50%;
  filter:blur(80px);
  opacity:0;
  right:-60px;
  bottom:-60px;
  transition:0.4s;
}

.why-box:hover::before{
  opacity:0.22;
}

.why-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 18px;
    background: linear-gradient(135deg, #88c3c7, #111111);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 15px 35px rgba(31,139,255,0.35);
}

.why-box h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-box p {
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.why-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #88c3c7;
    color: #07111f;
    padding: 12px 12px 12px 28px;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 700;
    transition: 0.35s;
}

.why-btn span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #363238;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.why-btn:hover{
  transform:translateY(-5px);
  color:#07111f;
}

/* Image Side */

.why-image-wrapper{
  position:relative;
  padding:20px;
}

.main-image{
  border-radius:34px;
  overflow:hidden;
  position:relative;
  box-shadow:0 30px 80px rgba(0,0,0,0.35);
}

.main-image img{
  width:100%;
  height:650px;
  object-fit:cover;
}

.main-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.35));
}

.floating-card{
  position:absolute;
  background:#fff;
  border-radius:24px;
  padding:24px;
  box-shadow:0 20px 60px rgba(0,0,0,0.2);
}

.top-card{
  top:40px;
  left:-10px;
}

.top-card h3{
  font-size:48px;
  font-weight:800;
  color:#07111f;
  margin:0;
}

.top-card p{
  margin:0;
  color:#667085;
  font-weight:600;
}

.bottom-card{
  right:-10px;
  bottom:50px;
  display:flex;
  align-items:center;
  gap:18px;
}

.bottom-card i {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: #88c3c7;
    color: #010305;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.bottom-card h5{
  margin:0;
  font-size:20px;
  font-weight:700;
  color:#07111f;
}

.bottom-card span{
  color:#667085;
  font-size:14px;
}

/* Responsive */

@media(max-width:991px){

  .why-choose-content h2{
    font-size:40px;
  }

  .why-grid{
    grid-template-columns:1fr;
  }

  .main-image img{
    height:500px;
  }
}

@media(max-width:575px){

  .why-choose-content h2{
    font-size:32px;
  }

  .section-desc{
    font-size:16px;
  }

  .main-image img{
    height:380px;
  }

  .floating-card{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    margin-top:20px;
  }
}
.products-slider-section{
  position:relative;
  background:#ffffff;
  overflow:hidden;
  font-family:'Outfit', sans-serif;
}

.products-slider-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 20%, rgba(31,139,255,0.08), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(183,216,75,0.14), transparent 30%);
  pointer-events:none;
}

.shape{
  position:absolute;
  border-radius:50%;
  z-index:1;
  opacity:0.55;
  animation:floatShape 7s ease-in-out infinite;
}

.shape-one{
  width:90px;
  height:90px;
  background:#e8f3ff;
  top:90px;
  left:70px;
}

.shape-two{
  width:140px;
  height:140px;
  background:#f4ffe0;
  right:90px;
  top:160px;
  animation-delay:1.2s;
}

.shape-three{
  width:60px;
  height:60px;
  border:12px solid #e8f3ff;
  left:16%;
  bottom:80px;
  animation-delay:2s;
}

@keyframes floatShape{
  0%,100%{
    transform:translateY(0) rotate(0deg);
  }
  50%{
    transform:translateY(-25px) rotate(18deg);
  }
}

.section-heading{
  position:relative;
  z-index:3;
}

.product-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 24px;
  border-radius:40px;
  background:#eef7ff;
  border:1px solid #d7ecff;
  color:#0b1b33;
  font-size:15px;
  font-weight:800;
  margin-bottom:22px;
}

.product-badge span {
    width: 10px;
    height: 10px;
    background: #0f1b31;
    border-radius: 50%;
}

.section-heading h2{
  font-size:52px;
  font-weight:800;
  color:#0b1b33;
  margin-bottom:16px;
}

.section-heading h2 span {
    color: #619396;
    font-style: italic;
    text-decoration: underline;
    text-underline-offset: 7px;
}

.section-heading p{
  max-width:720px;
  margin:auto;
  color:#667085;
  font-size:18px;
  line-height:1.8;
}

.product-slider-wrapper{
  position:relative;
  z-index:3;
}

.products-slider{
  display:flex;
  gap:28px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:20px 5px 35px;
}

.products-slider::-webkit-scrollbar{
  display:none;
}

.product-card{
  min-width:330px;
  max-width:330px;
  background:#fff;
  border-radius:30px;
  border:1px solid #edf2f7;
  box-shadow:0 18px 55px rgba(16,24,40,0.08);
  overflow:hidden;
  transition:0.45s ease;
  position:relative;
}

.product-card:hover{
  transform:translateY(-12px);
  box-shadow:0 28px 70px rgba(16,24,40,0.16);
}

.product-image{
  height:260px;
  background:linear-gradient(135deg,#f5faff,#eef7ff);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  position:relative;
  overflow:hidden;
}

.product-image::before{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  border-radius:50%;
  background:#d8ecff;
  opacity:0.7;
  animation:pulseCircle 3s ease-in-out infinite;
}

@keyframes pulseCircle{
  0%,100%{
    transform:scale(1);
  }
  50%{
    transform:scale(1.15);
  }
}

.product-image img{
  max-width:100%;
  max-height:210px;
  object-fit:contain;
  position:relative;
  z-index:2;
  transition:0.45s ease;
}

.product-card:hover .product-image img{
  transform:scale(1.08) rotate(-2deg);
}

.product-content{
  padding:28px;
}

.product-content span {
    display: inline-block;
    color: #5c8e92;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product-content h3{
  font-size:25px;
  font-weight:800;
  color:#0b1b33;
  margin-bottom:12px;
}

.product-content p{
  font-size:16px;
  line-height:1.7;
  color:#667085;
  margin-bottom:22px;
}

.product-content a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:16px;
  font-weight:700;
  color:#0b1b33;
  transition:0.35s;
}

.product-content a:hover{
  color:#1f8bff;
  gap:15px;
}

.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:58px;
  height:58px;
  border-radius:50%;
  border:none;
  background:#0b1b33;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  transition:0.35s;
}

.slider-arrow:hover{
  background:#1f8bff;
}

.prev-btn{
  left:-25px;
}

.next-btn{
  right:-25px;
}

@media(max-width:991px){
  .section-heading h2{
    font-size:40px;
  }

  .slider-arrow{
    display:none;
  }
}

@media(max-width:575px){
  .section-heading h2{
    font-size:32px;
  }

  .products-slider{
    gap:18px;
  }

  .product-card{
    min-width:280px;
    max-width:280px;
  }
}
section.pharma-category-section.py-5 .section-heading h2 {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}
section.pharma-category-section.py-5 .section-heading p {
    max-width: 720px;
    margin: auto;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
}
.pharma-cta-section {
    background: linear-gradient(135deg, #0b1f25 0%, #052d30 55%, #011416 100%);
    font-family: 'Outfit', sans-serif;
}

.cta-wrapper {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(135deg, #0b1f25 0%, #052d30 55%, #011416 100%); */
    /* border-radius: 40px; */
    /* padding: 70px; */
    box-shadow: 0 30px 80px rgba(0,0,0,0.18);
}

.cta-wrapper::before{
  content:"";
  position:absolute;
  width:450px;
  height:450px;
  border-radius:50%;
  background:#1f8bff;
  filter:blur(160px);
  opacity:0.18;
  top:-180px;
  right:-100px;
}

.cta-shape{
  position:absolute;
  border-radius:50%;
  z-index:1;
  animation:floatMove 7s ease-in-out infinite;
}

.shape-one{
  width:120px;
  height:120px;
  background:rgba(255,255,255,0.06);
  top:50px;
  left:60px;
}

.shape-two{
  width:70px;
  height:70px;
  border:12px solid rgba(255,255,255,0.08);
  right:120px;
  bottom:60px;
  animation-delay:1s;
}

.shape-three{
  width:45px;
  height:45px;
  background:#1f8bff;
  opacity:0.35;
  top:40%;
  right:40%;
  animation-delay:2s;
}

@keyframes floatMove{
  0%,100%{
    transform:translateY(0px) rotate(0deg);
  }
  50%{
    transform:translateY(-20px) rotate(12deg);
  }
}

.cta-content{
  position:relative;
  z-index:2;
}

.cta-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 24px;
  border-radius:40px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.08);
  color:#fff;
  font-size:15px;
  font-weight:700;
  margin-bottom:24px;
  backdrop-filter:blur(10px);
}

.cta-badge span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #88c3c7;
}

.cta-content h2{
  color:#fff;
  font-size:54px;
  font-weight:800;
  line-height:1.2;
  margin-bottom:22px;
}

.cta-content h2 span {
    color: #88c3c7;
}

.cta-content p{
  color:#b6c2d2;
  font-size:18px;
  line-height:1.9;
  max-width:760px;
  margin-bottom:35px;
}

.info-box{
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
  padding:14px 20px;
  border-radius:18px;
  color:#fff;
  font-size:15px;
  font-weight:600;
  backdrop-filter:blur(12px);
}

.info-box i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #88c3c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-btns{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:18px;
  align-items:flex-end;
}

.primary-cta-btn{
  display:inline-flex;
  align-items:center;
  gap:18px;
  background:#fff;
  color:#07111f;
  padding:14px 14px 14px 30px;
  border-radius:60px;
  font-size:18px;
  font-weight:700;
  transition:0.35s;
}

.primary-cta-btn span {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #88c3c7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-cta-btn:hover{
  transform:translateY(-5px);
  color:#07111f;
}

.secondary-cta-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff;
  font-size:18px;
  font-weight:600;
  padding:16px 24px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(10px);
  transition:0.35s;
}

.secondary-cta-btn:hover{
  background:#1f8bff;
  color:#fff;
}

@media(max-width:991px){

  .cta-wrapper{
    padding:50px 35px;
  }

  .cta-content h2{
    font-size:40px;
  }

  .cta-btns{
    align-items:flex-start;
    margin-top:40px;
  }
}

@media(max-width:575px){

  .cta-wrapper{
    padding:40px 25px;
    border-radius:28px;
  }

  .cta-content h2{
    font-size:30px;
  }

  .cta-content p{
    font-size:16px;
  }

  .primary-cta-btn,
  .secondary-cta-btn{
    width:100%;
    justify-content:center;
  }

  .info-box{
    width:100%;
  }
}
.how-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
}

.section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #469da3;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title{
    font-size:48px;
    line-height:1.2;
    font-weight:700;
    color:#111;
    margin-bottom:50px;
}

.section-title span {
    color: #5da3a8;
}

/* =========================
STEP BOX
========================= */
.how-item{
    background:#fff;
    border-radius:20px;
    padding:30px;
    margin-bottom:25px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
}

.how-item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.how-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #88c3c7;
}

.step-badge {
    display: inline-block;
    background: #eaf2ff;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.how-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
    color:#111;
}

.how-desc{
    font-size:16px;
    line-height:1.7;
    color:#666;
    margin:0;
}

.how-icon {
    min-width: 90px;
    width: 90px;
    height: 90px;
    background: #88c3c7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 38px;
    position: relative;
}

.how-icon::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    border: 2px dashed #88c3c7;
    border-radius: 50%;
    animation: spin 12s linear infinite;
}

@keyframes spin{
    100%{
        transform:rotate(360deg);
    }
}

/* =========================
RIGHT IMAGE
========================= */
.how-image{
    position:relative;
    text-align:center;
}

.how-image img{
    width:100%;
    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.floating-box{
    position:absolute;
    background:#fff;
    padding:18px 22px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    font-weight:700;
    color:#111;
    animation:float 4s ease-in-out infinite;
}

.floating-box span {
    display: block;
    color: #101010;
    font-size: 26px;
    margin-bottom: 4px;
}

.box-1{
    top:20px;
    left:-10px;
}

.box-2{
    bottom:20px;
    right:-10px;
}

@keyframes float{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* =========================
RESPONSIVE
========================= */
@media(max-width:991px){

    .section-title{
        font-size:38px;
    }

    .how-image{
        margin-top:50px;
    }
}

@media(max-width:767px){

    .how-section{
        padding:70px 0;
    }

    .section-title{
        font-size:30px;
    }

    .how-item{
        flex-direction:column;
        text-align:center;
    }

    .how-icon{
        margin-top:10px;
    }

    .floating-box{
        display:none;
    }
    .footer-bottom-links {
    display: none !important;
}
}
.testimonial-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 120px;
    background: linear-gradient(135deg, #0b1f25 0%, #052d30 55%, #011416 100%);
}

/* glow effects */

.testimonial-section::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:rgba(0,255,170,0.08);
    border-radius:50%;
    filter:blur(120px);
    top:-250px;
    left:-200px;
}

.testimonial-section::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(0,140,255,0.08);
    border-radius:50%;
    filter:blur(120px);
    bottom:-250px;
    right:-200px;
}

/* =========================
HEADER
========================= */

.section-subtitle {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,0.08);
    color: #88c3c7;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 18px;
}
section.how-section .section-title {
    color: #000000 !important;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 70px;
}
.section-title{
    color:#fff;
    font-size:52px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:70px;
}

.section-title span {
    color: #389da3;
}

/* =========================
TESTIMONIAL WRAPPER
========================= */

.testimonial-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    flex-wrap: nowrap;
    transform: rotate(
357deg);
    transition: 0.4s ease;
}

/* =========================
CARD
========================= */

.testimonial-card{
    position:relative;
    width:320px;
    min-height:430px;
    padding:35px 28px;
    border-radius:24px;
    margin-left:-35px;
    background:#f3f3f3;
    box-shadow:0 25px 50px rgba(0,0,0,0.18);
    transition:0.4s ease;
    overflow:hidden;
    cursor:pointer;
}

/* different card colors */

.card-1{ background:#e9eeee; }
.card-2{ background:#dfe3f3; }
.card-3{ background:#ece6f7; }
.card-4{ background:#f4ece8; }
.card-5{ background:#f1e6ee; }
.card-6{ background:#f4f1ea; }

.testimonial-card:hover{
    transform:translateY(-25px) scale(1.02);
    z-index:99;
}

/* top image */

.author-img {
    position: absolute;
    top: 5px;
    right: 25px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #88c3c7;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.author-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* stars */

.stars{
    margin-top:35px;
    margin-bottom:25px;
}

.stars i{
    color:#ffcb2f;
    font-size:24px;
    margin-right:4px;
}

/* text */

.testimonial-text{
    color:#455065;
    font-size:19px;
    line-height:1.7;
    font-weight:600;
    margin-bottom:40px;
}

/* footer */

.author-info{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}

.author-name{
    font-size:20px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:4px;
}

.author-country{
    color:#5f6b82;
    font-size:18px;
}

.quote-icon{
    font-size:80px;
    color:rgba(0,0,0,0.08);
    line-height:1;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1400px){

    .testimonial-wrapper{
        overflow-x:auto;
        padding-bottom:20px;
        justify-content:flex-start;
    }

    .testimonial-wrapper::-webkit-scrollbar{
        height:6px;
    }

    .testimonial-wrapper::-webkit-scrollbar-thumb{
        background:#9eff69;
        border-radius:20px;
    }

    .testimonial-card{
        min-width:300px;
    }
}

@media(max-width:991px){

    .section-title{
        font-size:38px;
    }

    .testimonial-wrapper{
        transform:none;
    }
}

@media(max-width:576px){

    .testimonial-section{
        padding:70px 0;
    }

    .section-title{
        font-size:30px;
    }

    .testimonial-card{
        min-width:280px;
        padding:28px 22px;
    }

    .testimonial-text{
        font-size:17px;
    }
}
.faq-section-pharma {
    background: linear-gradient(135deg, #0b1f25 0%, #052d30 55%, #011416 100%);
    position: relative;
    overflow: hidden;
}

/* glow */

.faq-section-pharma::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(0,255,170,0.08);
    border-radius:50%;
    filter:blur(120px);
    top:-200px;
    left:-200px;
}

/* LEFT */

.faq-badge {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    color: #88c3c7;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
}

.faq-title{
    color:#fff;
    font-size:52px;
    font-weight:700;
    line-height:1.2;
}

.faq-title span {
    color: #88c3c7;
}

.faq-text{
    color:#c8d1d5;
    font-size:17px;
    line-height:1.9;
    margin-top:25px;
}

/* FAQ */

.faq-item{
    border:none;
    margin-bottom:22px;
    border-radius:22px !important;
    overflow:hidden;
    background:rgba(255,255,255,0.06);
    backdrop-filter:blur(12px);
}

.accordion-button{
    background:transparent !important;
    color:#fff !important;
    font-size:18px;
    font-weight:600;
    padding:24px 28px;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed) {
    color: #88c3c7 !important;
}

.accordion-button::after{
    filter:brightness(0) invert(1);
}

.accordion-body{
    color:#cfd8dc;
    font-size:16px;
    line-height:1.8;
    padding:0 28px 28px;
}

/* image */

.faq-image-box img{
    box-shadow:0 25px 50px rgba(0,0,0,0.25);
}

/* responsive */

@media(max-width:991px){

    .faq-title{
        font-size:38px;
    }

}

@media(max-width:576px){

    .faq-title{
        font-size:30px;
    }

    .accordion-button{
        font-size:16px;
        padding:20px;
    }

    .accordion-body{
        padding:0 20px 20px;
    }

}
blog-section-pharma{
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

/* =========================
HEADER
========================= */

.blog-badge {
    display: inline-block;
    background: #ecfff4;
    color: #2d7f85;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}

.blog-main-title{
    font-size:52px;
    font-weight:700;
    line-height:1.2;
    color:#0f172a;
}

.blog-main-title span {
    color: #4d969b;
}

/* =========================
BLOG CARD
========================= */

.blog-card-wrapper{
    background:#ffffff;
    border-radius:30px;
    overflow:hidden;
    border:1px solid #edf1f5;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    transition:0.4s ease;
}

.blog-card-wrapper:hover{
    transform:translateY(-8px);
}

.dark-card{
    background:#0b1f24;
}

.dark-card .blog-title,
.dark-card .blog-desc,
.dark-card .blog-meta span{
    color:#ffffff;
}

.dark-card .blog-btn {
    background: #88c3c7;
    color: #000000;
}

.blog-image{
    height:100%;
}

.blog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    min-height:350px;
}
section.blog-section-pharma.py-5 {
    background: #fff !important;
}
/* =========================
CONTENT
========================= */

.blog-content{
    padding:45px;
}

.blog-tag {
    display: inline-block;
    background: #ecfff4;
    color: #3f9298;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-decoration: none;
}

.blog-title{
    font-size:34px;
    line-height:1.35;
    font-weight:700;
    color:#0f172a;
    margin-bottom:22px;
}

.blog-meta{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    margin-bottom:22px;
}

.blog-meta span{
    color:#5b6475;
    font-size:15px;
    font-weight:500;
}

.blog-meta i {
    color: #49888c;
    margin-right: 8px;
}

.blog-desc{
    color:#64748b;
    font-size:16px;
    line-height:1.9;
    margin-bottom:30px;
}

.blog-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#0f172a;
    color:#fff;
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s ease;
}

.blog-btn:hover {
    background: #88c3c7;
    color: #fff;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .blog-main-title{
        font-size:38px;
    }

    .blog-title{
        font-size:28px;
    }

    .blog-content{
        padding:35px;
    }

}

@media(max-width:576px){

    .blog-main-title{
        font-size:30px;
    }

    .blog-title{
        font-size:24px;
    }

    .blog-content{
        padding:25px;
    }

    .blog-image img{
        min-height:250px;
    }

}
.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.pharma-footer {
    background: linear-gradient(135deg, #0b1f25 0%, #052d30 55%, #011416 100%);
    color: #fff;
    padding-top: 90px;
    position: relative;
}

/* glow */

.footer-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    z-index:0;
}

.footer-glow-1{
    width:350px;
    height:350px;
    background:rgba(0,255,170,0.12);
    top:-100px;
    left:-120px;
}

.footer-glow-2{
    width:350px;
    height:350px;
    background:rgba(0,140,255,0.12);
    bottom:-100px;
    right:-120px;
}

/* =========================
TOP AREA
========================= */

.footer-top{
    padding-bottom:60px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

/* logo */

.footer-logo{
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
}

.footer-logo span {
    color: #88c3c7;
}

.footer-about{
    color:#c8d1d5;
    line-height:1.9;
    font-size:16px;
    margin-bottom:30px;
}

/* social */

.footer-social{
    display:flex;
    gap:15px;
}

.footer-social a{
    width:48px;
    height:48px;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:0.3s ease;
}

.footer-social a:hover{
    background:#9eff69;
    color:#071c1f;
    transform:translateY(-5px);
}

/* newsletter */

.footer-newsletter{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    padding:40px;
    border-radius:30px;
    backdrop-filter:blur(12px);
}

.newsletter-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(158,255,105,0.15);
    color: #88c3c7;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.newsletter-content h3{
    font-size:34px;
    line-height:1.4;
    font-weight:700;
    margin-bottom:30px;
}
section.services-section-nine h2.section-title {
    color: #000;
}
/* form */

.newsletter-form{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.newsletter-form input{
    flex:1;
    min-width:250px;
    height:58px;
    border:none;
    outline:none;
    border-radius:60px;
    padding:0 25px;
    background:#fff;
}

.newsletter-form button {
    height: 58px;
    border: none;
    border-radius: 60px;
    padding: 0 30px;
    background: #88c3c7;
    color: #071c1f;
    font-weight: 700;
    transition: 0.3s ease;
}

.newsletter-form button:hover{
    background:#fff;
}

/* =========================
MIDDLE
========================= */

.footer-middle{
    padding:70px 0;
}

/* widget */

.widget-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:30px;
    color:#fff;
}

/* links */

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

.footer-links li{
    margin-bottom:15px;
}

.footer-links a{
    color:#c8d1d5;
    text-decoration:none;
    transition:0.3s ease;
}

.footer-links a:hover{
    color:#9eff69;
    padding-left:6px;
}

/* contact */

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

.footer-contact li{
    color:#c8d1d5;
    margin-bottom:18px;
    line-height:1.8;
    display:flex;
    gap:12px;
}

.footer-contact i {
    color: #71c2b3;
    margin-top: 5px;
}

/* highlight */

.highlight-box {
    background: linear-gradient(135deg, #88c3c7, #00c896);
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    color: #071c1f;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.highlight-box h3{
    font-size:72px;
    font-weight:800;
    margin-bottom:10px;
}

.highlight-box p{
    font-size:18px;
    font-weight:600;
    margin:0;
}

/* =========================
BOTTOM
========================= */

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    padding:25px 0;
}

.copyright-text{
    margin:0;
    color:#c8d1d5;
}

.footer-bottom-links{
    display:flex;
    justify-content:end;
    gap:25px;
    flex-wrap:wrap;
}

.footer-bottom-links a{
    color:#c8d1d5;
    text-decoration:none;
    transition:0.3s ease;
}

.footer-bottom-links a:hover{
    color:#9eff69;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .footer-logo{
        font-size:34px;
    }

    .newsletter-content h3{
        font-size:28px;
    }

    .footer-bottom-links{
        justify-content:flex-start;
    }

}

@media(max-width:576px){

    .pharma-footer{
        padding-top:70px;
    }

    .footer-newsletter{
        padding:25px;
    }

    .footer-logo{
        font-size:28px;
    }

    .newsletter-content h3{
        font-size:24px;
    }

    .highlight-box h3{
        font-size:52px;
    }

}
.division-image-slider{
    background:#ffffff;
    overflow:hidden;
    position:relative;
}

/* header */

.division-badge {
    display: inline-block;
    padding: 10px 24px;
    background: #ecfff4;
    color: #568e92;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}

.division-title{
    font-size:52px;
    font-weight:700;
    color:#0f172a;
}

.division-title span {
    color: #40999f;
}

/* =========================
SLIDER
========================= */

.division-slider-wrapper{
    overflow:hidden;
    position:relative;
    width:100%;
}

.division-slider-track{
    display:flex;
    gap:25px;
    width:max-content;
    animation:scrollDivision 30s linear infinite;
}

/* pause on hover */

.division-slider-track:hover{
    animation-play-state:paused;
}

/* image card */

.division-image-card {
    width: auto;
    height: auto;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 20px 50px rgb(226 229 229);
    transition: 0.5s ease;
}

/* image */

.division-image-card img {
    width: 100%;
}

/* hover */

.division-image-card:hover{
    transform:translateY(-15px);
}

.division-image-card:hover img{
    transform:scale(1.08);
}

/* gradient overlay */



/* slider animation */

@keyframes scrollDivision{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

/* responsive */

@media(max-width:991px){

    .division-title{
        font-size:38px;
    }

    .division-image-card{
        width:320px;
        height:430px;
    }

}

@media(max-width:576px){

    .division-title{
        font-size:30px;
    }

 .division-image-card {
    width: auto;
    height: auto;
    border-radius: 25px;
}

}


@media (min-width: 767px) and (max-width: 1367px) {
.hero-title {
    font-size: 45px !important;
  
}
}


    .section-gray {
      background: #f4f6f8;
    }

    .about-img {
      width: 100%;
      height: 280px;
      object-fit: cover;
    }

    .about-img-small {
      max-width: 420px;
      width: 100%;
    }

    .section-title {
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 18px;
      color: #222;
    }

    .title-line {
      width: 75px;
      height: 3px;
      background: #00a6c8;
      margin-bottom: 25px;
      position: relative;
    }

    .title-line::before {
      content: "";
      position: absolute;
      left: 35px;
      top: 0;
      width: 8px;
      height: 3px;
      background: #fff;
    }

    .about-text {
      font-size: 15px;
      line-height: 1.8;
      color: #333;
      margin-bottom: 12px;
    }

    .highlight {
      color: #008ca8;
      font-weight: 700;
    }

    @media (max-width: 991px) {
    .about-section {
    padding: 0px 0;
}

      .section-title {
        font-size: 26px;
      }

      .about-img {
        height: auto;
        margin-bottom: 30px;
      }

      .mobile-gap {
        margin-top: 30px;
      }
    }

 .logo {
    max-width: 250px;
    display: block;
}

.product-box {
    margin: auto;
    border: 1px solid #8de7ec;
}

    .product-title {
      text-align: center;
      color: #058c99;
      font-size: 28px;
      font-weight: 700;
      padding: 20px 0 25px;
      text-transform: uppercase;
    }

    .table {
      margin-bottom: 0;
      border-color: #8de7ec;
      vertical-align: middle;
    }

    .table th {
      background: #78d9df;
      color: #222;
      font-weight: 600;
      text-align: center;
      font-size: 14px;
      padding: 12px;
      border-color: #8de7ec;
    }

    .table td {
      text-align: center;
      vertical-align: middle;
      font-size: 15px;
      padding: 16px 10px;
      border-color: #8de7ec;
      line-height: 1.7;
    }

    .sr-col {
      width: 7%;
    }

    .name-col {
      width: 12%;
    }

    .composition-col {
      width: 62%;
    }

    .type-col {
      width: 8%;
    }

    .packing-col {
      width: 11%;
    }

    @media (max-width: 768px) {
      .logo {
        margin: 5px;
        max-width: 200px;
      }

      .product-title {
        font-size: 24px;
      }

      .table td,
      .table th {
        font-size: 13px;
        padding: 12px 8px;
      }
	  .site-header {
	padding: 10px 0 !important
	transition: 0.4s ease;
}
    }