/*
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.9
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.
*/
/**
 * Table of Contents:
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 4.1 - Site Header
 * 4.2 - Navigation
 * 5.0 - Content
 * 5.1 - Entry Header
 * 5.2 - Entry Meta
 * 5.3 - Entry Content
 * 5.4 - Galleries
 * 5.5 - Post Formats
 * 5.6 - Attachments
 * 5.7 - Post/Paging Navigation
 * 5.8 - Author Bio
 * 5.9 - Archives
 * 5.10 - Search Results/No posts
 * 5.11 - 404
 * 5.12 - Comments
 * 5.13 - Multisite
 * 6.0 - Sidebar
 * 6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 /*Essential*/
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li body{
     font-family: "Funnel Sans", sans-serif !important;
}
section#banner span {
    font-size: 40px !important;
    font-weight: 700 !important;
}
:root {
	--primary-green: #88BF47;
	--dark-blue: #162231;
	--medium-blue: #2A3F52;
	--light-blue: #3E5368;
	--accent-green: #5EA002;
	--text-gray: #4b5563;
	--white: #ffffff;
	--black: #000000;
	--bg-purple: #8a2be2;
	--bg-pink: #ff69b4;
	--bg-indigo: #4b0082;
	--bg-teal: #008080;
	--bg-orange: #ffa500;
	--bg-cyan: #00ffff;
	--bg-rose: #ff007f;
	--bg-emerald: #50c878;
	--bg-lime: #32cd32;
	--bg-amber: #ffbf00;
	--bg-violet: #ee82ee;
	--bg-fuchsia: #ff00ff;
	--bg-sky: #87ceeb;
	--bg-red: #ff0000;
	--bg-blue: #0000ff;
	--bg-green: #008000;
	--bg-yellow: #ffff00;
	--bg-dark-purple: #800080;
	--bg-light-pink: #ffc0cb;
	--b2b-green-light: #F0FDF4;
	--b2b-green-medium: #DCFCE7;
	--b2b-green-dark: #22C55E;
	--b2b-green-darker: #16A34A;
	--b2b-blue-light: #EFF6FF;
	--b2b-blue-medium: #DBEAFE;
	--b2b-blue-dark: #3B82F6;
	--b2b-blue-darker: #2563EB;
	--b2b-purple-light: #F5F3FF;
	--b2b-purple-medium: #EDE9FE;
	--b2b-purple-dark: #8B5CF6;
	--b2b-purple-darker: #7C3AED;
	--b2b-yellow-light: #FFFBEB;
	--b2b-yellow-medium: #FEF3C7;
	--b2b-yellow-dark: #F59E0B;
	--b2b-yellow-darker: #EA580C;
	--b2b-gray-light: #F9FAFB;
	--b2b-gray-medium: #E5E7EB;
	--b2b-gray-dark: #6B7280;
	--b2b-gray-darker: #374151;
	--b2b-gray-deep: #1F2937;
}
p {
    line-height: 30px;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 31px 0 0px 0 !important;
}
.card-body.text-center a {
    color: #fff;
}
.card-body.text-center h3 {
    font-size: 24px;
}
a.btn.btn-outline-primary.btn-sm.px-4 {
    border-color: #fff !important;
    margin: 0 10px 0 0px;
}
.btn-outline-primary:hover {
    color: #000000 !important;
    background-color: #ffffff;
    border-color: #fff !important;
}
a.btn.btn-primary.btn-sm.px-4 {
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
    border: 1px solid;
}
a.btn.btn-primary.btn-sm.px-4:hover {
    background: #1a2225;
}
.container {
    max-width: 90%;
    margin: auto;
}
.card-body.text-center h3 {
    font-size: 22px;
}
section#topbar {
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
    padding: 10px 0;
    color: #fff;
}
.social-icons a {
    color: #fff;
    margin: 0 5px 0 5px;
}
ul.list-unstyled li {
    list-style: disc;
    line-height: 30px;
}
.list-unstyled {
    padding: 0px 0 0 20px;
    list-style: none;
}
section#main-formieng {
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
    padding: 60px 0;
    margin: 60px 0 0 0;
}
span.breadcrumb_new a {
    color: #7dd500 !important;
    text-decoration: none;
}
span.breadcrumb_new a:hover {
    color: #fff !important;
    text-decoration: none;
}
.social-icons {
    float: right;
}
div#mega-menu-wrap-primary {
    margin: 10px 0 0 0;
}
.contact-btn a {
    background: linear-gradient(135deg, #2f3e4f 0%, #94be59 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    float: right;
    margin: 5px 0 0 0;
}
section#menu {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
}
.overlay {
    background: linear-gradient(to right, rgb(36 45 54 / 83%) 35%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main-card {
  position: relative;
  overflow: hidden;
}
.main-card video.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.typewriter-text,
.contact-btn {
  position: relative;
  z-index: 3;
}
.sidebar-main {
    background: linear-gradient(135deg, #2f3e4f 0%, #151f21 100%);
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 500px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 73%) !important;
}
    .sidebar-main h5 {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .sidebar-main ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }
  .sidebar-main ul li {
    padding: 8px 0;
    border-bottom: 1px solid #ffffff;
}
    .sidebar-main ul li a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
    .sidebar-main ul li a:hover {
      color: #fff;
    }
.main-card {
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 68%);
    text-align: center;
}
    .map-india {
      max-width: 250px;
      margin: auto;
    }
    .typewriter-text {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  white-space: pre-line; 
  padding-right: 5px;

}
.col-12.col-md-3.col-lg-3.deslanker {
    margin: 0px 0 40px 0;
}
.feature-box {
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: left;
}
button.carousel-control-prev {
    display: none;
}
section#tag-main {
    margin: 20px 0 0px 0;
}
button.carousel-control-next {
    display: none !important;
}
section#tag-main h1 {
    font-size: 30px;
    font-weight: 600;
    color: #323d4d;
}
span.typewriter-text {
    position: absolute;
    top: 90px;
    left: 5%;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #ffffff !important;
    text-shadow: 3px 2px #262627;
    width: 51%;
}
.navbar-scrolled {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
    padding: 0;
    position: fixed !important;
    top: 0px !important;
    z-index: 11111;
    width: 100%;
}
div#extra-effect {
    position: absolute;
    top: 310px;
    left: 22%;
}
    .feature-box i {
      font-size: 24px;
      margin-right: 10px;
    }
    .form-box {
      background: #f1f2f3;
      padding: 30px;
      border-radius: 12px;
    }
 .form-box span {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
}
   .btn-submit {
    background: #363d4b;
    color: #fff;
    font-weight: 600;
}
    .btn-submit:hover {
      background: #163a7a;
      color: #fff;
    }
section.categories h3.fw-bold.mb-1 {
    font-size: 18px;
}

.b2b-process-section {
    padding-bottom: 5rem;
    background-color: var(--white);
}

.b2b-process-section .section-header {
	margin-bottom: 4rem;
}

.b2b-process-section .heading-animate {
	font-size: 30px;
	font-weight: 700;
	color: var(--b2b-gray-deep);
}

.b2b-process-section .lead {
	font-size: 15px;
	color: var(--b2b-gray-dark);
}

.b2b-process-section .text-muted-small {
	font-size: 15px;
	color: var(--b2b-gray-dark);
}

.b2b-process-section .progress-bar-container {
	margin-top: 2rem;
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
}

.b2b-process-section .progress-bar-bg {
	background-color: var(--b2b-gray-medium);
	border-radius: 9999px;
	height: 0.5rem;
}

.b2b-process-section .progress-bar {
	background-image: linear-gradient(to right, var(--b2b-green-dark), var(--b2b-blue-dark));
	height: 0.5rem;
	border-radius: 9999px;
	width: 0%;
	transition: width 0.7s ease-in-out;
}

.b2b-process-section .step-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 2rem;
}

.b2b-process-section .step-nav-btn {
	padding: 0.5rem 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-radius: 0.5rem;
	font-weight: 600;
	transition: all 0.2s ease;
	font-size: 0.875rem;
	background-color: var(--b2b-gray-light);
	color: var(--b2b-gray-dark);
	border: 1px solid var(--b2b-gray-medium);
}

.b2b-process-section .step-nav-btn.active {
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
    color: var(--white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.b2b-process-section .step-nav-btn:hover:not(.active) {
  background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
	color: var(--white);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.b2b-process-section .single-step-container {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.b2b-process-section .relative-min-height {
	position: relative;
	min-height: 930px;
	min-height: 600px;
	overflow: hidden;
	border-radius: 1rem;
}

.b2b-process-section .step-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: all 0.7s ease;
	border-radius: 1rem;
}

.b2b-process-section .step-slide.active {
	opacity: 1;
	z-index: 2;
}

.b2b-process-section .bg-green-gradient {
	    background-image: linear-gradient(to bottom right, #273e56, #202930);
}

.b2b-process-section .bg-blue-gradient {
	    background-image: linear-gradient(to bottom right, #273e56, #202930);
}

.b2b-process-section .bg-purple-gradient {
    background-image: linear-gradient(to bottom right, #273e56, #202930);
}
.b2b-process-section .bg-yellow-gradient {
    background-image: linear-gradient(to bottom right, #273e56, #202930);
}
.b2b-process-section .h-full-flex {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.b2b-process-section .grid-cols-2-gap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
	width: 100%;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}



.b2b-process-section .step-image-container {
	position: relative;
}

.b2b-process-section .bg-white-rounded-shadow {
	background-color: var(--white);
	border-radius: 1rem;
	padding: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.b2b-process-section svg {
	width: 100%;
	height: 15rem;
	height: 20rem;
}

h3.fw-bold.mb-3 {
    color: #fff;
}
.form-box h4 {
    color: #fff;
}
section.contact-section h3 {
    color: #fff;
}
section.contact-section h2 {
    color: #fff;
}
section.expertise-section h5 {
    color: #fff;
}
section.about-section h2 {
    color: #fff;
}
section.py-3.pharma-franchise-archive-page p {
    margin: 0 0 15px 0 !important;
}
.b2b-process-section .absolute-badge {
	position: absolute;
	top: -1rem;
	right: -1rem;
	background-color: var(--b2b-green-dark);
	color: var(--white);
	border-radius: 9999px;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.b2b-process-section .step-slide[data-step="1"] .absolute-badge {
	background-color: var(--b2b-blue-dark);
}

.b2b-process-section .step-slide[data-step="2"] .absolute-badge {
	background-color: var(--b2b-purple-dark);
}

.b2b-process-section .step-slide[data-step="3"] .absolute-badge {
	background-color: var(--b2b-yellow-dark);
}


.b2b-process-section .space-y-6>*:not(:last-child) {
	margin-bottom: 1.5rem;
}

.b2b-process-section .step-content h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff !important;
}

.b2b-process-section .step-content p {
    font-size: 15px;
    color: #ffffff !important;
    line-height: 1.625;
}

.b2b-process-section .grid-cols-2-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}



.b2b-process-section .inner-card {
	background-color: var(--white);
	border-radius: 0.75rem;
	padding: 1.5rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.b2b-process-section .inner-card .flex-items-center {
	display: flex;
	align-items: center;
	margin-bottom: 0.75rem;
}

.b2b-process-section .inner-card i {
	margin-right: 0.75rem;
}

.b2b-process-section .inner-card span {
	font-weight: 600;
	color: var(--b2b-gray-darker);
}

.b2b-process-section .inner-card p {
    color: var(--b2b-gray-dark) !important;
    font-size: 15px;
}
.b2b-process-section .btn-main {
    padding: 1rem 2rem;
    background-image: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
    color: var(--white);
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-block;
    text-decoration: none;
    border: none;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 61%) !important;
}
.b2b-process-section .step-slide[data-step="1"] .btn-main {
    background-image: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
}
.b2b-process-section .btn-main:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	transform: translateY(-2px);
}

.b2b-process-section .step-slide[data-step="1"] .btn-main {
  background-image: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
}

.b2b-process-section .step-slide[data-step="2"] .btn-main {
    background-image: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
}

.b2b-process-section .step-slide[data-step="3"] .btn-main {
    background-image: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
}

.card.border-0.shadow-sm.rounded-4.overflow-hidden {
    margin: 35px 0 0 0;
}
span.px-3.py-1.bg-primary.text-white.rounded-pill.small {
    background: #94bd59 !important;
}
section.categories {
    margin: 70px 0 70px 0;
}


.about-section {
    background: linear-gradient(135deg, #2f3e4f 0%, #151f21 100%);
    color: white;
    padding: 60px 20px;
}
    .about-section h2 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .about-section p {
      max-width: 900px;
      margin: 0 auto;
      font-size: 16px;
    }
    .card img {
    filter: brightness(0.5);
}
.card:hover {
    transform: translateY(-5px);
    transition: 0.2s ease-in;
}
.card-body.text-center {
    background: linear-gradient(135deg, #2f3e4f 0%, #1a2226 100%);
    color: #fff;
}
section.about-section h2 {
    margin: 0 0 0 0 !important;
}
a.form-btn {
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
    color: #fff;
    padding: 10px 40px;
    border-radius: 3px;
    text-decoration: none;
    float: right;
    margin: 5px 0 0 0;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 61%) !important;
}
.pharma-franchise-archive-page .pharma-sidebar {
        padding: 30px;
        border-radius: 10px;
        position: sticky;
        top: 0;
    }

    .pharma-franchise-archive-page .sidebar-widget {
        background-color: var(--dark-blue);
        border-radius: 10px;
        margin-bottom: 2rem;
        padding: 2rem;
        color: var(--white);
    }

    .pharma-franchise-archive-page .sidebar-widget .heading-sidebar {
        font-family: var(--heading-font);
        margin-bottom: 1.5rem;
        font-size: 28px;
        color: var(--white);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 0.5rem;
    }

.pharma-franchise-archive-page .sidebar-widget ul {
    list-style: none;
    padding: 0 0 0 18px;
    margin: 0;
}
label span {
    font-size: 16px !important;
}
    .pharma-franchise-archive-page .sidebar-widget ul li a,
    .pharma-franchise-archive-page .recent-post-item a {
        color: var(--white);
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        transition: color 0.2s ease;
    }

    .pharma-franchise-archive-page .sidebar-widget ul li a:hover,
.pharma-franchise-archive-page .sidebar-widget ul li a:hover, .pharma-franchise-archive-page .recent-post-item a:hover {
    color: #94be59;
}

    .pharma-franchise-archive-page .recent-post-item {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .pharma-franchise-archive-page .recent-post-item img {
        width: 80px;
        height: 60px;
        object-fit: cover;
        border-radius: 5px;
    }

    .pharma-franchise-archive-page .recent-post-content .post-title {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

    .pharma-franchise-archive-page .recent-post-content .post-date {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
    }

    .pharma-franchise-archive-page .recent-post-item a {
        font-weight: 600;
        line-height: 1.4;
    }

.why-choose .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2f3e4ff5 0%, #545f6970 100%);
    z-index: 1;
}
.why-choose .container {
  position: relative;
  z-index: 2; 
}
.why-choose {
    background: url('https://www.pharmamanufacturingclub.com/wp-content/uploads/2025/11/third-party-background.avif');
    position: relative;
    background-position: left;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
}
.contact-parallax {
    position: relative;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 80px 0 100px 0;
    margin: 70px 0 0 0;
}

.contact-parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(240 248 233);
    z-index: -1;
}

  .why-choose h6 {
    font-size: 14px;
    color: #a1d650;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
 .why-choose h2 {
    font-size: 34px;
    font-weight: 600;
    margin: 15px 0;
    color: #92d82e;
}
  .why-choose h2 span {
    font-style: italic;
    color: #ffffff;
}
.why-choose p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}
  .why-choose .btn-custom {
    background: #22313d;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
}
.why-choose .btn-custom:hover {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
}
button.btn-main:hover {
    background: #7ca055;
}
button.btn-gradient:hover {
    background: #25313c;
}
    .service-card {
      background: #fff;
      border-radius: 15px;
      padding: 30px;
      text-align: left;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      margin-bottom: 30px;
      transition: all 0.3s ease;
    }
    .service-card:hover {
      transform: translateY(-5px);
    }
    .service-card i {
      font-size: 36px;
      color: #0d3d56;
      margin-bottom: 15px;
    }
  .service-card h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 21px;
}
.feature-card h3 {
    font-size: 21px;
    font-weight: 600;
}
    .service-card p {
      font-size: 15px;
      color: #555;
    }
    .why-choose .image-section {
      text-align: center;
      margin-top: 30px;
    }
    .why-choose .image-section img {
      max-width: 100%;
      border-radius: 15px;
    }

      /*Third Party Pharma manufacturing */
.pharma-section {
    padding: 70px 0 80px 0;
    background: #f9f9f9;
}
    .pharma-section h3 {
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 20px;
    }
    .pharma-section h3 span {
      color: #0d3d56;
    }
    .pharma-section p {
      font-size: 16px;
      color: #555;
      margin-bottom: 30px;
    }
    .feature-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      margin-bottom: 20px;
      text-align: left;
      transition: all 0.3s ease;
    }
    .feature-card:hover {
      transform: translateY(-5px);
    }
    .feature-card h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .feature-card p {
      font-size: 14px;
      color: #555;
    }
    .pharma-image {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
    }
    .pharma-image img {
      width: 100%;
      border-radius: 15px;
    }
    .info-badge {
      position: absolute;
      background: #fff;
      padding: 12px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      font-weight: 600;
      font-size: 14px;
    }
    .info-badge.green { top: 20px; left: 20px; color: #0d8040; }
    .info-badge.blue { bottom: 20px; right: 20px; color: #0d3d56; }
    .info-badge.orange { top: 20px; right: 20px; color: #c75b0d; }


.expertise-section {
    padding: 60px 0;
    background: #232c35;
    text-align: center;
    color: #fff;
}
.expertise-section h3 {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 15px;
}
.expertise-section h5 {
    font-weight: 700;
    font-size: 32px !important;
    color: #ffffff;
    margin-bottom: 15px;
}
section#states {
    margin: 70px 0 0 0;
}

.form-box span {
    font-size: 14px;
    font-weight: 400;
}
 .expertise-section p.lead {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 50px;
}
    .expertise-box {
      padding: 30px 20px;
      height: 100%;
    }
.expertise-box i {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 15px;
}
    .expertise-box h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
    }
.expertise-box p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.divider {
    border: 1px solid #252c34;
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
}

    .highlight {
      background: #f1f6fa;
      border-radius: 6px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    label {
    color: #000;
}

.contact-section {
    background: linear-gradient(135deg, #2f3e4f 0%, #94be59 100%);
    padding: 60px 0;
    color: #fff;
    margin: 0 0px 0px 0;
}
.col-lg-6.extra-main-form label {
    color: #ffffff !important;
}
    .contact-section h2 {
      font-weight: 700;
      font-size: 28px;
      margin-bottom: 20px;
    }
    .contact-section p {
      font-size: 16px;
      line-height: 1.6;
    }
.form-box {
    background: linear-gradient(to bottom right, #1a2d41, #202930);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.form-box label {
    color: #fff !important;
    padding: 22px 0 0 0;
}
   .form-control {
    border: none;
    border-bottom: 1px solid #3a474f;
    border-radius: 0;
    box-shadow: none;
}
    .form-control:focus {
      border-color: #f57c00;
      box-shadow: none;
    }
    .sticky-content {
  position: sticky;
  top: 10px; 
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.btn-submit {
    border: 2px solid #ffffff;
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
    color: #fff;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    width: 100%;
    /* border: none; */
}
.form-box p span {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
}
.btn-submit:hover {
    background: #222930;
    color: #ffffff;
    border: 2px solid #ffffff;
}
.modal-content {
    background: linear-gradient(to bottom right, #15202f, var(--medium-blue), #77a93c) !important;
    border: linear-gradient(to bottom right, #15202f, var(--medium-blue), #77a93c) !important;
}
.modal-header {
    justify-content: space-between !important;
}
button.mainlier {
    background: #c8e998;
    border: none;
}
button.mainlier:hover {
    background: #fff;
    border: none;
}
p#contactModalLabel {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}
.modal-body label {
    color: #fff !important;
    padding: 13px 0 0px 0 !important;
}
 .states-list h4 {
    color: #37434e;
    font-weight: 600;
    margin-bottom: 20px;
}
    .states-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .states-list ul li {
      display: inline-block;
      margin: 6px 15px 6px 0;
      font-size: 15px;
    }
  .states-list ul li::before {
    content: "✔ ";
    color: #a3bc70;
    font-weight: bold;
}
  .states-list a {
    color: #39434d;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}
    .states-list a:hover {
      color: #ef6c00;
      text-decoration: underline;
    }
.footer {
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 3rem 0;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    margin: 0px 0 0 0;
}
footer.footer .social-icons {
    float: unset;
}
.pageheader {
    background: linear-gradient(to bottom right, #15202f, var(--medium-blue), #77a93c) !important;
    margin-bottom: 30px;
}
section.innerpages {
    margin: 60px 0 60px 0;
}

.breadcrumb_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-weight: bold;
    color: #fff;
}
span.breadcrumb_new a {
    color: #fff;
}
.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2388BF47' fill-opacity='0.05'%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3Ccircle cx='100' cy='100' r='10'/%3E%3Ccircle cx='0' cy='100' r='10'/%3E%3Ccircle cx='100' cy='0' r='10'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 50px 50px;
	opacity: 0.1;
	z-index: 0;
}

.footer a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
	position: relative;
	z-index: 1;
}

.footer a:hover {
	color: var(--primary-green);
}

.footer .social-icons a {
	color: var(--white);
	font-size: 15px;
	margin-right: 1rem;
	transition: transform 0.3s ease, color 0.3s ease;
	position: relative;
	z-index: 1;
}

.footer .social-icons a:hover {
	color: var(--primary-green);
	transform: translateY(-3px) scale(1.1);
}

.footer .form-control {
	border-radius: 0.5rem;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--white);
}

.footer .form-control::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.footer .form-control:focus {
	background-color: rgba(255, 255, 255, 0.15);
	border-color: var(--primary-green);
	box-shadow: none;
}

.footer .btn-gradient-green {
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
}
.journey-section {
    padding: 70px 0 0px 0;
    text-align: center;
    margin: 0 0 70px 0;
}

    .journey-section h2 {
      font-weight: 700;
      margin-bottom: 10px;
    }

  .journey-section p {
    color: #45562d;
    margin-bottom: 50px;
}
    .journey-card {
      background: #fff;
      color: #000;
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      padding: 40px 25px;
      transition: all 0.3s ease;
      height: 100%;
    }

    .journey-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    }

    .journey-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: linear-gradient(135deg, #5ca84d, #314d3b);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .journey-icon i {
      color: #fff;
      font-size: 26px;
    }

    .journey-card h5 {
      font-weight: 700;
      margin-bottom: 15px;
    }
ul.product-categories li {
    line-height: 30px;
    list-style: circle;
}
    .journey-card p {
      color: #6b6b6b;
      font-size: 15px;
      margin-bottom: 25px;
    }

   
    .btn-gradient {
      background: linear-gradient(135deg, #9fd66c, #24422e);
      border: none;
      color: #fff;
      font-weight: 500;
      padding: 10px 24px;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .btn-gradient:hover {
      opacity: 0.9;
      transform: translateY(-2px);
    }

@media (min-width: 640px) {
	.b2b-process-section .grid-cols-2-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
    @media (max-width: 991px) {
      .divider {
        border: none;
      }
    }
@media (min-width: 1024px) {

	.b2b-process-section .grid-cols-2-gap {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem;
	}
}
@media (max-width: 767px) {
	.pharma-franchise-archive-page .sidebar-widget ul {
    padding: 0 0 0 17px !important;
}
	.pharma-sidebar label {
    color: #fff !important;
    padding: 20px 0 0 0 !important; 
}
div#mega-menu-wrap-primary {
    margin: 5px 0 0 0 !important;
}
.form-box {
    padding: 10px !important;
}
	.pageheader {
    padding: 15px 0 1px 0 !important;
}
	section.pageheader h1 {
    display: unset !important;
    font-size: 25px !important;
}
	span.breadcrumb_new {
    margin: 15px 0 0 0 !important;
}
	.breadcrumb_new {
    display: unset !important;
    float: left !important;
    height: 45px !important;
}
	
.social-icons {
    display: none !important;
}
	section#banner .container-fluid {
    padding: 0 0 0 0 !important;
}
	div#scrollMenu {
    margin: 0px 10px 0 10px !important;
}
h1.typewriter-text {
    position: absolute;
    top: 32px !important;
    left: 3px !important;
    font-size: 10px !important;
    line-height: 22px !important;

}
.contact-btn {
    display: none !important;
}
section#tag-main h1 {
    font-size: 27px !important;
}
section#banner .col-md-4 {
    order: 2 !important;
}
section#tag-main {
    margin: 0px 0 0px 0 !important;
}
section#tag-main h1 {
    font-weight: 800 !important;
}
section#buisness h2 {
    font-size: 21px !important;
}
.container {
    padding: 0px 18px 0 18px !important;
}
span.typewriter-text {
    top: 9px !important;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #ffffff !important;
}
.container {
    max-width: 100% !important;
    margin: auto;
}
div#extra-effect {
    display: inline-block !important;
}
section#topbar {
    padding: 5px 0 !important;
}
a.form-btn {
    padding: 5px 23px !important;
    font-size: 12px !important;
     margin: 21px 0 0 0 !important;
         float: left !important;
}
section.categories {
    margin: 45px 0 10px 0 !important;
}
.card h6 {
    font-size: 13px !important; 
}
.pharma-section p {
    margin-bottom: 0px !important;
}
.b2b-process-section .heading-animate {
    font-size: 25px !important;
}
.pharma-section {
    padding: 40px 0 40px 0 !important;
}
section {
    overflow: hidden !important;
}
section#banner {
    padding: 0px 0 40px 0 !important; 
}
section#banner span {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
}
.contact-section {
    padding: 30px 0 0 0 !important;
    margin: 0 0px 0px 0 !important;
}
section#topbar p {
    line-height: 19px !important;
}
section#states {
    margin: 40px 0 0 0 !important;
}
.contact-parallax {
    margin: 40px 0 0 0 !important;
}
footer.footer img {
    width: 100% !important;
    height: auto !important;
}
.contact-parallax {
    padding: 40px 0 30px 0 !important;
    margin: 40px 0 0 0 !important;
}
section#main-formieng {
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue)) !important;
    padding: 40px 0 10px 0 !important;
    margin: 38px 0 0 0 !important;
}
section#main-formieng .col-lg-12 {
    padding: 0 0 0 0 !important;
}
.relative-min-height {
    min-height: 187vh !important;
}
.feature-card {
    margin-bottom: 0px !important; 
    margin-top: 25px !important;
}
.journey-section {
    padding: 40px 0 40px 0 !important;
}
section.journey-section .col-lg-3 {
    margin: 0 0 20px 0 !important;
}
.journey-section {
    margin: 0 0 0px 0 !important;
}
.b2b-process-section .h-full-flex {
    padding-left: 22px !important;
    padding-right: 22px !important;
}
.b2b-process-section .section-header {
    margin-bottom: 3rem !important;
}
.journey-section h2 {
    font-size: 24px !important;
}
.why-choose h2 {
    margin: 0px 0 5px 0 !important;
}
.single-step-container {
    padding: 0 0 0 0 !important;
}
.expertise-section {
    padding: 40px 0 25px 0 !important;
}
.why-choose {
    padding: 50px 0 !important;
}
.pharma-franchise-archive-page .sidebar-widget {
    background-color: var(--dark-blue);
    border-radius: 10px;
    margin-bottom: 2rem;
    padding: 1rem;
    color: var(--white);
}
	
	.pharma-franchise-archive-page .pharma-sidebar {
    padding: 0px !important; 
    margin: 40px 0 0 0 !important;
}
section#banner h5 {
    margin: 23px 0 0 0 !important;
    text-align: center;
}
.pharma-section h2 {
    font-size: 24px !important;
}
.pharma-section h3 {
    font-size: 24px !important;
}

	.about-section {
    padding: 30px 20px !important;
}
section.pharma-section {
    margin: 0px 0 0 0 !important;
}

	.form-box {
    margin: 0 0 40px 0 !important;
}
	.main-content h2 {
    font-size: 27px !important;
}
section.categories h2 {
    font-size: 24px;
    font-weight: 700;
}
.paragraph-font h1, h2, h3, h4, h5, h6 {
    font-size: 23px !important;
    margin: 5px 0 5px 0 !important;
    line-height: normal !important;
}
section.py-3.pharma-franchise-archive-page {
    margin: 0 0 0px 0 !important;
}
.b2b-process-section {
    padding: 24px 0 53px 0 !important;
}
div#extra-effect {
    top: 118px !important;
    left: 15% !important;
}
.pageheader {
    margin-bottom: 0px !important;
}
div#mega-menu-wrap-primary {
    width: 50px !important;
    float: right !important;
}
section#topbar p {
    font-size: 12px !important;
}
.container {
    max-width: 100% !important;
    margin: auto;
}
}
@media  (min-width: 767px) and (max-width: 1366px) {
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge, #mega-menu-wrap-primary button.mega-close, #mega-menu-wrap-primary button.mega-toggle-standard {
    font-size: 14px !important;  
}
.sidebar-main {
    height: 381px !important;
}
.sidebar-main ul li a {
    font-size: 14px !important;
}
span.typewriter-text {
    font-size: 35px !important;
    line-height: 40px !important;
}
span.typewriter-text {
    top: 68px !important;
    width: 61% !important;
}
	div#extra-effect {
   
    left: 27% !important;
}
div#extra-effect {
    top: 245px !important;
}
.why-choose h2 {
    font-size: 28px !important;
}
h6.fw-bold.mb-1 {
    font-size: 13px !important;
}

p {
    font-size: 16px !important;
    line-height: 30px;
}
.journey-card h5 {
    font-size: 15px !important;
}
.btn-gradient {
    font-size: 12px !important;
}
a.form-btn {
    padding: 10px 26px !important;
    font-size: 14px !important;
}
}
@media  (min-width: 1366px) and (max-width: 1500px) {
	span.typewriter-text {
    width: 55% !important;
		
}
	div#extra-effect {
    left: 26% !important;
}
.sidebar-main {
    height: 444px !important;
}
.journey-card h5 {
    font-size: 18px !important;
}
.feature-box {
    font-size: 18px !important;
}
.btn-gradient {
    font-size: 14px !important;
}
a.form-btn {
    padding: 10px 26px !important;
    font-size: 14px !important;
}
}

#manufacturing-facility .custom-card-hover {
	transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}

#manufacturing-facility .custom-card-hover:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #799c55;
}
a.form-btn:hover {
    text-decoration: none;
    background: #27303a;
}
/* Custom style for Company Info Cards */
#manufacturing-facility .company-info-card {
	border-left: 5px solid var(--accent-green);
	border-radius: 0.75rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 38%) !important;
}
/* Custom style for Attractive FAQ/Steps Block */
#manufacturing-facility .attractive-block {
	background: linear-gradient(145deg, var(--b2b-blue-light) 0%, var(--b2b-purple-light) 100%);
	border-radius: 1rem;
	padding: 2.5rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#manufacturing-facility .step-list-item {
	padding: 0.75rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
}

#manufacturing-facility .step-list-item:last-child {
	border-bottom: none;
}

#manufacturing-facility .step-icon {
	font-size: 1.25rem;
	color: var(--primary-green);
	margin-right: 1rem;
}

#manufacturing-facility .faq-question {
	color: var(--dark-blue);
	font-weight: 700;
	margin-bottom: 0.25rem;
}

#manufacturing-facility .faq-answer {
	color: var(--text-gray);
	margin-bottom: 1.5rem;
}

/* New/Enhanced Hover for FAQ Items */
#manufacturing-facility .faq-item-simple {
	transition: all 0.3s ease;
	border-bottom: 2px solid transparent;
}

#manufacturing-facility .faq-item-simple:hover {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
	border-bottom-color: var(--primary-green);
	background-color: var(--b2b-gray-light);
}
/* franchise page new */
#manufacturing-facility .logo-placeholder {
    width: 60px; 
    height: 50px; 
    background-color: #f0f0f0; 
    border: 1px dashed #ccc; 
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#manufacturing-facility .company-logo {
    max-width: 100%; 
    max-height: 100%; 
}

#manufacturing-facility .card-body .d-flex {
    align-items: center;
}
#main-contact-pharma {
    background: rgb(198 198 198 / 15%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 40px;
}
#main-contact-pharma textarea,#main-contact-pharma input,#main-contact-pharma select{
    border-radius: 5px;
}
#main-contact-pharma textarea,#main-contact-pharma input{
	    padding: 15px;
}
::-webkit-scrollbar {
    width: 8px;          /* for vertical scrollbar */
    height: 8px;         /* for horizontal scrollbar */
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
    background: #e1e1e1;  /* light grey or any color */
}

/* Scrollbar thumb (the moving part) */
::-webkit-scrollbar-thumb {
    background-color: #394b59;  /* your preferred scroller color */
    border-radius: 10px;
}
.pharma-sidebar label {
    color: #fff;
}
/* Hover color */
::-webkit-scrollbar-thumb:hover {
    background-color: #2c3e50;
}
section.py-5.pharma-franchise-archive-page h1, h2, h3, h4, h5, h6 {
    font-size: 23px !important;
    font-weight: 600;
    margin: 5px 0 5px 0;
    color: #192230;
    line-height: normal;
}
.paragraph-font ul li {
    font-size: 16px;
    line-height: 30px;
}
.paragraph-font ul {
    padding: 0 0 0 20px;
}
.paragraph-font a {
    color: #70953b;
    text-decoration: none;
}
section.py-3.pharma-franchise-archive-page {
    margin: 0 0 40px 0;
}
section.py-3.pharma-franchise-archive-page .col {
    margin: 30px 0 10px 0;
}
section.journey-section h3 {
    font-weight: 700;
}
.form-box h3 {
    color: #fff;
}
@media(max-width:767px){
	.city-bg {
    background-size: unset !important;
}
	.city-section {
    position: relative;
    /* width: 100%; */
    height: 311px;
    overflow: hidden;
}
	section#banner .col-md-4 {
    display: none !important;
}
.pharma-franchise a {
    text-decoration: none;
}
.pharma-franchise .mobile-menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--dark-blue, #162231);
    text-align: center;
    transition: all 0.3s ease;
}

.pharma-franchise .mobile-menu-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease-in-out;
}

.pharma-franchise .menu-label {
	font-size: 0.75rem;
	line-height: 1.2;
	display: none;
}

.pharma-franchise .call-us-icon {
	background: linear-gradient(to bottom right, var(--bg-red), var(--bg-orange));
}

.pharma-franchise .whatsapp-icon {
	background-color: var(--b2b-green-dark);
}

.pharma-franchise .query-icon {
	background: linear-gradient(to bottom right, var(--bg-yellow), var(--bg-orange));
}

.pharma-franchise .mobile-menu-link:hover .scale-on-hover {
	transform: scale(1.1);
}


@keyframes wiggle {
	0%, 100% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(8deg);
	}
}
.pharma-franchise .animate-wiggle {
	animation: wiggle 1s ease-in-out infinite;
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(-25%);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: translateY(0);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
.pharma-franchise .animate-bounce {
	animation: bounce 1s infinite;
}

.pharma-franchise .mobile-menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--dark-blue);
    text-align: center;
    transition: all 0.3s ease;
}

.pharma-franchise .mobile-menu-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease-in-out;
}

.pharma-franchise .menu-label {
	font-size: 0.75rem;
	line-height: 1.2;
}

.pharma-franchise .call-us-icon {
	background: linear-gradient(to bottom right, var(--bg-red), var(--bg-orange));
}

.pharma-franchise .whatsapp-icon {
	background-color: var(--b2b-green-dark);
}

.pharma-franchise .query-icon {
	background: linear-gradient(to bottom right, var(--bg-yellow), var(--bg-orange));
}

.pharma-franchise .mobile-menu-link:hover .scale-on-hover {
	transform: scale(1.1);
}

@keyframes wiggle {
	0%, 100% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(8deg);
	}
}

.pharma-franchise .animate-wiggle {
	animation: wiggle 1s ease-in-out infinite;
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(-25%);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: translateY(0);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}

.pharma-franchise .animate-bounce {
	animation: bounce 1s infinite;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

.pharma-franchise .animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
	#chaty-widget-0 .chaty-widget {
    bottom: 100px !important;
    right: 10px !important;
}
}

.city-section {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.city-bg {
  position: absolute;
  inset: 0;
  background: url("https://www.pharmamanufacturingclub.com/wp-content/uploads/2026/01/Untitled-design-2026-01-30T113245.025.png") repeat-x bottom center;
  background-size: contain;
}

.road {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #2b2b2b;
  box-shadow: inset 0 5px 10px rgba(0,0,0,0.4);
}


.truck {
  position: absolute;
  bottom: 20px;
  left: -250px;
  animation: moveTruck 12s linear infinite;
}

.truck img {
  width: 220px;
}


@keyframes moveTruck {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100vw + 300px));
  }
}
.city-section {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.city-bg {
  position: absolute;
  inset: 0;
  background: url("https://www.pharmamanufacturingclub.com/wp-content/uploads/2026/01/manufacturing-city-background.webp") repeat-x bottom center;
  background-size: contain;
}

.road {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #2b2b2b;
  box-shadow: inset 0 5px 10px rgba(0,0,0,0.4);
}

.truck {
  position: absolute;
  bottom: 18px;
  left: -300px;
  animation: moveTruck 14s linear infinite;
}

.truck img {
  width: 220px;
}

.truck-2 {
  animation-delay: 7s;
}
.col-lg-6.extra-main-form h2 {
    color: #fff;
}
a {
    color: #82a756;
    text-decoration: none;
}
@keyframes moveTruck {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100vw + 400px));
  }
}
section#b2b-process {
    margin: 50px 0 0 0;
}
.footer {
        background: linear-gradient(165deg, #0a1628 0%, var(--dark-blue) 50%, #1a2a3a 100%);
        color: var(--white);
        padding: 4rem 0 2rem;
        font-size: 15px;
        position: relative;
        overflow: hidden;
    }

    .footer::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle at 30% 50%, rgba(136, 191, 71, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 70% 80%, rgba(59, 130, 246, 0.06) 0%, transparent 50%),
            radial-gradient(circle at 20% 90%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
        animation: bgPulse 15s ease-in-out infinite;
        z-index: 0;
    }

    .footer::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2388BF47' fill-opacity='0.03'%3E%3Ccircle cx='10' cy='10' r='3'/%3E%3Ccircle cx='50' cy='30' r='2'/%3E%3Ccircle cx='30' cy='50' r='4'/%3E%3Ccircle cx='15' cy='45' r='2'/%3E%3Ccircle cx='55' cy='10' r='3'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 80px 80px;
        opacity: 0.5;
        z-index: 0;
        animation: floatParticles 30s linear infinite;
    }

    .footer .container {
        position: relative;
        z-index: 2;
    }

    @keyframes bgPulse {

        0%,
        100% {
            opacity: 0.6;
            transform: scale(1);
        }

        50% {
            opacity: 1;
            transform: scale(1.05);
        }
    }

    @keyframes floatParticles {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: 80px 80px;
        }
    }

    @keyframes glowPulse {

        0%,
        100% {
            opacity: 0.5;
            transform: translate(-50%, -50%) scale(1);
        }

        50% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.1);
        }
    }

    @keyframes badgeGlow {

        0%,
        100% {
            box-shadow: 0 4px 10px rgba(136, 191, 71, 0.3);
        }

        50% {
            box-shadow: 0 4px 20px rgba(136, 191, 71, 0.6);
        }
    }

    .footer a {
        color: rgba(255, 255, 255, 0.75);
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
    }

    .footer a:hover {
        color: var(--primary-green);
    }

    .footer .footer-logo-wrapper {
        position: relative;
        display: inline-block;
    }

    .footer .footer-logo {
        height: auto;
        max-height: 70px;
        width: auto;
		padding-bottom: 10px;
        max-width: 220px;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
        transition: transform 0.3s ease, filter 0.3s ease;
    }

    .footer .footer-logo:hover {
        transform: scale(1.02);
        filter: drop-shadow(0 15px 25px rgba(136, 191, 71, 0.2));
    }

    .footer .footer-logo-fallback {
        font-size: 2rem;
        font-weight: 800;
        color: var(--white);
    }

    .footer .logo-accent {
        color: var(--primary-green);
    }

    .footer .logo-glow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120%;
        height: 120%;
        background: radial-gradient(circle, rgba(136, 191, 71, 0.15) 0%, transparent 70%);
        border-radius: 50%;
        z-index: -1;
        animation: glowPulse 3s ease-in-out infinite;
    }

    .footer .footer-description {
        color: rgba(255, 255, 255, 0.75);
        font-size: 14px;
        line-height: 1.7;
        max-width: 350px;
        padding: 10px 0;
    }

    .footer .footer-description i {
        color: var(--primary-green);
        margin-right: 8px;
    }

    .footer .footer-trust-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 1.5rem;
    }

    .footer .trust-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 40px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(5px);
        font-size: 13px;
    }

    .footer .trust-badge i {
        color: var(--primary-green);
    }

    .footer .footer-heading {
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 1.5rem;
        color: var(--white);
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        font-size: 1rem !important;
        padding-bottom: 10px;
    }

    .footer .footer-heading::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, var(--primary-green), var(--accent-green));
        border-radius: 3px;
        transition: width 0.3s ease;
    }

    .footer .footer-heading:hover::before {
        width: 60px;
    }

    .footer .footer-heading i {
        color: var(--primary-green);
        margin-right: 8px;
        font-size: 0.9rem !important;
    }

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

    .footer .footer-links li {
        margin-bottom: 0.8rem;
    }

    .footer .footer-links li a {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        display: inline-block;
    }

    .footer .footer-links li a::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 1.5px;
        background: linear-gradient(90deg, var(--primary-green), var(--accent-green));
        transition: width 0.3s ease;
    }

    .footer .footer-links li a:hover::after {
        width: 100%;
    }

    .footer .footer-links li a i {
        width: 18px;
        color: var(--primary-green);
        font-size: 13px;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .footer .footer-links li a:hover i {
        transform: translateX(3px) scale(1.1);
        color: var(--accent-green);
    }

    .footer .b2b-badge {
        background: linear-gradient(135deg, var(--primary-green), var(--accent-green));
        color: var(--dark-blue);
        font-weight: 700;
        font-size: 10px;
        padding: 4px 10px;
        border-radius: 30px;
        margin-left: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 4px 10px rgba(136, 191, 71, 0.3);
        animation: badgeGlow 2s ease-in-out infinite;
    }

    .footer .social-icons {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .footer .social-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        color: var(--white);
        font-size: 18px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        backdrop-filter: blur(5px);
    }

    .footer .social-icons a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, var(--primary-green), var(--accent-green));
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    .footer .social-icons a:hover {
        color: var(--white);
        transform: translateY(-5px) scale(1.05);
        border-color: transparent;
        box-shadow: 0 15px 30px rgba(136, 191, 71, 0.3);
    }

    .footer .social-icons a:hover::before {
        opacity: 1;
    }

    .footer .footer-contact-row {
        margin-top: 2rem;
    }

    .footer .contact-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 18px;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
        backdrop-filter: blur(5px);
    }

    .footer .contact-item:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(136, 191, 71, 0.3);
        transform: translateX(5px);
    }

    .footer .contact-item i {
        color: var(--primary-green);
        font-size: 20px;
        width: 28px;
        text-align: center;
    }

    .footer .contact-whatsapp.whatsapp-link {
        background: linear-gradient(135deg, rgba(37, 211, 102, 0.15), rgba(37, 211, 102, 0.05));
        border-color: rgba(37, 211, 102, 0.3);
    }

    .footer .contact-whatsapp.whatsapp-link:hover {
        background: rgba(37, 211, 102, 0.15);
        border-color: #25D366;
    }

    .footer .contact-whatsapp.whatsapp-link i {
        color: #25D366 !important;
    }

    .footer .external-link-icon {
        font-size: 12px;
        margin-left: 8px;
        opacity: 0.7;
    }

    .footer .footer-category-cloud {
        margin-top: 2rem;
    }

    .footer .category-cloud-title {
        color: rgba(255, 255, 255, 0.75);
        font-size: 14px;
        margin-bottom: 8px;
    }

    .footer .category-cloud-title i {
        color: var(--primary-green);
        margin-right: 8px;
    }

    .footer .category-cloud {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .footer .category-tag {
        padding: 6px 14px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 30px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        transition: all 0.3s ease;
        backdrop-filter: blur(5px);
    }

    .footer .category-tag:hover {
        background: var(--primary-green);
        color: var(--dark-blue);
        border-color: var(--primary-green);
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(136, 191, 71, 0.3);
    }

    .footer .footer-divider {
        border: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), rgba(136, 191, 71, 0.3), rgba(255, 255, 255, 0.1), transparent);
        margin: 2.5rem 0 1.5rem;
    }

    .footer .footer-bottom-row {
        align-items: center;
    }

    .footer .footer-legal-links {
        text-align: left;
    }

    .footer .bottom-links {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .footer .bottom-links a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px;
        transition: all 0.3s ease;
        padding: 5px 10px;
        border-radius: 20px;
    }

    .footer .bottom-links a:hover {
        color: var(--primary-green);
        background: rgba(136, 191, 71, 0.1);
    }

    .footer .bottom-links a i {
        margin-right: 5px;
        font-size: 12px;
    }

    .footer .link-separator {
        color: rgba(255, 255, 255, 0.25);
        margin: 0 5px;
    }

    .footer .footer-copyright {
        text-align: right;
    }

    .footer .copyright-text {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
    }

    .footer .copyright-text i {
        margin-right: 5px;
    }

    .footer .footer-disclaimer {
        margin-top: 1.5rem;
    }

    .footer .disclaimer-text {
        background: rgba(0, 0, 0, 0.2);
        border-left: 4px solid var(--primary-green);
        border-radius: 0 12px 12px 0;
        padding: 1.2rem 1.5rem;
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-left-width: 4px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 12.5px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .footer .disclaimer-text i {
        color: var(--primary-green);
        margin-right: 8px;
    }

    .footer .disclaimer-text strong {
        color: var(--white);
    }

    @media (max-width: 991px) {
        .footer {
            padding: 3rem 0 1.5rem;
        }

        .footer .footer-heading {
            margin-top: 1rem !important;
        }

        .footer .footer-copyright {
            text-align: center;
            margin-top: 1rem;
        }

        .footer .footer-legal-links {
            text-align: center;
        }

        .footer .bottom-links {
            justify-content: center;
        }
    }

    @media (max-width: 767px) {
        .footer .footer-trust-badges {
            justify-content: center;
        }

        .footer .social-icons {
            justify-content: center;
        }

        .footer .footer-brand-col {
            text-align: center;
        }

        .footer .footer-description {
            margin-left: auto;
            margin-right: auto;
        }

        .footer .contact-item {
            margin-bottom: 1rem;
        }

        .footer .category-cloud {
            justify-content: center;
        }

        .footer .footer-category-cloud {
            text-align: center;
        }
    }

    @media (max-width: 575px) {
        .footer .bottom-links a {
            padding: 5px 8px;
            font-size: 12px;
        }

        .footer .link-separator {
            display: none;
        }

        .footer .bottom-links {
            gap: 5px;
        }
    }
.btn-primary {
    background: linear-gradient(135deg, var(--primary-green), var(--medium-blue));
    border-color: var(--primary-green);
    color: var(--white) !important;
    padding: 10px 20px;
    transition: all 0.3s ease;
}