/*
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.4
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-blue: #105E95;
    --dark-theme-background: #222b29;
    --green-color: #0d9d89;
    --secondary-navy: #003366;
    --light-gray: #f8f9fa;
    --dark-text: #343a40;
    --dark-footer: #222;
    --font-main: 'Manrope', sans-serif;
    --font-heading: 'El Messiri', sans-serif;
}

body {
    font-family: var(--font-main);
    color: var(--dark-text);
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
.section-title,
.counter-box h3,
.navbar-brand-custom {
    font-family: var(--font-heading);
    font-weight: bold;
}

.container-fluid {
    width: 90%;
}

section {
    padding: 60px 0;
}

a {
    text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .container-fluid {
        width: 95%;
    }

    .navbar-list {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }
   .banner-form {
    background-color: #081727 !important;
}
}


/* Navbar Custom Styles */
.custom-navbar {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 8px 0;
}

.navbar-brand-custom img {
    height: auto;
}

.navbar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.navbar-item {
    margin-left: 1rem;
}

.navbar-link {
    font-weight: 700;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-size: 15px;
    color: #322e2d;
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
}

.navbar-link:hover {
    color: var(--primary-blue) !important;
}

/* banner-section */
section.banner-section {
    padding: 0 0 0 0;
}
.banner-overlay{
	background-color: #000e2896;
	width: 100%;
}
.banner-content {
    color: #fff;
    padding-left: 80px;
    max-width: 650px;
}
.banner-content p{
	font-size: 20px;
	font-weight: 600;
}
.box-form {
    background-color: var(--primary-blue);
    color: #fff;
    padding: 49px 15px;
    position: sticky;
    top: 0;
}

.form-btn {
    width: 100% !important;
    border: none;
    background-color: var(--green-color);
    padding: 10px 0;
    border-radius: 5px;

}

.form-btn a {
    color: #fff;
    text-decoration: none;
}


/* <!-- pcd-pharma section --> */

section.medicross-section {
    padding: 60px 0 90px;
}

.image-container {
    position: relative;
}



.main-image {
    width: 80%;
    margin-right: auto;
    display: block;
    border-radius: 15px;
}

.experience-box {
    position: absolute;
    bottom: -50px;
    right: -50px;
    transform: translateX(-40%);
    background-color: var(--primary-blue);
    color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    width: 217px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.experience-box .icon {
    font-size: 35px;
    margin-bottom: 10px;
    color: #fff;
}

.experience-box h2 {
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

.experience-box p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}




.welcome-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--primary-blue) !important;
}

.welcome-text .icon-diamond {
    width: 12px;
    height: 12px;
    background-color: var(--green-color);
    transform: rotate(45deg);
    margin-right: 12px;
}

.main-heading {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
}

.tagline {
    border-left: 4px solid var(--green-color);
    padding-left: 20px;
    margin: 30px 0;
}

.tagline p {
    font-size: 16px;
    max-width: 700px;
    color: #06121F;
    font-weight: 500;
    margin: 0;
}

.description {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.description:last-of-type {
    margin-bottom: 35px;
}

.btn-view-more {
    background-color: var(--green-color);
    color: #fff;
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

.btn-view-more:hover {
    background-color: transparent;
    color: var(--green-color);
    border-color: var(--green-color);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .image-container {
        margin-bottom: 80px;
    }

    .tagline {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .main-heading {
        font-size: 2rem;
    }

   .experience-box{
	display: none;
   }
}





/* Services Section */
.services {
    background-color: var(--dark-theme-background);
    color: white;

}

.services .small-heading {
    color: #00AB78;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.services .main-heading {
    margin-bottom: 0 !important;
    line-height: 1.2;
    color: white;
}

.services .service-card-dark i,
h3,
p {
    position: relative;
}

.services .service-card-dark {
    background-color: #333C3A;
    padding: 40px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s;
}

.services .service-card-dark.gradient {
    background: var(--primary-blue);
}

.service-card-dark.gradient::after {
    filter: grayscale(100%) brightness(100);
}

.services .service-icon-dark {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 25px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    background-color: var(--dark-theme-background);
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: all 0.3s;
}

.services .service-card-dark.gradient .service-icon-dark {
    background-color: white;
    color: var(--primary-blue);
}

.service-title-dark {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}

.service-description-dark {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
}

.service-card-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-color: var(--primary-blue);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    visibility: visible;
}

.service-card-dark:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.service-card-dark:hover::after {
    filter: grayscale(100%) brightness(300%);
}

.service-card-dark::after {
    position: absolute;
    bottom: 6px;
    right: 6px;
    content: "";
    background-image: url(images/arrow-shape.png);
    filter: grayscale(100%) brightness(0);
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 18px;
    transition: all 0.4s ease-in-out;
}

.services .service-card-dark:hover .service-icon-dark {
    background-color: white;
    color: var(--primary-blue);
}



/* clients section */


.nav-tabs {
    border-bottom: none;
    margin-bottom: 2rem;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-link-bottom {
    font-family: var(--font-heading);
    font-weight: 600;
    color: #222;
    border: 1px solid transparent;
    border-radius: var(--border-radius);
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
    background-color: #e4c100;
}

.nav-link-bottom:hover:not(.active) {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

.nav-link-bottom.active {
    color: #222 !important;
    background-color: #e4c100 !important;
    box-shadow: 0 4px 10px rgba(221, 218, 49, 0.3);
}

.nav-link-bottom.active:hover {
    color: var(--primary-color);
    background-color: transparent !important;
    border: 1px solid var(--primary-color);
}

/* --- Custom Card Styling --- */
.product-card-2 {
    background-color: #ffffff;
    border-radius: var(--border-radius);
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--secondary-navy);
    margin: 0 20px 20px;
    padding: 20px 20px 20px 0px;
}

.product-card-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 5, 36, 0.1);
}

/* Card Content Layout */
.card-logo-col {
    padding: var(--card-padding);
    text-align: center;
}

@media (min-width: 768px) {
    .card-logo-col {
        border-right: 1px solid rgba(0, 5, 36, 0.05);
        text-align: left;
    }
}

.card-details-col {
    padding: var(--card-padding);
}

/* Company Logo Styling */
.company-logo-box {
    max-width: 230px;
    margin: 0 auto;
}

.company-logo-box img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    border: 1px solid var(--secondary-navy);
    padding: 0.5rem;
}

/* Company Details Styling */
.company-title {
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 0.75rem;
    font-size: 22px;
}

/* Turn Over */
.turnover {
    margin-top: 0.75rem;
    color: var(--dark-text);
    font-weight: 600;
    font-size: 0.95rem;
}

/* Tags */
.company-tag {
    display: inline-block;
    background-color: var(--light-gray);
    /* Adjusted for contrast on white card */
    color: var(--secondary-navy);
    border: 1px solid var(--secondary-navy);
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Buttons (Custom for colors) */
.btn-group-custom {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.btn-custom {
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 10px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.btn-call {
    background-color: var(--primary-blue);
}

.btn-call:hover {
    background-color: #1e559e;
}

.btn-whatsapp {
    background-color: #25d366;
}

.btn-whatsapp:hover {
    background-color: #1db954;
}

.btn-enquiry {
    background-color: #dd3731;
}

.btn-enquiry:hover {
    background-color: #a11914;
}

.pcd-client-box {
    position: sticky;
    top: 0;
}

/* cta section */

.cta-section {
    color: #fff;
}

.cta-btn {
    background-color: #e4c100;
    color: #000;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 5px;
}



/* Our Work Section */
.our-work {
    background-color: #FFFFFF;
}

.our-work .main-heading {
    line-height: 1.2;
    margin-bottom: 10px;
    color: #222;
}

.our-work h4 {
    color: var(--green-color);
    font-size: 20px;
}

.our-work .body-text {
    color: var(--text-color-light);
    line-height: 1.6;
}

.our-work .stat-item {
    text-align: center;
}

.stat-item i {
    color: var(--green-color);
    font-size: 35px;
    background: #0d9d8926;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-work .stat-number {
    color: var(--primary-blue);
    margin-bottom: 5px;
    line-height: 1;
    font-size: 22px;
    margin-top: 15px;
}

.our-work .stat-text {
    font-size: 0.9rem;
    color: var(--text-color-light);
    margin: 0;
}

/* pcd section */
.pcd-list {
    list-style: none;
    padding: 0;
}

.pcd-list li i {
    color: var(--green-color);
    margin-right: 5px;
}



/* Why Choose Us Section */
.why-choose-us {
    background-color: var(--dark-theme-background);
    background-image: url('images/brain.jpeg');
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.why-choose-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.why-choose-us .small-heading {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.why-choose-us .main-heading {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.why-choose-us .feature-card-dark {
    background-color: #ffffff2e;
    padding: 30px 10px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.why-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;

}

.why-choose-us .feature-icon-dark {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f5f9361;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
}

.why-choose-us .feature-title-dark {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}

.why-choose-us .feature-description-dark {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 35px;
}

.why-btn {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 10px 20px;


}


/* contact section */

section.contact-section .contact-head .contact-intro {
    color: var(--primary-blue);
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-size: 1rem;
}

section.contact-section .contact-head .contact-heading {
    color: var(--text-color-dark);
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
    margin: 10px 0 10px;
}

section.contact-section .contact-head .contact-heading span {
    color: var(--primary-blue);
}

section.contact-section .contact-head p {
    color: #888;
    max-width: 1000px;
    margin: auto;
}

section.contact-section .contact-head ul {
    list-style: none;
    padding: 10px 0 0 0;
}

section.contact-section .contact-head ul li {
    color: #000;
    font-size: 15px;
}

section.contact-section .get-touch {
    color: #222;
    margin-bottom: 35px;
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100% !important;
    border: none;
    background-color: var(--green-color);
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
}


.footer {
    background-color: var(--primary-blue);
    color: #fff;
    padding: 30px 0;
}

.footer p {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
	section{
		padding: 40px 0;
	}
.banner-section{
	background-position: right;
}
.banner-content {
    padding: 50px 30px;
}
section.medicross-section {
    padding: 40px 0 50px;
}
.main-image {
    width: 100%;
}
.company-logo-box {
    width: 100%;
	max-width: unset;
}
.product-card-2 {
    padding: 20px;
}
.card-details-col {
    padding: 20px;
}










}
#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;

}

#sequence a:not(:last-child) {
    border-right: 1px solid #fffdfd;
}

#sequence {
    width: 100%;
    float: left;
    background: var(--primary-blue);
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #fff !important;
    margin: 0 !important;
}



.mobile-banner {
    display: none;
}

/* thankyou page */
 .ty-main-card {
            background-color: var(--primary-blue);
            border-radius: 20px;
            padding: 3rem 2rem;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0, 5, 36, 0.3);
            max-width: 450px;
            width: 100%;
            transition: transform 0.3s ease;
        }

        .ty-success-icon {
            color: var(--green-color);
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .ty-header {
            color: #fff;
            font-size: 2.25rem;
            font-weight: 700;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }

        .ty-info-message {
            color: #fff;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.7;
            margin-bottom: 2.5rem;
            opacity: 0.85;
            max-width: 350px;
            margin-left: auto;
            margin-right: auto;
        }

        .ty-cta-btn {
            display: inline-block;
            background-color: var(--green-color);
            color: var(--text-light);
            padding: 0.75rem 1.75rem;
            border-radius: 15px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: background-color 0.3s ease, transform 0.1s ease;
            border: none;
            box-shadow: 0 4px 10px rgb(49 221 86 / 20%);
        }

        .ty-cta-btn:hover {
            background-color: #188f6b;
            color: #fff;
            text-decoration: none;
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgb(49 221 86 / 40%);
        }

        @media (max-width: 576px) {
            .ty-main-card {
                padding: 2rem 1rem;
            }
            .ty-header {
                font-size: 2rem;
            }
        }






        .other-categories .grid-right-categories {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            padding: 0 0 0 1.5rem;
        }
        .category-grid-item:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }
        .category-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            color: var(--color-light);
        }
        .category-grid-item {
            position: relative;
            background-color: #333;
            min-height: 220px;
            border-radius: 0.75rem;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
        }
        .category-overlay h4 {
            color: #fff;
            font-weight: 700;
            margin-bottom: 0.25rem;
            font-size: calc(1.1rem + 0.5vw);
            line-height: 1.2;
        }
        .category-overlay p {
            color: #fff;
            font-size: 0.9rem;
            opacity: 0.8;
            margin: 0;
        }
        @media (max-width: 576px) {
            .other-categories .grid-right-categories {
                grid-template-columns: 1fr;
            }
        }
 @media (max-width: 767px) {
.desktop-banner {
    display: none;
	 }
.mobile-banner {
    display: block !important;
}
}
        @media (max-width: 991px) {
            .other-categories .grid-right-categories {
                padding: 1.5rem 0 0 0;
            }
            .grid-left-block {
            padding: 2rem;
        }
        .cta-content-container {
            padding: 2rem;
        }
        }
@media (min-width: 1366px) and (max-width: 1500px) {
	.box-form {
    padding: 28px 15px !important;
}
	.company-logo-box {
    max-width: 200px !important;
}
}
@media (min-width: 768px) and (max-width: 1365px) {
.box-form {
    padding: 13px 15px !important;
	}
.company-logo-box {
    max-width: 178px !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 64px !important;
}}