/*
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.40
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
 * ----------------------------------------------------------------------------
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --primary-orange: #F69320;
    --text-dark: #28241C;
    --text-light-grey: #6c757d;
    --dark-green: #2A7465;
    --bg-light-grey: #f8f9fa;
    --orange: #E97E4A;
    --tab-inactive-color: var(--text-dark);
    --tab-active-bg: var(--primary-orange);
    --tab-active-text: #FFFFFF;
    --table-border-color: #dee2e6;
    --header-copp-bg: var(--primary-orange); 
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
}

body, section, footer {
   overflow-x: hidden !important;	
}
.container-fluid {
    width: 90%;
}

h1,
h2,
h3 {
    color: var(--text-dark);
    font-family: 'DM Serif Text', serif;
}
a{
	text-decoration:none;
}
section {
    overflow: hidden;

}

.section-padding {
    padding: 50px 0;
}

/* .rotating-bg {
      position: fixed;
      top: 50%;
      left: 50%;
      width: 300px;
      height: 300px;
      transform: translate(-50%, -50%);
      z-index: -1;
      opacity: 0.5;
      pointer-events: none;
    }

    .rotating-bg img {
      width: 100%;
      height: auto;
      transform-origin: center;
    } */

/* Canvas container for the 3D scene */
#three-container {
    position: fixed;
    /* Fixed position so it stays in viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    opacity: 1.0;
    transition: opacity 0.5s ease-in-out;
}

/* Optional: Hide the canvas on very small screens if it obstructs content */
@media (max-width: 768px) {
    #three-container {
        opacity: 0.7;
    }
}



#header {
    position: relative;
    padding: 20px 0;
}

.header-logo {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 10px;
    top: -20px;
}

.header-logo img {
    height: 100px;
}

.header-btn {
    background-color: var(--dark-green);
    color: white;
    padding: 0.60rem 0.75rem 0.60rem 0.75rem;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* margin-right: 20px; */
}

.header-btn::before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    vertical-align: middle;
    font-size: 11px;
    font-size: 0.6875rem;
    color: var(--dark-green);
    padding-left: 1px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 767.98px) {
    .header-btn {
        display: none;
    }
}



#banner-section {
    position: relative;
    background: linear-gradient(120deg, #DCE9E2 47%, #FFE7DB 100%);
    width: 97%;
    border-radius: 15px 15px 0 0;
    margin: auto;
    overflow: hidden;
}

.shape-1 {
    width: auto;
    position: absolute;
    z-index: 0;
}

.shape-1 img {
    width: 100%;
}

.pharma-production-card {
    position: relative;
    padding: 40px;
}

.tag-line {
    color: var(--dark-green);
    background-color: #fff;
    max-width: 310px;
    padding: 5px 9px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.tag-line i {
    margin-right: 4px;
    color: var(--orange);
}

.pharma-production-section h1 {
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
}

.pharma-production-section p {
    font-size: 15px;
    margin-bottom: 30px;
    color: var(--text-light-grey);
}

/* .discover-button {
    background-color: var(--orange);
    color: white;
    padding: 0.75rem 1.875rem 0.75rem 0.75rem;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
} */

/* .discover-button::before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    vertical-align: middle;
    font-size: 11px;
    font-size: 0.6875rem;
    color: var(--orange);
    padding-left: 1px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.discover-button:hover {
    background-color: #e66a00;
    color: white;
} */
@keyframes running-border {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 200% 0%;
    }
}

/* Discover Button Styling */
.discover-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    /* font-weight: 600; */
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(135deg, #F69320 0%, #E97E4A 50%, #2A7465 100%);
    background-size: 200% 200%;
    background-position: 0% 0%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: background-position 0.5s ease, box-shadow 0.5s ease, transform 0.3s ease;
}

/* Running Border (::after) */
.discover-button::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50px;
    background: linear-gradient(90deg,
            transparent 0%,
            #F69320 20%,
            #E97E4A 40%,
            #2A7465 60%,
            transparent 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    z-index: -1;
    opacity: 1;
    animation: running-border 2s linear infinite;
    transition: opacity 0.3s ease;
}

/* Hover Animations */
.discover-button:hover {
    background-position: 100% 100%;
    box-shadow: 0 8px 25px rgba(246, 147, 32, 0.4), 0 0 30px rgba(246, 147, 32, 0.2);
    transform: translateY(-2px);
}

.discover-button:hover::after {
    animation-play-state: paused;
}

/* Arrow Badge (::before) */
.discover-button::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 0.9em;
    margin-right: 15px;
    transform: translateX(0);
    transition: transform 0.4s ease, background-color 0.3s ease;
}

.discover-button:hover::before {
    transform: translateX(5px);
    background-color: rgba(255, 255, 255, 0.3);
}

/* Text movement (span inside button) */
.discover-button span {
    transition: transform 0.3s ease, letter-spacing 0.3s ease;
    position: relative;
    z-index: 2;
}

.discover-button:hover span {
    transform: translateX(3px);
    letter-spacing: 0.5px;
}

/* .ratings-section {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 30px;
} */

.star-ratings {
    color: #F2B725;
}

.star-ratings i {
    font-size: 1rem;
}

.ratings-text {
    font-size: 0.95rem;
    color: #6c757d;
    margin-right: 25px;
}



.stats-card {
    background: linear-gradient(104deg, #005350 40%, #93441E 100%);
    color: white;
    border-radius: 15px;
    padding: 30px;
    width: 70%;
    margin: 40px auto 0;
    position: relative;
}

.stats-card h2 {
    color: var(--orange);
    font-size: 3rem;
    margin-bottom: 10px;
    line-height: 1;
}

.stats-card p {
    font-size: 1rem;
    margin-bottom: 0px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.doctor-avatars {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.doctor-avatars .avatar {
    width: 50px;
    height: 33px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid white;
    margin-right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #28a745;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.doctor-avatars .avatar:last-child {
    margin-right: 0;
}

.doctor-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-left: 20px;
    /* Space from avatars */
}

.image-column {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 500px;
    /* Ensure image column has height */
}

.main-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}





/* Responsive adjustments */
@media (max-width: 991.98px) {
    .pharma-production-section {
        padding: 50px 0;
    }

    .pharma-production-section h1 {
        font-size: 2.5rem;
    }

    .pharma-production-section p {
        font-size: 0.8rem;
    }

    .image-column {
        min-height: 340px;
        margin-top: 40px;
    }


}

@media (max-width: 767.98px) {
    .pharma-production-section {
        padding: 30px 0;
    }

    .pharma-production-section h1 {
        font-size: 2rem;
    }

    .pharma-production-card {
        padding: 30px 10px;
    }

    .discover-button {
        margin-right: 0;
        margin-bottom: 15px;

    }

    .ratings-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .ratings-text,
    .happy-customers {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .stats-card {
        width: 100%;
        padding: 25px;
    }

    .stats-card h2 {
        font-size: 2.5rem;
    }

    .doctor-avatars {
        flex-wrap: wrap;
    }

    .doctor-text {
        margin-left: 0;
        margin-top: 10px;
    }

}

.feature-section {
    background-color: var(--dark-green);
    padding: 20px 0;
    width: 97%;
    margin: auto;
    border-radius: 0 0 15px 15px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: white;
    padding: 20px 0;
}

.feature-icon {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-text-content {
    flex-grow: 1;
    border-right: 1px solid rgb(255 255 255 / 29%);
}

.feature-item h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 5px;
    color: white;
}

.feature-item p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .feature-item {
        justify-content: center;
        text-align: left;
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .feature-section {
        padding: 50px 0;
    }

    .feature-item {
        padding: 0 15px;
    }

    .feature-text-content {
        border: 0;
    }

    .feature-item:last-child {
        margin-bottom: 0;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .feature-icon i {
        font-size: 2rem;
    }

    .feature-item h3 {
        font-size: 1.3rem;
    }

    .feature-item p {
        font-size: 0.9rem;
    }
}


.image-wrapper {
    position: relative;
    height: 100%;
    min-height: 400px;
    background-image: url('assets/images/about.webp');
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.experience-badge {
    position: absolute;
    bottom: -43px;
    width: 200px;
    right: 10%;
    /* left: 50%; */
    transform: translateX(-50%);
    background-color: white;
    color: #333;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
}

.experience-badge h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--dark-green);
    margin-bottom: 0;
    line-height: 1;
}

.experience-badge p {
    font-size: 0.9rem;
    color: #6c757d;
    /* Changed from var(--text-light-grey) */
    margin-top: 5px;
    line-height: 1;
}

.content-wrapper {
    padding-left: 30px;
}

.our-story {
    color: var(--dark-green);
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.our-story i {
    margin-right: 8px;
    color: var(--dark-green);
    /* Changed from var(--primary-orange) */
}

.content-wrapper h2 {
    font-size: 2rem;
    max-width: 400px;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.content-wrapper p {
    font-size: 1rem;
    color: #6c757d;
    /* Changed from var(--text-light-grey) */
    line-height: 1.7;
    margin-bottom: 10px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-dark);
    font-weight: 500;
}

.contact-item i.fa-solid.fa-phone {
    color: var(--dark-green);
}

.contact-item i {
    color: var(--primary-orange);
    font-size: 1.8rem;
}

.contact-item span {
    font-size: 1rem;
}

.explore-button {
    background-color: var(--primary-orange);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.explore-button:hover {
    background-color: #e08e1a;
    color: white;
}

@media (max-width: 991.98px) {
    .image-wrapper {
        min-height: 300px;

    }



    .card .row>div {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .container-fluid {
        width: 95%;
    }

    .hero-section {
        padding: 30px 0;
    }

    .content-wrapper {
        padding: 30px 0 0 0;
    }

    .content-wrapper h2 {
        font-size: 1.8rem;
    }

    .experience-badge {
        bottom: 10px;
        left: 20%;
        padding: 8px 15px;
    }

    .experience-badge h3 {
        font-size: 2rem;
    }

    .experience-badge p {
        font-size: 0.8rem;
    }

    .contact-info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.how-it-works-section {
    text-align: center;
}

.how-it-works-tag {
    color: var(--dark-green);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works-tag i {
    margin-right: 8px;
    color: var(--dark-green);
}

.how-it-works-section h2 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 60px;
    max-width: 400px;
    margin: 0 auto 40px;
}

.step-card {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step-card:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark-green);
    border-radius: 999px 999px 0 0;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.step-card.active:before, .step-card:hover:before {
    border-radius: 0;
    height: 100%;
}
/* .step-card.active {
    background-color: var(--dark-green);
    color: white;
} */

.step-card.active .step-icon {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.step-card.active .step-icon i {
    color: var(--text-dark);
}

.step-card.active h3 {
    color: white;
}

.step-card.active p {
    color: rgba(255, 255, 255, 0.8);
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.step-icon {
    background-color: #DAE6E4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px 0;
}

.step-icon i {
    font-size: 1.5rem;
    color: var(--text-dark);
}

.step-card h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333;
    position: relative;
    z-index: 1;
}

.step-card p {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
        position: relative;
    z-index: 1;
}

.image-card-2 {
    border: 1px solid var(--dark-green);
    border-radius: 15px;
}

.image-card-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 991.98px) {
    .how-it-works-section h2 {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }

    .step-card {
        margin-bottom: 30px;
    }

    .image-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .how-it-works-section {
        padding: 50px 0;
    }

    .how-it-works-section h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .step-card {
        padding: 20px;
    }

    .step-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .step-icon i {
        font-size: 1.5rem;
    }

    .step-card h3 {
        font-size: 1.2rem;
    }

    .step-card p {
        font-size: 0.9rem;
    }
}

.milestones-section {
    background: linear-gradient(160deg, #005350 40%, #93441E 100%);
    color: #ffffff;
    width: 97%;
    margin: auto;
    border-radius: 15px;
    padding: 80px 20px;
}

.milestones-header {
    margin-bottom: 30px;
}

.milestones-header .subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    color: #a7d0cb;
    padding: 5px 10px;
    border: 1px solid #ffffff45;
    border-radius: 18px;
    max-width: 130px;
    margin-bottom: 0.75rem;
}

.milestones-header .subtitle::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #a7d0cb;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.milestones-header h1 {
    font-weight: 400;
    color: #fff;
    max-width: 532px;
    opacity: 0.9;
}

.milestones-header p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
}

.content-box-left {
    background-color: #ffffff1c;
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgb(0 0 0 / 6%);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content-box-left img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
}

.content-box-left p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
}

.milestone-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    height: 100%;
}

.milestone-card {
    background-color: var(--orange);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    min-height: 180px;
}

.milestone-card img {
    filter: brightness(100);
    margin-bottom: 25px;
}

.milestone-card .icon {
    font-size: 3rem;
    margin-bottom: 25px;
    line-height: 1;
}

.milestone-card .number {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.milestone-card .description {
    font-size: 0.95rem;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .milestones-header h1 {
        font-size: 2.8rem;
    }

    .milestones-header p {
        font-size: 1rem;
    }

    .content-box-left {
        padding: 2rem;
    }

    .milestone-card {
        padding: 1.75rem;
    }

    .milestone-card .number {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .milestones-section {
        padding: 4rem 0;
    }

    .milestones-header {
        margin-bottom: 3rem;
    }

    .milestones-header .subtitle {
        justify-content: center;
    }

    .milestones-header h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .milestones-header p {
        font-size: 0.95rem;
    }

    .content-box-left {
        margin-bottom: 2rem;
    }

    .milestone-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .milestones-section {
        padding: 3rem 0;
    }

    .milestones-header h1 {
        font-size: 2rem;
    }

    .milestones-header p {
        font-size: 0.9rem;
    }

    .content-box-left {
        padding: 1.5rem;
    }

    .content-box-left img {
        margin-bottom: 1rem;
    }

    .content-box-left p {
        font-size: 0.9rem;
    }

    .milestone-cards-grid {
        /* grid-template-columns: 1fr; */
        gap: 1rem;
    }

    .milestone-card {
        padding: 1.5rem;
        min-height: auto;
    }

    .milestone-card .icon {
        font-size: 3rem;
        margin-bottom: 25px;
    }

    .milestone-card .number {
        font-size: 1.8rem;
    }

    .milestone-card .description {
        font-size: 0.85rem;
        max-height: 50px;
    }
}

@media (max-width: 576px) {
    .milestones-section {
        padding: 2rem 0;
    }

    .milestones-header h1 {
        font-size: 1.8rem;
    }

    .milestones-header p {
        font-size: 0.85rem;
    }

    .content-box-left {
        padding: 1rem;
    }
}

.products-section {
    /* padding: 6rem 0; */
    /* background-color: #ffffff; */
}

.products-header {
    margin-bottom: 4rem;
}

.products-header .subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-green);
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.products-header .subtitle::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--dark-green);
    border-radius: 50%;
    margin-right: 0.5rem;
}

.products-header h2 {
    /* font-size: 3.2rem; */
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.products-header p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    color: var(--text-light-grey);
}

.product-content {
    padding: 0 0 0 45px;
    border-left: 1px solid #ddd;
}

.products-header .btn-view-therapist {
    background-color: var(--orange);
    color: white;
    padding: 0.75rem 1.875rem 0.75rem 0.75rem;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.products-header .btn-view-therapist:hover {
    background-color: #e0741a;
}

.product-card {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding-bottom: 1.5rem;
}

.product-card img {
    width: 100%;
    height: auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    object-fit: cover;
    background-color: #e0e0e0;
}

.product-card .product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin-top: 1rem;
}



.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 1rem;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f58220;
}

@media (max-width: 1200px) {
    .products-header h1 {
        font-size: 2.8rem;
    }

    .products-header p {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .products-section {
        padding: 4rem 0;
    }

    .products-header {
        margin-bottom: 3rem;
    }

    .product-content {
        padding: 0 0 0 0px;
        border-left: none;
    }

    .products-header h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .products-header p {
        font-size: 0.95rem;
    }

    .products-header .btn-view-therapist {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .products-section {
        padding: 3rem 0;
    }

    .products-header h1 {
        font-size: 2rem;
    }

    .products-header p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .products-section {
        padding: 2rem 0;
    }

    .products-header h1 {
        font-size: 1.8rem;
    }

    .products-header p {
        font-size: 0.85rem;
    }
}


.why-choose-section {
    width: 97%;
    margin: auto;
    background: linear-gradient(160deg, #005350 40%, #93441E 100%);
    border-radius: 15px;
    position: relative;
    padding: 60px 0;
}

.why-coose-subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    color: #a7d0cb;
    padding: 5px 10px;
    border: 1px solid #ffffff45;
    border-radius: 18px;
    max-width: 150px;
    margin-bottom: 0.75rem;
}

.why-choose-content h2 {
    color: #fff;
    opacity: 0.9;
    font-size: 25px;
    font-weight: 500;
}

.why-choose-content p {
    color: #fff;
    margin-bottom: 40px;
}

.why-choose-content a {
    background-color: var(--orange);
    border-radius: 7px;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
}

.why-choose-img {
    position: absolute;
    bottom: -60px;
}

.why-choose-points {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd26;
    padding: 13px 0 13px;

}

.point1-icon i {
    background-color: var(--orange);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin-right: 20px;
    font-size: 25px;
    color: #fff;
}

.point1-content {
    color: #fff;
}

.point1-content p {
    margin-bottom: 0;
    font-size: 15px;
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 40px 0 0;
    }

    .why-choose-img {
        position: unset;
    }
}

.container-custom {
    max-width: 1200px;
    padding: 40px 20px;
    margin: auto;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.left-content {
    flex: 1;
    min-width: 300px;
    /* Ensure it doesn't get too small */
    padding-right: 20px;
}

.right-image-section {
    flex: 1;
    min-width: 400px;
    /* Ensure image section has enough space */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.who-we-are {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--dark-green);
}

.who-we-are img {
    width: 20px;
    height: 20px;
}

.who-we-are h1 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #343a40;
    line-height: 1.2;
    margin-bottom: 20px;
        max-width: 490px;
}

p.description {
    font-size: 1rem;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 30px;
}

.feature-item-2 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;

}

.feature-icon-wrapper {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}



.feature-content h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 5px;
}

.feature-content p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}

.btn-appointment {
    background-color: var(--orange);
    /* Orange */
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
}

.btn-appointment:hover {
    background-color: #e66b00;
    transform: translateY(-2px);
    color: #fff;
    border: none;
}

.btn-appointment svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.feature-item-2 i {
    color: var(--orange);
    font-size: 35px;
}

.support-info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #495057;
    font-size: 1rem;
    font-weight: 600;
}

.support-info i {
    color: var(--orange);
    margin-left: 20px;
    font-size: 20px;
}

.main-image-2 {
    width: 80%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    margin-left: auto;
}

.overlay-image {
    position: absolute;
    left: -30px;
    /* width: 45%; */
    height: 259px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {

    .left-content,
    .right-image-section {
        min-width: unset;
        /* Remove min-width on smaller screens */
        flex: none;
        /* Allow full width */
        width: 100%;
        /* Take full width */
        padding-right: 0;
    }

    .right-image-section {
        margin-top: 40px;
        display: block;
    }

    .main-image-2 {
        height: 350px;
    }

    .overlay-image {
        position: static;
        margin-top: 20px;
        width: 100%;
        height: 200px;
    }

    h1 {
        font-size: 2rem;
    }

    .action-buttons {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .container-custom {
        padding: 30px 15px;
    }

    h1 {
        font-size: 1.8rem;
    }

    .btn-appointment {
        width: 100%;
        justify-content: center;
    }

    .support-info {
        width: 100%;
        justify-content: center;
    }

    img.main-image-2 {
        width: 100%;
    }
}

section.ready {
    background-color: var(--dark-green);
    color: #fff;
    padding: 60px 0px;
    position: relative;
}

section.ready::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/images/About-section.webp') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.ready-text h2 {
    font-weight: 400;
    color: #fff;
}

.btn-book-appointment {
    background-color: var(--orange);
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-book-appointment:hover {
    background-color: #e66b00;
    transform: translateY(-2px);
    color: #fff;
}

.faq-section {
    /* background-color: #f8faff; */
    color: #333333;
}

.faq-header {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-header .left-header {
    flex-grow: 1;
}

.faq-header .subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    max-width: 80px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 4px 10px;
}

.faq-header .subtitle::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2196f3;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.faq-header h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    color: var(--text-dark);
    max-width: 435px;
}

.faq-header .btn-explore-questions {
    background: linear-gradient(160deg, #005350 40%, #93441E 100%);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
    border: none;
}

.faq-header .btn-explore-questions .icon {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.faq-header .btn-explore-questions:hover {
    background-color: #2d6b67;
    /* Lighter teal on hover */
}

.image-card-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.image-card {
    background-color: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    text-align: center;
    padding-bottom: 0;
    /* No padding at bottom for image cards */
}

.image-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;
    /* Rounded corners for image */
}

.help-card {
    background: linear-gradient(160deg, #005350 40%, #93441E 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 20px;
}

.help-card .icon {
    font-size: 2.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.help-card .text-content h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
    color: #fff;
}

.help-card .text-content p {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.accordion-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-button {
    background-color: #ffffff;
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    border: none;
    border-radius: 0.75rem;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

.accordion-button:not(.collapsed) {
    color: var(--text-dark);
    font-weight: 600;
    background-color: #f8faff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.accordion-body {
    padding: 1rem 1.5rem 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555555;
    border-top: 1px solid #e0e0e0;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .faq-header h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 992px) {
    .faq-section {
        padding: 4rem 0;
    }

    .faq-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3rem;
    }

    .faq-header .left-header {
        margin-bottom: 1.5rem;
    }

    .faq-header h1 {
        font-size: 2.5rem;
    }

    .image-card-container {
        flex-direction: row;
        /* Display images side-by-side on tablets */
        justify-content: center;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .image-card {
        flex: 1;
        /* Distribute space evenly */
        max-width: 48%;
        /* Adjust for gap */
    }

    .help-card {
        margin-top: 0;
        /* No extra margin when images are side-by-side */
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 3rem 0;
    }

    .faq-header h1 {
        font-size: 2rem;
    }

    .image-card-container {
        flex-direction: column;
        /* Stack images on smaller mobiles */
        gap: 1.5rem;
    }

    .image-card {
        max-width: 100%;
    }

    .accordion-button {
        font-size: 1rem;
        padding: 1rem 1.2rem;
    }

    .accordion-body {
        padding: 0.8rem 1.2rem 1.2rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 2rem 0;
    }

    .faq-header h1 {
        font-size: 1.8rem;
    }

    .faq-header .btn-explore-questions {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }

    .help-card {
        padding: 1rem;
        margin-bottom: 25px;
    }

    .help-card .icon {
        font-size: 2rem;
    }

    .help-card .text-content h3 {
        font-size: 1rem;
    }

    .help-card .text-content p {
        font-size: 0.8rem;
    }
}

.testimonials-section {
    /* background-color: #ffffff; */
    color: #333333;
    text-align: center;
}

.testimonials-header {
    margin-bottom: 4rem;
}

.testimonials-header .icon-top {
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.testimonials-header .subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 0.75rem;
}

.testimonials-header h1 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.testimonials-header p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
    color: var(--text-light-grey);
    margin: 0 auto;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid #ddd;
    padding: 1.5rem 1rem;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 5px solid #D9DCE1;
}

.testimonial-card .quote-icon {
    font-size: 2rem;
    color: var(--dark-green);
	margin:auto;
    margin-bottom: 1rem;
    line-height: 1;
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--text-light-grey);
    margin-bottom: 1.5rem;
    flex-grow: 1;
    max-height: 65px;
}

.testimonial-author {
    text-align: center;
    margin-top: 5.5rem;
}

.testimonial-author img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    border: 2px solid #e9ecef;
}

.author-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #212529;
}

.author-info .role {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.author-info .stars {
    color: #ffc107;
    font-size: 1rem;
}

/* Owl Carousel Customizations */
.owl-carousel.testimonials-carousel .owl-stage-outer {
    padding-bottom: 2rem;
}

.owl-theme.testimonials-carousel .owl-nav.disabled+.owl-dots {
    display: none;
}

.owl-theme.testimonials-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme.testimonials-carousel .owl-dots .owl-dot.active span,
.owl-theme.testimonials-carousel .owl-dots .owl-dot:hover span {
    background: #007bff;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .testimonials-header h1 {
        font-size: 2.8rem;
    }

    .testimonials-header p {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .testimonials-section {
        padding: 4rem 0;
    }

    .testimonials-header {
        margin-bottom: 3rem;
    }

    .testimonials-header h1 {
        font-size: 2.5rem;
    }

    .testimonial-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 3rem 0;
    }

    .testimonials-header h1 {
        font-size: 1.5rem;
    }

    .testimonials-header p {
        font-size: 0.9rem;
    }

    .testimonial-card {
        padding: 1.5rem 1rem;
    }

    .testimonial-card .quote-icon {
        font-size: 2.5rem;
    }

    .testimonial-card p {
        font-size: 0.9rem;
    }

    .testimonial-author img {
        width: 50px;
        height: 50px;
    }

    .author-info h4 {
        font-size: 1rem;
    }

    .author-info .role {
        font-size: 0.8rem;
    }

    .author-info .stars {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .testimonials-section {
        padding: 2rem 0;
    }

    .testimonials-header h1 {
        font-size: 1.5rem;
    }

    .testimonials-header p {
        font-size: 0.85rem;
    }
}

.contact-section {
    background: linear-gradient(160deg, #005350 40%, #93441E 100%);
}

.contact-content {
    padding: 50px;
}

.contact-head i {
    color: var(--orange);
}

.contact-head {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.contact-content h2 {
    color: #fff;
    font-size: 28px;
    margin: 10px 0;
    font-weight: 400;
}

.contact-img {
    height: 100%;
}

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

input.wpcf7-form-control.wpcf7-text {
    border-radius: 25px;
}
.wpcf7-form-control.wpcf7-validates-as-required.form-control {
    border-radius: 25px;
}

.contact-form-wrapper label,.contact-form-wrapper span.wpcf7-form-control-wrap {
    color: white;
} 
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    border-radius: 25px;
}

.wpcf7-submit {
    background-color: var(--orange);
    color: white;
    padding: 12px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
}

@media (max-width: 768px) {

    .contact-content {
        padding: 30px 15px;
    }

    .contact-content h2 {
        font-size: 25px;
        margin: 10px 0;
    }
}



.blog-section {
    /* background-color: #ffffff; */
    padding: 6rem 0;
    color: #333333;
}

.blog-header {
    margin-bottom: 4rem;
}

.blog-header .subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dark-green);
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.blog-header .subtitle::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: var(--dark-green);
    border-radius: 50%;
    margin-right: 0.5rem;
}

.blog-header h2 {
    line-height: 1.2;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.blog-content-right {
    max-width: 700px;
    border-left: 1px solid #ddd;
    padding-left: 40px;
}

.blog-header p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
    color: #6c757d;
}

.blog-header .btn-view-all-post {
    background-color: var(--primary-orange);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
    font-size: 15px;
}

.blog-header .btn-view-all-post:hover {
    background-color: #e0741a;
}

.blog-card {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-image-container {
    position: relative;
    width: 100%;
    padding-top: 61.66%;
    /* 3:2 aspect ratio (height is 2/3 of width) */
    overflow: hidden;
}

.blog-card-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.blog-card .category-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: var(--dark-green);
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
}

.blog-card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-card-content h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    color: #212529;
}

.blog-card-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 400;
    color: #6c757d;
    margin-bottom: 1rem;
}

.blog-card-content .explore-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dark-green);
    text-decoration: none;
    display: inline-block;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #6c757d;
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
    margin-top: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .blog-header h1 {
        font-size: 2.8rem;
    }

    .blog-header p {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .blog-section {
        padding: 4rem 0;
    }

    .blog-header {
        margin-bottom: 3rem;
    }

    .blog-content-right {

        padding-left: 0;
    }

    .blog-header h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .blog-header p {
        font-size: 0.95rem;
    }

    .blog-header .btn-view-all-post {
        margin-top: 1rem;
    }

    .blog-card {
        margin-bottom: 2rem;
        /* Space between stacked cards */
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 3rem 0;
    }

    .blog-header h1 {
        font-size: 2rem;
    }

    .blog-header p {
        font-size: 0.9rem;
    }

    .blog-card-content {
        padding: 1rem;
    }

    .blog-card-content h3 {
        font-size: 1.1rem;
    }

    .blog-card-content p {
        font-size: 0.85rem;
    }

    .blog-card-content .explore-link {
        font-size: 0.8rem;
    }

    .blog-card-meta {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding: 2rem 0;
    }

    .blog-header h1 {
        font-size: 1.8rem;
    }

    .blog-header p {
        font-size: 0.85rem;
    }

    .blog-card {
        margin-bottom: 1.5rem;
    }
}


.main-footer {
    background: linear-gradient(104deg, #005350 40%, #93441E 100%);
    padding: 60px 0 0;
    color: white;
    border-radius: 15px;
    margin: 20px;
}

.first-col {
    border-right: 1px solid #ffffff4d;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 90px;
    height: auto;
}

.footer-logo-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 10px;
    color: white;
}

.footer-about p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.footer-contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 25px;
}

.footer-contact-item {
    font-size: 0.9rem;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    border: 1px solid #dddddd47;
    padding: 3px 10px;
    border-radius: 20px;
}

.footer-contact-item:hover {
    color: rgba(255, 255, 255, 0.7);
}

.footer-links-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.footer-links-nav a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.footer-heading {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: white;
}

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

.footer-list li {
    margin-bottom: 10px;
}

.footer-list a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: white;
}

.working-hours li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    color: #ffffffe3;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    transition: color 0.3s ease, transform 0.3s ease;
    background-color: #ffffff0d;
    border: 1px solid #ffffff94;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons a:hover {
    color: rgba(255, 255, 255, 0.7);
    transform: translateY(-3px);
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

hr {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .main-footer {
        padding: 40px 0;
    }

    .footer-col {
        margin-bottom: 40px;
    }

    .footer-col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .main-footer {
        margin: 10px;
        padding: 30px 0;
    }

    .footer-col {
        margin-bottom: 30px;
    }

    .first-col {
        border: none;
    }


    .footer-links-nav,
    .footer-contact-info {
        gap: 10px 20px;
    }

    .footer-heading {
        margin-bottom: 15px;
    }

    .footer-bottom {
        margin-top: 20px;
    }
}
/* Breadcrumb css */
.page-breadcrumb {
		background: linear-gradient(135deg, var(--dark-green) 0%, var(--orange) 100%);
		padding: 50px 0;
		color: #fff;
		position: relative;
		overflow: hidden;
	}
.page-breadcrumb .container-fluid{
	position:relative;
	z-index:9;
}
	.page-breadcrumb::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -50px;
		width: 200px;
		height: 200px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}
h1.pagetitle {
    color: #fff;
    opacity: 0.9;
}
	.page-breadcrumb::after {
		content: "";
		position: absolute;
		bottom: -80px;
		left: -80px;
		width: 250px;
		height: 250px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}


	.page-breadcrumb span.breadcrumb_new a {
		color: var(--white-color);
	}

	.page-breadcrumb span.breadcrumb_new {
		color: var(--white-color);
	}

	.page-breadcrumb .extraa {
		margin: 54px 0;
	}
/* who we are page */
.highlight-intro {
    color: var(--orange);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.main-heading {
    font-size: 42px;
    line-height: 1.2381;
    font-weight: 400;
    letter-spacing: -.42px;
    color: var(--dark-green);
    padding: 0px 0px 10px 0px;
}
.highlight-heading {
    font-weight: 400;
    font-style: italic;
}
.pharma-stats-box {
	background-color: #dedede;
	padding: 30px;
	border-radius: 8px;
	height: 100%;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);;
}
.pharma-subheading {
    color: #000102;
    margin: 25px 0 15px;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
}
.pharma-subheading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--orange);
}
.pharma-stats-box .stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 20px;
}

.pharma-stats-box .stat-item {
	text-align: center;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

.pharma-stats-box .stat-number {
	font-size: 32px;
	font-weight: 700;
	color: var(--orange);
	margin-bottom: 5px;
}

.pharma-stats-box .stat-label {
	color: var(--text-light-grey);
	font-size: 14px;
}

.timeline-container {
	margin: 30px 0;
	position: relative;
	padding-left: 30px;
}

.timeline-container:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	height: 100%;
	width: 2px;
	background: var(--ancient-color);
}

.timeline-item {
	position: relative;
	padding-bottom: 25px;
}

.timeline-year {
	position: absolute;
	left: -30px;
	top: 0;
	background: var(--ancient-color);
	color: var(--white-color);
	width: 60px;
	height: 25px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
}

.timeline-content {
	padding-left: 40px;
	color: var(--desc-color);
	line-height: 1.5;
}
@media (max-width: 576px) {
    .main-heading {
        font-size: 28px;
    }
        .highlight-intro {
        font-size: 14px;
    }
}

/* quality page */
.quality-process .process-step {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}
.quality-process .step-number {
    background-color: var(--orange);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 600;
    flex-shrink: 0;
}
/* leadership page  */
.vision-statement {
    margin: 40px 0;
}
.vision-quote {
    font-size: 20px;
    line-height: 1.6;
    color: var(--text-dark);
    font-style: italic;
    padding: 30px;
    border-left: 3px solid var(--dark-green);
    background-color: rgba(122, 214, 61, 0.05);
    position: relative;
}
.vision-quote:before {
    content: '"';
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 60px;
    color: rgba(96, 190, 41, 0.329);
    font-family: serif;
    line-height: 1;
}
.vision-author {
    text-align: right;
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 15px;
    font-size: 15px;
}
.vision-statement p{
    font-size: 15px;
}
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 20px;
}
.leader-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3;
}
.leader-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.leader-name {
    color: var(--text-dark);
    margin: 15px 0 5px;
    padding: 0 20px;
}
.leader-title {
    color: var(--orange);
    font-weight: 600;
    padding: 0 20px;
    font-size: 14px;
}
.leader-bio {
    color: var(--text-light-grey);
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 1.5;
}
/* pcd */
/* .pharma-frnachise-row .franchise-hero img, .pharma-frnachise-row .model-visual img {
    border-radius: 10px;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.pharma-frnachise-row .franchise-hero img:hover, .pharma-frnachise-row .model-visual img:hover {
    transform: scale(1.01);
    box-shadow: var(--box-shadow);
}
.pharma-frnachise-row .franchise-overview .lead {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
    border-left: 6px solid var(--orange);
    padding-left: 25px;
    margin-left: 5px;
    background-color: #d8d8d8;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 8px 8px 0;
}
.pharma-frnachise-row .franchise-overview .lead i {
    color: var(--orange) !important;
    margin-top: 5px;
    font-size: 24px;
} */

/* pharma franchise */
 .pharma-frnachise-row .franchise-intro,
.pharma-frnachise-row .franchise-details {
	padding: 0 40px;
	background-color: var(--white-color);
	border-radius: 12px;
	box-shadow: var(--box-shadow);
	margin-bottom: 30px;
}

.pharma-frnachise-row .franchise-hero img,
.pharma-frnachise-row .model-visual img {
	border-radius: 10px;
	transition: transform 0.4s ease-in-out, box-shadow 0.4s ease;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.pharma-frnachise-row .franchise-hero img:hover,
.pharma-frnachise-row .model-visual img:hover {
	transform: scale(1.01);
	box-shadow: var(--box-shadow);
}

.pharma-frnachise-row .franchise-overview .lead {
	font-size: 18px;
	font-weight: 500;
	color: var(--text-dark);
	border-left: 6px solid var(--orange);
	padding-left: 25px;
	margin-left: 5px;
	background-color: #dbdbdb;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 0 8px 8px 0;
}

.pharma-frnachise-row .franchise-overview .lead i {
	color: var(--orange) !important;
	margin-top: 5px;
	font-size: 24px;
}
.pharma-subheading i.fas.fa-star.text-primary.me-3 {
color: var(--orange) !important;
}
.pharma-frnachise-row .benefits-section {
	margin-top: 60px;
}

.pharma-frnachise-row .benefits-grid {
	gap: 30px;
	margin-top: 30px;
}

.pharma-frnachise-row .benefit-card {
	padding: 35px;
	border: 1px solid var(--dark-green);
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.04);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.pharma-frnachise-row .benefit-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: var(--dark-green);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.pharma-frnachise-row .benefit-card:hover::before {
	transform: scaleX(1);
}

.pharma-frnachise-row .benefit-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--box-shadow);
	border-color: transparent;
}

.pharma-frnachise-row .benefit-icon {
	background: var(--orange) !important;
	color: #fff !important;
	padding: 18px;
	border-radius: 50%;
	margin-right: 20px;
	min-width: 65px;
	min-height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}

.pharma-frnachise-row .benefit-icon i {
	font-size: 32px;
}

.pharma-frnachise-row .benefit-title {
	color: var(--main-ancient-color);
	font-family: var(--font-secondary);
	font-size: 24px;
	font-weight: 700;
}

.pharma-frnachise-row .benefit-list {
	margin-top: 20px;
}

.pharma-frnachise-row .benefit-list li {
	font-size: 17px;
	margin-bottom: 12px;
	color: var(--desc-color);
}

.pharma-frnachise-row .benefit-list li i {
	color: var(--dark-green) !important;
	font-size: 20px;
	margin-right: 10px;
}

.pharma-frnachise-row .model-section {
	margin-top: 60px;
	margin-bottom: 60px;
}

.pharma-frnachise-row .section-header {
	border-bottom: 2px solid var(--border-color-dark);
	padding-bottom: 18px;
	margin-bottom: 40px;
}

.pharma-frnachise-row .section-header .icon-wrapper {
	background: var(--orange) !important;
	color: #fff !important;
	padding: 15px;
	border-radius: 10px;
	margin-right: 20px;
	box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}

.pharma-frnachise-row .section-header .icon-wrapper i {
	font-size: 36px;
}

.pharma-frnachise-row .model-steps {
	gap: 30px;
	margin-top: 40px;
}

.pharma-frnachise-row .step-card-2 {
	padding: 35px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.04);
	transition: 0.3s;
	border: 1px solid #ddd;
}

.pharma-frnachise-row .step-card-2:hover {
	transform: translateY(-8px);
	box-shadow: var(--box-shadow);
	border-color: var(--dark-green);
}

.pharma-frnachise-row .step-number {
	background: var(--orange) !important;
	color: #fff !important;
	width: 55px;
	height: 55px;
	font-size: 26px;
	font-weight: 700;
	box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}

.pharma-frnachise-row .step-title {
	color: var(--text-dark);
	font-size: 22px;
	font-weight: 700;
}

.pharma-frnachise-row .step-features {
	margin-top: 20px;
}

.pharma-frnachise-row .step-features li {
	font-size: 17px;
	margin-bottom: 10px;
	color: var(--desc-color);
}

.pharma-frnachise-row .step-features li i {
	color: var(--primary-color-one);
	font-size: 18px;
	margin-right: 10px;
}

.pharma-frnachise-row .testimonial-section {
	margin-top: 80px;
	margin-bottom: 80px;
}

.pharma-frnachise-row .testimonial-card {
	background-color: #fff;
	padding: 40px;
	border-radius: 12px;
	border: 1px solid #ddd;
	transition: 0.3s;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.pharma-frnachise-row .testimonial-card:hover {
	transform: translateY(-8px);
	border-color: var(--dark-green);
}

.pharma-frnachise-row .testimonial-card::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: -15px;
	right: 15px;
	font-size: 150px;
	color: rgba(0, 0, 0, 0.02);
	z-index: 0;
}

.pharma-frnachise-row .testimonial-card blockquote {
	font-size: 19px;
	line-height: 1.7;
	margin-bottom: 30px;
	padding-left: 28px;
	border-left: 6px solid var(--dark-green);
	color: var(--text-dark);
	position: relative;
	z-index: 2;
}

.pharma-frnachise-row .testimonial-author {
	margin-top: 30px;
	align-items: center;
}

.pharma-frnachise-row .testimonial-author img {
	border: 4px solid var(--orange);
	width: 75px !important;
	height: 75px;
	object-fit: cover;
	margin-right: 20px;
	box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.1);
}

.pharma-frnachise-row .testimonial-author h5 {
	font-size: 20px;
	font-weight: 700;
	color: var(--main-ancient-color);
	margin-bottom: 5px;
}

.pharma-frnachise-row .testimonial-author p {
	font-size: 16px;
	color: var(--text-light-color);
	margin-bottom: 0;
}

.pharma-frnachise-row .cta-section .cta-card {
	background: linear-gradient(135deg, var(--dark-green), var(--orange));
	color: #fff;
	padding: 50px;
	border-radius: 15px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top:40px;
}

.pharma-frnachise-row .cta-card::before {
	content: '';
	position: absolute;
	top: -50px;
	left: -50px;
	width: 150%;
	height: 150%;
	background: rgba(255, 255, 255, 0.05);
	transform: rotate(20deg);
	z-index: 0;
	pointer-events: none;
}

.pharma-frnachise-row .cta-card .section-header {
	border-bottom: none;
	justify-content: center;
	margin-bottom: 30px;
}

.pharma-frnachise-row .cta-card .section-header .icon-wrapper {
	background-color: var(--white-color);
	color: var(--primary-color-one);
	padding: 18px;
	border-radius: 50%;
	margin-right: 15px;
	box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
}

.pharma-frnachise-row .cta-card .section-header .icon-wrapper i {
	font-size: 40px;
}

.pharma-frnachise-row .cta-card .pharma-subheading {
	color: var(--white-color);
	font-size: 34px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
}

.pharma-frnachise-row .contact-methods {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.pharma-frnachise-row .contact-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: var(--white-color);
}

.contact-item .contact-icon {
	background-color: #fff !important;
	color: var(--dark-green) !important;
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
	font-size: 26px;
	margin-bottom: 12px;
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-item p {
	font-size: 16px;
	margin-bottom: 5px;
	opacity: 0.9;
}

.contact-item .h5 a {
	color: var(--white-color);
	font-weight: 700;
	font-size: 24px;
	text-decoration: none;
	transition: var(--transition-3s);
}

.contact-item .h5 a:hover {
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1199.98px) {
	.pharma-frnachise-row .main-heading {
		font-size: 42px;
	}

	.pharma-frnachise-row .pharma-subheading {
		font-size: 26px;
	}

	.pharma-frnachise-row .benefit-icon {
		min-width: 60px;
		min-height: 60px;
		padding: 15px;
	}

	.pharma-frnachise-row .benefit-icon i {
		font-size: 28px;
	}

	.pharma-frnachise-row .benefit-title {
		font-size: 22px;
	}

	.pharma-frnachise-row .step-number {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}

	.pharma-frnachise-row .step-title {
		font-size: 22px;
	}

	.pharma-frnachise-row .cta-card .pharma-subheading {
		font-size: 30px;
	}

	.pharma-frnachise-row .contact-item .h5 a {
		font-size: 22px;
	}
}

@media (max-width: 991.98px) {

	.pharma-frnachise-row .franchise-intro,
	.pharma-frnachise-row .franchise-details {
		padding-left: 30px !important;
		padding-right: 30px !important;
		margin-bottom: 40px;
	}

	.pharma-frnachise-row .main-heading {
		font-size: 38px;
		text-align: center;
	}

	.pharma-frnachise-row .highlight-heading {
		display: block;
		margin-top: 5px;
	}

	.pharma-frnachise-row .pharma-subheading {
		font-size: 24px;
	}

	.pharma-frnachise-row .highlight-intro {
		margin: 0 auto 20px auto;
		display: flex;
		justify-content: center;
	}

	.pharma-frnachise-row .franchise-overview .lead {
		font-size: 17px;
		padding-left: 20px;
		margin-left: 0;
		text-align: center;
		justify-content: center;
	}

	.pharma-frnachise-row .franchise-overview .lead i {
		margin-right: 15px;
	}

	.pharma-frnachise-row .benefits-grid,
	.pharma-frnachise-row .model-steps,
	.pharma-frnachise-row .testimonial-section .row {
		flex-direction: column;
	}

	.pharma-frnachise-row .benefit-card,
	.pharma-frnachise-row .step-card-2,
	.pharma-frnachise-row .testimonial-card,
	.pharma-frnachise-row .cta-card {
		margin-bottom: 25px;
	}

	.testimonial-card:last-child,
	.step-card-2:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767.98px) {
	#sequence {
    width: 100%;
    float: left;
    background: #000000;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: var(--themeht-light-color)!important;
    margin: 0!important;
}
	#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
	.pharma-frnachise-row .main-heading {
		font-size: 34px;
	}

	.pharma-frnachise-row .pharma-subheading {
		font-size: 22px;
	}

	.pharma-frnachise-row .benefit-icon {
		min-width: 55px;
		min-height: 55px;
		padding: 12px;
	}

	.pharma-frnachise-row .benefit-icon i {
		font-size: 24px;
	}

	.pharma-frnachise-row .benefit-title {
		font-size: 20px;
	}

	.pharma-frnachise-row .step-number {
		width: 45px;
		height: 45px;
		font-size: 22px;
	}

	.pharma-frnachise-row .step-title {
		font-size: 20px;
	}

	.pharma-frnachise-row .testimonial-card blockquote {
		font-size: 17px;
		padding-left: 20px;
	}

	.pharma-frnachise-row .testimonial-author img {
		width: 65px;
		height: 65px;
	}

	.pharma-frnachise-row .cta-card .pharma-subheading {
		font-size: 28px;
	}

	.pharma-frnachise-row .contact-methods {
		flex-direction: column;
		gap: 25px;
	}

	.pharma-frnachise-row .contact-item .h5 a {
		font-size: 20px;
	}

	.pharma-frnachise-row .cta-section .btn-light {
		font-size: 18px;
		padding: 12px 35px;
	}
}

@media (max-width: 575.98px) {
	.pharma-frnachise-row .main-heading {
		font-size: 30px;
	}

	.pharma-frnachise-row .franchise-intro,
	.pharma-frnachise-row .franchise-details {
		padding: 0 20px;
	}

	.pharma-frnachise-row .benefit-card,
	.pharma-frnachise-row .step-card-2,
	.pharma-frnachise-row .testimonial-card,
	.pharma-frnachise-row .cta-card {
		padding: 25px;
	}

	.pharma-frnachise-row .benefit-icon,
	.pharma-frnachise-row .step-number,
	.pharma-frnachise-row .contact-item .contact-icon {
		margin-right: 15px;
	}
.pharma-frnachise-row .cta-card .section-header .icon-wrapper{
    display: inline-block;
}
.pharma-frnachise-row .cta-card .section-header{
    display: block !important;
}
.pharma-frnachise-row .cta-section .cta-card{
    text-align: left !important;
}

	.pharma-frnachise-row .contact-item {
		flex-direction: column;
		align-items: center;
		text-align: left;
		justify-content: flex-start;
	}

	.pharma-frnachise-row .contact-item .contact-icon {
		margin-bottom: 0;
		min-width: 50px;
		min-height: 50px;
		font-size: 22px;
	}

	.pharma-frnachise-row .contact-item p {
		font-size: 14px;
	}

	.pharma-frnachise-row .contact-item .h5 a {
		font-size: 18px;
	}

	.pharma-frnachise-row .cta-section .btn-light {
		font-size: 16px;
		padding: 10px 25px;
	}
}
/* thirdparty */
/* Manufacturing Section */
.cap-manufacturing-subtitle {
    font-size: 28px;
    color: var(--ancient-color);
    margin-bottom: 20px;
}

.cap-manufacturing-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--description-color);
    margin-bottom: 20px;
}

.cap-manufacturing-features {
    margin: 30px 0;
}

.cap-feature-highlight {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cap-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--orange);
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: bold;
}

.cap-feature-text {
    font-size: 16px;
    color: var(--ancient-color);
    font-weight: 500;
}

.cap-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.cap-gallery-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.cap-gallery-main {
    grid-column: span 2;
}

.cap-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.cap-gallery-img:hover {
    transform: scale(1.05);
}

.cap-cta-banner {
    background: linear-gradient(160deg, rgb(0, 83, 80) 40%, rgb(147, 68, 30) 100%);
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    margin-top: 50px;
}

.cap-cta-title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}

.cap-cta-text {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    margin-bottom: 25px;
}

.cap-btn-inverse {
    background-color: transparent;
    border-color: var(--white-color);
}

.cap-btn-inverse:hover {
    background-color: var(--white-color);
    color: var(--ancient-color);
}
/* inner pages redesign */
.cta-section .cta-card {
    background: linear-gradient(135deg, var(--dark-green), var(--orange));
    color: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
margin-top:40px;
}
.cta-section .cta-card .section-header .icon-wrapper {
       background: var(--orange) !important;
    color: #fff !important;
    position: relative;
    z-index: 1;
}
 .cta-section .cta-card .section-header {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 30px;
}
 .cta-section .contact-methods {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
 .cta-section .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--white-color);
}
@media (max-width: 768px) {
	.cta-section .contact-methods {
    gap: 0;
}
}
.gallery-highlight{
	    color: #fff;
    background: linear-gradient(160deg, rgb(0, 83, 80) 40%, rgb(147, 68, 30) 100%);
    margin-bottom: 25px;
    padding: 5px 0;
    font-size: 28px;
}

.product-list-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.product-list-table thead th {
    background-color: #005350;
    color: #ffffff;
    text-align: center;
    padding: 14px 10px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #fff !important;
    border-radius: 8px 8px 0 0;
}
.product-list-table tbody tr:nth-child(odd) {
    background-color: #00535026;
    color: #000;
}
.product-list-table tbody tr:nth-child(even) {
    background-color: #00535038;
    color: #000;
}
.product-list-table tbody tr td{
	background-color: transparent !important;
	    color: unset;
}
.product-list-table tbody tr:hover {
    background-color:#005350;
    transition: background-color 0.3s ease;
    color: #fff !important;
}
.side-bar-category {
    background-color: #005350;
    color: #fff;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    position: sticky;
    top: 0;
}
section.innerpages.section-padding {
    overflow: unset !important;
    position: relative;
}
ul#product-category {
    list-style: none;
    padding: 0;
}
ul#product-category li {
    padding: 5px;
    background: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}
ul#product-category li a {
    color:#005350;
}
ul#product-category li:hover {
    background: linear-gradient(135deg, #e97e4a, #d47b01);
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(26, 35, 126, 0.3);
    transform: translateY(-2px);
}
ul#product-category li:hover a {
    color: #fff;
}
.side-bar-category h3 {
    color:#fff;
	margin-bottom: 25px;
}
.side-button {
    background-color: transparent;
    color: #e97e4a;
    border: 1px solid #e97e4a;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    transition: 0.3s;
}
.side-button:hover {
    background-color: #e97e4a;
    color: #fff;
}
.contact-modal{
	background: var(--dark-green) !important;
}

section#career-form {
    background: linear-gradient(160deg, #005350 40%, #93441E 100%);
    padding: 20px 28px 20px 28px;
    border-radius: 35px;
    color: #fff;
}
.Career-with-us h3 {
    margin: 20px 0 30px;
	color: #fff;
}
h5.card-title {
    padding: 0 0 10px 0;
    font-weight: 600;
    line-height: 29px;
}
.card-icon-large i {
    background: #ffac76;
    padding: 9px 0 0px 8px;
    font-size: 24px;
    border-radius: 46px;
    color: #14676e;
    width: 40px;
    height: 40px;
}
ul.list-unstyled li i {
    color: #c77c4f;
    font-size: 22px;
}
.custom-card {
    background: #005350;
    color: #fff;
    border-radius: 8px;
    padding: 28px 0 0 0;
}
p.card-text {
    font-size: 15px;
    padding: 0 11px;
}
.card-icon i {
    font-size: 45px;
    color: #e3772d;
}
.row.inner-card {
    border-radius: 6px;
    padding: 21px 15px 0 15px;
    margin: 20px 0 0 0;
    border-right: 2px solid #ff823c;
    border-left: 2px solid #ff823c;
}
h2.section-heading-sm.pt-2 {
    color: #005350;
    padding: 0 0 5px 0;
    font-size: 30px;
}
#main-content .nav-pills .nav-link {
    color: var(--tab-inactive-color);
    background-color: var(--bg-light-grey);
    border: 1px solid var(--text-light-grey);
    margin-right: 0.5rem;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-weight: 500;
}

#main-content .nav-pills .nav-link:hover:not(.active) {
    color: var(--primary-orange);
    border-color: var(--primary-orange);
}

#main-content .nav-pills .nav-link.active {
    color: var(--tab-active-text);
    background-color: var(--tab-active-bg);
    border-color: var(--tab-active-bg);
    font-weight: bold;
}

#main-content .table thead .bg-info {
    background-color: var(--header-copp-bg) !important;
    color: var(--tab-active-text) !important;
}

#main-content .table thead .bg-info th {
    border-bottom: 2px solid var(--tab-active-text);
    vertical-align: middle;
    padding: 0.75rem;
}

#main-content .table {
    border: 1px solid var(--table-border-color);
}

#main-content .table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--bg-light-grey);
}

#main-content .table-hover tbody tr:hover {
    color: var(--text-dark);
    background-color: rgba(0, 0, 0, 0.075);
    cursor: pointer;
}

#main-content .table td {
    color: var(--text-dark);
    vertical-align: middle;
}
.contact-hub-section {
    background-color: var(--bg-light-grey);
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-hub-section .contact-hub-header {
    color: var(--dark-green); /* Header color using dark green */
    position: relative;
    padding-bottom: 15px;
}

.contact-hub-section .contact-hub-header::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--primary-orange); /* Separator color using primary orange */
    margin: 10px auto 0;
    border-radius: 50%;
}

.contact-hub-section .contact-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contact-hub-section .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-orange); /* Highlight border on hover */
}

.contact-hub-section .contact-icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: var(--dark-green); /* Icon background using dark green */
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.contact-hub-section .contact-icon {
    font-size: 1.8rem;
}

.contact-hub-section .contact-info-label {
    color: var(--text-dark);
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.contact-hub-section .contact-link {
    font-size: 1.2rem;
    color: var(--primary-orange);
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

.contact-hub-section .contact-link:hover {
    color: var(--dark-green);
    text-decoration: underline;
}

.contact-hub-section .address-text {
    color: var(--dark-green);
    font-size: 1rem;
    line-height: 1.5;
}

/* .contact-details-block {
    background: linear-gradient(180deg, #ffffff 65%, var(--bg-light-grey) 100%);
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-details-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.contact-details-header {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.contact-details-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 4px;
    background-color: var(--primary-orange);
    border-radius: 2px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
 */
/* .contact-item i {
    font-size: 1.2rem;
    color: var(--tab-active-text, #ffffff);
    background-color: var(--primary-orange);
    margin-right: 18px;
    padding: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(246, 147, 32, 0.4);
} */

.contact-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.contact-info a,
.contact-info p {
    margin: 0;
    text-decoration: none;
    line-height: inherit;
}

.contact-info-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-light-grey);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.contact-info-detail {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-dark);
    transition: color 0.3s;
}

.contact-item a:hover .contact-info-detail {
    color: var(--primary-orange);
}

.contact-info-detail[href^="tel:"] {
    font-weight: 700;
    font-size: 1.2rem;
}

/* About mission vision page css */
.about-section-wrapper .primary-color-text {
    color: var(--primary-orange) !important;
}

.about-section-wrapper .dark-green-text {
    color: var(--dark-green) !important;
}

.about-section-wrapper .primary-color-icon {
    color: var(--primary-orange) !important;
}
.about-section-wrapper .dark-green-icon {
    color: var(--dark-green) !important;
}

.about-section-wrapper .mv-tab-container {
    overflow: hidden;
}

.about-section-wrapper .nav-pills .tab-button-custom {
    color: var(--tab-inactive-color);
    background-color: transparent;
    border: 1px solid var(--table-border-color);
    border-radius: 0.5rem;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.about-section-wrapper .nav-pills .tab-button-custom:hover {
    color: var(--tab-active-text);
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
}

.about-section-wrapper .nav-pills .nav-link.active.tab-button-custom {
    color: var(--tab-active-text);
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about-section-wrapper .card-hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-section-wrapper .card-hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(42, 116, 101, 0.2) !important;
}

.about-section-wrapper #mvTabImages {
    height: 100%;
    min-height: 250px;
}
.about-section-wrapper #mvTabImages .tab-pane {
    height: 100%;
}

/* --- Management Profile Section Styles --- */
.management-profile-section .profile-image-wrapper {
    border: 5px solid var(--primary-orange);
    transition: transform 0.5s ease;
}

.management-profile-section .profile-image-wrapper:hover {
    transform: scale(1.02);
}

.management-profile-section .key-details-list {
    padding-top: 15px;
    border-top: 2px solid var(--bg-light-grey);
}

.management-profile-section .cta-bg-primary {
    background-color: var(--dark-green) !important;
    position: relative;
    top: -20px; 
}

.management-profile-section .cta-icon-bg {
    background-color: #FFFFFF;
}
.management-profile-section .contact-item {
	margin-bottom: 0;
}
.management-profile-section .pharma-subheading:after {
    left: 50%;
    background: var(--bg-light-grey);
}

/* ================================================= */
/*  Infrastructure Section CSS (for .infrastructure-section-wrapper) */
/* This block includes all custom colors, layout, and CTA styles. */
/* ================================================= */

.infrastructure-section-wrapper .primary-color-text {
    color: var(--primary-orange) !important;
}

.infrastructure-section-wrapper .dark-green-text {
    color: var(--dark-green) !important;
}

.infrastructure-section-wrapper .text-dark-color {
    color: var(--text-dark) !important;
}

.infrastructure-section-wrapper .primary-color-icon {
    color: var(--primary-orange) !important;
}

.infrastructure-section-wrapper .dark-green-icon {
    color: var(--dark-green) !important;
}

.infrastructure-section-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fcfcfc;
}

.infrastructure-section-wrapper .row > .col-lg-7,
.infrastructure-section-wrapper .row > .col-lg-5 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.infrastructure-section-wrapper .compliance-list {
    margin-left: 0;
    padding-left: 0;
}

.infrastructure-section-wrapper .compliance-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--bg-light-grey);
}

.infrastructure-section-wrapper .compliance-list li:last-child {
    border-bottom: none;
}

.infrastructure-section-wrapper .compliance-list i {
    font-size: 1.25rem;
}

.infrastructure-section-wrapper .facility-image,
.infrastructure-section-wrapper .team-image {
    border: 5px solid var(--bg-light-grey);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.infrastructure-section-wrapper .facility-image:hover,
.infrastructure-section-wrapper .team-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(42, 116, 101, 0.3);
}

.infrastructure-section-wrapper .cta-btn-style-dark-green {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    background-color: var(--dark-green);
    color: #FFFFFF !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative; 
    overflow: hidden; 
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 3px solid var(--dark-green);
}

.infrastructure-section-wrapper .cta-btn-style-dark-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--orange); 
    z-index: -1;
    transform: translateX(-100%); 
    transition: transform 0.4s ease-out;
}

.infrastructure-section-wrapper .cta-btn-style-dark-green::after {
    content: '\f061'; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) translateX(10px); 
    opacity: 0;
    font-size: 1.1em;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.infrastructure-section-wrapper .cta-btn-style-dark-green:hover {
    color: #FFFFFF !important;
    border-color: var(--orange);
    transform: translateY(-4px) scale(1.02); 
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    background-color: var(--dark-green); 
}

.infrastructure-section-wrapper .cta-btn-style-dark-green:hover::before {
    transform: translateX(0); 
}

.infrastructure-section-wrapper .cta-btn-style-dark-green:hover::after {
    transform: translateY(-50%) translateX(0); 
    opacity: 1; 
}

.infrastructure-section-wrapper .cta-bg-primary {
    background-color: var(--primary-orange) !important;
    box-shadow: 0 15px 30px rgba(246, 147, 32, 0.4) !important;
}

.infrastructure-section-wrapper .cta-bg-primary:hover {
    box-shadow: 0 20px 40px rgba(246, 147, 32, 0.6) !important;
    transform: translateY(-2px);
    transition: all 0.4s ease;
}

.infrastructure-section-wrapper .cta-icon-bg {
    background-color: #FFFFFF;
}

.infrastructure-section-wrapper .cta-card p a {
    color: inherit;
}
/* ================================================= */
/*  Why Choose Us Section CSS (.choose-us-section) */
/* ================================================= */
.choose-us-section {
    padding-bottom: 80px;
}

.choose-us-section .section-heading-lg {
    letter-spacing: 1px;
}
.choose-us-section p.fs-5 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.choose-us-section .card-style-1 {
    background-color: #FFFFFF;
    border: 1px solid var(--primary-orange);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.choose-us-section .card-style-1:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(42, 116, 101, 0.4);
    border-color: var(--dark-green);
}

.choose-us-section .card-icon {
    font-size: 3rem;
    color: var(--primary-orange);
    transition: color 0.5s ease, transform 0.5s ease;
}

.choose-us-section .card-style-1:hover .card-icon {
    color: var(--dark-green);
    transform: scale(1.1);
}

.choose-us-section .card-title {
    letter-spacing: 0.5px;
    font-size: 1.35rem;
}
.choose-us-section .cards-new {
    background-color: var(--bg-light-grey);
    padding: 40px;
    border-radius: 15px;
}

.choose-us-section .bg-light-section {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.choose-us-section .tab-pills-custom .nav-link {
    color: var(--text-dark);
    font-weight: 700;
    border: 2px solid var(--bg-light-grey);
    border-radius: 50px;
    margin-right: 12px;
    padding: 10px 25px;
    transition: all 0.3s ease;
    background-color: #f7f7f7;
}

.choose-us-section .tab-pills-custom .nav-link:hover {
    color: var(--primary-orange);
    border-color: var(--primary-orange);
}

.choose-us-section .tab-pills-custom .nav-link.active {
    background-color: var(--dark-green) !important;
    color: #FFFFFF;
    border-color: var(--dark-green);
    box-shadow: 0 4px 15px rgba(42, 116, 101, 0.4);
    transform: translateY(-2px);
}

.choose-us-section .detail-list {
    margin-top: 15px;
}

.choose-us-section .detail-list li {
    padding: 8px 0;
    font-size: 1.05rem;
    color: var(--text-dark);
    border-left: 3px solid var(--primary-orange);
    padding-left: 10px;
}

.choose-us-section .detail-list i {
    font-size: 1.2rem;
    color: var(--dark-green);
}

/* ================================================= */
/* 🤝 Third-Party Manufacturing Section CSS (.tpm-section-wrapper) */
/* UPDATED to include QA and Benefits sections */
/* ================================================= */

.tpm-section-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* --- Typography and Header --- */
.tpm-highlight-label {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.tpm-main-heading {
    margin-bottom: 20px;
}

.tpm-lead-text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Core Capacity Block --- */
.tpm-content-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.tpm-content-text {
    line-height: 1.7;
    margin-bottom: 30px;
}

.tpm-key-features .tpm-feature-label {
    font-size: 1.05rem;
    color: var(--text-dark);
}

.tpm-key-features i {
    font-size: 1.25rem;
}

/* Image Grid Styling */
.tpm-gallery-main {
    position: relative;
    padding: 20px;
}

.tpm-image-grid-two {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.tpm-gallery-img-large {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 5px solid var(--dark-green);
    border-radius: 8px;
}

.tpm-gallery-img-small {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: auto;
    border: 3px solid #FFFFFF;
    transform: translateY(20px) translateX(20px);
    z-index: 10;
    border-radius: 8px;
}

/* --- QA Image Specific --- */
.tpm-gallery-qa img {
    border: 5px solid var(--primary-orange);
}

/* --- Manufacturing Process Breakdown (Cards) and Benefit Cards --- */
.tpm-card {
    background-color: #FFFFFF;
    border: 1px solid var(--bg-light-grey);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tpm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    border-color: var(--primary-orange);
}

.tpm-icon {
    font-size: 3rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.tpm-card:hover .tpm-icon i {
    /* Process steps icons are primary color by default, turn dark green on hover */
    color: var(--dark-green) !important; 
    transform: scale(1.1);
}

.tpm-card-title {
    font-weight: 700;
    margin-top: 10px;
}

.tpm-card-text {
    font-size: 0.95rem;
}

/* --- Dosage Forms List --- */
.bg-light-section {
    background-color: var(--bg-light-grey); 
}

.tpm-dosage-list li {
    padding: 5px 0;
    font-weight: 500;
    color: var(--text-dark);
}

.tpm-dosage-list i {
    font-size: 1.1rem;
}
.tpm-cta-final {
    padding-top: 40px;
}

.tpm-cta-banner {
    background-color: var(--primary-orange);
}

/* ================================================= */
/* 🧪 QA/QC System Section CSS (.qa-qc-system-wrapper) */
/* (Previous styles remain, adding image specific styles) */
/* ================================================= */

/* --- Inner Card Container (The Main Block) --- */
.qa-qc-system-wrapper .inner-qa-qc-card {
    border: 1px solid var(--bg-light-grey);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.qa-qc-system-wrapper .qa-qc-image-style {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    border: 3px solid var(--primary-orange);
    padding: 5px;
    background-color: #FFFFFF;
}

.qa-column {
    background-color: #f8f8f8;
    border-right: 1px solid var(--bg-light-grey);
}

.qc-column {
    background-color: #FFFFFF;
}

.qa-qc-subtitle {
    font-size: 1.8rem;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-orange);
}

.qa-qc-subtitle i {
    font-size: 1.2em;
}

.qa-qc-system-wrapper .dark-green-icon {
    color: var(--dark-green);
}

.qa-qc-system-wrapper .primary-color-icon {
    color: var(--primary-orange);
}

/* map page */
.facility-location-hub {
    background-color: var(--bg-light-grey);
}

.facility-location-hub .facility-image-wrapper {
    overflow: hidden;
    height: 100%;
    min-height: 350px;
}

.facility-location-hub .facility-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.facility-image-wrapper:hover .facility-main-img {
    transform: scale(1.05);
}

.facility-location-hub .facility-details-column {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.facility-location-hub .facility-head-tag {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-orange);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.facility-location-hub .facility-head-tag i {
    color: var(--dark-green);
    font-size: 1.2rem;
}

.facility-location-hub .facility-title {
    color: var(--text-dark);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.facility-location-hub .facility-description {
    color: var(--text-light-grey);
    font-size: 1.1rem;
}

.facility-location-hub .detail-item {
    display: flex;
    align-items: flex-start;
}

.facility-location-hub .detail-icon {
    font-size: 1.5rem;
    color: var(--dark-green);
    width: 40px;
    flex-shrink: 0;
    margin-top: 5px;
}

.facility-location-hub .detail-info {
    padding-left: 10px;
}

.facility-location-hub .detail-label {
    display: block;
    font-size: 0.9rem;
    color: var(--text-light-grey);
    font-weight: 500;
    margin-bottom: 2px;
}

.facility-location-hub .detail-text,
.facility-location-hub .detail-link {
    font-size: 1.1rem;
    color: var(--text-dark);
}
.facility-location-hub .detail-link {
    color: var(--primary-orange);
    text-decoration-color: var(--primary-orange);
    transition: color 0.2s;
}

.facility-location-hub .detail-link:hover {
    color: var(--dark-green);
    text-decoration-color: var(--dark-green);
}

.facility-location-hub .map-embed-container {
    padding: 0 0.5rem;
}

.facility-location-hub .map-iframe-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.facility-location-hub .map-iframe-wrapper iframe {
    display: block;
}

@media (min-width: 992px) {
    .facility-location-hub .facility-image-wrapper {
        min-height: 550px;
    }
}