/*!
Theme Name: bloomzHealthcare
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bloomzhealthcare
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bloomzHealthcare is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*1st nav trial*/
/*boostrap navbar css*/
/**** Multi-level dropdown fix for Bootstrap 5 ****/
/*.dropdown-menu .dropdown-menu {*/
/*    margin-left: 0.5rem;*/
/*    margin-right: 0.5rem;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    position: absolute;*/
/*}*/
/*.dropdown-menu > .dropdown > a::after {*/
/*    content: "▶";*/
/*    float: right;*/
/*    margin-left: .5em;*/
/*}*/

/* Disable hover open if any from theme */




/*2nd nav trial*/
/* Show first level dropdown on hover */
/*.dropdown:hover > .dropdown-menu {*/
/*  display: block;*/
/*  margin-top: 0; */
/*}*/

/* Position each submenu relative to its parent */
/*.dropdown-submenu {*/
/*  position: relative;*/
/*}*/

/* Show nested submenu on hover inside its parent */
/*.dropdown-submenu:hover > .dropdown-menu {*/
/*  display: block;*/
/*  top: 0;*/
/*  left: 100%;*/
/*  margin-top: -1px; */
/*}*/

/* Add arrow icon indicating submenu */
/*.dropdown-submenu > a::after {*/
/*  content: "";*/
/*  float: right;*/
/*  border-style: solid;*/
/*  border-width: 5px 0 5px 5px;*/
/*  border-left-color: #ccc;*/
/*  margin-top: 5px;*/
/*  margin-left: 5px;*/
/*}*/

/* Ensure visible submenu uses display block */
/*.dropdown-menu.show, */
/*.dropdown-menu {*/
/*  display: none;*/
/*}*/

/*.dropdown-menu.show {*/
/*  display: block;*/
/*}*/



/*3rd nav trial*/

        /* Navigation Styles */
        .navbar {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            position: relative;
            top: 0;
            width: 100%;
            z-index: 1000;
            transition: all 0.3s ease;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 70px;
        }

        .logo {
            font-size: 1.8rem;
            font-weight: bold;
            color: #4a5568;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .logo:hover {
            color: #667eea;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            align-items: center;
        }

        .nav-item {
            position: relative;
            margin: 0 10px;
        }

        .nav-link {
            display: flex;
            align-items: center;
            padding: 10px 15px;
            text-decoration: none;
            color: #4a5568;
            font-weight: 500;
            border-radius: 25px;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-link:hover {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
        }

        .dropdown-arrow {
            margin-left: 5px;
            font-size: 0.8rem;
            transition: transform 0.3s ease;
        }

        .nav-item:hover .dropdown-arrow {
            transform: rotate(180deg);
        }

        /* Dropdown Styles */
        .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 200px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 100;
        }

        .nav-item:hover .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-item {
            position: relative;
        }

        .dropdown-link {
            display: block;
            padding: 12px 20px;
            color: #4a5568;
            text-decoration: none;
            transition: all 0.3s ease;
            border-radius: 8px;
            margin: 5px;
        }

        .dropdown-link:hover {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
        }

        /* Multi-level Dropdown */
        .sub-dropdown {
            position: absolute;
            left: 100%;
            top: 0;
            background: white;
            min-width: 180px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            opacity: 0;
            visibility: hidden;
            transform: translateX(-10px);
            transition: all 0.3s ease;
        }

        .dropdown-item:hover .sub-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }

        /* Mobile Menu Toggle */
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            padding: 5px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .hamburger:hover {
            background: rgba(102, 126, 234, 0.1);
        }

        .hamburger span {
            width: 25px;
            height: 3px;
            background: #4a5568;
            margin: 3px 0;
            transition: all 0.3s ease;
            border-radius: 3px;
        }

        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translate(8px, 8px);
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(8px, -8px);
        }

        /* Content Area */
        .content {
            margin-top: 100px;
            padding: 40px 20px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero {
            text-align: center;
            color: white;
            padding: 60px 20px;
        }

        .hero h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .hero p {
            font-size: 1.2rem;
            opacity: 0.9;
        }

        /* Responsive Styles */
        @media screen and (max-width: 768px) {
            .hamburger {
                display: flex;
            }

            .nav-menu {
                position: fixed;
                left: -100%;
                top: 70px;
                flex-direction: column;
                background: rgba(255, 255, 255, 0.98);
                backdrop-filter: blur(10px);
                width: 100%;
                text-align: center;
                transition: 0.3s;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                height: calc(100vh - 70px);
                overflow-y: auto;
                padding: 20px 0;
            }

            .nav-menu.active {
                left: 0;
            }

            .nav-item {
                margin: 10px 0;
                width: 90%;
            }

            .nav-link {
                justify-content: center;
                width: 100%;
                padding: 15px;
                border-radius: 10px;
                margin: 5px 0;
            }

            .dropdown {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                background: rgba(102, 126, 234, 0.05);
                border-radius: 10px;
                margin-top: 10px;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
            }

            .nav-item.dropdown-open .dropdown {
                max-height: 300px;
            }

            .sub-dropdown {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                background: rgba(102, 126, 234, 0.1);
                margin-left: 20px;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
            }

            .dropdown-item.sub-dropdown-open .sub-dropdown {
                max-height: 200px;
            }

            .hero h1 {
                font-size: 2rem;
            }

            .hero p {
                font-size: 1rem;
            }
        }

        @media screen and (max-width: 480px) {
            .nav-container {
                padding: 0 15px;
            }

            .logo {
                font-size: 1.5rem;
            }

            .hero h1 {
                font-size: 1.8rem;
            }
        }
        
        .main-Nav{
             transition: all 0.3s ease-in-out;
        position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    padding: 0.5rem !important;
        }
        
        
        /*navbar start*/
.customNavbar{
    padding:10px 0px;
   
    
}
.logoName{
    margin:0px;
    font-weight:700;

}
.menu{
        display: flex;
    gap: 2rem;
       margin: 0;

}
.menu li{
    list-style: none;
}
.menu li a{
    text-decoration: none;
    color:black;
    font-weight: 600;
}
.sub-menu{
    /*display:none;*/
}

.current_page_item >a{
    color:#FF630E !important;
}
.menu a:hover{
    color:#FF630E;
}


.menu > .menu-item{
    position:relative;
    padding:8px 0px;

}
.menu > .menu-item > .sub-menu{
    /*display:none;*/
transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear 0.4s; 

}
.menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    /*display:none;*/
        opacity: 0;            /* hidden */
  visibility: hidden;    /* hidden */
  transform: translateY(10px); /* thoda neeche */
   transition: all 0.3s ease-in-out 0.1s; 
}
.menu-item > .sub-menu {
     position: absolute;
  top: 100%;
  left: 0; /* left align with parent */
  border-top: 2px solid #FF630E;
  margin: 0px 0px;
  padding:0px;
  border-radius: 4px;
  background: white;
  width:12rem;
  box-shadow:0px 0px 4px -2px;
}

.menu-item:hover > .sub-menu {
  /*display: block;*/
 transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear 0s;
 
}

/*.menu > .menu-item > .sub-menu > .menu-item{*/
/*    position:relative;*/
/*}*/
.menu > .menu-item > .sub-menu > .menu-item:hover > .sub-menu {
  /*display: block;*/
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
 
}
.menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
     position: absolute;
  top: 0%;
  left: 101%; /* left align with parent */
  /*border: 1px solid;*/
  margin: 0px 0px;
  padding: 0px;
  border-radius: 4px;
  background: white;
}

.menu > .menu-item > .sub-menu > .menu-item >a , .menu > .menu-item > .sub-menu > .menu-item> .sub-menu > .menu-item {
    padding: 6px 16px;
   border-bottom:1px solid #80808029;
}
.menu > .menu-item > .sub-menu > .menu-item>a:last-child, .menu > .menu-item > .sub-menu > .menu-item> .sub-menu > .menu-item>a:last-child{
  border-bottom: none; /* last wale ka border hata diya */
}


.menu-item-has-children > a::after {
  content: " ⌵"; /* arrow symbol */
  font-size: 0.8em;
  margin-left: 6px;
  font-weight: bold;
}

.menu > .menu-item > a{
    display: flex;
    align-items: center;
}

.menu > .menu-item >.sub-menu > .menu-item> a{
    display: flex;
    align-items: center;
}
.navLinks{
    display: flex;
    align-items: center;
}
#menuIcon{
    display:none;
}
.toggle-checkbox {
  display: none;
}
@media (max-width: 830px) {
  #menuIcon{
    display:block;
    font-size: large;
    padding: 8px 10px;
    border: 1px solid #FF630E;
    color: #FF630E;
    border-radius: 3px;
    cursor: pointer;
}
.customNavbar{
    position:relative;
}

.menu-menu-2-container{
    transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
}
.toggle-checkbox:checked ~ .menu-menu-2-container {
     transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear 0s;
}
.menu-menu-2-container{
    position: absolute;
    top: 100%;
    left: 0;
    /*border: 1px solid;*/
    width: 100%;
    border-radius:2px;
    background-color:white;
    box-shadow:0px 0px 4px -2px;
}
.menu{
    display:block;
    padding:20px;
}
.menu >.menu-item{
    padding:10px 10px;
    border-bottom:1px solid #80808029;
    max-height:50px;
    overflow:hidden;
     transition: max-height 0.5s ease-in-out;
    
}
.menu >.menu-item:hover{
    max-height:400px;
}
.menu> .menu-item:last-child{
    border:none;
}
.menu-item-has-children > a::after {
  content: " ⌵"; /* arrow symbol */
  font-size: 0.8em;
  margin-left: 6px;
  font-weight: bold;
 
}

.menu > .menu-item > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu > .menu-item>.sub-menu{
 position: static;

  left: 0; /* left align with parent */
  border-top: 0px;
  margin: 0px 0px;
  padding:0px;
  border-radius: 0px;
  background: white;
  width:100%;
}

.menu > .menu-item > .sub-menu{
    /*display:none;*/
transform: none;
  opacity: 1;
  visibility: visible;
  box-shadow:none;


}
.menu > .menu-item > .sub-menu > .menu-item >a {
    padding: 10px 0px 10px 16px;

}
.menu > .menu-item > .sub-menu > .menu-item >a:last-child {
    border:none;
    padding-bottom:0;
}

.menu > .menu-item>.sub-menu > .menu-item > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu > .menu-item>.sub-menu> .menu-item>.sub-menu{
 position: static;

  left: 0; /* left align with parent */
  border-top: 0px;
  margin: 0px 0px;
  padding:0px;
  border-radius: 0px;
  background: white;
  width:100%;
}
.menu > .menu-item > .sub-menu> .menu-item > .sub-menu{
    /*display:none;*/
transform: none;
  opacity: 1;
  visibility: visible;
  box-shadow:none;


}
.menu > .menu-item>.sub-menu> .menu-item{
    max-height:50px;
    overflow:hidden;
     transition: max-height 0.5s ease-in-out;
}
.menu >.menu-item>.sub-menu>.menu-item:hover{
    max-height:400px;
}
.menu > .menu-item > .sub-menu > .menu-item> .sub-menu > .menu-item {
    padding: 10px 0px 10px 24px;
}
.menu-item-has-children > a::after {
transition: transform 0.3s ease;
    
}
.menu-item:hover > a::after{
    transform: rotate(180deg); 
}

}
@media (max-width: 576px) {
    .customNavbar{
    padding:10px 10px;
    
}
}
/*navbar end*/
/*footer start*/
.contactDetails{
    display: flex;
    justify-content: space-between;
        padding-bottom: 14px;
    border-bottom: 1px solid white;
    margin:0px 2rem;
}
.contact{
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
}
.contact-Container>i{
    color:#FF630E;
}
.social-icons>a>i{
    color: white;
    padding: 6px;
    border-radius: 100%;
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.specialities-conatiner{
    padding-top: 14px;
    margin:0px 2rem;
    
    
}
.specialties{
    color:#FF630E;
    padding-top: 14px;
}
.pipe:last-child{
    display:none;
}
.social-icons>a>i:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .contactDetails{
    flex-direction:column;
    
}
.social-container{
    padding-top:10px;
}
.specialities-conatiner,.contactDetails{
    margin:0px;
}
.site-footer > div{
    padding:0;
}
}

@media (max-width: 500px) {
    .contact{
        font-size:1rem;
    }
    .social-container{
        font-size:1.5rem;
    }
}

/*footer end*/


/*new Slider Css Start*/
 .carousel-container1 {
    /* position: relative;*/
    /* max-width: 100%;*/
    /* margin: 0 auto;*/
    /* background: white;*/
    /*border-radius: 8px;
    */
    /* overflow: hidden;*/
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
    /* clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 84%);*/
}
 .carousel1 {
     position: relative;
     width: 100%;
     height: 500px;
     overflow: hidden;
}
 .carousel-track1 {
     display: flex;
     transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     height: 100%;
     width: 400%;
    /* 4 slides = 400% */
}
 .carousel-slide1 {
     width: 25%;
    /* Each slide takes 25% of track width */
     height: 100%;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     display: flex;
     align-items: center;
    /*justify-content: center;
    */
     position: relative;
     /*background-image: url("https://t4.ftcdn.net/jpg/02/70/36/25/360_F_270362596_kIpf2k7Q5PBjR5wWTp5qentfEeQnm5dM.jpg");*/
     background-size: cover;
     background-position: center;
}
 .carousel-slide1::before {
     content: "";
     position: absolute;
     inset: 0;
    /* background: rgba(0, 0, 0, 0.5);
     semi-transparent black */
     z-index: 0;
     /*background: linear-gradient(to right, white, transparent);*/
background: rgba(19, 15, 64, 0.8); /
}
 .slide-text1 {
     /*padding: 20px;*/
     /*width: 70%;*/
     /*opacity: 0.95;*/
     position: relative;
  z-index: 1;
     
}
 .slide-text1 h1 {
     font-size: 4rem;
     /*margin-bottom: 10px;*/
     font-weight: 600;
}
 .slide-text1 p {
     font-size: 2.7rem;
     font-weight: 600;
     color: #0e86b9db;
     margin:0px;
}
 .nav-btn1 {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     /*background: rgba(255, 255, 255, 0.9);*/
     border: none;
     /*width: 45px;*/
     /*height: 45px;*/
     /*border-radius: 50%;*/
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     color: #333;
     transition: all 0.3s ease;
     z-index: 10;
}
 .nav-btn1:hover {
     /*background: white;*/
     /*transform: translateY(-50%) scale(1.1);*/
     /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
}
 .prev-btn1 {
     left: 20px;
     background:transparent;
     font-size: 1.8rem;
     
    color: #FF630E;
}
 .next-btn1 {
     right: 20px;
     background:transparent;
     font-size: 1.8rem;
     
    color: #FF630E;
}
 .carousel-dots1 {
     display: flex;
     justify-content: center;
     gap: 12px;
     padding: 20px;
    /*background: white;
    */
     position: absolute;
     bottom: 4%;
     width: 100%;
}
 .dot1 {
        width: 2rem;
    height: 4px;
    border-radius: 10px;
     background: #ddd;
     border: none;
     cursor: pointer;
     transition: all 0.3s ease;
}
 .dot1.active1 {
     background: #FF630E;
     transform: scale(1.2);
}
 .dot1:hover {
     /*background: #005a87;*/
}
 @media (max-width: 768px) {
     .carousel1 {
         height: 300px;
    }
     .nav-btn1 {
         /*width: 40px;*/
         /*height: 40px;*/
         font-size: 14px;
    }
     .prev-btn1 {
         left: 10px;
    }
     .next-btn1 {
         right: 10px;
    }
     .slide-text1 h3 {
         font-size: 1.4rem;
    }
     .slide-text1 p {
         font-size: 1.5rem;
    }
}
/* Mobile */
 @media (max-width: 480px) {
     .carousel1 {
         height: 250px;
    }
     .nav-btn1 {
         /*width: 35px;*/
         /*height: 35px;*/
         font-size: 12px;
    }
     .slide-text1 {
         /*padding: 15px;*/
         /*width: 80%;*/
         /*margin-left: 10%;*/
    }
     .slide-text1 h3 {
         font-size: 1.2rem;
         /*margin-bottom: 8px;*/
    }
     .slide-text1 p {
         font-size: 0.85rem;
         font-weight: 500;
         color: #0e86b9db;
    }
     .carousel-dots1 {
         padding: 15px;
         gap: 10px;
    }
     .dot1 {
         width: 10px;
         height: 10px;
    }
}

.btn1{
    background: #FF630E;color:white !important;
        transition: all 0.3s ease-in-out;

}

.btn1:hover {
    background: white;
    color: #FF630E !important;
}

.btn2{
       background: white;
    color: #FF630E !important;
        transition: all 0.3s ease-in-out;

}

.btn2:hover {
 
    background: #FF630E;color:white !important;
}
.carousel-indicators .active {
    background-color: #FF630E !important; /* orange for active dot */
  }
  
  
  /*slider end*/
  
  /* Offer Section Start*/
 .btn2 {
            background: #fff;
            color: rgba(255, 99, 14, 1);
            font-weight: bold;
            transition: all 0.3s ease-in-out;
        }

        .btn2:hover {
            background: rgba(255, 99, 14, 1);
            color: #fff;
        }

        .offer-bg-overlay {
            background: rgba(19, 15, 64, 1);
            position: absolute;
            top: 20%;
            border: 1px solid;
            width: 100%;
            height: 100%;
            z-index: -100;
        }

        .offerContainer {
            width: 85%;
        }

        @media (max-width: 425px) {
            .offer-bg-overlay {
                top: 0%;
            }

            .offerContainer {
                width: 100%;
            }

            .offerContainer .card {
                padding: 2rem 0;
            }

            .offerSectionCol2 .card-body {
                padding: 0;
            }
        }

/* Offer Section end*/
/*boostrap testimonal start*/


    .testimonalCarouselContainer {
      position: relative;
      padding: 2rem 0;
          box-shadow: none !important;
    clip-path: none !important;
    
    }

    .testimonalCardContainer {
      display: flex;
      overflow-x: hidden;
      scroll-behavior: smooth;
      gap: 2rem;
      padding: 1.3rem;
    }

    .testimonalCarouselCard {
      flex: 0 0 auto;
      transition: transform 5s ease;
      border-radius: 15px;
    }

    .testimonalCard:hover {
      /* transform: translateY(-5px); */
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
    }

    .testimonalCarouselCard .testimonalCard {
      transition: transform 0.8s ease, box-shadow 0.8s ease;
 
      border:none;
      height: 100%;
      

    }

    .testimonalNavBtn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: none;
      background: linear-gradient(135deg, #007bff, #0056b3);
      color: white;
      font-size: 18px;
      font-weight: bold;
      box-shadow: 0 0px 24px -8px;
      transition: all 5s ease;
      cursor: pointer;
    }

    .testimonalNavBtn:hover {
      background: linear-gradient(135deg, #0056b3, #004085);
      box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
      transform: translateY(-50%) scale(1.1);
    }

    .testimonalNavBtn:active {
      transform: translateY(-50%) scale(0.95);
    }

    .testimonalPrevBtn {
      left: -25px;
    }

    .testimonalNxtBtn {
      right: -25px;
    }

    .testimonalCard {
      border: none;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      overflow: hidden;
      background: white;
      height: 100%;
    }

    .testimonalCardImgTop {
      height: 200px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .testimonalCard:hover .testimonalCardImgTop {
      /* transform: scale(1.05); */
    }

    .testimonalCardBody {
      padding: 1.5rem;
    }

    .testimonalCardTitle {
      font-weight: 600;
      color: #333;
      margin-bottom: 0.5rem;
    }

    /* Desktop - 3 cards */
    @media (min-width: 992px) {
      .testimonalCarouselCard {
        width: calc(33.333% - 1.1rem);
      }
    }

    /* Tablet - 2 cards */
    @media (min-width: 576px) and (max-width: 991.99px) {
      .testimonalCarouselCard {
        width: calc(50% - 0.6rem);
      }
    }

    /* Mobile - 1 card */
    @media (max-width: 575.99px) {
      .testimonalCarouselCard {
        width: calc(100% );
      }

      .testimonalNavBtn {
        width: 40px;
        height: 40px;
        font-size: 16px;
      }

      .testimonalPrevBtn {
        left: -20px;
      }

      .testimonalNxtBtn {
        right: -20px;
      }
    }

/*boostrap testimonal end*/
 /*home page teams start*/

 .shadow-hover {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.shadow-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15); /* Bootstrap shadow-lg jaisa */
  /*transform: translateY(-5px); */
}

.social-icons-team {
  bottom: -40px;        /* neeche chhupao */
  opacity: 0;           /* invisible */
  transition: all 0.4s ease-in-out;  /* smooth movement */
}

.our-teams-card:hover .social-icons-team {
  bottom: 10px;     /* neeche se upar aaye */
  opacity: 1;    /* visible */
}


/*speciality */

.speciality-card-btn{
    text-decoration: none;
    border: 1px solid #FF630E;
    color:#FF630E !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.speciality-card-btn:hover{
    color:white !important;
    background-color:#FF630E;
}


.speciality-card-data{

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap:2rem;
}
.speciality-card{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  transition: box-shadow 0.3s ease-in-out;
  width: 48%;
}
.speciality-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15); /* same as shadow-lg */
}

 @media (max-width: 768px) {
      .speciality-card {
       width: 100%;
      }
    }
    