/* ----------------------------------

Template Name: MediHub - Medical & Health Template
Author: validtheme
Description:
Version: 2.0

Main Font    : DM Sans
Main Color   : #2c82ed66

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features
    05. About Area
    06. Services
        - Carousel
        - Grid
        - Static
    07. Portfolio
        - Grid Colum
        - Masonary Colum
    08. Doctors
        - Carousel
        - Grid
        - Static
    09. Department Area
    10. Fun Factor
    11. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    12. Concat Area
    13. Subscribe Form
    14. Error 404
    15. Footer
    16. PHP Contact Form
    17. Others

*/



@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* Varialbes */
:root {
	--font-default: "DM Sans", serif;
	--font-heading: "DM Sans", serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #051F49;
	--dark-secondary: #051F49;
	--white: #ffffff;
	--color-primary: #FB7F29;
	--color-secondary: #051F49;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 #2c82ed66;
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #f7f7f7;
	--bg-gray-secondary: #D8E7EF;
	--bg-gradient: linear-gradient(90deg, var(--color-primary)  0%, var(--color-secondary) 100%);
	--bg-gradient-secondary: linear-gradient(90deg, var(--color-secondary)  0%, var(--color-primary) 100%);
}



/* ============================================================== 
     # Reset Browsers
=================================================================== */

.footerImg {
  max-width: 110px;
  height: 10%;
  display: inline-block;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* ============================================================== 
     # GLOBAL OUTLINE REMOVAL - Remove outline from ALL interactive elements
=================================================================== */

/* Remove outline and focus styles from ALL buttons and interactive elements globally */
*,
*:focus,
*:active,
*:hover,
button,
button:focus,
button:active,
button:hover,
a,
a:focus,
a:active,
a:hover,
input,
input:focus,
input:active,
textarea,
textarea:focus,
textarea:active,
select,
select:focus,
select:active,
.btn,
.btn:focus,
.btn:active,
.btn:hover,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus,
.form-control,
.form-control:focus,
.form-control:active,
.navbar-brand,
.navbar-brand:focus,
.navbar-brand:active,
.navbar-toggle,
.navbar-toggle:focus,
.navbar-toggle:active,
.nav-link,
.nav-link:focus,
.nav-link:active,
.dropdown-item,
.dropdown-item:focus,
.dropdown-item:active,
img,
img:focus,
img:active,
div,
div:focus,
div:active,
span,
span:focus,
span:active {
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-focus-ring-color: transparent !important;
}

/* Remove box-shadow focus effects */
*:focus,
*:active,
button:focus,
button:active,
a:focus,
a:active,
.btn:focus,
.btn:active,
input:focus,
textarea:focus,
select:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* Specifically remove Bootstrap focus styles */
.btn:focus,
.btn.focus {
    outline: 0 !important;
    box-shadow: none !important;
}

/* Remove focus ring from form controls but keep custom styling for accessibility */
.form-control:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(251, 127, 41, 0.15) !important;
    border-color: #FB7F29 !important;
}

/* Remove tap highlight on mobile */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Remove outline from tables and other elements */
table,
table:focus,
table:active,
td,
td:focus,
td:active,
th,
th:focus,
th:active,
tr,
tr:focus,
tr:active {
    outline: none !important;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

.color-style-two a:hover {
	color: var(--color-style-two);
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 700;
}

strong {
	font-weight: 700;
}

.row {
	--bs-gutter-x: 30px;
}

i::before {
	line-height: inherit !important;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 700;
}

h1 {
	font-size: 40px;
	margin-bottom: 25px;
}

h2 {
	font-size: 36px;
	margin-bottom: 25px;
}

h3 {
	font-size: 28px;
	margin-bottom: 25px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 700;
	line-height: 26px;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
  line-height: 1.8;
}


/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.relative {
  position: relative;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: var(--bg-gray);
}

.bg-dark {
  background: var(--dark) !important;
}

.bg-dark-secondary {
  background: var(--dark-secondary);
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: var(--white);
}

.bg-theme {
  background-color: var(--color-primary);
}

.bg-gradient {
  background: var(--bg-gradient) !important;
}

.gradient-bg {
  background: var(--bg-gradient);
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: var(--white);
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #0b1030;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: var(--black);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: var(--white);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #008295;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.shadow.theme-hard::after {
  background: var(--color-primary);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 105px;
}

.form-group {
  margin-bottom: 20px;
}

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 7px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 30px;
	background: #E7EDF8;
	position: relative;
	z-index: 1;
}

.btn:focus, .btn.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	border: 2px solid transparent;
}

.btn:hover {
	background-color: var(--color-primary);
	color: var(--white);
}

.btn.radius {
	border-radius: 6px;
}

.btn.btn-border {
	border: 2px solid var(--color-primary);
	background: transparent;
}

.btn.btn-border.btn-md {
	padding: 14px 52px;
}

.btn.btn-border:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
	border-color: var(--dark);
	color: var(--white);
}

.btn.btn-border.animation:hover::after {
	width: 100%;
}

.btn.btn-border-dark {
	border: 2px solid var(--dark);
	background: transparent;
}

.btn.btn-border-dark:hover {
	background: var(--dark);
	border-color: var(--dark);
}

.btn.btn-border-dark.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
	border-color: var(--dark);
	color: var(--white);
}

.btn.btn-border-dark.animation:hover::after {
	width: 100%;
}

.btn.btn-border-theme {
	border: 2px solid var(--color-primary);
	background: transparent;
}

.btn.btn-border-theme:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border-theme.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
	border-color: var(--color-primary);
	color: var(--white);
}

.btn.btn-border-theme.animation:hover::after {
	width: 100%;
}

.btn.btn-border-light {
	border: 2px solid var(--white);
	background: transparent;
	color: var(--white);
}

.btn.btn-border-light:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation:hover::after {
	width: 100%;
}

.btn.btn-gradient {
	border: none;
	color: var(--white);
}

.btn.btn-gradient::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to right, #246BFD , #a200be, #246BFD );
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-size: 220%;
}

.btn.btn-gradient:hover::after {
	background-position: -70% 0;
}

.btn.btn-gradient.active {
	background-position: -70% 0;
}

.btn.btn-theme {
	color: var(--white);
	border: none;
	background: var(--color-primary);
}

.color-style-two .btn.btn-theme {
	color: var(--white);
	border: none;
	background: var(--color-style-two);
}

.btn.btn-theme::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme::after {
	background-color: var(--white);
}

.text-light .btn.btn-theme:hover {
	color: var(--color-heading);
}

.btn.btn-theme:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.secondary {
	color: var(--white);
	border: none;
	background: var(--color-optional);
}

.btn.btn-theme.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme.secondary::after {
	background-color: var(--white);
}

.text-light .btn.btn-theme.secondary:hover {
	color: var(--color-heading);
}

.btn.btn-theme.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
	color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
	color: var(--color-heading);
	border: none;
	background: var(--white);
	border: 2px solid transparent;
}

.btn.btn-light.btn-md {
	padding: 13px 45px;
}

.btn.btn-light:hover {
	color: var(--white);
	background: transparent;
	border: 2px solid var(--white);
}

.btn.btn-dark {
	color: var(--white);
	background: var(--dark);
	border: none;
}

.btn.btn-dark::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background-color: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.shadow .btn.btn-dark::after {
	background-color: var(--white);
}

.shadow .btn.btn-dark:hover {
	color: var(--color-heading) !important;
}

.btn.btn-dark:hover::after {
	width: 100%;
}

.btn.btn-dark.secondary {
	color: var(--white);
	border: none;
	background: var(--dark-optional);
}

.btn.btn-dark.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-dark.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-dark.secondary:hover {
	color: var(--color-heading);
}

.btn i {
	position: relative;
	margin-left: 5px;
	font-weight: 100;
	font-size: 20px;
	transform: rotate(-45deg);
	top: 2px;
}

.btn.text-slide {
	min-width: 150px;
	height: 55px;
	line-height: 55px;
}

.btn.text-slide span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.btn.animate-border {
	overflow: inherit;
	z-index: inherit;
	width: 200px;
	height: 55px;
	line-height: 55px;
	padding: 0;
}

.btn.animate-border:hover {
	background: transparent;
	color: var(--dark);
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
	opacity: 1;
	-webkit-animation: open 0.4s;
  /* Chrome, Safari, Opera */
	animation: open 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
	opacity: 1;
	-webkit-animation: openB 0.4s;
  /* Chrome, Safari, Opera */
	animation: openB 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border .hover-border {
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
	width: 100%;
}

.btn.animate-border .hover-border::before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-left: solid 2px var(--color-primary);
	right: 98px;
	top: -1px;
}

.btn.animate-border .hover-border::after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-right: solid 2px var(--color-primary);
	left: 98px;
	top: -1px;
}

.btn.animate-border .hover-border-bottom {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 55px;
	border-bottom: solid 2px var(--color-primary);
	right: -1px;
	bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 100%;
	border-bottom: solid 2px var(--color-primary);
	left: 0;
	bottom: -2px;
}

.btn.animated-arrow {
	border: none;
	background: transparent;
	min-width: 14rem;
	height: auto;
	padding: 0;
}

.btn.animated-arrow .circle {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3.5rem;
	height: 3.5rem;
	background: var(--color-primary);
	border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 15px;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn.animated-arrow .circle .icon::before {
	position: absolute;
	content: "";
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid var(--white);
	border-right: 0.125rem solid var(--white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 0;
	margin: 0 0 0 70px;
	color: var(--dark);
	line-height: 2;
	text-align: left;
	width: 100%;
	font-size: 14px;
}

.btn.animated-arrow:hover {
	color: var(--white);
}

.btn.animated-arrow:hover .circle {
	width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
	background: var(--white);
	-webkit-transform: translate(1.5rem, 0);
	transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
	color: var(--white);
}

.btn.circle {
	border-radius: 30px !important;
}

.btn-simple {
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	color: var(--color-paragraph);
}

.btn-simple i {
	transform: rotate(-45deg);
	display: inline-block;
	margin-left: 2px;
}

.btn-simple:hover {
	color: var(--color-primary);
}

.video-btn i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--color-primary);
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
	color: var(--white);
}

.text-light .video-btn i {
	background: var(--white);
	color: var(--color-primary);
}

.video-btn i::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: var(--color-primary) repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.text-light .video-btn i::after {
	background: var(--white) repeat scroll 0 0;
}

.text-shine {
	background: linear-gradient(to right, var(--dark) 0, var(--white) 10%, var(--color-primary) 20%);
	background-position: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine 3s infinite linear;
	animation: shine 3s infinite linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-text-size-adjust: none;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	padding: 12px 48px;
}

.animate-inout {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
	color: var(--white);
	font-size: 12px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border: solid 2px var(--color-primary);
	cursor: pointer;
}

.btn-icon {
	position: relative;
	padding-left: 20px;
}

.btn-icon:hover {
	color: var(--color-primary);
}

.btn-icon::after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	height: 2px;
	left: 0;
	background: var(--color-heading);
	transform: translateY(-50%);
	margin-top: -1px;
	transition: all 0.35s ease-in-out;
}

.btn-icon:hover::after {
	background: var(--color-primary);
}

.btn-icon i {
	font-weight: 500;
}

.btn-icon:hover {
	padding-left: 40px;
}

.animate-inout span {
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 20px;
}

.animate-inout::before, .animate-inout::after {
	width: 0%;
	height: 0%;
	position: absolute;
	content: "";
	border-radius: 100%;
}

.animate-inout:after {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: var(--white);
}

.animate-inout:before {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: var(--color-primary);
}

.animate-inout.animate-inout-borde {
	background: transparent;
	color: var(--dark);
}

.animate-inout.animate-inout-borde::after {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
	color: var(--white);
}

.animate-inout.animate-inout-borde:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.animate-inout:hover {
	color: var(--dark);
}

.animate-inout:hover::before, .animate-inout:hover::after {
	width: 200px;
	height: 200px;
	border-radius: 4px;
}

.animate-inout:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.btn-md {
	padding: 16px 52px;
	font-size: 16px;
}

.btn-sm {
	padding: 16px 50px;
	font-size: 14px;
}

.gutter-xl {
	--bs-gutter-x: 150px;
}


.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

.container-medium {
  margin: auto;
  max-width: 85%;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1200px;
    width: 1200px;
  }
}

@media screen and (min-width: 1200px) {
.item-flex {
  display: flex;
}

.item-flex.center {
  align-items: center;
}

}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  font-size: 50px;
}

.sub-title {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 992px) {
  .site-heading h2 {
    font-size: 36px;
  }
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: var(--color-primary);
}

.site-heading h2 span {
  color: var(--color-primary);
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: var(--white);
}

.site-heading h2 span {
  color: var(--color-primary);
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.shadow {
  box-shadow: none !important;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 120px 0;
}

.breadcrumb-area .breadcrumb {
  background: transparent;
  display: inline-flex;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.breadcrumb-area .breadcrumb::after {
  background: var(--color-heading);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  padding-top: 6px;
  margin: 0;
  font-size: 60px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: var(--white);
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  left: -5px;
  font-weight: 600;
  position: absolute;
  top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: var(--font-defalt);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
}

.breadcrumb-area .breadcrumb li.active {
  color: var(--color-primary);
  text-decoration: underline;
}

/* ============================================================== 
     # Topbar Area 
=================================================================== */
.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area {
  overflow: hidden;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area li .icon, .top-bar-area li .info {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area li .info span {
  display: block;
  font-family: var(--font-default);
  color: var(--color-heading);
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
}

.top-bar-area li .icon i {
  font-size: 30px;
  color: var(--color-primary);
  margin-right: 15px;
}

.top-bar-area li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.top-bar-area li:last-child::after {
  display: none;
}

.top-bar-area .info li {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

.top-bar-area.double-info .info li {
  margin-right: 30px;
  padding-right: 30px;
}

.top-bar-area.inline .info li {
  display: flex;
  align-items: center;
  font-family: var(--font-default);
}

.top-bar-area.bg-dark.text-light .info li {
  color: var(--white);
}

.top-bar-area.bg-dark.text-light .info li::after {
  display: none;
}

.top-bar-area .info li::after {
  position: absolute;
  right: 0;
  top: -30px;
  content: "";
  height: 100px;
  width: 1px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  background: #e7e7e7;
}

.top-bar-area.style-two {
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.top-bar-area.double-info .social ul li a {
  height: 70px;
  line-height: 70px;
}

.top-bar-area.bg-theme .info li::after,
.top-bar-area.bg-dark .info li::after {
  background: rgba(255, 255, 255, 0.2);
}

.top-bar-area .social {
  z-index: 1;
}

.top-bar-area.bg-theme li .icon i {
  color: var(--white);
}

.top-bar-area.bg-theme li .info span {
  color: var(--white);
}

.top-bar-area.bg-theme .info li {
  color: var(--white);
}

.top-bar-area.bg-theme {
  position: relative;
  z-index: 1;
}

.top-bar-area.bg-theme::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  z-index: -1;
}

.top-bar-area.inline .info li i {
  margin-right: 10px;
  color: var(--color-primary);
  font-size: 20px;
}

.top-bar-area.inline.bg-theme .info li i,
.top-bar-area.inline.bg-dark .info li i {
  color: var(--white);
}

.top-bar-area .social.text-end ul li {
  margin-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 3px;
}

.top-bar-area .social.text-end ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.top-bar-area .social ul li a {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 50px;
  line-height: 50px;
}

.top-bar-area.bg-theme .social ul li a {
  color: var(--white);
}

.top-bar-area .bar-btn a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 35px;
  color: var(--white);
  background: var(--color-primary);
  letter-spacing: 1px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-bar-area.double-info .bar-btn a {
  padding: 22px 35px;
  background: var(--dark);
}

/* Side BG */

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30%;
}

.side-bg img {
    left: 0;
    position: absolute;
    top: 50%;
    opacity: 0.1;
    transform: translate(0, -50%);
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}
.banner-area::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Adjust the 0.6 for more/less darkness */
  z-index: 1;
}


.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area .transparent-nav .content {
  padding-top: 80px;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area.left-shadow::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  height: 100%;
  width: 80%;
  background: var(--color-primary);
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .7s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .9s;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .carousel-item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  width: 50px;
  background: var(--dark);
  border-radius: 50%;
}

.banner-area.text-light .carousel-control,
.banner-area .text-light .carousel-control {
  background: var(--color-primary);
}

.banner-area .carousel-control i {
  font-weight: 400;
}

.banner-area .carousel-control.shadow {
  background: transparent;
  color: var(--white);
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 30px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 50px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 30px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 30px;
}

/* Content */

.banner-area .double-items {
  display: flex;
  align-items: center;
}

.banner-area .content p {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .banner-area .content p {
    padding-right: 15%;
  }

  .banner-area .content .text-end p,
  .banner-area .content.text-end p,
  .banner-area .text-end .content p {
    padding-left: 15%;
    padding-right: 0;
  }

  .banner-area .content .text-center p,
  .banner-area .content.text-center p,
  .banner-area .text-center .content p {
    padding: 0 8%;
  }

  h2.title {
      font-size: 55px;
      line-height: 1.1;
  }

}

.banner-area.text-dark .content p {
  color: var(--color-heading);
}

.banner-area .content h1 {
  font-size: 70px;
  font-weight: 600;
}

.banner-area .double-content .content h1 {
  font-size: 50px;
}

.banner-area.text-small .content h1 {
  font-size: 60px;
}

.banner-area.heading-exchange .content h1 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

.banner-area .content h4 {
  font-size: 24px;
}

.banner-area.heading-exchange .content h2,
.banner-area.heading-exchange .content h3,
.banner-area.heading-exchange .content h4 {
  font-weight: 400;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.banner-area.heading-exchange .double-content .content h2, 
.banner-area.heading-exchange .double-content .content h3, 
.banner-area.heading-exchange .double-content .content h4 {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: var(--color-paragraph);
}

.banner-area .content span {
  color: #ff7a21;
}

.banner-area .content a {
  margin-top: 5px;
  margin-right: 5px;
}

.banner-area.content-box .content {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.banner-area.content-box .content::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--black);
  z-index: -1;
  opacity: 0.6;
}

.banner-area.content-box .content h1 {
  font-size: 60px;
}

.banner-area .appoinment-box .col-md-12 {
  float: left;
  width: 100%;
}
/* Banner Latest */

.banner-area .double-content .container > .row {
    display: flex;
    align-items: center;
}

.banner-area .double-content .thumb {
    padding-right: 35px;
}

.banner-area.top-pad-50p .content.double-items {
    padding-top: 50px;
}


.banner-area.border-shape {
  position: relative;
  z-index: 1;
}

.banner-area.border-shape:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid var(--white);
    border-top: 250px solid transparent;
    width: 0;
    z-index: -1;
}

.banner-area.bg-gradient .content .thumb {
    padding-left: 35px;
}

.banner-area.bg-gradient .content .thumb img {
    max-width: 130%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: var(--white);
}

.banner-area.bg-gradient .content {
    overflow: inherit;
}

.banner-area.bg-gradient .content p {
  color: var(--color-heading);
  line-height: 34px;
}

.banner-area.standard .info {
    padding: 200px 15px;
}

.banner-area.standard .thumb {
    position: relative;
}

.banner-area.standard .thumb img {
    position: relative;
    bottom: -120px;
}

.banner-area.standard .content {
  overflow: inherit;
}

.banner-area.standard .content h1 {
    font-size: 60px;
}

.banner-area.standard .content a {
    margin-top: 20px;
}

.banner-area.standard .content p {
  margin-bottom: 0;
}

.banner-area.standard .content a.video-play-button {
  margin-left: 10px;
  margin-bottom: 35px;
}

.banner-style-one-area {
	position: relative;
	z-index: 1;
	background-size: 120%, cover;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;
}

.banner-style-one-area div {
	height: 100%;
}

.banner-style-one .row div {
	height: auto;
}

.banner-style-one .row div.banner-one-thumb {
	height: 100%;
}

.banner-style-one .thumb img {
	object-fit: cover;
	height: 100%;
}

.banner-style-one .thumb {
	height: 100% !important;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	padding-top: 80px;
  justify-content: center;
}

.banner-style-one .fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 80%;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.banner-style-one .content h1 {
  font-size: 80px;
  line-height: 1.1;
}

.banner-area.banner-style-two .content {
  padding-top: 100px;
}

.banner-area.banner-style-two .content h1 {
  font-size: 90px;
  line-height: 1;
}

.banner-area.banner-style-three .content h1 {
  font-size: 120px;
  text-transform: uppercase;
  line-height: 1;
}

.banner-area.animate-text h4 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-15%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

.banner-area.animate-text h1 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area.animate-text p,
.banner-area.animate-text ul {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area.animate-text .btn {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area.animate-text .carousel-item.active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.banner-area.animate-text .carousel-item.active h1 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.banner-area.animate-text .carousel-item.active p,
.banner-area.animate-text .carousel-item.active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.banner-area.animate-text .carousel-item.active .btn {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.banner-area.banner-style-four h4 {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 16px;
  background: #b6e0e0;
  display: inline-block;
  border-radius: 6px;
  font-weight: 500;
}

.banner-style-four .content h1 {
  font-size: 90px;
  line-height: 1;
}

.banner-style-five.banner-area .content h1 {
  font-size: 90px;
  line-height: 1;
}

.banner-area.banner-style-six .content h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}

.banner-area.banner-style-six .content h1 {
  font-size: 90px;
  line-height: 1;
}

.banner-area.banner-style-six .btn {
  margin-top: 15px;
}

.banner-area.banner-style-seven .double-content .content h1 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1;
}

.banner-area.banner-style-seven .double-content .content h4 {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 16px;
  background: #b6e0e0;
  display: inline-block;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 25px;
}
.banner-area.banner-style-seven .double-content .thumb img {
  transition: all 0.35s ease-in-out;
}

@media (min-width: 1400px) {
  .banner-area.banner-style-seven .double-content .thumb img {
    margin-left: -15%;
    max-width: 115%;
  }
}

.banner-style-nine {
  background: linear-gradient(180deg, var(--white) 0%, var(--color-secondary) 100%);
}

.banner-style-nine .thumb img {
  border-radius: 30px;
}

.banner-style-nine {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.banner-style-nine {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.banner-style-nine h1 {
  font-size: 70px;
}

.banner-style-nine p {
  font-size: 20px;
}

.banner-style-nine .content {
  margin-top: -40px;
}

@media (min-width: 1024px) {
  .banner-style-nine p {
    padding-right: 15%;
  }
}

.banner-style-nine .fun-fact {
  position: absolute;
  right: -50px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  border-radius: 20px;
}

.banner-style-nine .thumb {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.banner-style-nine span {
  color: #0aa6b1;
}

.banner-style-nine .fun-fact .counter {
  display: flex;
  align-items: center;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.banner-style-nine .fun-fact h4 {
  margin: 0;
  font-size: 20px;
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: var(--color-primary);
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: var(--color-primary);
}

.video-play-button.relative {
  position: relative;
  height: 80px;
  width: 80px;
  display: inline-block;
  left: 0;
  top: 0;
  line-height: 80px;
  text-align: center;
  transform: inherit;
}

.video-play-button.relative.theme::after,
.video-play-button.relative.theme::before {
  background: var(--color-primary);
}

.video-play-button.relative.theme i {
  color: var(--white);
}

/* ============================================================== 
     # Top Entry 
=================================================================== */

.top-entry-area.text-center {
  border-top: 3px solid var(--color-primary);
}

.top-entry-area.border-less {
  border: none;
}

.top-entry-area .item-box {
  overflow: hidden;
}

.top-entry-area .item {
  padding: 80px 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.top-entry-area ul {
  text-align: left;
}

.top-entry-area ul li {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--font-default);
}

.top-entry-area ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--font-default);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-entry-area ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.top-entry-area h4 {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 20px;
}

.top-entry-area h4::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  margin-left: -15px;
}

.top-entry-area h2 {
  margin: 0;
}

.top-entry-area .item-box .single-item:nth-child(2n) h4::after {
  background: var(--white);
}

.top-entry-area p {
  margin: 0;
}

.top-entry-area .item a {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  font-weight: 600;
}

.top-entry-area .item > i {
  font-size: 45px;
  margin-bottom: 45px;
  transition: all 0.35s ease-in-out;
  display: block;
  color: var(--color-primary);
}

.top-entry-area .item-box .single-item {
  position: relative;
  z-index: 1;
}

.top-entry-area .item-box .single-item:nth-child(2n) {
  background: var(--color-primary);
  color: var(--white);
}

.top-entry-area.border-less .item-box .single-item:nth-child(2n) {
  border-radius: 5px;
}

.top-entry-area .item-box .single-item:nth-child(2n)::after {
  height: 150%;
  width: 100%;
  left: 0;
  top: -25%;
  content: "";
  position: absolute;
  background: var(--color-primary);
  z-index: -1;
}

.top-entry-area.border-less .item-box .single-item:nth-child(2n)::after {
  border-radius: 5px;
  height: 100%;
  top: 0;
}

.top-entry-area .item-box .single-item:nth-child(2n) i,
.top-entry-area .item-box .single-item:nth-child(2n) h2,
.top-entry-area .item-box .single-item:nth-child(2n) h4,
.top-entry-area .item-box .single-item:nth-child(2n) p {
  color: var(--white);
}


/* ============================================================== 
     # About 
=================================================================== */

.about-area .info {
  padding-right: 35px;
}

.about-area .inc-video .thumb {
  position: relative;
  z-index: 1;
}

.about-area .features-items {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%;
  padding: 30px;
  margin-top: 15px;
}

.about-area .tab-content .info a {
  margin-top: 10px;
}

.about-area .features-items i {
  font-size: 50px;
  color: var(--color-primary);
  margin-bottom: 25px;
}

.about-area .features-items h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.about-area .features-items p {
  margin: 0;
}

.about-area .features-items .single-item {
  border-right: 1px solid #e7e7e7;
}

.about-area .features-items .single-item:last-child {
  border: none;
}

.features-items.owl-carousel.features-carousel .owl-dots {
  margin: 0;
}

.features-items.owl-carousel.features-carousel .owl-dots .owl-dot span {
  border: 3px solid #e7e7e7;
  height: 20px;
  width: 20px;
}

.features-items.owl-carousel.features-carousel .owl-dots .owl-dot.active span {
  background: var(--color-primary);
}

.about-area .tab-content .info {
  padding-right: 0;
}

/* Table */
.about-area .em-services-items table {
  border: 1px solid #e5e5e5;
  margin: 0;
}

.about-area .em-services-items table thead {
  font-family: var(--font-default);
  text-transform: uppercase;
  background-color: var(--color-primary);
  border: none;
  border: 1px solid var(--color-primary);
}

.about-area .em-services-items table th {
  border-bottom: none;
  color: var(--white);
}

.about-area .em-services-items table th,
.about-area .em-services-items table td {
  text-align: left;
  padding: 18px 20px 18px 40px;
}

.emergency-services h2 {
  font-weight: 600;
  display: inline-block;
  background: #b6e1e1;
  font-size: 30px;
  padding: 7px 25px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.about-area .em-services-items table tr {
  border-bottom: 1px solid #e7e7e7;
}

.emergency-services h2::after {
  position: absolute;
  left: 100%;
  top: -20px;
  content: "";
  height: 30px;
  width: 30px;
  background: url(assets/img/shape/1.png);
  z-index: -1;
  background-repeat: no-repeat;
}

.em-services-items {
  margin-top: 30px;
}

.about-area .em-services-items table td i {
  font-weight: 500;
  margin-right: 5px;
  color: var(--color-primary);
}

.half-bg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--color-primary);
  z-index: -1;
  height: 100%;
  width: 50%;
}

.about-area.half-bg .emergency-services {
  padding-left: 50px;
}

.about-area.half-bg .info {
  padding-right: 50px;
}

.about-area .bottom {
  border: 1px solid #e7e7e7;
  display: flex;
  padding: 37px 60px;
  margin-top: 30px;
  border-radius: 10px;
}

.about-area .bottom .content h4 {
  text-transform: uppercase;
}
.em-services-items tbody {
  border: none !important;
}

.about-area .info > h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 20px;
}

.about-area .info > h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 25px;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-area .info > a {
  margin-top: 15px;
}

.about-area .bottom .content {
  padding-left: 30px;
}

.about-area .bottom .content p {
  margin: 0;
}

.video-play-button.relative i {
  line-height: 80px;
}

.about-area .services-area .equal-height {
    margin-bottom: 0;
    margin-top: 30px;
}

.about-area .services-area .equal-height:first-child,
.about-area .services-area .equal-height:nth-child(2) {
  margin-top: 0;
}

.about-area .services-area .equal-height .item h4 {
  margin-bottom: 0;
}

.about-area .services-area.inc-icon .item {
  border-top: none;
}

.about-area .services-area.inc-icon .item i::after {
    left: -13px;
    top: -13px;
    height: 126px;
    width: 126px;
    opacity: 1;
    border: 2px solid #e7e7e7;
}

.about-area .services-area.inc-icon .item i {
  background: var(--color-primary);
  color: var(--white);
  margin-top: 10px;
}

.about-style-two .thumb {
  position: relative;
  padding-right: 100px;
  padding-bottom: 100px;
  margin-right: 60px;
}

.about-style-two .thumb img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 200px;
}

.about-style-two-info .top {
  margin-bottom: 50px;
}

.about-style-two-info .top h4 {
  font-weight: 500;
  color: var(--color-primary);
}

@media (min-width: 1024px) {
  .about-style-two-info .top {
    margin-left: -20%;
  }
}

.services-area.inc-icon .item.active::after {
  height: 100%;
  top: 0;
}

.about-area .services-area.inc-icon .item.active i {
  background: var(--white);
  color: var(--color-primary);
}

.about-area .services-area.inc-icon .item.active i::after {
  border-color: rgba(255, 255, 255, 0.3);
}

.about-area .services-area.inc-icon .item.active h4 {
  color: var(--white);
}

/* ============================================================== 
     # Features 
=================================================================== */
.features-area .features-items i {
  font-size: 60px;
  margin-bottom: 25px;
  color: var(--color-primary);
  display: inline-block;
  border-radius: 50%;
  min-width: 70px;
  line-height: 1;
}

.features-area .features-items li {
  margin-bottom: 40px;
  display: flex;
}

.features-area .features-items li .info {
  padding-left: 20px;
}

.features-area .features-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.features-area .features-items h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.features-area .features-items p {
  margin: 0;
}

.features-area .bottom {
  display: flex;
  padding: 30px 50px;
  margin-top: 45px;
  border-radius: 10px;
  background: var(--dark);
  align-items: center;
}

.features-area .bottom h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
}

.features-area .bottom p {
  color: #d8f0fb;
}

.features-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.features-area .bottom .content {
  padding-left: 30px;
}

.features-area .bottom .content p {
  margin: 0;
}

.features-area .bottom .video .video-play-button i {
  font-size: 30px;
}


.feature-style-two {
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
}

.feature-style-two ul {
  display: flex;
  gap: 50px;
}

.feature-style-two ul .fun-fact .counter {
  display: flex;
  align-items: center;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.feature-style-two ul li h4 {
  font-size: 17px;
  margin: 0;
  line-height: 1.4;
}

.feature-style-two .info {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 30px;
}

.quick-call {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.quick-call img {
  height: 70px;
}

.quick-call h5 {
  margin: 0;
  font-size: 20px;
}

.quick-call p {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px;
}

/* ============================================================== 
     # Services 
=================================================================== */

.services-area .equal-height {
  margin-bottom: 30px;
}

.services-area.inc-thumb .item {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services-area.inc-thumb .item .info {
  background: var(--white);
  padding: 30px;
  padding-top: 55px;
}

.services-area.inc-thumb .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.services-area.inc-thumb .item .thumb {
  position: relative;
  z-index: 1;
}

.services-area.inc-thumb .item .thumb::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 100%;
  background: var(--color-primary);
}

.services-area.inc-thumb .item .thumb .overlay {
  position: absolute;
  left: 50%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: 0;
  background: var(--white);
  height: 80px;
  z-index: 1;
  margin-left: -40px;
  margin-bottom: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  font-size: 35px;
  color: var(--color-primary);
}


/* Services With Icon ONly */
.services-area.inc-icon .item {
  background: var(--white);
  position: relative;
  padding: 50px 30px 50px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  border-top: 3px solid var(--color-primary);
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.services-area.inc-icon .owl-carousel .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services-area.inc-icon.less-info .item {
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-shadow: none;
}

.services-area.inc-icon .item i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: var(--white);
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 45px;
  background: var(--color-primary);
  position: relative;
  z-index: 1;
  text-align: center;
}

.services-area.inc-icon.less-info .item i {
  height: 100px;
  width: 100px;
  line-height: 104px;
  margin-bottom: 40px;
  font-size: 45px;
  background: var(--color-primary);
}

.services-area.inc-icon.less-info .item i::after {
  display: none;
}

.services-area.inc-icon .item i::after {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  content: "";
  height: 116px;
  width: 116px;
  opacity: 0.3;
  border: 2px solid var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.services-area.inc-icon .item h4 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.services-area.inc-icon .item h5 {
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.services-area.inc-icon .item .info > a {
  margin-top: 10px;
}

.services-area.inc-icon .item::after {
  position: absolute;
  left: 0;
  top: -100%;
  content: "";
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--color-primary);
}

.services-area.inc-icon .item:hover::after {
  top: 0;
}

.services-area.inc-icon .item h4,
.services-area.inc-icon .item p,
.services-area.inc-icon .item a,
.services-area.inc-icon .item i {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.services-area.inc-icon .item:hover h4,
.services-area.inc-icon .item:hover p,
.services-area.inc-icon .item:hover a {
  color: var(--white);
}

.services-area.inc-icon .item:hover a.btn {
  color: var(--white) !important;
  border-color: var(--white);
}

.services-area.inc-icon .item:hover i {
  color: var(--color-primary);
  background: var(--white);
}

.services-area.inc-icon .item:hover i::after {
  opacity: 0.3;
  border: 2px solid var(--white);
}

.services-area .services-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.services-area .services-carousel.owl-carousel .owl-nav .owl-prev, 
.services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: var(--color-paragraph);
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-area.bg-gray .services-carousel.owl-carousel .owl-nav .owl-prev, 
.services-area.bg-gray .services-carousel.owl-carousel .owl-nav .owl-next {
  color: var(--color-primary);
}

.services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.services-area .services-carousel.owl-carousel .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  background: transparent;
  border: 2px solid var(--color-primary);
}

.services-area .services-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--color-primary);
}

.services-area.inc-icon.less-info .item h4 {
  margin: 0;
}

.services-area.inc-icon.less-info .item a {
  display: block;
}

/* Services Solid */
.solid-services-area .item i {
  display: inline-block;
  color: var(--color-primary);
  font-size: 60px;
  margin-bottom: 50px;
  line-height: 1;
}

.solid-services-area .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}

.solid-services-area .equal-height {
  margin-bottom: 30px;
}

.solid-services-area .item p {
  margin: 0;
}

.solid-services-area .item {
  padding: 67px 40px 64px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  background: var(--white);
  border-radius: 20px;
}

.solid-services-area .item li {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-bottom: 10px;
}

.solid-services-area .item li::after {
  position: absolute;
  left: 0;
  content: "\f1ce";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: var(--color-primary);
}

.solid-services-area .item li:last-child {
  margin-bottom: 0;
}


/* ============================================================== 
     # Services Area 
=================================================================== */
.top-services-area .services-tabs {
  background: var(--bg-gray);
  margin-bottom: 100px;
  border-bottom: 1px solid #dddddd;
}

.top-services-area .services-tabs ul.nav.nav-tabs {
    margin: 0;
    margin-bottom: -10px;
    border: none;
}

.top-services-area .services-tabs ul.nav.nav-tabs li {
    display: inline-block;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button {
  display: flex;
  padding: 65px 50px;
  text-transform: uppercase;
  align-items: center;
  border: none;
  margin: 0;
  color: var(--color-heading);
}

.top-services-area .services-tabs ul.nav.nav-tabs li button i {
  display: inline-block;
  font-size: 45px;
  margin-right: 20px;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button.active {
    position: relative;
    z-index: 1;
    background: transparent;
    color: var(--color-primary);
}

.top-services-area .services-tabs ul.nav.nav-tabs li button.active::after {
    position: absolute;
    left: 0;
    top: -10%;
    background: var(--white);
    content: "";
    height: 120%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.top-services-area .info {
  padding-left: 35px;
}

.top-services-area .info ul {
  margin-top: 25px;
}

.top-services-area .info ul li {
  display: flex;
  margin-top: 10px;
  font-weight: 500;
  color: var(--color-heading);
  padding-left: 25px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}

.top-services-area .info ul li::after {
    position: absolute;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    color: var(--color-primary);
}

.top-services-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.top-services-area .info a {
    margin-top: 30px;
}

.top-services-area .info ul.working-hours {
  margin: 0;
}

.top-services-area .info ul.working-hours li {
    padding-left: 0;
    padding: 12px 25px;
    margin: 0;
    font-weight: 400;
    font-family: var(--font-default);
    text-transform: uppercase;
    border-radius: 5px;
    background: var(--bg-gray);
    margin: 10px 0;
}

.top-services-area .info ul.working-hours li::after {
    display: none;
}

.top-services-area .info ul.working-hours li:nth-child(2n) {
    background: var(--color-primary);
    color: var(--white);
}

.top-services-area .info ul.working-hours li .closed {
  color: red;
}

.top-services-area .thumb {
    position: relative;
    z-index: 1;
}

.top-services-area .thumb::after {
    position: absolute;
    left: -50px;
    bottom: -50px;
    height: 200px;
    width: 200px;
    background: url(assets/img/bg-dotted.png);
    content: "";
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.4;
}

/* Services Details */
.services-details-area .widget {
  padding-bottom: 50px;
  background: var(--white);
  margin-bottom: -5px;
}

.services-details-area .widget:last-child {
  padding-bottom: 0;
}

.services-details-area .widget .appoinment-box {
  box-shadow: none;
  background: var(--bg-gray);
  padding: 35px;
}

.services-details-area .widget .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  color: var(--color-heading);
}

.services-details-area .widget .title h4::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.services-details-area .widget .title h4::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
  z-index: -1;
}

.services-details-area .widget.link li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.services-details-area .widget.link li a {
  display: inline-block;
}

.services-details-area .widget.link li a:hover {
  color: var(--color-primary);
}

.services-details-area .widget.link li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.services-details-area .widget.link li i {
  margin-right: 3px;
  color: var(--color-primary);
}

.services-details-area .widget .info {
  padding: 20px 15px;
  border: 1px solid #e7e7e7;
}

.services-details-area .widget .info h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-paragraph);
}

.services-details-area .widget .info h5 {
  margin: 0;
  text-transform: uppercase;
  color: var(--color-primary);
}

.services-details-area .widget .thumb {
  position: relative;
  z-index: 1;
}

.services-details-area .widget .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
  right: 0;
  text-align: center;
}

.services-details-area .widget .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 120%) repeat scroll 0 0;
  content: "";
  height: 50%;
  width: 100%;
  border-radius: 10px;
}

.services-details-area .widget .thumb .overlay h4 {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--white);
}

.services-details-area .widget .thumb .overlay h5 {
  margin: 0;
  color: var(--color-primary);
  text-transform: uppercase;
}

.services-details-area .widget.opening-hours li {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.services-details-area .widget.opening-hours li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.services-details-area .thumb img {
  border-radius: 10px;
}

.services-details-area .content .info {
  margin-top: 30px;
}

.services-details-area .content .info h2, 
.services-details-area .content .info h3 {
  font-weight: 600;
}

.services-details-area .content .info h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.services-details-area .content .info ul li {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 15px;
}

.services-details-area .content .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
  font-weight: 600;
  content: "\f5ae";
  font-family: "Font Awesome 5 Pro";
}

.services-details-area .content .info a {
  margin-top: 10px;
}


/* ============================================================== 
     # Tabs Area 
=================================================================== */
.tabs-items .nav-pills {
  margin-bottom: 30px;
}

.tabs-items .nav-pills li {
  float: left;
}

.tabs-items .nav-pills li a {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #e7e7e7;
  margin-right: 5px;
  position: relative;
  background: #f9f9f9;
  border-radius: inherit;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tabs-items.bg-gray .nav-pills li a {
  background: var(--white);
}

.tabs-items .nav-pills li a i {
  float: left;
  font-size: 25px;
  color: var(--color-paragraph);
  margin-right: 10px;
}

.tabs-area .tabs-items .tab-content {
  padding: 30px;
  border: 1px solid var(--color-primary);
}

.tabs-items .nav-pills li.active a, 
.tabs-items .nav-pills li:focus a {
  background: var(--color-primary);
}

.tabs-items .nav-pills li.active a i {
  color: var(--white);
}

.tabs-items .nav-pills li.active a::after {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--color-primary);
}

.tabs-items .tab-content h4, .tabs-items .tab-content h3 {
  text-transform: capitalize;
  font-weight: 600;
}

.tabs-items .tab-content p:last-child {
  margin-bottom: 0;
}

.tabs-items .tab-content iframe {
  width: 100%;
  min-height: 250px;
  margin-top: 15px;
  margin-bottom: -10px;
}

.tabs-items .tab-content li {
  display: block;
  border: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--font-default);
  padding: 15px;
}

.tabs-items .tab-content li:last-child {
  margin: 0;
}

.tabs-items .tab-content li:nth-child(odd) {
  background: #f4f4f4;
}


/* ============================================================== 
     # Fun Factor
=================================================================== */

.fun-fact-area .fun-fact {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.fun-fact-area .fun-fact::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--white);
  z-index: -1;
  opacity: 0.9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fun-fact-area .fun-fact i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 25px;
  color: var(--color-primary);
}

.fun-fact-area .fun-fact .timer {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: var(--color-heading);
  margin-bottom: 5px;
}

.fun-fact-area .fun-fact .timer::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  position: absolute;
  top: 0;
}

.fun-fact-area .fun-fact .medium {
  color: var(--color-paragraph);
  text-transform: uppercase;
  font-weight: 600;
}

/* ============================================================== 
     # Video BG
=================================================================== */
.video-bg-area {
    padding: 200px 0;
}

.video-bg-area h1 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: -8px;
  font-size: 50px;
}

.video-bg-area.shadow.theme::after {
  z-index: inherit;
}

.video-bg-area .content {
  position: relative;
  z-index: 2;
}

/* ============================================================== 
     # Appoinment
=================================================================== */

.appoinment-box {
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  padding: 60px;
  background: var(--white);
  border-radius: 30px;
}

.appoinment .heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.appoinment .heading p:last-child {
  margin-bottom: 0;
}

.appoinment .heading::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.appoinment .heading::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.appoinment form input {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  padding: 15px;
  color: var(--color-heading);
}

.appoinment form textarea {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  padding: 15px;
  min-height: 120px;
  border-radius: inherit;
}

.appoinment form button {
  background: transparent;
  padding: 13px 35px;
  margin-top: 15px;
  font-family: var(--font-default);
  text-transform: capitalize;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.35s ease-in-out;
  color: var(--color-heading);
  border: 2px solid var(--color-primary);
  background: transparent;
  border-radius: 30px;
}

.appoinment form button:hover {
  background: var(--color-primary);
  color: var(--white);
  border: 2px solid transparent;
}

.appoinment form button i {
  margin-left: 5px;
}

.department-tabs .tab-content p:last-child {
  margin-bottom: 0;
}

.appoinment h4 {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}

.appoinment h2,
.appoinment h3 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}


.appoinment-box .appointment-schedule {
    margin-bottom: 30px;
    text-align: center;
}

.appoinment-box .appointment-schedule h5 {
  font-weight: 700;
  text-transform: uppercase;
  background: #dbefee;
  padding: 15px 35px;
  border-radius: 5px;
  letter-spacing: 0.6px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.appoinment-box .appointment-schedule li {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.appoinment-box .appointment-schedule li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.appoinment-box .appointment-schedule li span {
    float: right;
}

.appoinment-box .appointment-schedule ul {
    text-align: left;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #d8f0fb;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


/* Banner Appoinment */
.banner-area .appoinment-box {
  position: relative;
  z-index: 1;
  background: radial-gradient(#fff2 30%, #fff4);
  backdrop-filter: blur(5px);
  border-radius: 30px;
}

.nice-select .option {
  color: var(--color-heading);
}

.banner-area .appoinment-box .nice-select:after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}

.banner-area .appoinment-box input, 
.banner-area .appoinment-box .nice-select {
  border-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: transparent;
    box-shadow: none;
    color: var(--white);
}

.banner-area .appoinment-box input::-webkit-input-placeholder { /* Chrome */
  color: var(--white);
}
.banner-area .appoinment-box input:-ms-input-placeholder { /* IE 10+ */
  color: var(--white);
}
.banner-area .appoinment-box input::-moz-placeholder { /* Firefox 19+ */
  color: var(--white);
  opacity: 1;
}
.banner-area .appoinment-box input:-moz-placeholder { /* Firefox 4 - 18 */
  color: var(--white);
  opacity: 1;
}

.banner-area .appoinment-box .nice-select span {
  color: var(--white);
}

.banner-area .appoinment-box .heading::after {
  background: var(--white);
}

.banner-area .appoinment-box .heading::before {
  background: var(--white);
}

.banner-area .appoinment-box button {
  background: var(--color-primary);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: var(--white);
}


/* ============================================================== 
     # Faq Accordion
=================================================================== */

.faq-area {
  overflow: hidden;
}

.faq-items .panel-group,
.acd-items .panel-group {
  margin-bottom: 0;
}

.faq-area .faq-items {
  margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
  background: #ff5a6e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--white);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}

.acd-items .panel-heading .panel-title a {
  color: var(--color-heading);
  display: block;
  font-weight: 600;
  padding: 19px 30px 20px 15px;
  position: relative;
}

.acd-items .panel-heading {
  padding: 0;
}

.faq-area .acd-items .panel-body {
  padding: 30px 0 20px;
}

.acd-items .panel.panel-default {
  border: none;
  border-radius: inherit;
  box-shadow: inherit;
  margin: 0 0 10px;
}

.acd-items .panel.panel-default:last-child {
  margin-bottom: 0;
}

.acd-items .panel-body p:last-child {
  margin: 0;
}

.faq-items .panel-body {
  padding: 20px;
}

.faq-items .acd-items .panel .panel-body {
  border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: var(--color-heading);
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
  content: "\f01b" !important;
  font-size: 20px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f01a" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.acd-items .panel.panel-default:last-child .panel-body {
  padding-bottom: 0;
  margin-bottom: -5px;
}

.faq-area .heading h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

/* ============================================================== 
     # Chose Us 
=================================================================== */

.container-full .row {
  display: flex;
}

.container-full .row > .info {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 600px;
}

.chose-us-area.item-half .container-full .row > .info {
  padding: 120px 0 115px 50px;
}

.chose-us-area.item-half .info li {
  float: left;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 0;
}

.chose-us-area.item-half .info li:first-child,
.chose-us-area.item-half .info li:nth-child(2) {
  margin-top: 0;
}

.chose-us-area.item-half .info li:nth-child(2n) {
  padding-left: 15px;
}

.chose-us-area .info .heading {
  position: relative;
  z-index: 1;
}

.chose-us-area .info li .icon i {
  display: inline-block;
  font-size: 50px;
  color: var(--color-primary);
}

.chose-us-area .info li .icon {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.chose-us-area .info li {
  display: block;
  margin-bottom: 40px;
}

.chose-us-area .info li:last-child {
  margin-bottom: 0;
}

.chose-us-area .info li h4 {
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
}

.chose-us-area .info h2 {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.chose-us-area .info p:last-child {
  margin-bottom: 0;
}

.chose-us-area .info ul {
  margin-top: 30px;
  overflow: hidden;
}

.chose-us-area .info li p:last-child {
  margin: 0;
}

.chose-us-area .info li .title {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid  #e7e7e7;
  align-items: center;
  padding-bottom: 15px;
}

.chose-us-area .info li .info {
  position: relative;
  z-index: 1;
  padding-left: 55px;
}

.chose-us-area .info li .info::after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 20px;
  color: var(--white);
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--color-primary);
  text-align: center;
  font-weight: 100;
  border-radius: 50%;
}

.chose-us-area .appoinment {
  padding-right: 35px;
}


/* ============================================================== 
     # Top Content
=================================================================== */
.top-content-area .item {
    display: flex;
}

.top-content-area .item > div {
    width: 50%;
}

.top-content-area .item .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-content-area .item .info {
    padding: 50px 30px;
}

.top-cotent-items {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/* ============================================================== 
     # Doctor Tips 
=================================================================== */
.health-tips-items .thumb {
  position: relative;
  z-index: 1;
}

.health-tips-items .thumb img {
  border-radius: 10px;
}

.health-tips-items .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: -30px;
  text-align: center;
  padding: 20px;
  background: var(--color-primary);
}

.health-tips-items .thumb .overlay img {
  padding-left: 30px;
}

.health-tips-items .doctor {
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}

.health-tips-items .doctor h5 {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 16px;
}

.health-tips-items .thumb .overlay h4 {
  text-transform: uppercase;
  color: var(--white);
}

.health-tips-items .thumb .overlay h5 {
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}

.health-tips-items .info {
  background: var(--white);
  padding: 60px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.health-tips-items .info::after {
  position: absolute;
  left: -18px;
  content: "";
  top: 50px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid var(--white);
}

.health-tips-items .info h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.health-tips-items .info ul li {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: 500;
}

.health-tips-items .info ul li::after {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-weight: 500;
  color: var(--white);
  height: 20px;
  width: 20px;
  background: var(--color-primary);
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  font-size: 14px;
  top: 4px;
}

.health-tips-items .info p {
  margin-bottom: 40px;
}

.health-tips-items .info ul li:last-child {
  margin: 0;
}

.doctor-tips-area .tips-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-prev, 
.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: var(--white);
  font-size: 30px;
  height: 50px;
  left: -35px;
  line-height: 50px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  background: var(--color-primary);
}

.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -35px;
}

.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-prev i, 
.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-next i {
  font-weight: 100;
}


/* ============================================================== 
     # Doctor 
=================================================================== */

.doctor-area .equal-height {
  margin-bottom: 30px;
}

.doctor-items .thumb {
  position: relative;
  z-index: 1;
}

.doctor-items .thumb .overlay {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.doctor-items .thumb .overlay i {
  height: 50px;
  width: 50px;
  background: var(--color-primary);
  line-height: 50px;
  color: var(--white);
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.doctor-items .info {
  padding: 40px 30px 30px;
  border-top: 2px solid var(--color-primary);
  background: var(--white);
}

.doctor-items .item {
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  overflow: hidden;
  border-radius: 30px;
}

.doctor-items.owl-carousel .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.doctor-items .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.doctor-items .info h5 {
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Social */
.doctor-items .thumb .social {
  position: absolute;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  bottom: 0;
  width: 100%;
  opacity: 0;
}

.doctor-items .item:hover .social {
  opacity: 1;
  bottom: 40px;
}

.doctor-items .item:hover img {
  opacity: 0.5;
}

.doctor-items .thumb img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.doctor-items .social li {
  display: inline-block;
}

.doctor-items .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 1px;
}

.doctor-items .social li.twitter a {
  background-color: #00b6f1;
  color: var(--white);
}

.doctor-items .social li.pinterest a {
  background-color: #bd081c;
  color: var(--white);
}

.doctor-items .social li.facebook a {
  background-color: #3b5998;
  color: var(--white);
}

.doctor-items .social li.g-plus a {
  background-color: #df4a32;
  color: var(--white);
}

.doctor-items .social li.vimeo a {
  background-color: #1ab7ea;
  color: var(--white);
}

.doctor-items .social li.instagram a {
  background-color: #cd486b;
  color: var(--white);
}

.doctor-items .social li.linkedin a {
  background-color: #0077b5;
  color: var(--white);
}

.doctor-items .social li a:hover {
  background: var(--color-primary);
  color: var(--white);
}

.doctor-items .info ul {
  margin-top: 20px;
}

.doctor-items .info .appoinment-btn {
  position: relative;
  z-index: 1;
}

.doctor-items .info .appoinment-btn::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 100%;
  background: #e7e7e7;
  z-index: -1;
}

.doctor-items .info a {
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-paragraph);
  background: var(--white);
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-prev, 
.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: var(--color-paragraph);
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-prev, 
.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
  color: var(--color-primary);
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

/* ============================================================== 
     # Doctor Details
=================================================================== */
.doctor-details-area .nav-pills {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  margin-top: 50px;
}

.doctor-details-area .nav-pills .nav-link {
  position: relative;
  z-index: 1;
  padding: 0;
  text-transform: uppercase;
  background: transparent;
  padding-bottom: 15px;
}

.doctor-details-area .nav-pills .nav-link {
  background: transparent;
  color: var(--color-primary);
}

.doctor-details-area .nav-pills .nav-link {
  margin-right: 25px;
  float: left;
  color: var(--color-heading);
  position: relative;
  z-index: 1;
}

.doctor-details-area .nav-pills .nav-link.active::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 3px;
  width: 100%;
  background: var(--color-primary);
}

.doctor-details-area .info a {
  margin-top: 10px;
}

.doctor-details-area .info h4 {
  margin-bottom: 25px;
  color: var(--color-paragraph);
  text-transform: uppercase;
}

.doctor-details-area .tab-content p:last-child {
  margin-bottom: 0;
}

.doctor-details-area .tab-content {
  margin-bottom: -10px;
}

.doctor-details-area .thumb {
  position: relative;
  z-index: 1;
}

.doctor-details-area .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 160%) repeat scroll 0 0;
  content: "";
  height: 30%;
  width: 100%;
}

.doctor-details-area .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  right: 0;
  z-index: 1;
}

.doctor-details-area .thumb .overlay li {
  display: inline-block;
}

.doctor-details-area .thumb .overlay li a {
  display: inline-block;
  font-size: 20px;
  color: var(--white);
  margin: 0 10px;
}

.doctor-details-area .tab-content li {
  font-family: var(--font-default);
  text-transform: uppercase;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doctor-details-area .tab-content li:nth-child(odd) {
  background: #f4f4f4;
}

/* ============================================================== 
     # Departments
=================================================================== */

.department-items .equal-height {
  margin-bottom: 30px;
}

.department-items .item {
  overflow: hidden;
  border-radius: 30px;
}

.department-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.department-items .thumb img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.department-items .item:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.department-items .item .info {
  padding: 50px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background: var(--white);
  border-radius: 0 0 30px 30px;
}

.department-items .item .info li {
  float: left;
  width: 50%;
  font-family: var(--font-default);
  text-transform: uppercase;
  font-weight: 500;
}

.department-items .item .info li span {
  display: block;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 1px;
  background: #daecec;
  border-radius: 5px;
}

.department-items .item .info ul {
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  padding-top: 15px;
  text-align: center;
  display: flex;
  gap: 15px;
}

.department-items .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

/* ============================================================== 
     # Gallery
=================================================================== */

.gallery-area {
  padding-bottom: 105px;
}

.mix-item-menu button {
  border: none;
  background: transparent;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  z-index: 1;
  font-family: var(--font-default);
}

.mix-item-menu {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 15px 25px;
  margin-bottom: 30px;
}

.mix-item-menu button.active::after {
  position: absolute;
  left: 50%;
  top: 3px;
  content: "";
  height: 20px;
  width: 2px;
  background: var(--color-primary);
  margin-left: -2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: -1;
}

.mix-item-menu button.active {
  color: var(--color-primary);
}

.gallery-area.inc-colum {
  padding-bottom: 105px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-area .gallery-items.colums-6 .pf-item {
  float: left;
  padding: 15px;
  width: 16.6666%;
}


/* Portfolio Effects */
/* generic css */

.effect-box {
  position: relative;
  overflow: hidden;
}

.effect-box::after {
  position: absolute;
  left: 5%;
  top: 5%;
  content: "";
  height: 90%;
  background: var(--white);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
  width: 90%;
}

.gallery-items .pf-item:hover .effect-box::after {
  opacity: 0.7;
}

.effect-box .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
  z-index: 1;
}

.effect-box img {
  display: block;
  position: relative;
}

.effect-box h4,
.effect-box h4 a {
  text-transform: uppercase;
  font-weight: 500;
}

.effect-box img {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.effect-box h4 {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.effect-box p {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  opacity: 0;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
}

.effect-box .info > a {
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  display: inline-block;
  height: 45px;
  width: 45px;
  background: var(--color-primary);
  display: inline-block;
  line-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
  color: var(--white);
}

.effect-box .info > a i {
  font-weight: 300;
}

/* Gallery Effect */

.effect-box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.effect-box:hover .info {
  opacity: 1;
}

.effect-box:hover h4,
.effect-box:hover p,
.effect-box:hover a {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.effect-box:hover p {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.effect-box:hover a {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}


/* ============================================================== 
     # Department Tabs 
=================================================================== */

.department-tabs .nav.nav-tabs {
  margin: 0;
  border: none;
}

.department-tabs .tab-navs li {
  width: 100%;
  margin-bottom: 10px;
}

.department-tabs .tab-navs li i {
  font-size: 30px;
  margin-right: 15px;
  position: relative;
  float: left;
  top: -2px;
}

.department-tabs .tab-navs li button {
  padding: 18px 30px;
  background: var(--white);
  border: 1px solid #e7e7e7;
  display: block;
  width: 100%;
  border-radius: 5px;
  color: var(--color-heading);
  text-align: left;
  font-weight: 600;
  font-size: 17px;
}

.department-tabs .tab-navs li button.active {
  background: var(--color-primary);
  border-color: transparent;
  color: var(--white);
}

.department-tabs .heading h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.department-tabs .tab-content .thumb {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.department-tabs .tab-content .thumb img {
  border-radius: 10px;
}

.department-tabs .tab-content h3 {
  text-transform: capitalize;
  font-weight: 600;
}

.department-tabs .tab-content .opening-info {
  padding: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.department-tabs .tab-content .opening-info h4 {
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.department-tabs .tab-content .opening-info h4::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.department-tabs .tab-content .opening-info h4::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.department-tabs .tab-content .opening-info li {
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-default);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-gray);
  border-radius: 10px;
  margin: 5px 0;
}

.department-tabs .tab-content .opening-info li:nth-child(2n) {
  background: #e4ebeb;
}

.department-tabs .tab-content .opening-info li .pull-right {
  padding: 0 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.department-tabs .tab-content .opening-info li .pull-right.closed {
  background: var(--color-primary);
  color: var(--white);
}

@media (min-width: 1400px) {
  .department-tabs .container > .row {
    --bs-gutter-x: 60px;
  }
}
/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area.carousel-shadow .owl-stage-outer {
  padding: 25px 15px 15px;
}

.testimonial-items .item {
  background: var(--white);
  padding: 60px;
  padding-bottom: 50px;
  border: 1px solid #e7e7e7;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.testimonial-items .item::after {
  position: absolute;
  left: 60px;
  top: -50px;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  font-size: 50px;
  color: var(--color-primary);
  font-weight: 900;
}

.testimonial-items .provider {
  display: flex;
  margin-top: 20px;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.testimonial-items .provider img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.testimonial-items .provider .thumb {
  margin-right: 15px;
}

.testimonial-items .provider h4 {
  color: var(--color-heading);
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-items .item p {
  font-size: 20px;
}

.testimonial-items .provider h5 {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--color-paragraph);
  letter-spacing: 1px;
  margin-bottom: 0;
}

.testimonial-items .provider h5 span {
  color: var(--color-primary);
}

.testimonial-items .content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.testimonial-items .content::after {
  position: absolute;
  left: 50px;
  bottom: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--white);
  content: "";
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-prev, 
.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: var(--color-paragraph);
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-prev, 
.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-next {
  color: var(--color-primary);
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

/* ==============================================================
     # Homepage Reviews
=================================================================== */

.reviews-area .site-heading {
  margin-bottom: 35px;
}

.review-items .item {
  padding: 8px 2px 20px;
}

.review-card {
  background: var(--white);
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  box-shadow: 0 16px 46px -24px rgba(22, 35, 58, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 285px;
  padding: 32px;
}

.review-stars {
  color: var(--color-primary);
  display: flex;
  font-size: 18px;
  gap: 5px;
  line-height: 1;
  margin-bottom: 18px;
}

.review-empty-card .review-stars {
  justify-content: center;
}

.review-text {
  color: var(--color-paragraph);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px;
  overflow-wrap: anywhere;
}

.review-author {
  align-items: center;
  border-top: 1px solid #eef1f5;
  display: flex;
  gap: 12px;
  padding-top: 18px;
}

.review-avatar {
  align-items: center;
  background: #16697a;
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.review-author strong {
  color: var(--color-heading);
  display: block;
  font-weight: 700;
}

.review-author small {
  color: var(--color-primary);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.review-action {
  margin-top: 22px;
}

.review-modal {
  border: 0;
  border-radius: 8px;
}

.review-modal .modal-header,
.review-modal .modal-footer {
  border-color: #eef1f5;
}

.review-modal label {
  color: var(--color-heading);
  font-weight: 700;
  margin-bottom: 8px;
}

.review-modal .form-control {
  background: var(--white);
  border: 1px solid #d8dee8;
  border-radius: 8px;
  color: var(--color-heading);
  min-height: 48px;
}

.review-modal textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

@media (max-width: 767px) {
  .review-card {
    min-height: auto;
    padding: 24px;
  }

  .review-text {
    font-size: 16px;
  }

  .review-modal .modal-footer {
    align-items: stretch;
    flex-direction: column;
  }
}

/* ============================================================== 
     # Blog 
=================================================================== */

.blog-area .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blog-area .thumb .post-type {
  background: rgba(12, 184, 182, 0.7);
  bottom: 20px;
  color: var(--white);
  font-size: 20px;
  height: 50px;
  right: 20px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.blog-area .thumb img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
}

.blog-area .item:hover .thumb img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.blog-area .meta li {
  display: block;
  text-transform: uppercase;
}

.blog-area .meta .comments {
  position: absolute;
  right: 0;
  top: 25px;
}

.blog-area .meta .comments a {
  font-weight: 400;
  color: var(--color-paragraph) !important;
  font-family: 'Open Sans', sans-serif;
}

.blog-area .meta .comments a:hover {
  color: var(--color-primary) !important;
}

.blog-area .meta .comments i {
  margin-right: 3px;
}

.blog-area .info {
  padding-top: 30px;
}

.blog-area .info > a {
  margin-top: 5px;
  text-transform: uppercase;
}

.blog-area .info .meta a {
  text-transform: uppercase;
  color: var(--color-primary);
}

.blog-area .meta {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.blog-area .meta ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-area .info h4 {
  line-height: 1.5;
  text-transform: capitalize;
}

.blog-area .info h2,
.blog-area .info h3 {
  text-transform: capitalize;
  line-height: 1.3;
}

.blog-area .info a:hover {
  color: var(--color-primary);
}

.blog-area.full-blog .single-item {
  margin-bottom: 0;
}

/* Pagination */

.blog-area .pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--color-heading);
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  display: inline-block;
}

.blog-area .pagi-area .pagination li.active a {
  background: var(--color-primary);
  border-color: transparent;
  color: var(--white);
}

.blog-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: -5px;
}


 /* Sidebar */

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area .sidebar .title h4::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.blog-area .sidebar .title h4::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
  z-index: -1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar input[type="submit"] {
  background: var(--color-heading);
  border: medium none;
  color: var(--white);
  font-family: var(--font-defalt);
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: var(--color-primary);
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 25px;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: var(--color-primary);
}

.sidebar-item.category ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Pro";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  top: 10px;
  font-weight: 100;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--color-paragraph);
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid #e7e7e7;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: var(--color-heading);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title {
  color: #999999;
  font-family: var(--font-defalt);
  margin-top: 10px;
  text-transform: uppercase;
}

.sidebar-item.recent-post li a:hover {
  color: var(--color-primary);
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: var(--color-heading);
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title a {
  text-transform: capitalize;
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

footer .f-item .thumb img {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

footer .f-item.recent-post li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #837f7e;
}

footer .equal-height {
  padding-right: 30px;
}

footer .equal-height:last-child {
  padding-right: 15px;
}

footer .f-item .item {
  display: flex;
}

footer .f-item .item i {
  font-size: 30px;
  color: var(--color-primary);
}

footer .f-item .item .info {
  padding-left: 20px;
}

footer .f-item .item .info h3 {
}

footer .f-item .item .info h5 {
  margin-top: 0;
  margin-bottom: 15px;
}

footer .f-item.emergency li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

footer .f-item.emergency li p {
  margin: 0;
}

footer .f-item.emergency li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer .footer-bottom li {
  display: inline-block;
}

footer .footer-bottom li a {
  font-weight: 500;
}

footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom.bg-light p {
  color: var(--color-paragraph);
}

footer .footer-bottom p a {
  color: var(--color-primary);
}

footer .footer-bottom .text-end li {
  margin-left: 20px;
}

footer .footer-bottom.bg-light li a {
  color: var(--color-heading);
  font-weight: 500;
}

footer .footer-bottom li a:hover {
  color: var(--color-primary);
}

footer .f-item.contact li i, footer .f-item.contact li p {
  display: table-cell;
  vertical-align: top;
}

footer .f-item.contact li p {
  margin: 0;
  color: var(--color-heading);
  padding-left: 15px;
  font-family: var(--font-default);
  text-transform: uppercase;
}

footer.bg-dark .f-item.contact li p {
  color: var(--white);
}

footer .f-item.contact li i {
  font-size: 25px;
  padding-top: 5px;
  color: var(--color-primary);
}

footer .f-item.contact li p span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: var(--color-paragraph);
  text-transform: none;
}

footer.bg-dark .f-item.contact li p span {
  color: #d8f0fb;
}

footer .f-item.contact li p a {
  font-family: 'Open Sans', sans-serif;
  color: var(--color-paragraph);
}

footer.bg-dark .f-item.contact li p a {
  color: #d8f0fb;
}

footer .f-item.contact li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

footer .f-item.contact li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer form {
  width: 100%;
  position: relative;
  z-index: 1;
}

footer form .input-group {
  width: 100%;
}

footer .f-item.contact form input {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

footer form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: var(--color-primary);
  color: var(--white);
  z-index: 9;
  border: none;
  line-height: 50px;
  min-width: 50px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

footer .f-item.twitter-widget .twitter-contentx {
  color: var(--color-primary);
}

footer .f-item .twitter-context i {
  color: var(--color-primary);
}

footer .f-item .twitter-item {
  margin-bottom: 30px;
}

footer .f-item .twitter-item:last-child {
  margin: 0;
}

footer .footer-bottom .social li a {
  color: var(--color-primary);
}

footer .footer-bottom .social li a:hover {
  color: var(--white);
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  display: none; /* Hide preloader by default to prevent blocking interactions */
}

/* --- DentConnect: Orange hover for all navbar links --- */
nav ul.navbar-nav li a:hover,
nav ul.navbar-nav li a:focus,
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  color: #FB7F29 !important;
  background: transparent !important;
  transition: color 0.2s;
}

/* --- DentConnect: Consistent button font for auth buttons --- */
.btn,
.btn-primary,
.btn-secondary,
.btn-lg,
.btn-success {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0;
}

.btn.btn-primary, .btn.btn-secondary {
  background: #fff !important;
  color: #222 !important;
  border: 2px solid #FB7F29 !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.btn.btn-primary:hover, .btn.btn-primary:focus,
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #FB7F29 !important;
  color: #fff !important;
  border: 2px solid transparent;
}

/* ============================================================== 
    # Navbar
=================================================================== */

nav.navbar.navbar-default {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 20px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

nav.navbar.navbar-default.navbar-fixed {
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

nav.navbar.navbar-default.navbar-fixed.no-background {
    background-color: transparent;
    padding: 20px 0;
}

nav.navbar.navbar-default .navbar-brand {
	padding: 0;
	margin-right: 60px;
	height: auto;
}

nav.navbar.navbar-default .navbar-brand .logo {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* Handle hover states - keep this to ensure hover functionality works */
nav.navbar.navbar-default .navbar-nav > li > a:hover,
nav.navbar.navbar-default .navbar-nav > li > a:active,
nav.navbar.navbar-default .navbar-nav > li > a:focus {
    color: #FB7F29;
}

/* Handle active state - keep this to ensure active state is styled properly */
nav.navbar.navbar-default .navbar-nav > li.active > a {
    color: #FB7F29;
}

/* recente pentru dropdown */
.user-profile-dropdown .user-name {
  opacity: 1 !important;
  max-width: none !important;
  white-space: nowrap;
}

.user-profile-dropdown .profile-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

/* ============================================================== 
     # Mobile Responsiveness
=================================================================== */

/* Mobile navigation fixes - Apply to tablets and mobile (below 1024px) */
@media only screen and (max-width: 1023px) {
  /* Basic padding and border for menu items */
  .navbar.navbar-default .navbar-nav > li > a {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }
  
  /* Mobile sidebar menu - slides in from LEFT with smooth animation */
  /* IMPORTANT: Must override Bootstrap's .collapse class which has display: none !important */
  /* Using multiple selectors with higher specificity to win over Bootstrap */
  .navbar .navbar-collapse,
  .navbar .collapse.navbar-collapse,
  .collapse.navbar-collapse,
  .navbar-collapse,
  #navbar-menu {
    display: block !important; /* Always rendered in DOM for animation */
    position: fixed !important;
    top: 0 !important;
    left: -300px !important; /* Hidden off-screen to the LEFT */
    height: 100vh !important;
    width: 300px !important;
    max-width: 85vw !important;
    background-color: #fff !important;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2) !important;
    z-index: 9999 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transition: left 0.3s ease-in-out !important;
    -webkit-transition: left 0.3s ease-in-out !important;
    -moz-transition: left 0.3s ease-in-out !important;
    -o-transition: left 0.3s ease-in-out !important;
  }
  
  /* Show navbar when expanded - slide into view */
  .navbar .navbar-collapse.show,
  .navbar .collapse.navbar-collapse.show,
  .collapse.navbar-collapse.show,
  .navbar-collapse.show,
  #navbar-menu.show {
    left: 0 !important; /* Slide to visible position */
  }
  
  /* Mobile menu header */
  .collapse-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  
  /* Show hamburger menu on tablets and mobile */
  .navbar-toggle {
    display: block !important;
  }
  
  /* Menu overlay - darkens background when menu is open */
  #menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  
  /* Show overlay when menu is open */
  #menu-overlay.opened {
    opacity: 1;
    visibility: visible;
  }
}

/* Make sure navbar elements are visible on mobile */
@media only screen and (max-width: 767px) {
  /* Reset body to prevent horizontal scroll */
  body {
    overflow-x: hidden;
    width: 100%;
  }

/* Dashboard pages: match header/navbar position to homepage */
.dashboard-page header,
.dashboard-page nav.navbar {
  background: transparent !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11000;
}

.dashboard-page body, .dashboard-page .container {
  padding-top: 0 !important; /* prevent extra offset */
}

.dashboard-page .banner-area,
.dashboard-page .dashboard-header {
  margin-top: 80px; /* ensure content doesn't hide under navbar */
}

  /* Fix navbar positioning */
  .navbar {
    padding: 10px 0 !important;
    background-color: #fff !important;
  }
  
  /* Ensure navigation elements are visible */
  .navbar-default .navbar-nav > li > a,
  .navbar-default.bg-transparent .navbar-nav > li > a {
    color: #000000 !important; /* Solid black color */
    visibility: visible !important;
    opacity: 1 !important;
    font-weight: bold !important; /* Make text bold for better visibility */
    display: block !important;
    background-color: transparent !important;
  }
  
  /* Ensure mobile collapse menu links are dark by default */
  .navbar-collapse .navbar-nav > li > a {
    color: #222 !important;
  }

  /* Keep white text only for navbar variants with a dark background */
  nav.navbar.bg-dark .navbar-nav > li > a,
  nav.navbar.validnavs.bg-dark .navbar-nav > li > a {
    color: #fff !important;
  }
  
  /* Fix logo */
  .navbar-header .logo {
    height: 40px;
    width: auto;
  }
  
  /* Fix navbar toggle button */
  .navbar-toggle {
    display: block !important;
    margin-right: 5px !important;
    border: 1px solid #ddd !important;
    padding: 6px 8px !important;
    margin-top: 8px !important;
  }
  
  .navbar-toggle .icon-bar {
    background-color: #333 !important;
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    margin: 4px 0 !important;
  }
  
  /* ============================================================
     REMOVED CONFLICTING RIGHT-SLIDE NAVBAR CODE
     Now using unified LEFT-slide animation (see max-width: 1023px block above)
     This prevents conflicts between left and right positioning
  ============================================================ */
  
  /* Make sure toggle buttons have pointer cursor */
  .navbar-toggle {
    cursor: pointer !important;
  }
  
  /* Force visibility for buttons */
  #mobile-menu-toggle {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Fix navbar nav */
  .navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .navbar-nav > li {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid #eee !important;
  }
  
  .navbar-nav > li > a {
    padding: 15px 20px !important;
    display: block !important;
    color: #000000 !important; /* Solid black color */
    font-weight: 700 !important; /* Bold text for better visibility */
    text-shadow: none !important; /* Remove any text shadows */
  }
  
  /* Add overlay */
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
  }
  
  /* Show overlay when opened */
  .nav-overlay.opened {
    display: block;
  }
}

/* Fix for iPhone X and newer models with notch */
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .banner-area .content {
    padding-top: 60px !important;
  }
}

/* Fix iOS mobile input zooming */
@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* Additional responsive sizes */
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Smaller margins and paddings for tiny screens */
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Stack all grid elements */
  .row > [class*="col-"] {
    width: 100% !important;
    margin-bottom: 15px;
  }
  
  /* Smaller headings */
  h1, .h1 { font-size: 24px !important; }
  h2, .h2 { font-size: 20px !important; }
  h3, .h3 { font-size: 18px !important; }
  
  /* Make user dropdown more compact */
  .user-name {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  /* Adjust banner for smallest screens */
  .banner-area {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Adjust content for small landscape screens */
  .banner-area {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }
  
  /* Allow some grid columns to be side by side */
  .row.feature-items > [class*="col-"]:nth-child(odd) {
    padding-right: 7.5px;
  }
  
  .row.feature-items > [class*="col-"]:nth-child(even) {
    padding-left: 7.5px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Tablet specific adjustments */
  .banner-area .content {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
  }
  
  /* Make buttons side by side */
  .btn {
    width: auto;
    margin-right: 10px;
  }
  
  /* Allow grid layout for feature items */
  .feature-items .item {
    margin-bottom: 30px;
  }
}

/* Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
  /* Desktop specific styles - full horizontal navbar */
  /* Override Bootstrap .collapse and mobile positioning */
  .navbar-collapse,
  .collapse.navbar-collapse,
  #navbar-menu {
    display: block !important; /* Ensure always visible on desktop */
    position: static !important;
    background-color: transparent !important;
    height: auto !important;
    width: auto !important;
    max-width: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    left: auto !important;
    top: auto !important;
    transition: none !important; /* No animations on desktop */
  }
  
  .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
  }
  
  .navbar-nav > li {
    display: inline-block !important;
    border: none !important;
  }
  
  .navbar-nav > li > a {
    padding: 30px 15px !important;
    border-bottom: none !important;
  }
  
  /* Hide mobile elements on desktop */
  .navbar-toggle,
  .close-mobile-menu,
  .collapse-header,
  #mobile-menu-toggle,
  #menu-close-btn,
  #menu-overlay {
    display: none !important;
  }
}

/* Fix for Safari on iOS */
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .banner-area {
    background-attachment: scroll !important;
  }
}

/* DentConnect modern medical-tech homepage */
.home-page {
  background: #f5f8fb;
}

.home-page .department-tabs,
.home-page .fun-fact-area {
  display: none;
}

.home-page .banner-area.banner-style-two {
  min-height: 760px;
  background: #071927;
}

.home-page .banner-area.banner-style-two .item {
  position: relative;
  min-height: 760px;
  background-position: center;
}

.home-page .banner-area.banner-style-two .item::before {
  background:
    linear-gradient(90deg, rgba(5, 20, 34, 0.92) 0%, rgba(5, 20, 34, 0.72) 46%, rgba(5, 20, 34, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 20, 34, 0.12), rgba(5, 20, 34, 0.72));
  opacity: 1;
}

.home-page .banner-area.banner-style-two .content {
  max-width: 760px;
  padding-top: 80px;
}

.home-page .banner-area.banner-style-two .content h1 {
  color: #ffffff;
  font-size: 78px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  margin: 14px 0 24px;
}

.home-page .banner-area.banner-style-two .content p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.75;
  max-width: 720px;
}

.home-page .banner-area.banner-style-two .content p strong {
  color: #ff7a21;
}

.dc-hero-kicker,
.dc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c94f0f;
  background: rgba(255, 122, 33, 0.12);
  border: 1px solid rgba(255, 122, 33, 0.25);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dc-hero-kicker {
  color: #ffd1ad;
  background: rgba(255, 122, 33, 0.18);
  border-color: rgba(255, 209, 173, 0.28);
}

.dc-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.dc-hero-secondary {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid #ff7a21;
  padding-bottom: 4px;
}

.dc-hero-secondary:hover {
  color: #ff7a21;
}

.dc-home-modern {
  color: #0b1f33;
  background:
    linear-gradient(180deg, #f5f8fb 0%, #ffffff 38%, #fff3ea 100%);
}

.dc-section {
  padding: 92px 0;
  position: relative;
}

.dc-section-head {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.dc-section-head.align-left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.dc-section-head h2,
.dc-free-content h2,
.dc-roadmap-panel h2,
.dc-partner-panel h2 {
  color: #071927;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  margin: 18px 0 18px;
}

.dc-section-head p,
.dc-free-content p,
.dc-partner-panel p {
  color: #526273;
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}

.dc-intelligence {
  background: #f5f8fb;
}

.dc-system-panel,
.dc-copy-stack,
.dc-form-panel,
.dc-founder,
.dc-feature-grid article,
.dc-process-grid article {
  border: 1px solid rgba(15, 31, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(7, 25, 39, 0.08);
}

.dc-system-panel {
  padding: 34px;
  min-height: 100%;
}

.dc-system-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(15, 31, 51, 0.1);
}

.dc-system-header span,
.dc-match-line span,
.dc-signal-grid span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dc-system-header strong {
  color: #c94f0f;
}

.dc-match-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.dc-match-line strong {
  color: #ff7a21;
  font-size: 46px;
  line-height: 1;
}

.dc-match-bar {
  height: 12px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
  margin: 16px 0 28px;
}

.dc-match-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #ff7a21, #ffb36b);
}

.dc-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.dc-signal-grid div {
  background: #f8fbfd;
  border: 1px solid rgba(15, 31, 51, 0.08);
  border-radius: 8px;
  padding: 16px;
}

.dc-signal-grid strong {
  display: block;
  color: #071927;
  font-size: 15px;
  margin-top: 8px;
}

.dc-system-panel p,
.dc-copy-stack p,
.dc-two-column-copy p,
.dc-story p,
.dc-founder-note {
  color: #526273;
  line-height: 1.75;
}

.dc-copy-stack {
  padding: 34px;
  min-height: 100%;
}

.dc-copy-stack h3 {
  color: #071927;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.dc-copy-stack ul,
.dc-check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.dc-copy-stack li,
.dc-check-list li {
  position: relative;
  padding-left: 28px;
  color: #314155;
  margin-bottom: 12px;
}

.dc-copy-stack li::before,
.dc-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff7a21;
  box-shadow: 0 0 0 4px rgba(255, 122, 33, 0.12);
}

.dc-ecosystem {
  background: #ffffff;
}

.dc-image-slab {
  border-radius: 8px;
  overflow: hidden;
  min-height: 460px;
  box-shadow: 0 28px 70px rgba(7, 25, 39, 0.12);
}

.dc-image-slab img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

.dc-two-column-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 24px;
}

.dc-process {
  background: #fff3ea;
}

.dc-process-grid,
.dc-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dc-process-grid article,
.dc-feature-grid article {
  padding: 26px;
}

.dc-process-grid article span {
  color: #ff7a21;
  font-size: 13px;
  font-weight: 900;
}

.dc-process-grid h3,
.dc-feature-grid h3,
.dc-founder h3 {
  color: #071927;
  font-size: 20px;
  margin: 12px 0 10px;
}

.dc-process-grid p,
.dc-feature-grid p,
.dc-founder p {
  color: #526273;
  line-height: 1.65;
  margin: 0;
}

.dc-free-band {
  background: #071927;
  color: #ffffff;
}

.dc-free-content {
  max-width: 880px;
}

.dc-free-content h2,
.dc-free-content p {
  color: #ffffff;
}

.dc-button-light,
.dc-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  margin-top: 26px;
}

.dc-button-light {
  background: #ffffff;
  color: #071927;
}

.dc-button-primary {
  background: #ff7a21;
  color: #ffffff;
}

.dc-button-light:hover,
.dc-button-primary:hover {
  background: #ff7a21;
  color: #ffffff;
}

.dc-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dc-feature-grid i {
  color: #ff7a21;
  font-size: 28px;
}

.dc-roadmap {
  background: #ffffff;
}

.dc-roadmap-panel,
.dc-partner-panel {
  border-radius: 8px;
  padding: 42px;
  background: #071927;
  color: #ffffff;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.dc-roadmap-panel h2,
.dc-partner-panel h2,
.dc-partner-panel p {
  color: #ffffff;
}

.dc-roadmap-list p {
  color: rgba(255, 255, 255, 0.78);
  border-left: 3px solid #ff7a21;
  padding-left: 16px;
  margin-bottom: 18px;
}

.dc-roadmap-list p:last-child {
  margin-bottom: 0;
}

.dc-roadmap-list strong {
  color: #ffffff;
}

.dc-story {
  background: #f5f8fb;
}

.dc-founders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dc-founder {
  padding: 28px;
}

.dc-founder-avatar {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #071927;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  border: 4px solid #ff7a21;
}

.dc-founder-note {
  grid-column: 1 / -1;
  border-left: 4px solid #ff7a21;
  padding-left: 20px;
  margin: 12px 0 0;
}

/* Cofounders block: photo on top + single card */
.dc-founders--single {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dc-founders-photo {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 24px 60px rgba(7, 25, 39, 0.12);
}

.dc-founders-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.dc-cofounders-card {
  border: 1px solid rgba(15, 31, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(7, 25, 39, 0.08);
  padding: 28px;
}

.dc-cofounders-card h3 {
  margin: 0 0 4px;
}

.dc-cofounders-card .dc-cofounders-role {
  margin: 0 0 14px;
  color: #ff7a21;
  font-weight: 700;
}

.dc-cofounders-card .dc-cofounders-note {
  margin: 0;
  border-left: 4px solid #ff7a21;
  padding-left: 18px;
  color: #475569;
}

.dc-ambassadors {
  background: #ffffff;
}

.dc-form-panel {
  padding: 30px;
}

.dc-form-panel label {
  color: #071927;
  font-weight: 800;
  margin-bottom: 8px;
}

.dc-form-panel input,
.dc-form-panel textarea {
  width: 100%;
  border: 1px solid rgba(15, 31, 51, 0.16);
  border-radius: 8px;
  background: #f8fbfd;
  color: #071927;
  padding: 13px 14px;
  margin-bottom: 18px;
}

.dc-form-panel input:focus,
.dc-form-panel textarea:focus {
  outline: none;
  border-color: #ff7a21;
  box-shadow: 0 0 0 4px rgba(255, 122, 33, 0.12);
}

.dc-hidden-field {
  display: none;
}

.dc-partners {
  background: #fff3ea;
}

.dc-partner-panel {
  grid-template-columns: 1.1fr 0.9fr auto;
}

.dc-partner-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dc-partner-types span {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.home-page .reviews-area {
  background: #f5f8fb;
}

.home-page footer .f-item p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1199px) {
  .home-page .banner-area.banner-style-two,
  .home-page .banner-area.banner-style-two .item {
    min-height: 680px;
  }

  .home-page .banner-area.banner-style-two .content h1 {
    font-size: 64px;
  }

  .dc-section-head h2,
  .dc-free-content h2,
  .dc-roadmap-panel h2,
  .dc-partner-panel h2 {
    font-size: 36px;
  }

  .dc-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dc-partner-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .dc-section {
    padding: 72px 0;
  }

  .dc-section-head,
  .dc-section-head.align-left {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .dc-image-slab {
    margin-bottom: 30px;
  }

  .dc-two-column-copy,
  .dc-founders,
  .dc-roadmap-panel {
    grid-template-columns: 1fr;
  }

  .dc-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-page .banner-area.banner-style-two,
  .home-page .banner-area.banner-style-two .item {
    min-height: 640px;
  }

  .home-page .banner-area.banner-style-two .content {
    padding-top: 110px;
  }

  .home-page .banner-area.banner-style-two .content h1 {
    font-size: 46px;
  }

  .home-page .banner-area.banner-style-two .content p,
  .dc-section-head p,
  .dc-free-content p,
  .dc-partner-panel p {
    font-size: 16px;
    line-height: 1.7;
  }

  .dc-section {
    padding: 58px 0;
  }

  .dc-section-head h2,
  .dc-free-content h2,
  .dc-roadmap-panel h2,
  .dc-partner-panel h2 {
    font-size: 30px;
  }

  .dc-system-panel,
  .dc-copy-stack,
  .dc-form-panel,
  .dc-roadmap-panel,
  .dc-partner-panel {
    padding: 24px;
  }

  .dc-signal-grid,
  .dc-process-grid,
  .dc-feature-grid {
    grid-template-columns: 1fr;
  }

  .dc-image-slab,
  .dc-image-slab img {
    min-height: 320px;
  }

  .dc-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* DentConnect kinetic layer */
.home-page .banner-area.banner-style-two {
  isolation: isolate;
}

.home-page .banner-area.banner-style-two::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 122, 33, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 122, 33, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent 78%);
  animation: dcGridDrift 18s linear infinite;
}

.dc-hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.dc-mesh-line,
.dc-glow {
  position: absolute;
  display: block;
}

.dc-mesh-line {
  width: 58vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 33, 0.72), rgba(255, 122, 33, 0.42), transparent);
  transform-origin: center;
  opacity: 0.68;
  animation: dcLineSweep 8s ease-in-out infinite;
}

.dc-mesh-line-one {
  top: 22%;
  right: -12%;
  --dc-line-rotation: -24deg;
  transform: rotate(-24deg);
}

.dc-mesh-line-two {
  top: 58%;
  right: -8%;
  --dc-line-rotation: 18deg;
  animation-delay: -2.5s;
  transform: rotate(18deg);
}

.dc-mesh-line-three {
  top: 78%;
  left: 30%;
  --dc-line-rotation: -10deg;
  animation-delay: -5s;
  transform: rotate(-10deg);
}

.dc-glow {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(26px);
  opacity: 0.42;
  animation: dcGlowFloat 9s ease-in-out infinite;
}

.dc-glow-one {
  right: 12%;
  top: 13%;
  background: rgba(255, 122, 33, 0.28);
}

.dc-glow-two {
  right: 32%;
  bottom: 7%;
  background: rgba(255, 122, 33, 0.22);
  animation-delay: -4s;
}

.home-page .banner-area.banner-style-two .content.dc-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: 44px;
  max-width: none;
  width: 100%;
}

.dc-hero-copy {
  max-width: 760px;
}

.dc-hero-copy h1 {
  text-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
}

.dc-hero-copy h1::after {
  content: "";
  display: block;
  width: 132px;
  height: 4px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7a21, #ffb36b);
  box-shadow: 0 0 28px rgba(255, 122, 33, 0.55);
  animation: dcPulseLine 2.8s ease-in-out infinite;
}

.dc-hero-kicker {
  box-shadow: 0 0 0 0 rgba(255, 122, 33, 0.35);
  animation: dcSoftPulse 3.2s ease-in-out infinite;
}

.dc-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 690px;
  margin-top: 34px;
}

.dc-hero-metrics div {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.dc-hero-metrics div::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-115%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: dcGlassSweep 5.4s ease-in-out infinite;
}

.dc-hero-metrics div:nth-child(2)::before {
  animation-delay: 1.2s;
}

.dc-hero-metrics div:nth-child(3)::before {
  animation-delay: 2.4s;
}

.dc-hero-metrics strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

.dc-hero-metrics small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.35;
  margin-top: 8px;
}

.dc-hero-visual {
  display: flex;
  justify-content: flex-end;
  transform: translate3d(calc(var(--dc-mouse-x, 0) * 1px), calc(var(--dc-mouse-y, 0) * 1px), 0);
  transition: transform 450ms ease;
}

.dc-device-panel {
  position: relative;
  overflow: hidden;
  width: min(100%, 470px);
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 122, 33, 0.24), transparent 34%),
    radial-gradient(circle at 84% 78%, rgba(255, 122, 33, 0.18), transparent 38%),
    rgba(7, 25, 39, 0.72);
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
  animation: dcPanelFloat 7s ease-in-out infinite;
}

.dc-device-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 122, 33, 0.9), transparent 28%, rgba(255, 122, 33, 0.74));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.dc-device-panel::after {
  content: "";
  position: absolute;
  left: -40%;
  top: -20%;
  width: 42%;
  height: 145%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  transform: rotate(18deg);
  animation: dcPanelSweep 6s ease-in-out infinite;
}

.dc-device-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dc-device-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7a21;
  box-shadow: 0 0 14px rgba(255, 122, 33, 0.8);
}

.dc-device-top span:nth-child(2) {
  background: #ff7a21;
  box-shadow: 0 0 14px rgba(255, 122, 33, 0.75);
}

.dc-device-top span:nth-child(3) {
  background: #ffffff;
  box-shadow: none;
  opacity: 0.55;
}

.dc-device-top strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  margin-left: auto;
  text-transform: uppercase;
}

.dc-orbit {
  position: relative;
  width: min(84vw, 360px);
  height: min(84vw, 360px);
  margin: 42px auto 24px;
}

.dc-orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  animation: dcOrbitSpin 18s linear infinite;
}

.dc-ring-two {
  inset: 46px;
  animation-duration: 13s;
  animation-direction: reverse;
}

.dc-ring-three {
  inset: 92px;
  border-color: rgba(255, 122, 33, 0.34);
  animation-duration: 8s;
}

.dc-orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(255, 122, 33, 0.22), transparent 66%),
    #081d2f;
  border: 1px solid rgba(255, 122, 33, 0.38);
  box-shadow:
    0 0 0 12px rgba(255, 122, 33, 0.08),
    0 0 55px rgba(255, 122, 33, 0.34);
  animation: dcCorePulse 2.6s ease-in-out infinite;
}

.dc-orbit-core span,
.dc-orbit-node span,
.dc-hero-feed strong,
.dc-live-feed strong {
  text-transform: uppercase;
  letter-spacing: 0;
}

.dc-orbit-core span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
}

.dc-orbit-core strong {
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  margin-top: 4px;
}

.dc-orbit-node {
  position: absolute;
  width: 124px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  transition: border-color 320ms ease, box-shadow 320ms ease, transform 320ms ease;
}

.dc-orbit-node.active {
  border-color: rgba(255, 122, 33, 0.76);
  box-shadow: 0 18px 44px rgba(255, 122, 33, 0.2);
  transform: translateY(-4px);
}

.dc-orbit-node span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 900;
}

.dc-orbit-node strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.15;
  margin-top: 5px;
}

.dc-node-a {
  left: 7px;
  top: 52px;
  animation: dcNodeFloat 6s ease-in-out infinite;
}

.dc-node-b {
  right: 2px;
  top: 90px;
  animation: dcNodeFloat 6.5s ease-in-out infinite -1.5s;
}

.dc-node-c {
  left: 26px;
  bottom: 56px;
  animation: dcNodeFloat 5.8s ease-in-out infinite -3s;
}

.dc-node-d {
  right: 16px;
  bottom: 26px;
  animation: dcNodeFloat 7s ease-in-out infinite -4.4s;
}

.dc-hero-feed,
.dc-live-feed {
  display: grid;
  gap: 10px;
}

.dc-hero-feed {
  padding: 0 20px 22px;
}

.dc-hero-feed div,
.dc-live-feed div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.62;
  transform: translateX(0);
  transition: opacity 320ms ease, border-color 320ms ease, transform 320ms ease;
}

.dc-hero-feed div.active,
.dc-live-feed div.active {
  opacity: 1;
  border-color: rgba(255, 122, 33, 0.5);
  transform: translateX(6px);
}

.dc-hero-feed span,
.dc-live-feed span {
  grid-row: 1 / 3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff7a21;
  box-shadow: 0 0 0 0 rgba(255, 122, 33, 0.55);
  animation: dcDotPulse 1.9s ease-out infinite;
}

.dc-hero-feed strong,
.dc-live-feed strong {
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.dc-hero-feed em,
.dc-live-feed em {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.dc-marquee-band {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 15px 0;
  background: #071927;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dc-marquee-band::before,
.dc-marquee-band::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 140px;
  pointer-events: none;
}

.dc-marquee-band::before {
  left: 0;
  background: linear-gradient(90deg, #071927, transparent);
}

.dc-marquee-band::after {
  right: 0;
  background: linear-gradient(270deg, #071927, transparent);
}

.dc-marquee-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: dcMarquee 32s linear infinite;
}

.dc-marquee-track span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.dc-marquee-track span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7a21;
  margin-right: 9px;
  box-shadow: 0 0 12px rgba(255, 122, 33, 0.8);
}

.dc-section {
  overflow: hidden;
}

.dc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 122, 33, 0.08), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(255, 122, 33, 0.06), transparent 28%);
}

.dc-section > .container {
  position: relative;
  z-index: 1;
}

.dc-system-panel,
.dc-copy-stack,
.dc-form-panel,
.dc-founder,
.dc-feature-grid article,
.dc-process-grid article,
.dc-image-slab,
.dc-roadmap-panel,
.dc-partner-panel {
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease;
  will-change: transform;
}

.dc-system-panel:hover,
.dc-copy-stack:hover,
.dc-form-panel:hover,
.dc-founder:hover,
.dc-feature-grid article:hover,
.dc-process-grid article:hover,
.dc-image-slab:hover,
.dc-roadmap-panel:hover,
.dc-partner-panel:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 122, 33, 0.32);
  box-shadow: 0 34px 85px rgba(7, 25, 39, 0.14);
}

.dc-system-panel {
  position: relative;
  overflow: hidden;
}

.dc-system-panel::before {
  content: "";
  position: absolute;
  left: -35%;
  top: 0;
  width: 34%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 33, 0.16), transparent);
  transform: skewX(-16deg);
  animation: dcPanelScan 6s ease-in-out infinite;
}

.dc-match-bar span {
  position: relative;
  transition: width 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dc-match-bar span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  animation: dcBarSweep 2.8s ease-in-out infinite;
}

.dc-signal-grid div {
  position: relative;
  overflow: hidden;
}

.dc-signal-grid div::after {
  content: "";
  position: absolute;
  inset: auto 16px 12px 16px;
  height: 2px;
  background: linear-gradient(90deg, #ff7a21, transparent);
  transform: scaleX(0.35);
  transform-origin: left;
  opacity: 0.65;
  animation: dcSignalLoad 4.2s ease-in-out infinite;
}

.dc-signal-grid div:nth-child(2)::after {
  animation-delay: 0.5s;
}

.dc-signal-grid div:nth-child(3)::after {
  animation-delay: 1s;
}

.dc-signal-grid div:nth-child(4)::after {
  animation-delay: 1.5s;
}

.dc-live-feed {
  margin-top: 24px;
}

.dc-live-feed div {
  border-color: rgba(15, 31, 51, 0.1);
  background: #f8fbfd;
}

.dc-live-feed div.active {
  border-color: rgba(255, 122, 33, 0.42);
}

.dc-live-feed strong {
  color: #071927;
}

.dc-live-feed em {
  color: #526273;
}

.dc-process-grid {
  position: relative;
}

.dc-process-grid::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 122, 33, 0.12), rgba(255, 122, 33, 0.75), rgba(255, 122, 33, 0.4), rgba(255, 122, 33, 0.12));
  transform: translateY(-50%);
  animation: dcProcessLine 4.6s ease-in-out infinite;
}

.dc-process-grid article {
  position: relative;
  z-index: 1;
}

.dc-feature-grid article i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 122, 33, 0.1);
  animation: dcIconFloat 5.4s ease-in-out infinite;
}

.dc-feature-grid article:nth-child(2) i,
.dc-feature-grid article:nth-child(5) i {
  color: #ff7a21;
  background: rgba(255, 122, 33, 0.1);
  animation-delay: -1.8s;
}

.dc-feature-grid article:nth-child(3) i,
.dc-feature-grid article:nth-child(6) i {
  animation-delay: -3.1s;
}

.dc-roadmap-panel,
.dc-partner-panel {
  position: relative;
  overflow: hidden;
}

.dc-roadmap-panel::after,
.dc-partner-panel::after {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(115deg, transparent 22%, rgba(255, 122, 33, 0.1) 44%, transparent 58%),
    radial-gradient(circle at 80% 30%, rgba(255, 122, 33, 0.16), transparent 30%);
  animation: dcPanelAura 9s ease-in-out infinite;
  pointer-events: none;
}

.dc-roadmap-panel > *,
.dc-partner-panel > * {
  position: relative;
  z-index: 1;
}

.dc-founders {
  perspective: 900px;
}

.dc-founder {
  transform-style: preserve-3d;
}

.dc-founder-avatar {
  box-shadow: 0 0 0 0 rgba(255, 122, 33, 0.24);
  animation: dcAvatarPulse 3.4s ease-in-out infinite;
}

.dc-founder:nth-child(2) .dc-founder-avatar {
  animation-delay: -1.4s;
}

.dc-form-panel {
  position: relative;
  overflow: hidden;
}

.dc-form-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 122, 33, 0.1);
  animation: dcGlowFloat 7s ease-in-out infinite;
}

.dc-form-panel form,
.dc-form-panel .alert {
  position: relative;
  z-index: 1;
}

.dc-button-light,
.dc-button-primary,
.home-page .btn.animation {
  position: relative;
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, background 280ms ease, color 280ms ease;
}

.dc-button-light::after,
.dc-button-primary::after,
.home-page .btn.animation::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transition: transform 520ms ease;
}

.dc-button-light:hover,
.dc-button-primary:hover,
.home-page .btn.animation:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(7, 25, 39, 0.18);
}

.dc-button-light:hover::after,
.dc-button-primary:hover::after,
.home-page .btn.animation:hover::after {
  transform: translateX(120%);
}

.dc-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dc-reveal.dc-visible {
  opacity: 1;
  transform: translateY(0);
}

.dc-process-grid article:nth-child(2),
.dc-feature-grid article:nth-child(2) {
  transition-delay: 90ms;
}

.dc-process-grid article:nth-child(3),
.dc-feature-grid article:nth-child(3) {
  transition-delay: 180ms;
}

.dc-process-grid article:nth-child(4),
.dc-feature-grid article:nth-child(4) {
  transition-delay: 270ms;
}

.dc-feature-grid article:nth-child(5) {
  transition-delay: 360ms;
}

.dc-feature-grid article:nth-child(6) {
  transition-delay: 450ms;
}

@keyframes dcGridDrift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 72px 72px, 72px 72px;
  }
}

@keyframes dcLineSweep {
  0%,
  100% {
    opacity: 0.22;
    transform: translateX(-28px) rotate(var(--dc-line-rotation, -18deg));
  }
  50% {
    opacity: 0.78;
    transform: translateX(28px) rotate(var(--dc-line-rotation, -18deg));
  }
}

@keyframes dcGlowFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -18px, 0) scale(1.08);
  }
}

@keyframes dcPulseLine {
  0%,
  100% {
    transform: scaleX(0.72);
    opacity: 0.72;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes dcSoftPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 33, 0.28);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(255, 122, 33, 0);
  }
}

@keyframes dcGlassSweep {
  0%,
  60% {
    transform: translateX(-115%);
  }
  100% {
    transform: translateX(115%);
  }
}

@keyframes dcPanelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes dcPanelSweep {
  0%,
  52% {
    left: -45%;
  }
  100% {
    left: 120%;
  }
}

@keyframes dcOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dcCorePulse {
  0%,
  100% {
    box-shadow:
      0 0 0 10px rgba(255, 122, 33, 0.08),
      0 0 52px rgba(255, 122, 33, 0.28);
  }
  50% {
    box-shadow:
      0 0 0 18px rgba(255, 122, 33, 0.04),
      0 0 76px rgba(255, 122, 33, 0.42);
  }
}

@keyframes dcNodeFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes dcDotPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 122, 33, 0.55);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 122, 33, 0);
  }
}

@keyframes dcMarquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes dcPanelScan {
  0%,
  55% {
    left: -38%;
  }
  100% {
    left: 128%;
  }
}

@keyframes dcBarSweep {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes dcSignalLoad {
  0%,
  100% {
    transform: scaleX(0.28);
  }
  50% {
    transform: scaleX(1);
  }
}

@keyframes dcProcessLine {
  0%,
  100% {
    opacity: 0.36;
    filter: saturate(0.8);
  }
  50% {
    opacity: 1;
    filter: saturate(1.25);
  }
}

@keyframes dcIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes dcPanelAura {
  0%,
  100% {
    transform: translate3d(-2%, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(2%, -2%, 0) rotate(2deg);
  }
}

@keyframes dcAvatarPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 33, 0.22);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(255, 122, 33, 0);
  }
}

@media (max-width: 1199px) {
  .home-page .banner-area.banner-style-two .content.dc-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
    gap: 30px;
  }

  .dc-device-panel {
    min-height: 510px;
  }

  .dc-orbit {
    width: 320px;
    height: 320px;
  }

  .dc-orbit-node {
    width: 112px;
  }
}

@media (max-width: 991px) {
  .home-page .banner-area.banner-style-two,
  .home-page .banner-area.banner-style-two .item {
    min-height: auto;
  }

  .home-page .banner-area.banner-style-two .content.dc-hero-layout {
    grid-template-columns: 1fr;
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .dc-hero-visual {
    justify-content: flex-start;
  }

  .dc-device-panel {
    width: min(100%, 520px);
    min-height: 480px;
  }

  .dc-process-grid::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-page .banner-area.banner-style-two .content.dc-hero-layout {
    padding-top: 122px;
    padding-bottom: 54px;
  }

  .dc-hero-metrics {
    grid-template-columns: 1fr;
  }

  .dc-device-panel {
    min-height: 430px;
  }

  .dc-orbit {
    width: min(78vw, 300px);
    height: min(78vw, 300px);
    margin-top: 30px;
  }

  .dc-orbit-core {
    width: 118px;
    height: 118px;
  }

  .dc-orbit-core strong {
    font-size: 34px;
  }

  .dc-orbit-node {
    width: 102px;
    padding: 10px;
  }

  .dc-orbit-node strong {
    font-size: 13px;
  }

  .dc-node-a {
    left: 0;
    top: 42px;
  }

  .dc-node-b {
    right: 0;
    top: 72px;
  }

  .dc-node-c {
    left: 8px;
    bottom: 48px;
  }

  .dc-node-d {
    right: 8px;
    bottom: 18px;
  }

  .dc-marquee-band::before,
  .dc-marquee-band::after {
    width: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dc-hero-mesh *,
  .dc-device-panel,
  .dc-device-panel::after,
  .dc-orbit-ring,
  .dc-orbit-core,
  .dc-orbit-node,
  .dc-hero-feed span,
  .dc-live-feed span,
  .dc-marquee-track,
  .dc-system-panel::before,
  .dc-match-bar span::after,
  .dc-signal-grid div::after,
  .dc-feature-grid article i,
  .dc-roadmap-panel::after,
  .dc-partner-panel::after,
  .dc-founder-avatar,
  .dc-form-panel::before,
  .dc-hero-kicker,
  .dc-hero-copy h1::after,
  .dc-hero-metrics div::before {
    animation: none !important;
  }

  .dc-reveal,
  .dc-reveal.dc-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Approved reviews section, styled like the modern testimonial block */
.home-page .dc-approved-reviews {
  position: relative;
  overflow: hidden;
  padding: 104px 0 92px;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 122, 33, 0.1), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(255, 122, 33, 0.06), transparent 26%),
    linear-gradient(180deg, #fff8f3 0%, #ffffff 45%, #fbfcfd 100%);
}

.dc-approved-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 25, 39, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 25, 39, 0.025) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.dc-approved-reviews .container {
  position: relative;
  z-index: 1;
}

.dc-approved-reviews .site-heading {
  margin-bottom: 48px;
}

.dc-approved-reviews .site-heading .dc-eyebrow {
  color: #c94f0f;
  background: rgba(255, 122, 33, 0.13);
  border-color: rgba(255, 122, 33, 0.32);
  margin-bottom: 24px;
}

.dc-approved-reviews .site-heading h2 {
  color: #071927;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  max-width: 760px;
  margin: 0 auto;
}

.dc-approved-reviews .review-items {
  max-width: 1290px;
  margin: 0 auto;
}

.dc-approved-reviews .review-items .owl-stage-outer {
  overflow: visible;
}

.dc-approved-reviews .review-items .item {
  padding: 8px 8px 28px;
}

.dc-approved-reviews .review-card {
  min-height: 216px;
  padding: 30px 28px;
  border: 1px solid rgba(15, 31, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 70px rgba(7, 25, 39, 0.08);
  backdrop-filter: blur(10px);
  transition: opacity 720ms ease, transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease;
}

.dc-approved-reviews .review-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 122, 33, 0.28);
  box-shadow: 0 36px 84px rgba(7, 25, 39, 0.13);
}

.dc-approved-reviews .review-stars {
  display: none;
}

.dc-approved-reviews .review-text {
  color: #314155;
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 24px;
}

.dc-approved-reviews .review-author {
  display: block;
  border-top: 0;
  padding-top: 0;
}

.dc-approved-reviews .review-author strong {
  color: #071927;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

.dc-approved-reviews .review-author small {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dc-approved-reviews .review-action {
  margin-top: 18px;
}

.dc-approved-reviews .review-action .btn {
  background: #071927;
  border-color: #071927;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(7, 25, 39, 0.16);
}

.dc-approved-reviews .review-action .btn:hover {
  background: #ff7a21;
  border-color: #ff7a21;
  color: #ffffff;
}

@media (max-width: 991px) {
  .dc-approved-reviews {
    padding: 76px 0 68px;
  }

  .dc-approved-reviews .site-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .dc-approved-reviews {
    padding: 62px 0 54px;
  }

  .dc-approved-reviews .site-heading {
    margin-bottom: 32px;
  }

  .dc-approved-reviews .site-heading h2 {
    font-size: 28px;
  }

  .dc-approved-reviews .review-card {
    min-height: auto;
    padding: 24px;
  }

  .dc-approved-reviews .review-text {
    font-size: 16px;
  }
}

/* Hero visual frame corrections */
.home-page .banner-area.banner-style-two .content.dc-hero-layout {
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 520px);
  gap: 54px;
}

.home-page .banner-area.banner-style-two .dc-hero-visual {
  justify-content: flex-end;
  padding-right: 18px;
}

.home-page .banner-area.banner-style-two .dc-device-panel {
  width: min(100%, 500px);
  height: 590px;
  min-height: 590px;
}

.home-page .banner-area.banner-style-two .dc-orbit {
  width: 330px;
  height: 330px;
  margin: 28px auto 0;
}

.home-page .banner-area.banner-style-two .dc-orbit-core {
  width: 126px;
  height: 126px;
}

.home-page .banner-area.banner-style-two .dc-orbit-core strong {
  font-size: 38px;
}

.home-page .banner-area.banner-style-two .dc-node-a {
  left: 4px;
  top: 58px;
}

.home-page .banner-area.banner-style-two .dc-node-b {
  right: 0;
  top: 116px;
}

.home-page .banner-area.banner-style-two .dc-node-c {
  left: 24px;
  bottom: 48px;
}

.home-page .banner-area.banner-style-two .dc-node-d {
  right: 18px;
  bottom: 34px;
}

.home-page .banner-area.banner-style-two .dc-hero-feed {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  padding: 0;
}

.home-page .banner-area.banner-style-two .dc-hero-feed div {
  min-height: 54px;
}

.home-page .banner-area.banner-style-two .dc-device-top strong {
  max-width: 180px;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .home-page .banner-area.banner-style-two .content.dc-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 470px);
    gap: 34px;
  }

  .home-page .banner-area.banner-style-two .dc-device-panel {
    height: 560px;
    min-height: 560px;
  }

  .home-page .banner-area.banner-style-two .dc-orbit {
    width: 310px;
    height: 310px;
  }
}

@media (max-width: 991px) {
  .home-page .banner-area.banner-style-two .content.dc-hero-layout {
    grid-template-columns: 1fr;
  }

  .home-page .banner-area.banner-style-two .dc-hero-visual {
    justify-content: flex-start;
    padding-right: 0;
  }

  .home-page .banner-area.banner-style-two .dc-device-panel {
    width: min(100%, 520px);
  }
}

@media (max-width: 767px) {
  .home-page .banner-area.banner-style-two .dc-device-panel {
    height: 520px;
    min-height: 520px;
  }

  .home-page .banner-area.banner-style-two .dc-orbit {
    width: min(78vw, 286px);
    height: min(78vw, 286px);
    margin-top: 22px;
  }

  .home-page .banner-area.banner-style-two .dc-orbit-core {
    width: 108px;
    height: 108px;
  }

  .home-page .banner-area.banner-style-two .dc-orbit-core strong {
    font-size: 31px;
  }

  .home-page .banner-area.banner-style-two .dc-orbit-node {
    width: 98px;
  }

  .home-page .banner-area.banner-style-two .dc-hero-feed {
    left: 14px;
    right: 14px;
    bottom: 16px;
  }
}

/* DentConnect logo blue accent layer */
.home-page {
  --dc-orange: #ff7a21;
  --dc-orange-soft: #ffb36b;
  --dc-logo-blue: #2c82ed;
  --dc-logo-blue-alpha: #2c82ed66;
}

.home-page .dc-hero-kicker,
.home-page .dc-eyebrow {
  color: var(--dc-orange);
  background: linear-gradient(90deg, #2c82ed26, rgba(255, 122, 33, 0.1));
  border-color: var(--dc-logo-blue-alpha);
}

.home-page .dc-hero-kicker {
  color: #ffd1ad;
  background: linear-gradient(90deg, #2c82ed66, rgba(255, 122, 33, 0.22));
  border-color: var(--dc-logo-blue-alpha);
}

.home-page .dc-hero-secondary {
  border-bottom-color: var(--dc-logo-blue);
}

.home-page .banner-area.banner-style-two::after {
  background-image:
    linear-gradient(#2c82ed26 1px, transparent 1px),
    linear-gradient(90deg, #2c82ed26 1px, transparent 1px);
}

.home-page .dc-mesh-line {
  background: linear-gradient(90deg, transparent, var(--dc-logo-blue-alpha), rgba(255, 122, 33, 0.72), transparent);
}

.home-page .dc-glow-one {
  background: var(--dc-logo-blue-alpha);
}

.home-page .dc-hero-copy h1::after,
.home-page .dc-match-bar span {
  background: linear-gradient(90deg, var(--dc-orange), var(--dc-logo-blue));
}

.home-page .dc-hero-copy h1::after {
  box-shadow: 0 0 28px #2c82ed66;
}

.home-page .dc-device-panel {
  background:
    radial-gradient(circle at 20% 12%, #2c82ed66, transparent 34%),
    radial-gradient(circle at 84% 78%, rgba(255, 122, 33, 0.2), transparent 38%),
    rgba(7, 25, 39, 0.72);
}

.home-page .dc-device-panel::before {
  background: linear-gradient(135deg, var(--dc-logo-blue-alpha), transparent 28%, rgba(255, 122, 33, 0.78));
}

.home-page .dc-device-top span {
  background: var(--dc-logo-blue);
  box-shadow: 0 0 14px #2c82ed99;
}

.home-page .dc-device-top span:nth-child(2) {
  background: var(--dc-orange);
  box-shadow: 0 0 14px rgba(255, 122, 33, 0.75);
}

.home-page .dc-ring-three,
.home-page .dc-orbit-core {
  border-color: var(--dc-logo-blue-alpha);
}

.home-page .dc-orbit-core {
  background:
    radial-gradient(circle, #2c82ed66, transparent 66%),
    #081d2f;
  box-shadow:
    0 0 0 12px #2c82ed24,
    0 0 55px #2c82ed66;
}

.home-page .dc-orbit-node.active,
.home-page .dc-hero-feed div.active,
.home-page .dc-live-feed div.active {
  border-color: var(--dc-logo-blue-alpha);
}

.home-page .dc-orbit-node.active {
  box-shadow: 0 18px 44px #2c82ed33;
}

.home-page .dc-hero-feed span,
.home-page .dc-live-feed span,
.home-page .dc-marquee-track span::before {
  background: var(--dc-logo-blue);
  box-shadow: 0 0 12px #2c82ed99;
}

.home-page .dc-section::before {
  background:
    radial-gradient(circle at 12% 20%, #2c82ed1f, transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(255, 122, 33, 0.08), transparent 28%);
}

.home-page .dc-system-panel:hover,
.home-page .dc-copy-stack:hover,
.home-page .dc-form-panel:hover,
.home-page .dc-founder:hover,
.home-page .dc-feature-grid article:hover,
.home-page .dc-process-grid article:hover,
.home-page .dc-image-slab:hover,
.home-page .dc-roadmap-panel:hover,
.home-page .dc-partner-panel:hover {
  border-color: var(--dc-logo-blue-alpha);
}

.home-page .dc-system-panel::before {
  background: linear-gradient(90deg, transparent, #2c82ed33, transparent);
}

.home-page .dc-signal-grid div::after {
  background: linear-gradient(90deg, var(--dc-logo-blue), transparent);
}

.home-page .dc-process-grid::before {
  background: linear-gradient(90deg, #2c82ed1f, var(--dc-logo-blue-alpha), rgba(255, 122, 33, 0.58), #2c82ed1f);
}

.home-page .dc-feature-grid article i {
  color: var(--dc-logo-blue);
  background: #2c82ed1f;
}

.home-page .dc-feature-grid article:nth-child(2) i,
.home-page .dc-feature-grid article:nth-child(5) i {
  color: var(--dc-orange);
  background: rgba(255, 122, 33, 0.1);
}

.home-page .dc-roadmap-panel::after,
.home-page .dc-partner-panel::after {
  background:
    linear-gradient(115deg, transparent 22%, #2c82ed1f 44%, transparent 58%),
    radial-gradient(circle at 80% 30%, rgba(255, 122, 33, 0.16), transparent 30%);
}

.home-page .dc-founder-avatar {
  border-color: var(--dc-logo-blue);
}

.home-page .dc-form-panel::before {
  background: #2c82ed1f;
}

.home-page .dc-approved-reviews {
  background:
    radial-gradient(circle at 10% 18%, #2c82ed1f, transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(255, 122, 33, 0.06), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 45%, #fbfcfd 100%);
}

.home-page .dc-approved-reviews .site-heading .dc-eyebrow {
  background: linear-gradient(90deg, #2c82ed26, rgba(255, 122, 33, 0.12));
  border-color: var(--dc-logo-blue-alpha);
}

.home-page .dc-approved-reviews .review-card:hover {
  border-color: var(--dc-logo-blue-alpha);
}

/* No press/move feedback on presentation cards from ambassador, partners, and reviews */
.home-page .dc-form-panel,
.home-page .dc-partner-panel,
.home-page .dc-approved-reviews .review-card {
  transform: none !important;
}

.home-page .dc-form-panel:hover,
.home-page .dc-form-panel:active,
.home-page .dc-form-panel:focus,
.home-page .dc-form-panel:focus-within,
.home-page .dc-partner-panel:hover,
.home-page .dc-partner-panel:active,
.home-page .dc-partner-panel:focus,
.home-page .dc-partner-panel:focus-within,
.home-page .dc-approved-reviews .review-card:hover,
.home-page .dc-approved-reviews .review-card:active,
.home-page .dc-approved-reviews .review-card:focus {
  transform: none !important;
}

.home-page .dc-form-panel,
.home-page .dc-partner-panel {
  cursor: default;
}

.home-page .dc-form-panel {
  pointer-events: none;
}

.home-page .dc-form-panel input,
.home-page .dc-form-panel textarea,
.home-page .dc-form-panel select,
.home-page .dc-form-panel button,
.home-page .dc-form-panel label,
.home-page .dc-form-panel .alert {
  pointer-events: auto;
}

.home-page .dc-partner-panel {
  pointer-events: none;
}

.home-page .dc-partner-panel a,
.home-page .dc-partner-panel button {
  pointer-events: auto;
}

.home-page .dc-partner-types,
.home-page .dc-partner-types *,
.home-page .dc-approved-reviews .review-card,
.home-page .dc-approved-reviews .review-card * {
  pointer-events: none;
  cursor: default;
}

/* Presentation-only blocks should not react to clicks/taps */
.home-page .dc-hero-visual,
.home-page .dc-hero-visual *,
.home-page .dc-hero-metrics,
.home-page .dc-hero-metrics *,
.home-page .dc-marquee-band,
.home-page .dc-marquee-band *,
.home-page .dc-system-panel,
.home-page .dc-system-panel *,
.home-page .dc-copy-stack,
.home-page .dc-copy-stack *,
.home-page .dc-image-slab,
.home-page .dc-image-slab *,
.home-page .dc-process-grid article,
.home-page .dc-process-grid article *,
.home-page .dc-feature-grid article,
.home-page .dc-feature-grid article *,
.home-page .dc-roadmap-panel,
.home-page .dc-roadmap-panel *,
.home-page .dc-founder,
.home-page .dc-founder *,
.home-page .dc-founder-note,
.home-page .dc-approved-reviews .review-card,
.home-page .dc-approved-reviews .review-card * {
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}

.home-page .dc-hero-visual,
.home-page .dc-hero-metrics,
.home-page .dc-marquee-band,
.home-page .dc-system-panel,
.home-page .dc-copy-stack,
.home-page .dc-image-slab,
.home-page .dc-process-grid article,
.home-page .dc-feature-grid article,
.home-page .dc-roadmap-panel,
.home-page .dc-founder,
.home-page .dc-founder-note,
.home-page .dc-approved-reviews .review-card {
  pointer-events: none;
}

.home-page .dc-system-panel:hover,
.home-page .dc-copy-stack:hover,
.home-page .dc-form-panel:hover,
.home-page .dc-founder:hover,
.home-page .dc-feature-grid article:hover,
.home-page .dc-process-grid article:hover,
.home-page .dc-image-slab:hover,
.home-page .dc-roadmap-panel:hover,
.home-page .dc-partner-panel:hover,
.home-page .dc-approved-reviews .review-card:hover {
  transform: none;
}

/* Keep the ambassador form shell visually fixed while fields are active */
.home-page .dc-ambassadors .dc-form-panel,
.home-page .dc-ambassadors .dc-form-panel:hover,
.home-page .dc-ambassadors .dc-form-panel:active,
.home-page .dc-ambassadors .dc-form-panel:focus,
.home-page .dc-ambassadors .dc-form-panel:focus-within {
  transform: none !important;
  border-color: rgba(15, 31, 51, 0.1) !important;
  box-shadow: 0 24px 60px rgba(7, 25, 39, 0.08) !important;
}

.home-page .dc-ambassadors .dc-form-panel input:focus,
.home-page .dc-ambassadors .dc-form-panel textarea:focus {
  border-color: #ff7a21 !important;
  box-shadow: 0 0 0 4px rgba(255, 122, 33, 0.12) !important;
}
