html { scroll-behavior: smooth; }
/*body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #0d9488;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #27d482;
}

a.border-button {
	background-color: transparent;
	color: #0d9488;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #0d9488;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #0d9488;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #d4a853;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #0d9488;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background: linear-gradient(135deg,var(--primary-dark),var(--primary-dark));
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #ffffff!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #ffffff!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style 

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}
.img-fill:before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;	
	background-color: rgba(0,0,0,.4)
}*/
.Modern-Slider .text-content{
	z-index: 2;
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/logo-estella.png);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/estella-dental.png);
	
}


.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/about.png);
}

.Modern-Slider .item-4 .img-fill {
	background-image: url(../images/implantation-greffons-paris.jpg);
}



/*video*/

.Modern-Slider .item-video .img-fill {
  position: relative;
  height: 95vh;
  overflow: hidden;
}

.Modern-Slider .item-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.Modern-Slider .item-video .img-fill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 1;
}

.Modern-Slider .item-video .text-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}








.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#ffffff;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #ffffff;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 80px;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}

.page-link:hover,
.page-link {
	color: #ffffff;
	background-color:#0f172a;
}

.btn-primary {
	border-color: #0d9488;
	background-color: #0d9488;
	color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus{
	border-color: #0f766e;
	background-color: #0f766e;
	color: #ffffff;
}


/* Fun Facts */
.logo{
	width: 180px;
    height: auto;
}
/*
.fun-facts {
	margin-top: 80px;
	background-image: url(../images/950-scaled.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
	color: #fff;
	position: relative;
}

.fun-facts .container {
	position: relative;
	z-index: 2;
}

.fun-facts:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(15,23,42,.88), rgba(13,148,136,.35));
	z-index: 1;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #ffffff;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}
*/
.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #ffffff;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
}
.testimonial-item img {
	max-width: 320px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #00000000;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: black;
}

.contact-us .contact-form button.filled-button {
	background-color: #ffffff;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #ffffff;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #0f172a;
	padding: 80px 0px;
	color: rgba(255,255,255,.7);
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #ffffff;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #ffffff;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #FFFFFF;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #FFFFFF;

}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #FFFFFF;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: black;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: black;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #0a0f1a;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background-image: url(../images/slider-image-3-1920x900.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
	position: relative;
}
.page-heading .container {
	position: relative;
	z-index: 2;
}

.page-heading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 20px;
	display: inline-block;
	background-color: #ffffff;
  	font-size: 18px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content h4 a {
	color: inherit;	
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

.dropdown-item.active, 
.dropdown-item:active {
	background-color: #ffffff;
}

/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #ffffff;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #ffffff;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		color:#fff;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.fun-facts .left-content .span{
		color:#fff;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #ffffff!important;
		border-bottom: none!important;
	}
}

h5 a { color: #ffffff; } 
h5 a:hover { color: inherit; } 


:root {
      --primary: #0d9488;
      --primary-dark: #0f766e;
      --primary-light: #ccfbf1;
      --gold: #d4a853;
      --gold-light: #f5e6c8;
      --dark: #0f172a;
      --dark-card: #1e293b;
      --body-bg: #fafcfc;
      --text: #334155;
      --text-light: #94a3b8;
      --white: #ffffff;
      --shadow-sm: 0 2px 12px rgba(13, 148, 136, .08);
      --shadow-md: 0 8px 30px rgba(13, 148, 136, .12);
      --shadow-lg: 0 20px 50px rgba(13, 148, 136, .18);
      --radius: 18px;
    }

    /* ── Global ── */
    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background: var(--body-bg);
      color: var(--text);
      overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
      font-family: 'Playfair Display', serif;
    }

    /* ── Navbar ── */
    .navbar {
      background-color: transparent;
      box-shadow: none;
      transition: all .4s ease;
    }

    .navbar .nav-link {
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
      letter-spacing: .5px;
      transition: color .3s, border-color .3s;
      position: relative;
    }

    .navbar .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      background: var(--gold);
      transition: all .3s ease;
      transform: translateX(-50%);
    }

    .navbar .nav-link:hover::after,
    .navbar .nav-link.active::after {
      width: 60%;
    }

    /* ── Hero Banner ── */
    .main-banner {
      position: relative;
    }

    .main-banner .text-content {
      /*background: rgba(15, 23, 42, .21);*/
      padding: 40px 45px;
      border-radius: var(--radius);
      /*backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, .1);*/
    }

    .main-banner h6,
    .main-banner h4 {
      color: #fff;
      font-weight: 700;
      text-shadow: 0 2px 20px rgba(0, 0, 0, .3);
    }

    .main-banner p {
      color: rgba(255, 255, 255, .9);
    }

    /* ── Buttons ── */
    a.filled-button,
    .btn-primary {
      background: linear-gradient(135deg, var(--primary), var(--primary-dark));
      border: none;
      padding: 14px 32px;
      border-radius: 50px;
      transition: all .4s ease;
      font-weight: 600;
      letter-spacing: .5px;
      text-transform: uppercase;
      font-size: 12px;
      box-shadow: 0 4px 15px rgba(13, 148, 136, .3);
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    a.filled-button::before,
    .btn-primary::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
      transition: left .6s ease;
    }

    a.filled-button:hover::before,
    .btn-primary:hover::before {
      left: 100%;
    }

    a.filled-button:hover,
    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(13, 148, 136, .4);
      color: #fff;
      background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    }

    /* ── Section Decorator ── */
    .section-decorator {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-bottom: 20px;
    }

    .section-decorator .line {
      width: 50px;
      height: 2px;
      background: var(--gold);
    }

    .section-decorator .diamond {
      width: 8px;
      height: 8px;
      background: var(--gold);
      transform: rotate(45deg);
    }

    /* ── Welcome Section ── */
    .welcome-section {
      background: linear-gradient(160deg, var(--white) 0%, var(--primary-light) 50%, var(--white) 100%);
      padding: 90px 0 !important;
      position: relative;
    }

    .welcome-section::before {
      content: '';
      position: absolute;
      top: -60px;
      left: 50%;
      transform: translateX(-50%);
      width: 120px;
      height: 120px;
      background: radial-gradient(circle, rgba(13, 148, 136, .08), transparent 70%);
      border-radius: 50%;
    }

    .welcome-title {
      font-size: 2.4rem;
      font-weight: 700;
      color: var(--dark);
      line-height: 1.3;
    }

    .welcome-title span {
      background: linear-gradient(135deg, var(--primary), var(--primary-dark));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .welcome-subtitle {
      font-size: 1.1rem;
      color: var(--text-light);
      max-width: 600px;
      margin: 20px auto 0;
      line-height: 1.8;
    }

    /* ── Services ── */
    .services {
      margin-top: 80px;
    }

    .service-item {
      border-radius: var(--radius);
      overflow: hidden;
      transition: all .5s cubic-bezier(.25, .46, .45, .94);
      box-shadow: var(--shadow-sm);
      background: var(--white);
      border: 1px solid rgba(13, 148, 136, .06);
    }

    .service-item:hover {
      transform: translateY(-12px);
      box-shadow: var(--shadow-lg);
      border-color: rgba(13, 148, 136, .15);
    }

    .service-item img {
      height: 220px;
      object-fit: cover;
      width: 100%;
      transition: transform .6s ease;
    }

    .service-item:hover img {
      transform: scale(1.08);
    }

    .service-item .down-content {
      padding: 28px;
      background: var(--white);
      position: relative;
    }

    .service-item .down-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 28px;
      right: 28px;
      height: 3px;
      background: linear-gradient(90deg, var(--primary), var(--gold));
      border-radius: 3px;
    }

    .service-item h4 {
      color: var(--dark);
      font-size: 1.15rem;
      margin-top: 8px;
    }

    /* ── Section Headings ── */
    .section-heading {
      margin-bottom: 60px;
    }

    .section-heading h2 {
      font-weight: 700;
      font-size: 2.2rem;
      color: var(--dark);
    }

    .section-heading em {
      color: var(--primary);
      font-style: normal;
    }

    .section-heading span {
      color: var(--gold);
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      letter-spacing: 2px;
      font-size: 13px;
    }

    /* ── About / Fun Facts ── */
    .fun-facts {
      background-attachment: fixed;
      padding: 100px 0 !important;
      margin-top: 80px !important;
      position: relative;
    }

    .fun-facts .right-content h2 {
      color: #fff;
    }

    .fun-facts .right-content span {
      color: var(--gold);
      font-weight: 600;
    }

    .fun-facts .right-content p {
      color: rgba(255, 255, 255, .85);
      line-height: 1.9;
    }

    .fun-facts .left-image img {
      border-radius: var(--radius);
      box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
    }

    /* ── Doctors ── */
    .Doctors {
      padding: 80px 0;
    }

    .testimonial-item {
      background: var(--white);
      padding: 30px;
      border-radius: var(--radius);
      text-align: center;
      box-shadow: var(--shadow-sm);
      transition: all .4s ease;
      border: 1px solid rgba(13, 148, 136, .05);
      position: relative;
      overflow: hidden;
    }

    .testimonial-item::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--primary), var(--gold));
    }

    .testimonial-item:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-md);
    }

    .testimonial-item img {
      width: 110px !important;
      height: 110px;
      object-fit: cover;
      border-radius: 50%;
      margin: 15px auto;
      border: 3px solid var(--primary-light);
      transition: border-color .3s;
    }

    .testimonial-item:hover img {
      border-color: var(--gold);
    }

    .testimonial-item h4 {
      color: var(--dark);
      font-size: 1.2rem;
    }

    .testimonial-item span {
      color: var(--primary) !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .testimonial-item p {
      color: var(--text-light);
      font-style: italic;
      margin-top: 12px;
      line-height: 1.7;
    }

    /* ── Contact Form ── */
    .callback-form {
      background: linear-gradient(135deg, var(--dark) 0%, #1a3a4a 50%, var(--primary-dark) 100%);
      color: white;
      padding: 100px 0 80px;
      position: relative;
      overflow: hidden;
    }

    .callback-form::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -20%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(13, 148, 136, .15), transparent 70%);
      border-radius: 50%;
    }

    .callback-form .section-heading h2 {
      color: #fff;
    }

    .callback-form .section-heading span {
      color: var(--gold);
    }

    .callback-form .section-heading em {
      color: var(--gold);
    }

    .callback-form input,
    .callback-form textarea {
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, .15);
      background: rgba(255, 255, 255, .08);
      color: #fff;
      backdrop-filter: blur(5px);
      transition: all .3s;
    }

    .callback-form input:focus,
    .callback-form textarea:focus {
      border-color: var(--gold);
      background: rgba(255, 255, 255, .12);
      box-shadow: 0 0 20px rgba(212, 168, 83, .15);
    }

    .callback-form input::placeholder,
    .callback-form textarea::placeholder {
      color: rgba(255, 255, 255, .5);
    }

    .callback-form .contact-form button.border-button {
      background: linear-gradient(135deg, var(--gold), #c49a3c) !important;
      color: var(--dark) !important;
      border: none !important;
      font-weight: 700;
      padding: 14px 40px;
      box-shadow: 0 4px 20px rgba(212, 168, 83, .3);
      transition: all .4s;
    }

    .callback-form .contact-form button.border-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(212, 168, 83, .5);
    }

    /* ── Footer ── */
    footer {
      background: var(--dark) !important;
      color: rgba(255, 255, 255, .7);
      padding: 80px 0;
    }

    footer h4 {
      color: var(--white);
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 25px;
    }

    footer h4::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      height: 2px;
      background: var(--gold);
    }

    footer a {
      color: rgba(255, 255, 255, .6);
      transition: all .3s;
    }

    footer a:hover {
      color: var(--gold);
      padding-left: 5px;
    }

    footer ul.social-icons li a {
      background: rgba(255, 255, 255, .08);
      color: #fff;
      transition: all .4s;
    }

    footer ul.social-icons li a:hover {
      background: var(--primary);
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(13, 148, 136, .4);
    }

    .sub-footer {
      background: #0a0f1a !important;
    }

    .sub-footer p {
      color: rgba(255, 255, 255, .4);
      font-size: 13px;
    }

    /* ── Popup ── */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(15, 23, 42, .7);
      backdrop-filter: blur(6px);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 99999;
    }

    .popup-box {
      background: var(--white);
      padding: 0;
      border-radius: 20px;
      width: 90%;
      max-width: 420px;
      text-align: center;
      position: relative;
      overflow: hidden;
      box-shadow: 0 25px 60px rgba(0, 0, 0, .3);
      animation: popIn .5s cubic-bezier(.34, 1.56, .64, 1);
    }

    .popup-box .popup-header {
      background: linear-gradient(135deg, var(--primary), var(--primary-dark));
      padding: 30px 20px 25px;
      color: #fff;
    }

    .popup-box .popup-header h3 {
      margin: 0;
      font-size: 1.5rem;
      font-family: 'Playfair Display', serif;
    }

    .popup-box .popup-header p {
      color: rgba(255, 255, 255, .85);
      font-size: .9rem;
      margin: 8px 0 0;
    }

    .popup-box form {
      padding: 25px 30px 30px;
    }

    .close-btn {
      position: absolute;
      top: 15px;
      right: 18px;
      font-size: 24px;
      cursor: pointer;
      color: #fff;
      z-index: 10;
      transition: transform .3s;
    }

    .close-btn:hover {
      transform: rotate(90deg);
    }

    .popup-box input {
      width: 100%;
      margin: 8px 0;
      padding: 14px 18px;
      border-radius: 12px;
      border: 2px solid #e2e8f0;
      font-size: 14px;
      transition: border-color .3s, box-shadow .3s;
      outline: none;
    }

    .popup-box input:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 4px rgba(13, 148, 136, .1);
    }

    .popup-box button {
      width: 100%;
      padding: 14px;
      background: linear-gradient(135deg, var(--primary), var(--primary-dark));
      color: white;
      border: none;
      border-radius: 50px;
      margin-top: 12px;
      font-weight: 600;
      letter-spacing: .5px;
      cursor: pointer;
      transition: all .4s;
      box-shadow: 0 4px 15px rgba(13, 148, 136, .3);
    }

    .popup-box button:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(13, 148, 136, .4);
    }

    @keyframes popIn {
      from {
        opacity: 0;
        transform: scale(.8) translateY(30px);
      }

      to {
        opacity: 1;
        transform: scale(1) translateY(0);
      }
    }

    /* ── WhatsApp Float ── */
    .whatsapp-float {
      position: fixed;
      bottom: 25px;
      right: 25px;
      width: 60px;
      height: 60px;
      background: #25d366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 30px;
      box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
      z-index: 9998;
      transition: all .3s;
      animation: pulse-wa 2s infinite;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 30px rgba(37, 211, 102, .5);
      color: #fff;
    }

    @keyframes pulse-wa {

      0%,
      100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
      }

      50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, .6), 0 0 0 10px rgba(37, 211, 102, .1);
      }
    }

    /* ── Services 4-column flex ── */
    .services .row {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
    }

    .services .row .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .services .row .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0 12px;
    }

    /* ── Fun Facts / About visible fix ── */
    .fun-facts {
      background: linear-gradient(135deg, var(--dark) 0%, #1a3a4a 50%, var(--primary-dark) 100%) !important;
    }

    .fun-facts .right-content h2 em {
      color: var(--gold);
    }

    .fun-facts .left-image img {
      width: 100%;
      height: 360px;
      object-fit: cover;
      border-radius: var(--radius);
      box-shadow: 0 20px 40px rgba(0,0,0,.35);
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .welcome-title {
        font-size: 1.6rem;
      }

      .section-heading h2 {
        font-size: 1.6rem;
      }

      .callback-form {
        padding: 60px 0 50px;
      }

      .services .row {
        flex-wrap: wrap;
      }

      .services .row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
      }
    }
/* ===============================
ROOT VARIABLES
================================= */
:root {
--primary: #0d9488;
--primary-dark: #0f766e;
--primary-light: #ccfbf1;
--gold: #d4a853;
--dark: #0f172a;
--body-bg: #fafcfc;
--text: #334155;
--white: #ffffff;
--radius: 18px;
--shadow: 0 8px 30px rgba(13,148,136,.12);
}

/* ===============================
GLOBAL
================================= */
*,
*::before,
*::after {
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

body {
font-family: 'Poppins', sans-serif;
background: var(--body-bg);
color: var(--text);
overflow-x: hidden;
}

h1,h2,h3,h4,h5 {
font-family: 'Playfair Display', serif;
margin: 0;
}

p {
font-size: 14px;
line-height: 1.7;
}

a {
text-decoration: none;
}

/* ===============================
BUTTONS
================================= */
.filled-button {
background: linear-gradient(135deg, var(--primary), var(--primary-dark));
color: #fff;
padding: 12px 28px;
border-radius: 50px;
display: inline-block;
transition: .3s;
}

.filled-button:hover {
transform: translateY(-3px);
}

/* ===============================
HEADER / NAVBAR
================================= */
header {
position: fixed;
width: 100%;
z-index: 9999;
}

.navbar {
transition: .3s;
}

.background-header {
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.navbar-brand h2 {
color: var(--white);
}

.background-header .navbar-brand h2 {
color: var(--dark);
}

.navbar-nav .nav-link {
color: #fff;
position: relative;
}

.background-header .nav-link {
color: #000;
}

.navbar .nav-link::after {
content:'';
position:absolute;
bottom:0;
left:50%;
width:0;
height:2px;
background:var(--gold);
transition:.3s;
transform:translateX(-50%);
}

.navbar .nav-link:hover::after {
width:60%;
}

/* ===============================
HERO / SLIDER
================================= */
.img-fill {
position: relative;
height: 95vh;
background-size: cover;
background-position: center;
}

.img-fill::before {
content:'';
position:absolute;
inset:0;
background:rgba(0,0,0,.4);
}

.text-content {
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
color:#fff;
text-align:center;
}

/* ===============================
SECTIONS
================================= */
.section-heading {
text-align:center;
margin-bottom:60px;
}

.section-heading h2 {
font-size:32px;
}

.section-heading span {
color:var(--gold);
}

/* ===============================
SERVICES
================================= */
.services .row {
display:flex;
flex-wrap:wrap;
}

.service-item {
background:#fff;
border-radius:var(--radius);
box-shadow:var(--shadow);
overflow:hidden;
transition:.3s;
}

.service-item:hover {
transform:translateY(-10px);
}

.service-item img {
width:100%;
height:220px;
object-fit:cover;
}

.service-item .down-content {
padding:20px;
}

/* ===============================
TESTIMONIALS
================================= */
.testimonial-item {
background:#fff;
padding:25px;
border-radius:var(--radius);
text-align:center;
box-shadow:var(--shadow);
}

.testimonial-item img {
width:100px;
height:100px;
border-radius:50%;
}

/* ===============================
CONTACT
================================= */
.callback-form {
background: linear-gradient(135deg,var(--dark),var(--primary-dark));
color:#fff;
padding:80px 0;
}

.callback-form input,
.callback-form textarea {
width:100%;
padding:12px;
border-radius:10px;
border:none;
margin-bottom:15px;
}

/* ===============================
FOOTER
================================= */
footer {
background:var(--dark);
color:#fff;
padding:60px 0;
}

footer a {
color:#ccc;
}

footer a:hover {
color:var(--gold);
}

/* ===============================
ANIMATION FIX
================================= */
@keyframes jumper {
0% {opacity:0; transform:scale(0);}
50% {opacity:1;}
100% {opacity:0; transform:scale(1);}
}

/* ===============================
RESPONSIVE
================================= */
@media (max-width:768px) {
.service-item {
margin-bottom:20px;
}

.text-content {
width:90%;
}
}

/* ================================================
   FIXES: Welcome Section & Nos Services visibility
   ================================================ */

/* -- CSS Variables (ensure always available) -- */
:root {
  --primary: #0d9488;
  --primary-dark: #0f766e;
  --primary-light: #ccfbf1;
  --gold: #d4a853;
  --dark: #0f172a;
  --text-light: #94a3b8;
  --white: #ffffff;
  --body-bg: #fafcfc;
  --text: #334155;
  --radius: 18px;
  --shadow-sm: 0 2px 12px rgba(13,148,136,.08);
  --shadow-lg: 0 20px 50px rgba(13,148,136,.18);
}

/* -- Welcome Section -- */
.welcome-section {
  background: linear-gradient(160deg, #ffffff 0%, #ccfbf1 50%, #ffffff 100%) !important;
  padding: 90px 0 !important;
  position: relative;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.welcome-section .section-decorator {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.welcome-section .section-decorator .line {
  width: 50px;
  height: 2px;
  background: #d4a853;
  display: block !important;
}

.welcome-section .section-decorator .diamond {
  width: 8px;
  height: 8px;
  background: #d4a853;
  transform: rotate(45deg);
  display: block !important;
}

.welcome-title {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.3;
  display: block !important;
  visibility: visible !important;
}

.welcome-title span {
  background: linear-gradient(135deg, #0d9488, #0f766e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline !important;
  visibility: visible !important;
}

.welcome-subtitle {
  font-size: 1.1rem !important;
  color: #334155 !important;
  max-width: 600px;
  margin: 20px auto 0 !important;
  line-height: 1.8;
  display: block !important;
  visibility: visible !important;
}

.welcome-subtitle strong {
  color: #0d9488 !important;
  font-weight: 600 !important;
}

.welcome-section .btn-primary,
.welcome-section a.btn-primary {
  background: linear-gradient(135deg, #0d9488, #0f766e) !important;
  border: none !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  color: #fff !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(13,148,136,.35) !important;
}

.welcome-section .btn-primary:hover,
.welcome-section a.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(13,148,136,.5) !important;
}

/* -- Nos Services Section -- */
.services {
  padding: 80px 0 !important;
  margin-top: 0 !important;
  display: block !important;
  visibility: visible !important;
}

.services .section-heading {
  display: block !important;
  visibility: visible !important;
}

.services .section-decorator {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.services .section-decorator .line {
  width: 50px;
  height: 2px;
  background: #d4a853;
}

.services .section-decorator .diamond {
  width: 8px;
  height: 8px;
  background: #d4a853;
  transform: rotate(45deg);
}

.service-item {
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(13,148,136,.08) !important;
  background: #ffffff !important;
  border: 1px solid rgba(13,148,136,.06) !important;
  transition: all .5s ease !important;
  display: block !important;
  visibility: visible !important;
}

.service-item:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 50px rgba(13,148,136,.18) !important;
}

.service-item img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
  visibility: visible !important;
  overflow: hidden !important;
  transition: transform .6s ease !important;
}

.service-item:hover img {
  transform: scale(1.06);
}

.service-item .down-content {
  padding: 28px !important;
  background: #ffffff !important;
  position: relative;
  display: block !important;
  visibility: visible !important;
}

.service-item .down-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  background: linear-gradient(90deg, #0d9488, #d4a853);
  border-radius: 3px;
}

.service-item .down-content h4 {
  color: #0f172a !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-top: 8px !important;
  display: block !important;
  visibility: visible !important;
}

.service-item .down-content p {
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
  display: block !important;
  visibility: visible !important;
}

.service-item .down-content a.filled-button {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* ================================================
   FINAL FIX v2 - Force all content visible
   ================================================ */

/* Welcome section - force everything dark and visible */
.welcome-section,
.welcome-section * {
  -webkit-text-fill-color: unset !important;
}

.welcome-section {
  color: #0f172a !important;
}

.welcome-title {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  display: block !important;
}

.welcome-title span {
  color: #0d9488 !important;
  -webkit-text-fill-color: #0d9488 !important;
  background: none !important;
}

.welcome-subtitle {
  color: #334155 !important;
  -webkit-text-fill-color: #334155 !important;
  font-size: 1rem !important;
  display: block !important;
  max-width: 600px;
  margin: 16px auto 0 !important;
}

.welcome-subtitle strong {
  color: #0d9488 !important;
  -webkit-text-fill-color: #0d9488 !important;
}

.welcome-section .btn-primary,
.welcome-section a.btn-primary,
.btn-primary,
button.btn-primary {
  background-color: #0d9488 !important;
  background: #0d9488 !important;
  border-color: #0d9488 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 12px 30px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.welcome-section .btn-primary:hover {
  background-color: #0f766e !important;
  background: #0f766e !important;
  color: #ffffff !important;
}

/* Services - force cards and content visible */
.services {
  padding: 80px 0 60px !important;
  background: #fafcfc !important;
}

.services .section-heading h2 {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  font-size: 2rem !important;
  display: block !important;
}

.services .section-heading em {
  color: #0d9488 !important;
  -webkit-text-fill-color: #0d9488 !important;
}

.services .section-heading span {
  color: #d4a853 !important;
  -webkit-text-fill-color: #d4a853 !important;
  display: block !important;
}

.service-item {
  background: #ffffff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10) !important;
  border: 1px solid #e2e8f0 !important;
  display: block !important;
  visibility: visible !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  margin-bottom: 30px;
}

.service-item:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 40px rgba(13,148,136,0.18) !important;
}

.service-item img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.service-item .down-content {
  padding: 24px !important;
  background: #ffffff !important;
  display: block !important;
  visibility: visible !important;
}

.service-item .down-content h4 {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  display: block !important;
}

.service-item .down-content p {
  color: #475569 !important;
  -webkit-text-fill-color: #475569 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 18px !important;
  display: block !important;
}

.service-item .down-content a.filled-button {
  background-color: #0d9488 !important;
  background: #0d9488 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.service-item .down-content a.filled-button:hover {
  background-color: #0f766e !important;
  color: #ffffff !important;
}


/* Image fallback - if image doesn't load, show a branded placeholder */
.service-item img {
  background: linear-gradient(135deg, #ccfbf1, #0d9488) !important;
  min-height: 200px !important;
}


/* AOS safety net - prevent elements staying invisible if AOS fails to init */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}





/* SECTION */
.logo-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 40px 0;
  position: relative;
}

/* FADE EFFECT LEFT/RIGHT */
.logo-slider::before,
.logo-slider::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

/* TRACK */
.logo-track {
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;

  animation: scrollLogos 25s linear infinite;
}

/* LOGOS */
.logo-track img {
  height: 70px;
  width: auto;
  object-fit: contain;

  opacity: 0.8;
  transition: 0.9s;
}

.logo-track img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* ANIMATION */
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


.people-section{
  padding:80px 60px;
  text-align:center;
  background:linear-gradient(135deg, var(--dark) 0%, #1a3a4a 50%, var(--primary-dark) 100%) !important;
}

.people-title{
  font-size:48px;
  margin-bottom:60px;
  color:#fff;
}

.people-slider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
}

.people-cards{
  display:flex;
  gap:40px;
  overflow:hidden;
  scroll-behavior:smooth;
}


/*People*/
.people-card{
  width:320px;
  min-height:320px;
  background:#fff;
  border-radius:30px;
  padding:35px;
  text-align:left;
  box-shadow:0 4px 15px rgba(0,0,0,0.08);
  flex-shrink:0;
   background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.people-card h3{
  margin:0;
  font-size:30px;
}

.people-card span{
  display:block;
  margin-top:8px;
  color:#555;
  font-size:18px;
}

.people-card p{
  margin-top:35px;
  line-height:1.6;
  color:#444;
  font-size:17px;
}

.people-nav{
  width:55px;
  height:55px;
  border-radius:50%;
  border:1px solid #ddd;
  background:#fff;
  font-size:28px;
  cursor:pointer;
  transition:0.3s;
}

.people-nav:hover{
  background:#111;
  color:#fff;
}





.doctor-card {
    position: relative;
    height: 450px;
    border-radius: 25px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.doctor-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.doctor-card-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 30px;
}

.doctor-card-content h4 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.doctor-card-content span {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #00d4c0;
    text-transform: uppercase;
}

.doctor-card-content p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.9);
}

.doctor-card-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #00bfa6;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.doctor-card-btn:hover {
    background: #009e8c;
    transform: scale(1.05);
}