/*
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.4456
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
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}

.upperbar {
    background: linear-gradient(90deg, #123b37, #0a293f);
    padding: 14px 0 0 0;
    color: #fff;
    font-size: 16px;
}
.hero-banner {
  position: relative;
  background: url('./images/slidebanner.webp') center/cover no-repeat;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
.plane {
    position: absolute;
    bottom: -79px;
    left: 51%;
}
.stylling {
    float: right;
}
.manufacturing {
    margin: 0 0 60px 0;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1d3937d6 20%, #F2295B00 75%);
}
.hero-top-text {
  font-size: 16px;
  font-weight: 500;
  color: #c7e8ff;
}

.icon-health {
  width: 22px;
  margin-right: 8px;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hero-desc {
  font-size: 18px;
  line-height: 1.7;
  max-width: 600px;
}
.leadership-section {
    background: #fff;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #171c2a;
}

.section-subtitle {
    color: #6c757d;
    font-size: 18px;
    margin-top: 10px;
}

.leadership-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.leadership-img img {
    border-radius: 12px;
    width: 100%;
}

.leader-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1c1f2a;
}

.leader-role {
    color: #d4a640; /* golden color like screenshot */
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.leader-desc {
    font-size: 15px;
    color: #555;
}

/* ------------ BUTTONS ------------ */

.btn-main {
  background: #2b7d68;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  color: #fff;
  transition: 0.3s;
}

.btn-main:hover {
  background: #226b58;
  color: #fff;
}

.btn-call {
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #fff !important;
  margin-left: 15px;
  transition: 0.3s;
}

.btn-call:hover {
  background: #fff;
  color: #0d3e3a !important;
}

.upperbar .topbar-style p i {
    margin-right: 18px;
}
.upperbar .stylling p i {
    margin-left: 12px;
    color: #fff;
}
.upperbar .stylling p i:hover {
    color: #e2e2e2;
}

.navoo {
    background: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.logobar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-menu li ul.sub-menu li a:hover {
    color: #f35c20;
}
.logobar img {
    max-width: 150px;
    height: auto;
}

.nav-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin: 0;0
    padding: 0;
    color: #fff;
}

.nav-menu li {
    position: relative;
    border-bottom: 1px solid;
}

.nav-menu li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.nav-menu li a:hover {
    color: #36675e;
}
.container {
    max-width: 90% !important;
    height: auto;
}
.nav-menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: #124549;
    padding: 10px 25px 25px 25px;
    min-width: 180px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-radius: 9px;
    z-index: 999;
}
.nav-menu li ul.sub-menu li a {
    font-size: 16px;
    color: #ffffff;
}
.nav-menu li ul.sub-menu li {
    padding: 6px 20px;
    white-space: nowrap;
}
.col-lg-6.col-md-10.extra {
    z-index: 1111;
} 
.nav-menu li:hover > ul.sub-menu {
    display: block;
}
section.hidden-lg.hidden-md.hidden-sm.col-xs-12.mobile-menu {
    display: none;
}
.service-section {
    padding: 0px 0;
    background: linear-gradient(90deg, #123b37, #0a293f);
    position: relative;
    border-radius: 0px 0px 0px 87px;
}

.service-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 25px;
    text-align: left;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    top: 73px;
    display: flex;
}
.service-text {
    margin: 0 0 0 24px;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.service-card .icon-box img {
  width: 55px;
  margin-bottom: 18px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(18%) saturate(1200%) hue-rotate(130deg) brightness(95%);
}

.service-card h4 {
  color: #1b5e4a;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-card p {
  color: #64748b;
  margin: 0;
  font-size: 16px;
}
.about-section {
  font-family: "Inter", sans-serif;
}

/* IMAGE CARD BASE */
.image-card {
    position: relative;
    border-radius: 22px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.image-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* OVERLAY WHITE CARD */
.image-overlay-card {
    background: #fff;
    padding: 22px;
    border-radius: 20px;
    position: absolute;
    bottom: -150px;
    left: 4%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 20px rgb(0 0 0 / 28%);
}
.image-card img {
    border-radius: 15px;
}
.image-card {
    position: relative;
    border-radius: 22px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.values-section {
    background: #f4faf7;
    font-family: "Inter", sans-serif;
    margin: 90px 0 0 0;
    padding: 120px 0 10px 0;
}
.text-dark {
    color: rgb(64 108 89) !important;
    background: #ffffff !important;
    padding: 10px !important;
    border-radius: 100% !important;
}
/* CARD */
.value-card {
  background: #fff;
  border-radius: 26px;
  padding: 35px 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

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

/* ICON CIRCLE */
.value-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2f6d58;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  margin: 0 auto;
}
p {
    font-size: 16px !important;
    line-height: 28px !important;
}
.value-card.text-center.extrom {
    margin: -54px 0 0 0;
}
h2.fw-bold.display-6.mb-4 {
    font-size: 31px;
}
/* SOCIAL ICONS */
.social-icons a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  background: #f1f1f1;
  border-radius: 50%;
  color: #1b5e4a;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #1b5e4a;
  color: #fff;
}

/* INFO CARD */
.info-card {
    display: flex;
    align-items: start;
    background: #fff;
    border-radius: 20px;
    padding: 27px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 41%);
}
section.medical-hero {
    background: url(./images/background.png);
    background-position: center;
    background-size: cover;
    padding: 172px 0;
    text-align: center;
}
.medical-hero.container h1 {
    font-size: 35px;
    color: #fff;
    margin: 14px 0 0 0;
}
section.medical-hero p {
    color: #fff;
    width: 42%;
    margin: auto;
}
.icon-wrapper {
    width: 160px;
    height: 45px;
    border-radius: 50%;
    background: #1b5e4a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-right: 15px;
}
section.about-section {
    margin: 150px 0px 0 0;
}
/* CHECK ICON */
.check-icon {
  color: #1b5e4a;
  font-size: 26px;
  margin-top: 2px;
}
.segment-section {
    padding: 50px 0 0 0;
}
.segment-card {
    margin: 0 0 47px 0;
}
/* LEFT IMAGE */
img.segment-img {
    width: 140%;
}
.segment-card i {
    color: #fff;
}
/* MAIN TITLE */
.segment-title {
    font-size: 34px;
    font-weight: 700;
    color: #0c2b4b;
}

/* DESCRIPTION TEXT */
.segment-desc {
    color: #69707a;
}

/* BROWSE BUTTON */
.btn-browse {
    background: #1e6a54;
    padding: 12px 28px;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
}

.btn-browse i {
    margin-right: 8px;
}

/* SEGMENT CARDS */
.segment-card {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 18px;
    padding: 32px 28px;
    position: relative;
    min-height: 190px;
}

.segment-card.blue {
    background: #e8f4ff;
}

.segment-card.lightblue {
    background: #eef7ff;
}

/* CARD ICON CIRCLE */
.card-icon {
    width: 60px;
    height: 60px;
    background: #1e6a54;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon.dark {
    background: #0c2b4b;
}

.card-icon img {
    width: 28px;
}

/* CONTACT CARD */
.contact-card {
    background: linear-gradient(to right, #0c2b4b, #1e6a54);
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    min-height: 220px;
}

.contact-card a {
    color: #fff;
    text-decoration: none;
}
.healthcare-services {
    background: #ebfff7;
    padding: 70px 0 100px;
}

.offer-label {
    color: #1e6a54;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Main title */
.offer-title {
    font-size: 34px;
    font-weight: 700;
    color: #0c2b4b;
    margin-bottom: 50px;
}

/* Card container styling */
.offer-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgb(0 0 0 / 31%);
    transition: 0.3s;
    padding: 20px 20px 74px 20px;
}

.offer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 32px rgba(0,0,0,0.1);
}

/* Curved image wrapper */
.offer-img-curve {
    border-radius: 100px 0 100px 0;
    overflow: hidden;
    height: auto;
    position: relative;
    border: 6px solid #2e5952;
}

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

/* Titles */
.offer-card h5 {
    font-weight: 700;
    margin-top: 20px;
}

/* Description text */
.offer-card p {
    color: #6d6d6d;
    font-size: 15px;
    margin-top: 8px;
}

/* Learn More Button */
.btn-offer {
    background: #0c2b4b;
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 12px;
}

.btn-offer:hover {
    background: #11385c;
    color: #fff;
}
.hero-sectioner {
    background: url('./images/1main-baker.png') center/cover no-repeat;
    position: relative;
    color: white;
}

 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1d3937 20%, #0711418a 75%);
}

    .hero-content {
      position: relative;
      z-index: 3;
    }
a.btn.btn-success.btn-lg.mt-3 {
    background: #2b7d68 !important;
    border: none !important;
}
  .doctor-img {
    width: 100%;
    max-height: 460px;
    object-fit: contain;
}
 .badge-box {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #000;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 11111;
}
section#why-choose-us {
    margin: 60px 0 0 0;
}
    .badge-box img {
      width: 22px;
    }
	   .testimonial-section {
            width: 100%;
            min-height: 550px;
            background: #fff;
        }

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

        .testimonial-text-wrapper {
            padding: 80px 60px;
        }

        .client-name {
            font-size: 1.4rem;
            font-weight: 700;
        }

     .client-source {
    color: #437b69;
    font-size: 1rem;
}
.why-section {
    padding: 0px 0 0px 0;
    position: relative;
}
 .cta-banner {
    background: url('./images/join-community-bg-img.png') center/cover no-repeat;
    border-radius: 25px;
    padding: 50px 70px;
    position: relative;
    overflow: hidden;
}

    .cta-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(6, 32, 41, 0.78); /* dark blue/green overlay */
        border-radius: 25px;
        z-index: 1;
    }

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

    .cta-btn {
        background: #2e735a;
        color: #fff;
        padding: 12px 28px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 600;
    }

    .cta-btn:hover {
        background: #255d48;
        color: #fff;
    }


        .doctor-wrapper {
            position: relative;
            height: 100%;
        }

        /* Background curved shape */
 .shape-bg {
    position: absolute;
    top: 50px;
    left: 0;
    width: 80%;
    height: 80%;
    background: #e8f5e9;
    border-radius: 128px 83px 0px 115px;
    z-index: 1;
}
        .doctor-img {
            position: relative;
            z-index: 2;
            max-width: 80%;
        }

        /* Floating feature card */
   .feature-card {
    position: absolute;
    bottom: -100px;
    left: 45%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 30px;
    width: 380px;
    border-radius: 20px;
    box-shadow: 0px 6px 30px rgba(0,0,0,0.12);
    z-index: 3;
}

        .feature-list li {
            margin-bottom: 10px;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .feature-list li i {
            color: #2e8b79;
            font-size: 18px;
        }

        /* Right side text */
        .why-text h6 {
            color: #2e8b79;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

      .why-text h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
}

        .owl-dots .owl-dot span {
            width: 10px !important;
            height: 10px !important;
            margin: 5px;
            background: #c4c4c4 !important;
            border-radius: 50%;
        }

        .owl-dots .owl-dot.active span {
            background: #2e8b79 !important;
        }
		    .blog-card {
        border: 1px solid #e2e8f0;
        border-radius: 25px;
        overflow: hidden;
        background: #fff;
        transition: 0.3s;
    }

    .blog-card:hover {
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    }

    .blog-category {
        background: #e8f6f1;
        color: #2d6a57;
        padding: 5px 14px;
        border-radius: 15px;
        font-size: 14px;
        display: inline-block;
        font-weight: 600;
    }

    .blog-title {
        font-size: 26px;
        font-weight: 700;
        color: #0c2340;
        line-height: 1.3;
    }

    .blog-meta {
        font-size: 15px;
        color: #5a5a5a;
        margin-bottom: 18px;
    }

    .blog-link {
        color: #2d6a57;
        font-weight: 600;
        text-decoration: none;
        font-size: 17px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .blog-link:hover {
        color: #224f43;
    }

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

    .btn-blog {
        background: #2d6a57;
        color: #fff;
        padding: 12px 28px;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
    }
section#blogs h1 {
    font-size: 30px !important;
}
    .btn-blog:hover {
        background: #234f43;
        color: #fff;
    }
	  .footer {
        background: linear-gradient(90deg, #14333d, #325b4b);
        color: #d8e9e4;
        padding: 60px 0 20px;
    }

    .footer-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .footer ul {
        list-style: none;
        padding-left: 0;
    }
.display-6 {
    font-size: 30px;
}
.display-5 {
    font-size: 35px;
}
    .footer li {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        font-size: 17px;
    }

    .footer li i {
        color: #7dd7b6;
        margin-right: 10px;
        font-size: 18px;
    }

    .footer a {
        color: #d8e9e4;
        text-decoration: none;
    }

    .footer a:hover {
        color: #9be6c7;
    }

    /* social icons */
    .social-icon {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.1);
        margin-right: 12px;
        font-size: 22px;
        color: #cde7df;
        transition: 0.3s;
    }
.page-breadcrumb {
    background: linear-gradient(90deg, #123b37, #0a293f);
    padding: 40px 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    overflow: hidden;
}
span.breadcrumb_new a {
    color: #fff;
    text-decoration: none;
}
    .social-icon:hover {
        background: rgba(255, 255, 255, 0.2);
    }
section#blogs {
    margin: 70px 0 70px 0;
}
.rounded-image {
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.about-us-content {
    background-color: #fff7e9;
    border-radius: 20px;
    padding: 10px 15px;
}
.page-content-wrapper h2 {
    color: #093043;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}

.btn-primary {
    background: linear-gradient(to right, #e39b27, #dd8f11);
    border: none;
    color: var(--light-color);
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 166, 222, 0.3);
}
.contact-info li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.contact-info {
    list-style: none;
    padding: 0;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #dbdbdb;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
}
.contact-info li i {
    font-size: 1.5rem;
    color: #db8d0f;
    margin-right: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background: #1d333c;
    color: #fff;
    padding: 10px;
}
.contact-info li i {
    font-size: 1.5rem;
    color: #db8d0f;
    margin-right: 15px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    background: #dbdbdb;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 130px;
}
.page-content-wrapper h2 {
    font-family: var(--heading-font);
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}
.pharma-franchise-section {
    background-color: #f8f4ea;
}
.franchise-cta {
    background-color: #13293d;
    color: #ffffff;
    padding: 40px;
    border-radius: 15px;
}
.franchise-benefit-item .icon {
    font-size: 2rem;
    color: #dc8f11;
    margin-right: 15px;
}
section.routo-innerpages {
    margin: 115px 0 70px 0;
}
.director-photo {
    width: 100%;
    max-width: 300px;
    border-radius: 5%;
    border: 5px solid #dc8e0f;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.quality-policy-section .policy-box {
    border-left: 5px solid #093043;
    padding-left: 20px;
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.page-content-wrapper .card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
    hr {
        border-color: rgba(255, 255, 255, 0.2);
    }
img.img-fluid.mb-3.footer-logo {
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}
    .footer-address i {
        font-size: 22px;
        color: #9be6c7;
        margin-right: 10px;
    }
@media (max-width: 991px) {
    .nav-menu {
        flex-direction: column !important;
        gap: 0;
    }
	   .feature-card {
                position: relative;
                bottom: 0;
                left: 0;
                transform: none;
                margin-top: 20px;
            }

            .doctor-img {
                max-width: 100%;
            }
    .nav-menu li {
        padding: 10px 0;
    }
	 .hero-title {
    font-size: 38px;
  }
  .hero-banner {
    height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 32px;
  }

  .btn-main, .btn-call {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
    .page-breadcrumb {
    padding: 30px 0;
    width: 100%;
}
.page-breadcrumb::before {
    width: 130px;
    height: 130px;
}
.page-breadcrumb::after {
    width: 170px;
    height: 170px;
}
.page-breadcrumb span.breadcrumb_new a, .page-breadcrumb span.breadcrumb_new {
    color: #fff !important;
}
.page-breadcrumb .pagetitle {
    text-align: center;
}
.page-breadcrumb .extraa {
    margin: 20px 0;
}

	img.segment-img {
    width: 100% !important;
}
section.navoo img {
    margin: 0 0 0 0 !important;
}
.hero-banner {
    padding: 45px 0 !important;
}
  .col-lg-5.col-md-5.col-sm-5.hidden-xs.text-right {
    display: none !important;
}
.col-lg-5.col-md-5.col-sm-5.hidden-xs {
    display: none !important;
}
section.about-section {
    margin: 0px 0px 0 0 !important;
}
.image-card {
    margin: 130px 0 0 0 !important;
}
.image-overlay-card {
    margin: 0 0 14px 0 !important;
}
.info-card {
    margin: 30px 0 0 0 !important;
}
.values-section {
    background: #f4faf7;
    font-family: "Inter", sans-serif;
    margin: 43px 0 0 0 !important;
    padding: 52px 0 10px 0 !important;
}
div#navbar {
    float: right !important;
    margin: 7px 10px 0 0px !important;
}
section.hidden-lg.hidden-md.hidden-sm.col-xs-12.mobile-menu {
    display: block !important;
}
element.style {
    width: 49%;
    margin: 10px 0 10px 13px !important;
}
.image-card {
    margin: 104px 0 0 0 !important;
}
.topbar-style {
    display: none !important;
}
section.navoo {
    display: none !important;
} 
.plane {
    bottom: 0px !important;
}
.image-overlay-card {
    bottom: -236px !important;
}
section.hidden-lg.hidden-md.hidden-sm.col-xs-12.mobile-menu img {
    width: 45% !important;
    margin: 12px 0px 13px 10px !important;
}
.service-section {
    overflow: unset !important;
}

.upperbar {
    padding: 4px 0 4px 0 !important;
}
section.upperbar p {
    margin: 0 0 0 0 !important;
}
.display-6 {
    font-size: 25px;
}
section.medical-hero p {
    width: 100% !important;
}
.scyic {
    max-width: 100% !important;
}
.segment-section {
    padding: 0px 0 0 0 !important;
}
.segment-title {
    font-size: 30px !important;
}
.offer-title {
    font-size: 23px !important;
    margin-bottom: 50px !important;
}
.hero-sectioner {
    padding: 60px 0 0 0 !important;
}
.testimonial-text-wrapper {
    padding: 40px 60px !important;
}
section#blogs h1 {
    font-size: 25px !important;
}
section#why-choose-us h2.fw-bold.text-white.mb-0 {
    font-size: 18px !important;
    line-height: 30px !important;
}
.hero-overlay {
    background: linear-gradient(90deg, #1d3937d6 20%, #000000b8 75%) !important;
}
.btn-call {
    margin-left: 0px !important;
}
.hero-title {
    font-size: 24px !important;
}
#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
    color: #ecebe9 !important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
section {
    overflow: hidden !important;
}
#sequence {
    width: 100%;
    float: left;
    background: #144b3a;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: #ffffff !important;
    margin: 0!important;
}
.footer {
    padding: 30px 0 20px 0 !important;
}
.footer-title {
    font-size: 21px !important;
}
.blog-title {
    font-size: 14px !important;
}
.feature-card {
    margin-top: 0px !important;
} 
section.why-section.w-100 .col-lg-6.col-12.px-5.why-text {
    padding: 50px 15px 0px 15px !important;
}
.why-section {
    padding: 50px 0 0px 0 !important;
}
.col-lg-6.col-12.sycos {
    order: 2;
}
.display-5 {
    font-size: 25px !important;
}
.healthcare-services {
    padding: 40px 0 60px !important;
}
section.segment-section .col-lg-3.text-center {
    order: 1 !important;
}
.medical-hero.container h1 {
    font-size: 25px !important;
}
.value-card {
    margin: 0 0 54px 0 !important; 
}
.btn-main, .btn-call {
    font-size: 16px !important;
}
h2.fw-bold.display-6.mb-4 {
    font-size: 22px !important;
}
.container {
    max-width: 100% !important;
    height: auto;
}
.image-card.extra.mb-4 {
    margin: 240px 0 0 0 !important;
}
.service-card {
    top: 42px !important;

}
	  .cta-banner {
            padding: 40px 25px;
            text-align: center;
        }

        .cta-btn-wrapper {
            margin-top: 20px;
        }
}
@media (min-width: 767px) and (max-width: 1367px){
.nav-menu li a {
    font-size: 15px !important;
}
.social-icon {
    width: 44px !important;
}
.blog-title {
    font-size: 19px !important;
}
.hero-title {
    font-size: 30px !important;
}
.image-overlay-card {
    bottom: -250px !important;
}
.value-card {
    padding: 35px 5px !important;
}
h1.fw-bold.display-5 {
    font-size: 30px !important;
}
h2.fw-bold.display-6.mb-4 {
    font-size: 24px !important;
}
img.segment-img {
    width: 174% !important;
}
p {
    font-size: 14px !important;
    line-height: 26px !important;
}
h2.fw-bold.display-6.mb-3 {
    font-size: 30px;
}
}
@media (min-width: 1367x) and (max-width: 1500px){
	.icon-wrapper {
    width: 183px !important;
}
img.segment-img {
    width: 157% !important;
}
h1.fw-bold.display-5 {
    font-size: 40px !important;
}
h2.fw-bold.display-6.mb-4 {
    font-size: 28px !important; 
}

}

.home-products-section {
    background-color: #FFFFFF;
    padding: 60px 0;
}

.home-products-section .section-title {
    color: #1E507D;
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}

.home-products-section .section-title::after {
    content: '';
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, #1E507D, #00A896);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
}

.home-products-section .product-card {
    border: 1px solid #e0e0e0 !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #ffffff;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-products-section .product-card:hover {
    border-color: #00A896 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 168, 150, 0.5);
    transform: translateY(-8px);
    background-color: rgba(255, 255, 255, 0.95);
}

.home-products-section .product-image-wrapper {
    height: 250px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 0 0;
}

.home-products-section .owl-stage-outer {
    padding: 10px 0;
}

.home-products-section .product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s ease-out;
}

.home-products-section .product-card:hover .product-image {
    transform: scale(1.08);
}

.home-products-section .product-type-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1E507D;
    color: white;
    padding: 8px 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0 16px 0 8px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
}

.home-products-section .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px !important;
}

.home-products-section .product-title {
    font-size: 1.35rem;
    color: #1E507D;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.home-products-section .product-composition {
    color: #4a4a4a;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-products-section .btn-primary.product-detail-btn {
    background: #00A896;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 168, 150, 0.4);
}

.home-products-section .btn-primary.product-detail-btn:hover {
    background: #1E507D;
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(30, 80, 125, 0.5);
}


.home-products-section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
}

.home-products-section .owl-theme .owl-nav button {
    pointer-events: all;
    background: #1E507D !important;
    color: #fff !important;
    font-size: 1.8rem !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    transition: all 0.3s ease;
    line-height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    margin: 0 !important;
}

.home-products-section .owl-theme .owl-nav button:hover {
    background: #00A896 !important;
    box-shadow: 0 6px 15px rgba(0, 168, 150, 0.5);
}

.home-products-section .owl-theme .owl-dots {
    display: block;
    text-align: center;
    padding-top: 20px;
}

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

.home-products-section .owl-theme .owl-dots .owl-dot.active span,
.home-products-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #00A896;
}