/*
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;
}





.container-fluid {
    width: 95%;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    list-style: 1.8;
    font-size: 16px;
    color: var(--main-ancient-color);
    font-family: 'Poppins', sans-serif;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

a {
    text-decoration: none;
}

/* header */
header {
    padding: 10px;
}
.logo-header{
	height: 100px;
}
.get-btn {
    padding: 10px 10px;
    background-color: #285EA7;
    border: 1px solid #285EA7;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    transition: 0.6s;
}

.get-btn:hover {
    color: #285EA7;
    background-color: transparent;
    border: 1px solid #285EA7;
}

.explore-btn {
    padding: 10px 10px;
    background-color: #66A940;
    border: 1px solid #66A940;
    border-radius: 12px;
    color: #fff;
    transition: 0.6s;
        font-size: 13px;

}

.explore-btn:hover {
    background-color: transparent;
    border: 1px solid #66A940;
    color: #66A940;
}

/* banner-section */
.banner-section {
    width: 100%;
    padding: 0;
}

.banner-section img {
    width: 100%;
}

/* why choose section */
.why-choose-section {
    background-color: #fff;
}

.why-card {
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
}

.blue-bg {
    background-color: #E5F3FF;
}

.green-bg {
    background-color: #EBF5DD;
}

.why-card h4 {
font-size: 18px;
    font-weight: 600;
    color: #22234C;
    margin-bottom: 15px;
}

.why-card p {
    line-height: 1.8;
    color: #22234C;
    margin-bottom: 20px;
    max-width: 350px;
    font-weight: 500;
    font-size: 14px;
}

.read-more-btn {
    display: inline-block;
    font-weight: 500;
    color: #0d1c46;
    border: 1px solid #d4dce4;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #285EA7;
    color: #fff;
}



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

.medicross-section {
    padding-bottom: 120px;
    background-color: #ffffff;
    overflow: hidden;
}

.image-container {
    position: relative;
}

.image-clipper {
    clip-path: url(#image-swoop-clip);
}

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

.experience-box {
    position: absolute;
    bottom: -110px;
    right: 0px;
    transform: translateX(-40%);
    background-color: #0d2c4f;
    color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    width: 234px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.experience-box .icon {
    font-size: 35px;
    margin-bottom: 35px;
    color: #E1A73D;
}

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

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


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

.welcome-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.welcome-text .icon-diamond {
    width: 12px;
    height: 12px;
    background-color: #f7c12b;
    transform: rotate(45deg);
    margin-right: 12px;
}
.main-heading {
    font-size: 34px;
    color: #06121F;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    max-width: 550px;
}

.tagline {
    border-left: 4px solid #f7c12b;
    padding-left: 20px;
    margin: 30px 0;
}

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

.description {
    font-size: 14px !important;
    line-height: 1.6 !important;
    max-width: 650px;
    margin-bottom: 20px !important;
}

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

.btn-view-more {
    background-color: #F5C242;
    color: #0d2c4f;
    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: #0d1c46;
    border-color: #F5C242;
}

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


    .welcome-text {
        justify-content: center;
    }

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

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

    .experience-box h2 {
        font-size: 3.5rem;
    }
}



/* <!-- healthcare section --> */

/* .content-wrapper {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
} */

/* Left Content Panel */
.left-panel {
    background-color: #013968;
    color: #ffffff;
    padding: 80px 50px 80px 50px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 25px 0 0 25px;
}

.left-panel::before,
.left-panel::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.left-panel::before {
    width: 250px;
    height: 250px;
    bottom: -100px;
    right: -80px;
}

.left-panel::after {
    width: 180px;
    height: 180px;
    bottom: -120px;
    right: 20px;
}

.left-panel>* {
    position: relative;
    z-index: 1;
}

.top-goal {
    color: #f7c12b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.top-goal .fa-shield-heart {
    margin-right: 8px;
}

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



.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
}

.features-list .fa-check-circle {
    color: #28a745;
    margin-right: 12px;
    font-size: 1.1rem;
}

.btn-commitment {
    background-color: #FFBE00;
    border: 1px solid #FFBE00;
    color: #0d2c4f;
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-commitment:hover {
    border: 1px solid #FFBE00;
    background-color: transparent;
    color: #FFBE00;
    transform: translateY(-2px);
}

/* Right Image Panel */
.right-panel {
    background-image: url('images/why-choose.jpg');
    background-size: cover;
    height: 100%;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    width: 100%;
    border-radius: 0 25px 25px 0;
}

.mission-box {
    background-color: #2A8F01;
    color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    max-width: 490px;
    width: 100%;
}

.mission-box h4 {
font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.mission-box p {
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .content-wrapper {
        flex-direction: column;
    }

    .left-panel,
    .right-panel {
        min-height: 500px;
    }

    .right-panel {
        justify-content: center;
        /* Center mission box on smaller screens */
    }
}

@media (max-width: 576px) {
    .healthcare-section {
        padding: 40px 0;
    }



    .main-heading {
        font-size: 2rem;
    }
}

/*--------------------------- <!-- choose-us-section --> */
.choose-us-section {
    width: 100%;
}

/* .content-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: stretch;
} */


.text-panel {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trusted-source {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.trusted-source .fa-bolt {
    color: #0d2c4f;
    margin-right: 8px;
}

.choose-heading {
    font-size: 35px;
}

.description2 {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    max-width: 650px;
    margin-bottom: 20px;
}

.btn-why-choose {
    background-color: #1E3760;
    border: 1px solid #1E3760;
    color: #ffffff;
    padding: 14px 35px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    align-self: flex-start;
}
.btn-why-choose:hover {
    background-color: transparent;
    color: #1E3760;
    border: 1px solid #1E3760;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.image-panel {
    padding: 0;
}

.image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .content-wrapper {
        flex-direction: column;
    }

    .text-panel {
        padding: 40px;
    }

    .main-heading {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .text-panel {
        padding: 30px 25px;
    }

    .main-heading {
        font-size: 1.8rem;
    }

    .btn-why-choose {
        width: 100%;
        text-align: center;
    }
}

/* <!-- feacture section --> */
.feature-section {
    background-color: #ffffff;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 2rem;
}

.feature-content {
    max-width: 400px;
    margin-left: 25px;
}

.icon-circle {
    width: 65px;
    height: 65px;
    background-color: #68A940;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.icon-circle svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.feature-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    font-size: 20px;
}
.feature-description {
    font-size: 14px;
    color: #607d8b;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .feature-card {
        margin-bottom: 0;
    }
}



/* Hero Section Styling */

.app-hero-section .main-box {
    width: 98%;
    margin: auto !important;
    background-color: #163865;
    color: #ffffff;
    border-radius: 1rem;
    padding: 60px 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    /* Subtle shadow */
}

.app-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem;
}

.app-stat-block {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd57;
}

.app-stat-value {
    font-size: 70px;
    color: #FECC52;
    line-height: 1;
    margin-right: 0.5rem;
}

.app-stat-label {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    opacity: 0.9;
    padding-left: 50px;
}

.app-main-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 2rem;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.app-description-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}
.app-primary-button {
    background-color: #FFBE00;
    border: 1px solid #FFBE00;
    color: #0d2c4f;
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.app-primary-button:hover {
    border: 1px solid #FFBE00;
    background-color: transparent;
    color: #FFBE00;
    transform: translateY(-2px);
}

.app-primary-button svg {
    margin-left: 0.75rem;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.treatment-img {
    border-radius: 25px;
    padding: 0 5px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .app-hero-section {
        padding: 3rem 0;
    }

    .app-main-heading {
        font-size: 2.2rem;
    }

    .app-stat-value {
        font-size: 3rem;
    }

    .app-stat-label {
        font-size: 1rem;
    }

    .app-image-gallery {
        flex-direction: column;
        gap: 0.5rem;
    }

    .app-image-gallery img {
        width: 100%;
    }



    .app-stat-block {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .app-hero-section {
        padding: 2rem 0;
        margin: 1rem auto;
    }

    .app-main-heading {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .app-stat-value {
        font-size: 2.5rem;
    }

    .app-stat-label {
        font-size: 0.9rem;
    }

    .app-description-text {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .app-primary-button {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

/* Marquee Section */
.marquee-section {
    background-color: #163865;
    padding: 1rem 0 ;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

.marquee-item {
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0px 2rem 0;
    display: flex;
    align-items: center;
}

.marquee-item i {
    color: var(--light-text);
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

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

/* products section */
.product-section-wrapper {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.section-title {
    font-size: 35px;
    font-weight: 500;
    color: #06121F;
    margin-bottom: 0.5rem;
}

.section-description {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    max-width: 685px;
    margin: 20px 0;
    line-height: 1.6;
}

.explore-button {
    display: inline-flex;
    align-items: center;
    background-color: #1E3760;
    border: 1px solid #1E3760;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.explore-button:hover {
    background-color: transparent;
    color: #1E3760;
    border: 1px solid #1E3760;
}

.explore-button svg {
    margin-left: 0.5rem;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.owl-carousel-container {
    position: relative;
  
}

.product-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    padding: 30px 1.5rem;
    display: flex;
    flex-direction: column;
    margin: 1rem;
    height: 100%;
    transition: transform 0.2s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 0.5rem;
}

.product-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #343a40;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.product-icon-circle {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 65px;
    height: 65px;
    background-color: #4EAB29;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.product-icon-circle svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

.owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background-color: #1E3760 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 65px !important;
    height: 65px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 1.5rem !important;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.owl-nav button:hover {
    opacity: 1;
    background-color: #2c3e50 !important;
}

.owl-prev {
    left: -1rem;
}

.owl-next {
    right: -1rem;
}

.owl-dots {
    text-align: center;
    margin-top: 2rem;
}

.owl-dot span {
    background: #ced4da !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
    border-radius: 50% !important;
    display: block !important;
    transition: background-color 0.3s ease;
}

.owl-dot.active span {
    background: #0d6efd !important;
}

@media (max-width: 767px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .explore-button {
        margin-top: 1rem;
    }

    .owl-nav button {
        width: 35px !important;
        height: 35px !important;
        font-size: 1.2rem !important;
    }

    .owl-prev {
        left: 0.5rem;
    }

    .owl-next {
        right: 0.5rem;
    }

    .product-card {
        margin: 0.5rem;
    }
}
/* strenght section1  */
.strength-section{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    		background-color: #282f3b;

}
.strength-overlay{
    background: linear-gradient(300deg, #282f3b 40%, rgba(0, 0, 0, 0.09) 100%);
    opacity: 0.9;
}



    .title-content{
        padding: 100px 60px 150px;
    }
.title-content h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 3.5rem;
}
.title-content p {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 30px;
}
.strenght-btn {
    padding: 15px 35px;
    border: 1px solid #EAB507;
    background-color: #EAB507;
    border-radius: 12px 0 12px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.simple-parallax {
		min-height: 600px;
	}

	.title-video-row {
		padding-bottom: 100px;
	}
	.expertise-boxes-row {
		margin-top: 30px;
	}

	.expertise-box {
		position: relative;
		padding: 40px 30px;
		cursor: pointer;
		overflow: hidden;
	}

	.expertise-box::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 10px;
		left: 0;
		bottom: 0;
		background: #282f3b;
		transition: all 0.5s ease;
		z-index: -1;
	}

	.expertise-box:hover::before {
		background: var(--ancient-color);
		height: 100%;
	}

	.step-number {
		position: relative;
		z-index: 1;
	}

	.step-number h1 {
		font-size: 60px;
		line-height: 60px;
		color: #fff;
		font-weight: 700;
		margin-right: 15px;
	}

	.expertise-title {
		display: inline-block;
		position: relative;
		z-index: 1;
	}

	.expertise-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

	.expertise-box:not(:last-child)::after {
		content: "";
		position: absolute;
		background: rgba(255, 255, 255, 0.6);
		width: 1px;
		height: 1000px;
		right: 0;
		bottom: 0;
		z-index: 0;
	}

	@media (max-width: 991.98px) {
		.title-content {
			text-align: center !important;
		}

		.expertise-box {
			margin-bottom: 30px;
		}

		.expertise-box:not(:last-child)::after {
			display: none;
		}
	}

	.z-index-1 {
		z-index: 1;
	}

	.text-white-70 {
		color: rgba(255, 255, 255, 0.7);
	}

    /* faq section */
    .faq-section-wrapper {
            padding: 4rem 0;
            background-color: #f8f9fa;
        }

       .faq-content-area {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    border-bottom: 6px solid #D8DDE2;
}

        .faq-image-column-wrapper {
            position: relative;
            padding: 1rem; 
        }

        .faq-main-image {
            width: 100%;
            height: auto;
            border-radius: 25px;
            object-fit: cover;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .quality-badge {
            position: absolute;
            top: 1rem;
            left: 1rem;
            background-color: #28a745;
            color: #ffffff;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            font-weight: 600;
            font-size: 0.9rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1.2;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            border: 2px solid #ffffff;
            z-index: 10;
        }

        .quality-badge::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            border: 2px dashed #ffffff;
            border-radius: 0.75rem;
            z-index: -1;
        }

        .quality-badge span {
            font-size: 1.1rem;
        }

        .faq-text-column-wrapper { /* New wrapper for the text column content */
            padding: 1rem; /* Padding for content inside the column */
        }

        .faq-breadcrumb {
            font-size: 0.9rem;
            color: #6c757d;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
        }

        .faq-breadcrumb svg {
            width: 16px;
            height: 16px;
            fill: #0d6efd;
            margin-right: 0.5rem;
        }

       .faq-main-title {
    font-size: 35px;
    font-weight: 500;
    color: #06121F;
    margin-bottom: 1rem;
}

       .faq-subtitle {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 2rem;
    line-height: 1.6;
}

        .accordion-item {
            border: none;
            margin-bottom: 1rem;
            border-radius: 0.5rem;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

   .accordion-header .accordion-button {
    background-color: #ffffff;
    color: #212529;
    font-weight: 600;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 0.5rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

        .accordion-header .accordion-button:not(.collapsed) {
            background-color: #e9ecef;
            color: #28a745;
            box-shadow: none;
        }

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

        .accordion-header .accordion-button::after {
            background-image: none;
            content: '+';
            font-weight: bold;
            transform: rotate(0deg);
            transition: transform 0.2s ease-in-out;
            font-size: 1.5rem;
            line-height: 1;
        }

        .accordion-header .accordion-button:not(.collapsed)::after {
            content: '-';
            transform: rotate(0deg);
        }

        .accordion-body {
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    color: #495057;
    font-size: 14px;
    border-top: 1px solid #dee2e6;
}

        @media (max-width: 991px) {
            .faq-main-title {
                font-size: 1.8rem;
            }
        }


        /* test */
        
        .testimonials-section {
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            width: 100%;
            overflow: hidden;
           
        }
        .testimonials-content {
            padding: 50px;
      
        }

        .section-tag {
            font-size: 14px;
            color: #667085;
            font-weight: 500;
            margin-bottom: 10px;
        }

       .section-tag h2 {
            font-size: 35px;
            color: #101828;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .rating {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

        .rating .stars {
            color: #F79009;
            font-size: 18px;
            margin-right: 8px;
            letter-spacing: 2px;
        }

        .rating p {
            font-size: 14px;
            color: #475467;
            margin: 0;
            font-weight: 500;
        }
.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #475467;
    margin-bottom: 30px;
    flex-grow: 1;
}
        .customer-info {
            display: flex;
            align-items: center;
            margin-top: 20px;
            position: relative;
        }

        .customer-avatar {
            width: 64px !important;
            height: 64px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 18px;
            border: 3px solid #F2F4F7;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .customer-name {
    font-size: 16px;
    font-weight: 600;
    color: #101828;
    margin: 0;
}
        .customer-title {
            font-size: 15px;
            color: #667085;
            margin: 0;
            font-weight: 400;
        }

        .carousel-navigation {
            display: flex;
            justify-content: flex-end;
            gap: 15px;
            margin-top: 0px;
        }

        .carousel-navigation button {
            background-color: #F2F4F7;
            border: 1px solid #EAECF0;
            border-radius: 50%;
            width: 56px;
            height: 56px;
            font-size: 26px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
            color: #475467;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }

        .carousel-navigation button:hover {
            background-color: #E4E7EC;
            border-color: #D0D5DD;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .testimonials-image {
            position: relative;
            overflow: hidden;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }

        .testimonials-image .main-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .owl-carousel .owl-stage-outer {
            padding: 0;
        }
        .owl-carousel .owl-item {
            display: flex;
            justify-content: center;
            align-items: center;
            height: auto;
        }

        @media (max-width: 992px) {
            .testimonials-image {
                height: 350px;
                border-radius: 15px 15px 0 0;
            }

            .testimonials-section {
                border-radius: 15px;
            }

            .testimonials-content {
                padding: 40px;
            }

            h2 {
                font-size: 32px;
            }

            .testimonial-text {
                font-size: 17px;
            }

            .carousel-navigation {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 15px;
            }

            .testimonials-section {
                box-shadow: none;
                border-radius: 0;
            }

            .testimonials-content {
                padding: 30px;
            }

            h2 {
                font-size: 28px;
            }

            .rating p {
                font-size: 15px;
            }

            .customer-avatar {
                width: 56px;
                height: 56px;
            }

            .customer-name {
                font-size: 17px;
            }

            .customer-title {
                font-size: 14px;
            }

            .carousel-navigation button {
                width: 50px;
                height: 50px;
                font-size: 22px;
            }
        }

        @media (max-width: 480px) {
            .testimonials-content {
                padding: 20px;
            }

            h2 {
                font-size: 24px;
            }

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

            .testimonials-image {
                height: 250px;
            }
        }
/* contact us */

        .main-section {
            width: 98%;
            margin: auto;
            background-color: #fff;
            border-radius: 25px 25px 0 0;
            overflow: hidden;
        }

       .main-section .banner-section {
            position: relative;
            height: 400px;
            background-image: url('images/contact-img.jpg');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            padding: 0;
        }

        .banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(16, 24, 40, 0.2) 0%, rgba(16, 24, 40, 0.3) 50%, rgba(16, 24, 40, 0) 100%);
            display: flex;
            flex-direction: column;
            justify-content: end;
            color: #fff;
            padding-left: 20px;
        }


        .banner-text-small {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 10px;
            opacity: 0.9;
        }

        .banner-text-large {
    font-size: 34px;
    line-height: 1.2;
    padding-bottom: 50px;
}
.contact-main-box{
 background-color: #08243C;
            color: #fff;
            padding: 50px 0;
            width: 98%;
            margin: auto;
            position: relative;
}

        .content-section {
            background-color: #08243C;
            color: #fff;
            padding: 50px;
        }

        .contact-info-block {
        margin-bottom: 30px;
        }

        .contact-icon-wrapper {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            width: 45px;
            height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            margin-bottom: 20px;
            flex-shrink: 0;
        }

        .contact-icon {
            color: #fff;
            font-size: 20px;
        }

        .contact-details h6 {
            font-size: 18px;
            margin-bottom: 5px;
            color: #fff;
        }
.contact-details .address{
    font-size: 13px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 0;
            line-height: 1.5;
}
        .contact-details p {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 0;
            line-height: 1.5;
        }
        .contact-details p a{
                        color: rgba(255, 255, 255, 0.7);

        }
        .contact-details p .eamil-inner{
                color: rgba(255, 255, 255, 0.7);
                font-size: 13px;

        }

        .benefits-section {
            margin-top: 40px;
        }

        .benefits-section h6 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #fff;
        }

        .benefit-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 15px 0;
        }

        .benefit-item {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            width: 50%;
            padding-right: 10px;
        }

        .benefit-item i {
            color: #27AE60;
            margin-right: 10px;
        }

     .appointment-card {
    position: absolute;
    max-width: 520px;
    background-color: #F2F4F7;
    border-radius: 10px;
    padding: 60px 40px;
    color: #333;
    top: -144px;
    right: 45px;
}

        .appointment-card h5 {
            font-size: 22px; 
            margin-bottom: 10px;
            color: #101828;
        }

        .appointment-card .privacy-text {
            font-size: 13px;
            color: #101828;
            margin-bottom: 25px;
            line-height: 1.5;
        }

        .form-control, .form-select {
            background-color: #fff;
            border: 1px solid #D0D5DD;
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 15px;
            color: #101828;
            box-shadow: none;
        }

        .form-control::placeholder {
            color: #555 !important;
        }

        .form-control:focus, .form-select:focus {
            border-color: #84CFFF;
            box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
        }

        .form-label-custom {
            position: absolute;
            top: 12px;
            left: 15px;
            font-size: 15px;
            color: #98A2B3;
            pointer-events: none;
            transition: all 0.2s ease-out;
            background-color: #fff;
            padding: 0 5px;
            transform: translateY(0);
        }

        .form-floating > .form-control:focus ~ .form-label-custom,
        .form-floating > .form-control:not(:placeholder-shown) ~ .form-label-custom,
        .form-floating > .form-select ~ .form-label-custom {
                        transform: translateY(-25px) translateX(-5px) scale(0.85);
            color: #475467;
        }
        .form-floating>.form-control, .form-floating>.form-select {
    height: unset;
    line-height: 1.25;
}

        .form-floating {
            position: relative;
        }

        .note-textarea {
            min-height: 100px;
            resize: vertical;
        }
input.wpcf7-form-control.wpcf7-submit.has-spinner{
    width: 100% !important;
    background-color: #08243C;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 12px 25px;
            font-size: 14px;
}
        .submit-btn {
            background-color: #08243C;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 12px 25px;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

        .submit-btn:hover {
            background-color: #212a38;
            color: #fff;
        }

        @media (max-width: 991.98px) {
            .banner-section {
                height: 250px;
            }
            .banner-overlay {
                padding-left: 30px;
            }
            .banner-text-large {
                font-size: 30px;
            }
            .content-section {
                padding: 40px;
            }
            .benefit-item {
                width: 100%;
            }
            .appointment-card {
                padding: 25px;
            }
            .appointment-card h5 {
                font-size: 22px;
            }
        }

        @media (max-width: 767.98px) {
            .main-section {
                border-radius: 0;
                box-shadow: none;
            }
            .banner-section {
                height: 200px;
            }
            .banner-overlay {
                padding-left: 20px;
                background: linear-gradient(to right, rgba(16, 24, 40, 0.85) 0%, rgba(16, 24, 40, 0.6) 70%, rgba(16, 24, 40, 0.2) 100%);
            }
            .banner-text-small {
                font-size: 14px;
            }
            .banner-text-large {
                font-size: 24px;
            }
            .content-section {
                padding: 30px;
            }
            .contact-info-block {
                margin-bottom: 20px;
            }
            .contact-details h6 {
                font-size: 16px;
            }
            .contact-details p {
                font-size: 13px;
            }
            .benefits-section {
                margin-top: 30px;
            }
            .benefits-section h6 {
                font-size: 16px;
            }
            .benefit-item {
                font-size: 14px;
            }
            
            .appointment-card h5 {
                font-size: 20px;
            }
            .appointment-card .privacy-text {
                font-size: 12px;
            }
            .form-control, .form-select {
                padding: 10px 12px;
                font-size: 14px;
            }
            .submit-btn {
                width: 100%;
                justify-content: center;
                padding: 10px 20px;
                font-size: 15px;
            }
        }

        @media (max-width: 575.98px) {
            .banner-section {
                height: 180px;
            }
            .banner-overlay {
                padding-left: 15px;
            }
            .banner-text-large {
                font-size: 20px;
            }
            .content-section {
                padding: 20px;
            }
          
            .contact-icon-wrapper {
                margin-right: 0;
                margin-bottom: 10px;
            }
            .benefit-item {
                width: 100%;
            }
        }

/* blogs */
.news-area {
            padding: 60px 0;
            background-color: #f0f2f5;
            width: 100%;
        }
        .news-area .container-fluid{
            width: 85%;
        }

        .header-content {
            text-align: center;
            margin-bottom: 50px;
        }

        .header-tag {
    font-size: 14px;
    color: #667085;
    font-weight: 500;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

        .header-content i {
            color: #08243C;
            font-size: 20px;
        }

      .header-content h2 {
            font-size: 38px;
            color: #101828;
            line-height: 1.2;
            margin-bottom: 15px;
        }

       .header-description {
    font-size: 13px;
    color: #475467;
    max-width: 711px;
    margin: 0 auto;
    line-height: 1.6;
}

        .article-card {
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            border-bottom: 6px solid #DADEE2;
        }

        .article-card-image {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

        .article-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 20px;
        }

        .date-label {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: #08243C;
            color: #fff;
            padding: 10px 15px;
            border-radius: 5px;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.2;
        }

        .date-label .day-num {
            font-size: 24px;
            font-weight: 700;
            display: block;
        }

        .article-card-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .article-card-info {
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    z-index: 999;
    bottom: -4px;
    left: 15px;
}

        .article-card-info i {
            font-size: 12px;
        }

        .article-card-heading {
    font-size: 16px;
    font-weight: 600;
    color: #101828;
    margin-bottom: 15px;
    line-height: 1.8;
}

       .article-card-summary {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}
.read-more-link {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

        .read-more-link:hover {
            color: #08243C;
        }

        .read-more-link i {
            transition: transform 0.3s ease;
        }

        .read-more-link:hover i {
            transform: translateX(5px);
        }

        @media (max-width: 991.98px) {
            .header-content {
                margin-bottom: 40px;
            }
            h2 {
                font-size: 32px;
            }
            .header-description {
                font-size: 15px;
            }
            .article-card-image {
                height: 180px;
            }
            .article-card-content {
                padding: 20px;
            }
            .article-card-heading {
                font-size: 18px;
            }
            .article-card-summary {
                font-size: 14px;
            }
        }

        @media (max-width: 767.98px) {
            .news-area {
                padding: 40px 0;
            }
            .header-content {
                margin-bottom: 30px;
            }
            h2 {
                font-size: 28px;
            }
            .header-description {
                font-size: 14px;
            }
            .article-card-image {
                height: 160px;
            }
            .date-label {
                padding: 8px 12px;
                font-size: 12px;
            }
            .date-label .day-num {
                font-size: 20px;
            }
            .article-card-content {
                padding: 15px;
            }
            .article-card-heading {
                font-size: 17px;
            }
            .article-card-summary {
                font-size: 13px;
            }
            .read-more-link {
                font-size: 14px;
            }
        }

        @media (max-width: 575.98px) {
            body {
                padding: 10px;
            }
            .news-area {
                padding: 30px 0;
            }
            h2 {
                font-size: 24px;
            }
            .header-description {
                font-size: 13px;
            }
            .article-card-image {
                height: 200px;
            }
            .article-card {
                margin-bottom: 20px;
            }
        }


        /* footer */
        
        .footer-section {
            color: #fff;
            margin-top: auto; 
        }
        .footer-main-box{
            background-color: #08243C; 
            width: 98%;
            margin: auto;
                        padding: 60px 0;
                                    border-radius: 15px 15px; 


        }

        .footer-logo-col {
            padding-right: 30px; 
        }

      

        .footer-logo img {
            height: 100px; 
            margin-right: 10px;
        }

        .footer-logo-text {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            line-height: 1;
        }

        .footer-logo-subtext {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            margin-top: -5px;
        }

        .footer-description {
            font-size: 15px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.8);
            margin: 30px 0;
        }

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

        .social-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 18px;
            transition: background-color 0.3s ease;
        }

        .social-icon:hover {
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff; 
        }

        .footer-links-col h5 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 25px;
            color: #fff;
        }

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

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

        .footer-links-col ul li a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
        }

        .footer-links-col ul li a:hover {
            color: #fff;
        }

        .contact-card {
            background-color: #fff;
            border-radius: 10px;
            padding: 30px;
            color: #333;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .contact-card h5 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #101828;
        }

        .contact-info p {
            font-size: 15px;
            line-height: 1.6;
            color: #475467;
            margin-bottom: 10px;
        }
        .contact-info p a{
            color: #475467;
            font-size: 14px;
        }

        .contact-info strong {
            color: #101828;
        }

        .emergency-number {
            font-size: 17px;
            font-weight: 700;
            color: #101828;
            margin-top: 20px;
            margin-bottom: 25px;
        }

    .appointment-btn {
    background-color: #4EAB29;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

        .appointment-btn:hover {
            background-color: #219d52; 
            color: #fff;
        }

        .footer-bottom {
            padding-top: 30px;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        #sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: var(--white-color) !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: #66A940;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #fff !important;
    margin: 0 !important;
}

        /* Responsive Adjustments */
        @media (max-width: 991.98px) {
            .footer-content {
                padding-bottom: 30px;
            }
            .footer-logo-col,
            .footer-links-col {
                margin-bottom: 40px; /* Space between stacked columns */
            }
            .footer-logo-col {
                padding-right: 15px; /* Adjust padding */
            }
            .contact-card {
                margin-top: 20px; /* Space above contact card when stacked */
            }
            .footer-bottom {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
        }

        @media (max-width: 767.98px) {
            .footer-section {
                padding: 40px 0;
                border-radius: 0; /* No border radius on small screens */
            }
            .footer-content {
                padding-bottom: 20px;
            }
            .footer-links-col h5 {
                margin-bottom: 15px;
            }
            .footer-links-col ul li {
                margin-bottom: 10px;
            }
            .contact-card {
                padding: 25px;
            }
            .emergency-number {
                font-size: 18px;
            }
            .appointment-btn {
                width: 100%; /* Full width button on small screens */
                justify-content: center;
            }
        }

        @media (max-width: 575.98px) {
            .footer-section {
                padding: 30px 0;
            }
            .footer-logo-col,
            .footer-links-col {
                margin-bottom: 30px;
            }
            .footer-logo-text {
                font-size: 20px;
            }
            .footer-description {
                font-size: 14px;
            }
            .social-icon {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
            .contact-card h5 {
                font-size: 18px;
            }
            .contact-info p {
                font-size: 14px;
            }
        }

		/* respomsive */

		@media (max-width: 767.98px) {
    section{
    padding: 40px 0;
}
    .header-btn{
        display: none;
    }
	.logo-header{
	height: 70px;
}
    /* pcd pharma */
    .main-image {
    width: 100%;
   }
   .experience-box {
    left: 10%;
    transform: translateX(-50%);
    bottom: -62px;
    width: 80%;
    padding: 20px;
}
.experience-box .icon {
    font-size: 35px;
    margin-bottom: 25px;
}
.text-content {
    padding-left: 0px;
}
.welcome-text {
    font-size: 15px;
}
.description:last-of-type {
    margin-bottom: 15px;
}
.medicross-section {
    padding-bottom: 40px;
}
/* healthcare */
.left-panel .main-heading {
 
    margin-bottom: 20px;
    font-size: 25px !important;
}
    .left-panel {
    padding: 40px 25px;
    border-radius: 25px 25px 0px 0;
}
.right-panel{
    padding: 20px;
        border-radius: 0 0 25px 25px ;

}
.mission-box {
    padding: 20px;
}
/* feature-section */
.feature-card {
    padding: 0;
}
  /* Hero Section */
  .maim-box .container-fluid{
    padding: 0 !important;
  }
  .app-main-heading {
    margin-top: 0px;
}
.app-content-wrapper {
    padding: 1.5rem 0;
}
.treatment-img {
    margin: 10px 0;
}
/* products section */
.product-icon-circle {
    width: 40px;
    height: 40px;
    right: 15px;
}
/* strength */
.title-content {
    padding: 80px 0px;
    text-align: left !important;
}
.title-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
}
.title-content p {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 15px;
}
/* faq section */
.faq-content-area {
    padding: 0;
}
.faq-image-column-wrapper {
    position: relative;
    padding: 0;
}
.accordion-header .accordion-button {

    font-size: 16px;
    padding: 10px 15px;
   }
   .faq-text-column-wrapper {
    padding: 1rem 0;
}
.accordion-body {
    padding: 1rem 0.5rem;
}
/* test / */
.testimonials-content {
    padding: 0px;
}
/* contact us */
.appointment-card {
    padding: 20px;
    position: unset;
    margin-top: 20px;
}
/* blog  */
.news-area .container-fluid {
    width: 95%;
}
.header-content h2 {
    font-size: 1.8rem;

}
}
/*----------------------------------- innerpages ------------------------------------------*/
/* Breadcrumb css */
.page-breadcrumb {
		background: linear-gradient(135deg, #285EA7 0%, #66A940 100%);
		padding: 40px 0;
		color: #fff;
		position: relative;
		overflow: hidden;
	}

	.page-breadcrumb::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -50px;
		width: 200px;
		height: 200px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}

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

	/* corporate */
	.inner-section{
		padding: 30px 0 !important;
	}
	.dolchem-franchise-section {
            padding: 5rem 0;
            background-color: #ffffff;
            border-radius: 15px;
            margin-top: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
        .dolchem-franchise-section h2 {
            font-weight: 600;
            color: #06121F;
            margin-bottom: 2.5rem;
        }
        .franchise-offer-card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            overflow: hidden;
        }
        .franchise-offer-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }
        .franchise-offer-image {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            height: 200px;
            object-fit: cover;
        }
        .franchise-offer-body {
            padding: 1.75rem;
        }
        .franchise-offer-title {
            font-weight: 600;
            color: #343a40;
            margin-bottom: 0.75rem;
        }
        .franchise-offer-description {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        /* about us */
        .about-page-main-section {
            background-color: #ffffff;
            border-radius: 15px;
            margin-top: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
        .about-page-main-section h2 {
            font-weight: 600;
            color: #06121F;
            margin-bottom: 2.5rem;
        }
        .about-content-block {
            margin-bottom: 3rem;
        }
        .about-content-block h3 {
            font-weight: 500;
            color: #285EA7;
            margin-bottom: 1.5rem;
        }
        .about-content-block p {
            font-size: 14px;
            line-height: 1.7;
            color: #555;
        }
        .about-image-container {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        .about-image-container img {
            width: 100%;
            height: auto;
            display: block;
        }
        .vision-section {
            padding: 4rem 0;
            background-color: #e9f7ff;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            text-align: center;
        }
        .vision-section h3 {
            font-weight: 600;
            color: #285EA7; 
            margin-bottom: 1.5rem;
        }
        .vision-section p {
            font-size: 15px;
            line-height: 1.8;
            color: #495057;
            max-width: 900px;
            margin: 0 auto;
        }

        /* director message */
       
        .directors-section-heading {
    font-weight: 700;
    font-size: 2rem;
    color: #06121F;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}
        .directors-section-heading::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 80px;
            height: 4px;
            background-color: #06121F;
            border-radius: 2px;
        }

        .message-content-section {
            padding: 3.5rem; 
            background: linear-gradient(135deg, #e0f2f7, #cce7ff);
            border-radius: 18px; 
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
            text-align: center;
            border: 1px solid rgba(0, 123, 255, 0.2); 
        }
        .message-content-section h3 {
            font-weight: 700;
            color: #004085; 
            margin-bottom: 2rem; 
            font-size: 25px;
        }
        .message-content-section p {
            font-size: 1rem; 
            line-height: 1.9;
            color: #3a4750; 
            margin-bottom: 1.25rem;
        }
        .director-signature {
            font-weight: 700; 
            font-size: 1.3rem; 
            color: #212529; 
            margin-top: 2.5rem; 
            display: block;
        }
        .director-title {
            font-size: 1rem;
            color: #6c757d;
        }

        .director-profile-section {
            padding: 4.5rem 0; 
            margin-bottom: 4rem; 
            background-color: #f7faff; 
            border-radius: 20px; 
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }
        .director-profile-image-container {
            border-radius: 50%; 
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); 
            margin-bottom: 2.5rem;
            width: 280px; 
            height: 280px; 
            margin-left: auto;
            margin-right: auto;
            border: 6px solid #007bff; 
            transition: transform 0.3s ease;
        }
        .director-profile-image-container:hover {
            transform: scale(1.03); 
        }
        .director-profile-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover; 
        }
        .director-profile-text h4 {
            font-weight: 700;
            color: #004085; 
            margin-bottom: 1.5rem; 
            font-size: 2.2rem; 
            position: relative;
            padding-bottom: 0.75rem;
        }
        .director-profile-text h4::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            height: 3px;
            background-color: #007bff;
            border-radius: 2px;
        }
        .director-profile-text p {
            font-size: 15px; 
            line-height: 1.9; 
            color: #495057; 
        }

        .future-outlook-section {
            padding: 3.5rem; 
            background: linear-gradient(135deg, #e0f2f7, #cce7ff);
            border-radius: 18px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            text-align: center;
            border: 1px solid rgba(0, 123, 255, 0.2);
        }
        .future-outlook-section h3 {
            font-weight: 700;
            color: #004085; 
            margin-bottom: 2rem; 
            font-size: 25px;
        }
        .future-outlook-section p {
            font-size: 1rem; 
            line-height: 1.9; 
            color: #3a4750; 
            max-width: 900px;
            margin: 0 auto;
        }

        /* mission,vission */
         .mvv-card-unique {
            background-color: #ffffff;
            border-radius: 25px;
            padding: 30px;
            margin-bottom: 40px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 1px solid rgba(255, 255, 255, 0.5);
            min-height: 320px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(5px);
            background: rgba(255, 255, 255, 0.9);
        }

        .mvv-card-unique::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, #66A940, #285EA7);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease-out;
        }

        .mvv-card-unique:hover {
            transform: translateY(-20px) scale(1.0);
            box-shadow: 0 25px 60px rgba(0,0,0,0.2);
        }

        .mvv-card-unique:hover::before {
            transform: scaleX(1);
        }

        .mvv-card-unique .card-icon-unique {
            font-size: 3.5rem;
            color: #0A2E50;
            margin-bottom: 30px;
            text-align: center;
            width: 100%;
            transition: color 0.4s ease, transform 0.4s ease;
            text-shadow: 0 3px 8px rgba(0,0,0,0.1);
        }

        .mvv-card-unique:hover .card-icon-unique {
            color: #66A940;
            transform: scale(1.1);
        }

        .mvv-card-unique h3 {
            font-size: 25px;
            font-weight: 700;
            color: #06121F;
            margin-bottom: 25px;
            text-align: center;
            letter-spacing: -0.5px;
        }

       .mvv-card-unique p {
    font-size: 15px;
    color: #4A4A4A;
    text-align: center;
    flex-grow: 1;
}
        .values-section-unique .mvv-card-unique {
            min-height: 280px;
        }

        .values-section-unique .mvv-card-unique h3 {
            font-size: 1.9rem;
            margin-bottom: 15px;
        }

        .values-section-unique .mvv-card-unique .card-icon-unique {
            font-size: 3.5rem;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes floatShape {
            0% { transform: translate(0, 0) rotate(0deg); }
            25% { transform: translate(20px, -20px) rotate(15deg); }
            50% { transform: translate(0, 0) rotate(0deg); }
            75% { transform: translate(-20px, 20px) rotate(-15deg); }
            100% { transform: translate(0, 0) rotate(0deg); }
        }

        @media (max-width: 1024px) {
            .hero-section-unique h1 {
                font-size: 3.5rem;
            }
            .hero-section-unique p {
                font-size: 1.3rem;
            }
            .mvv-card-unique {
                padding: 30px;
                min-height: 280px;
            }
            .mvv-card-unique .card-icon-unique {
                font-size: 4rem;
            }
            .mvv-card-unique h3 {
                font-size: 2.2rem;
            }
            .mvv-card-unique p {
                font-size: 1.05rem;
            }
            .values-section-unique .mvv-card-unique {
                min-height: 240px;
            }
            .values-section-unique .mvv-card-unique h3 {
                font-size: 1.7rem;
            }
            .values-section-unique .mvv-card-unique .card-icon-unique {
                font-size: 3.5rem;
            }
        }

        @media (max-width: 768px) {
            .hero-section-unique {
                padding: 70px 0;
                border-bottom-left-radius: 60px;
                border-bottom-right-radius: 60px;
            }
            .hero-section-unique h1 {
                font-size: 2.8rem;
            }
            .hero-section-unique p {
                font-size: 1.1rem;
            }
            .mvv-card-unique {
                padding: 25px;
                min-height: auto;
            }
            .mvv-card-unique .card-icon-unique {
                font-size: 3.5rem;
            }
            .mvv-card-unique h3 {
                font-size: 1.8rem;
            }
            .mvv-card-unique p {
                font-size: 1rem;
            }
            .values-section-unique .mvv-card-unique {
                min-height: auto;
            }
        }

        @media (max-width: 480px) {
            .hero-section-unique {
                padding: 50px 0;
                border-bottom-left-radius: 40px;
                border-bottom-right-radius: 40px;
            }
            .hero-section-unique h1 {
                font-size: 2.2rem;
            }
            .hero-section-unique p {
                font-size: 0.95rem;
            }
            .mvv-card-unique {
                padding: 20px;
            }
            .mvv-card-unique .card-icon-unique {
                font-size: 3rem;
            }
            .mvv-card-unique h3 {
                font-size: 1.5rem;
            }
        }

        /* quality page */
        .qa-approach-container {
            background-color: #ffffff;
            border-radius: 25px;
            margin-bottom: 60px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            overflow: hidden;
            position: relative;
        }

        .qa-approach-container .approach-main-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

        .qa-approach-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            padding: 20px;
            border-radius: 15px;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .qa-approach-item:hover {
            background-color: #f8f8f8;
            transform: translateY(-5px);
        }

        .qa-approach-item .approach-icon {
            font-size: 3rem;
            color: #2ECC71;
            margin-right: 25px;
            flex-shrink: 0;
            transition: color 0.3s ease;
        }

        .qa-approach-item:hover .approach-icon {
            color: #1A5276;
        }

        .qa-approach-item .approach-content h4 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2C3E50;
            margin-bottom: 10px;
        }

        .qa-approach-item .approach-content p {
            font-size: 1.05rem;
            color:  #4A4A4A;
        }

        .qa-pillar-new {
            background-color: #ffffff;
            border-radius: 20px;
            padding: 35px 20px;
            margin-bottom: 30px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            text-align: center;
            min-height: 320px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
        }

        .qa-pillar-new::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(46, 204, 113, 0.1), rgba(52, 152, 219, 0.1));
            border-radius: 20px;
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 0;
        }

        .qa-pillar-new:hover::before {
            opacity: 1;
        }

        .qa-pillar-new:hover {
            transform: translateY(-12px);
            box-shadow: 0 18px 45px rgba(0,0,0,0.15);
            border-color: #1A5276;
        }

        .qa-pillar-new .pillar-icon-new {
            font-size: 2.5rem;
            color: #1A5276;
            margin-bottom: 25px;
            transition: color 0.4s ease, transform 0.4s ease;
            text-shadow: 0 3px 8px rgba(0,0,0,0.1);
            position: relative;
            z-index: 1;
        }

        .qa-pillar-new:hover .pillar-icon-new {
            color: #3498DB;
            transform: scale(1.1);
        }

        .qa-pillar-new h4 {
            font-size: 25px;
            font-weight: 600;
            color:  #2C3E50;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .qa-pillar-new p {
            font-size: 15px;
            color: #4A4A4A;
            position: relative;
            z-index: 1;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes floatShape {
            0% { transform: translate(0, 0) rotate(0deg); }
            25% { transform: translate(20px, -20px) rotate(15deg); }
            50% { transform: translate(0, 0) rotate(0deg); }
            75% { transform: translate(-20px, 20px) rotate(-15deg); }
            100% { transform: translate(0, 0) rotate(0deg); }
        }

        @media (max-width: 1200px) {
            .qa-approach-container {
                padding: 40px;
            }
            .qa-approach-item .approach-icon {
                font-size: 2.5rem;
                margin-right: 20px;
            }
            .qa-approach-item .approach-content h4 {
                font-size: 1.6rem;
            }
            .qa-approach-item .approach-content p {
                font-size: 1rem;
            }
            .qa-pillar-new {
                min-height: 280px;
                padding: 30px;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 4rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.9rem;
            }
        }

        @media (max-width: 992px) {
            .qa-approach-container {
                padding: 30px;
            }
            .qa-approach-container .approach-main-image {
                margin-bottom: 30px;
            }
            .qa-approach-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 15px;
            }
            .qa-approach-item .approach-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
            .qa-pillar-new {
                min-height: 250px;
                padding: 25px;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 3.5rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.7rem;
            }
            .qa-pillar-new p {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
            .qa-approach-container {
                padding: 20px;
            }
            .qa-approach-item .approach-icon {
                font-size: 2.5rem;
            }
            .qa-approach-item .approach-content h4 {
                font-size: 1.4rem;
            }
            .qa-pillar-new {
                min-height: auto;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 3rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.4rem;
            }
            /* contact */
            .inner-appointment-card{
                position: unset !important;
            }
        }

        @media (max-width: 480px) {
            .qa-approach-item .approach-icon {
                font-size: 2rem;
            }
            .qa-approach-item .approach-content h4 {
                font-size: 1.2rem;
            }
            .qa-pillar-new {
                padding: 20px;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 2.5rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.2rem;
            }
        }

        /* contact us */
        .inner-text-large{
            font-size: 25px !important;
        }
        .inner-appointment-card{
            position: absolute;
    max-width: 500px;
    background-color: #F2F4F7;
    border-radius: 10px;
    padding: 60px 40px;
    color: #333;
    top: -144px;
    right: 20px;
        }
        .inner-submit-btn{
            padding: 0 24px 12px;
            display: unset;
    align-items: unset;
        }