/*

TemplateMo 546 Sixteen Clothing

https://templatemo.com/tm-546-sixteen-clothing

*/
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;
	font-weight: 300;
	color: #4a4a4a;
	line-height: 24px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: #eee;
	color: #121212;
	font-size: 18px;
	text-align: center;
	transition: all .3s;
}

ul.social-icons li a:hover {
	background-color: #08A69B;
	color: #fff;
}

a.filled-button {
	background-color: #08A69B;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.section-heading {
	text-align: left;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.section-heading h2 {
	font-size: 28px;
	font-weight: 400;
	color: #1e1e1e;
	margin-bottom: 15px;
}

.products-heading {
	background-image: url(../images/dental-bg.jpg);
}

.about-heading {
	background-image: url(../images/about-heading.jpg);
}

.contact-heading {
	background-image: url(../images/contact-heading.jpg);
}

.page-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content H4{
	color: #08A69B;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#page-loader {
  overflow: hidden;
  background: linear-gradient(135deg, #08A69B 0%, #06886f 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-loader .loader-content {
  text-align: center;
}

#page-loader .loader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 auto 20px;
  animation: spin 1s linear infinite;
}

#page-loader .loader-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  letter-spacing: 2px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}


/* Header Style */
header {
	position: sticky;
	top: 0;
	z-index: 99999;
	width: 100%;
	background-color: #002136;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-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: 8px 15px;
	transition: padding 0.3s ease-in-out;
}

header .navbar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 50px;
}
.background-header .navbar {
	padding: 10px 15px;
}
.background-header {
	background-color: #fff!important;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.12)!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: #08A69B!important;
}
.navbar .navbar-brand {
	margin: 0;
	outline: none;
	padding: 0;
	display: flex;
}

.navbar .navbar-brand img.navbar-logo {
	transition: max-height 0.3s ease-in-out;
	height: 45px;
	width: auto;
}

.background-header .navbar-brand {
	margin-top: 0;
}

.background-header .navbar-brand img.navbar-logo {
	max-height: 32px;
}

@media (max-width: 991px) {
	.navbar .navbar-brand {
		max-width: 70%;
		margin-top: 0;
		margin-right: auto;
	}
	
	.navbar .navbar-brand img.navbar-logo {
		max-height: auto;
		padding-bottom: 10px;
	}
	
	.navbar .navbar-toggler {
		margin-left: auto;
		margin-right: 0;
	}
	
	.navbar-collapse {
		margin-top: 15px;
		background-color: rgba(0, 33, 54, 0.95);
		border-radius: 8px;
		padding: 15px;
		width: 100%;
	}
	
	.background-header .navbar-collapse {
		background-color: rgba(255, 255, 255, 0.98);
	}
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
	.navbar .navbar-nav .nav-item {
		margin: 10px 0px;
		padding: 8px 0px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	
	.background-header .navbar .navbar-nav .nav-item {
		border-bottom: 1px solid rgba(30, 30, 30, 0.1);
	}
}

.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.3s ease;
	margin-top: 5px;
	position: relative;
	padding-bottom: 8px;
}

.navbar .navbar-nav a.nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #08A69B;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.navbar .navbar-nav a.nav-link:hover::after {
	width: 100%;
}

.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: #fff;
}

.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .active>.nav-link::after,
.navbar .navbar-nav .nav-link.active::after,
.navbar .navbar-nav .nav-link.show::after,
.navbar .navbar-nav .show>.nav-link::after {
	width: 100%;
}

@media (max-width: 991px) {
	.navbar .navbar-nav a.nav-link {
		font-size: 16px;
	}
	
	.navbar .navbar-nav a.nav-link::after {
		bottom: 5px;
	}
}

.navbar .navbar-toggler-icon {
	background-image: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.navbar .navbar-toggler {
	background-color: transparent;	
	height: 40px;
	width: 40px;
	outline: none;
	position: relative;
	right: auto;
	top: auto;
	transition: all 0.3s ease;
	padding: 0;
}

.navbar .navbar-toggler:hover {
	background-color: rgba(54, 238, 226, 0.1);
}


.background-header .navbar-toggler:hover {
	background-color: rgba(8, 166, 155, 0.2);
}

.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #08A69B;
	font-size: 18px;
	line-height: 24px;
	font-family: 'FontAwesome';
	transition: all 0.3s ease;
}

/* Hamburger menu animation - closed state (default 3 bars) */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	content: '\f00d';
	font-size: 20px;
	line-height: 20px;
	transform: rotate(0deg);
}

.background-header .navbar-toggler-icon:after {
	color: #08A69B;
}



/* Banner Style */
.banner {
	position: relative;
	text-align: center;
	padding-top: 0px;
	margin-top: 0;
}

/* Hero Banners - Account for sticky header */
.hero-banner,
.contact-hero-banner {
	margin-top: 0;
	padding-top: 100px;
}

@media (max-width: 991px) {
	.hero-banner,
	.contact-hero-banner {
		padding-top: 80px;
	}
}

@media (max-width: 768px) {
	.navbar .navbar-brand {
        margin-right: auto;  /* Pushes logo to the right */
    }

	.navbar .navbar-brand img.navbar-logo {
		max-height: 44px;
	}
}

@media (max-width: 576px) {
	.hero-banner,
	.contact-hero-banner {
		padding-top: 70px;
	}
	
	.navbar .navbar-brand img.navbar-logo {
		max-height: 40px;
	}
	
	.navbar-collapse {
		margin-top: 10px;
	}
	
	.navbar .navbar-brand {
		max-width: 65%;
	}
	
	.navbar .navbar-toggler {
		height: 36px;
		width: 36px;
	}
}

@media (max-width: 480px) {
	.navbar .navbar-brand img.navbar-logo {
		max-height: 35px;
	}
	
	.navbar .navbar-brand {
		max-width: 62%;
	}
	
	.navbar .navbar-toggler {
		height: 34px;
		width: 34px;
	}
}

/* Ensure first content section has proper spacing */
.find-us,
.send-message,
.section-heading {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.find-us,
	.send-message {
		margin-top: 15px;
	}
}

.banner-item-01 {
	padding: 300px 0px;
	background-image: url(../images/slide_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-02 {
	padding: 300px 0px;
	background-image: url(../images/slide_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-03 {
	padding: 300px 0px;
	background-image: url(../images/slide_03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h4 {
	color: #08A69B;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}



/* Latest Produtcs */

.latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #08A69B;
}

.product-item {
	border: 1px solid #eee;
	margin-bottom: 30px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-item:hover {
	box-shadow: 0 5px 20px rgba(8, 166, 155, 0.2);
	border-color: rgba(8, 166, 155, 0.3);
	transform: translateY(-5px);
}

.product-item .down-content {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.product-item img {
	width: 100%;
	overflow: hidden;
}

.product-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.product-item .down-content p {
	margin-bottom: 20px;
	flex-grow: 1;
}

.product-item .down-content a {
	position: static;
	margin-top: 15px;
	font-size: 13px;
	color: #08A69B;
	font-weight: 500;
	padding: 10px 15px;

}
.product-item .down-content:hover a{
	color: #1a6692;
}
/* Call To Action */

.call-to-action .inner-content {
	margin-top: 60px;
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.call-to-action .inner-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 15px;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	margin-top: 12px;
}




/* Footer */

footer {
	text-align: center;
}

footer .inner-content {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding: 60px 0px;
}

footer .inner-content p {
	text-transform: uppercase;
}

footer .inner-content p a {
	color: #08A69B;
	margin-left: 3px;
}




/* Product Page */

.products {
	margin-top: 80px;
	padding-bottom: 150px;
	min-height: 230vh;
}

.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
  color: #08A69B;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #08A69B;
	border-color: #08A69B;
	color: #fff;
}

/* Responsive Product Cards */
@media (max-width: 768px) {
	.product-item {
		margin-bottom: 25px;
	}
	
	.product-item .down-content {
		padding: 20px;
	}
	
	.product-item .down-content h4 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	.product-item .down-content p {
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	.product-item .down-content span {
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.products {
		padding-bottom: 100px;
	}
	
	.product-item {
		margin-bottom: 20px;
		border: 1px solid #f0f0f0;
	}
	
	.product-item .down-content {
		padding: 15px;
	}
	
	.product-item .down-content h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.product-item .down-content p {
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	
	.product-item .down-content span {
		font-size: 11px;
		padding: 8px 12px;
	}
	
	.products .filters li {
		font-size: 11px;
		margin: 0px 5px;
	}
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #08A69B;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #08A69B;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-image: url(../images/services-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #08A69B;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}




/* Clients */

.happy-clients {
	margin-top: 100px;
	margin-bottom: 40px;
}

.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}




/* Find Us */

.find-us {
	margin-top: 100px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.find-us h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}



/* Send Message */

.send-message {
	margin-top: 100px;
}

.contact-form input {
	font-size: 14px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form input:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #08A69B;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor: pointer;
	font-size: 17px;
	color: #1a6692!important;
	margin-bottom: 20px;
	transition: all .3s;
}

.accordion a:hover {
	color: #08A69B!important;
}

.accordion a.active {
  color: #08A69B!important;
}

.accordion li .content {
  display: none;
  margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

/* Responsive Style */
@media (max-width: 768px) {
	.banner .text-content {
		width: 90%;
		margin-left: 5%;
	}
	.banner .text-content h4 {
		font-size: 22px;
	}

	.banner .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		padding: 180px 0px;
	}
	.page-heading .text-content h4 {
		font-size: 22px;
	}

	.page-heading .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.latest-products .section-heading a {
		float: none;
		margin-top: 0px;
		display: block;
		margin-bottom: 20px;
	}
	.product-item .down-content h4 {
		margin-bottom: 20px!important;
	}
	.product-item .down-content h6 {
		position: absolute!important;
		top: 30px!important;
		right: 30px!important;
	}
	.product-item .down-content span {
		position: absolute!important;
		right: 30px!important;
		bottom: 30px!important;
	}
	.best-features .left-content {
		margin-bottom: 30px;
	}
	.call-to-action .inner-content {
		text-align: center;
	}
	.call-to-action .inner-content .filled-button {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.about-features img {
		margin-bottom: 30px;
	}
	.service-item {
		margin-bottom: 30px;
	}
	.find-us #map {
		margin-bottom: 30px;
	}
	.find-us .left-content {
		margin-left: 0px;
	}
	.send-message .accordion {
		margin-top: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 32px;
	}
	.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: #08A69B!important;
		border-bottom: none!important;
		padding-bottom: 15px;
	}
	.product-item .down-content h4 {
		margin-bottom: 10px;
	}
	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.product-item .down-content span {
		position: relative;
		right: 0;
		bottom: 0;
	}
}
/* WhatsApp Floating Button */
.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #08A69B;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

.whatsapp-float:hover {
	background-color: #06886f;
	transform: scale(1.1);
	box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	.whatsapp-float {
		width: 50px;
		height: 50px;
		bottom: 30px;
		right: 30px;
		font-size: 24px;
	}
}

/* ===== NEW HOMEPAGE STYLES ===== */

/* Hero Banner */
.hero-banner {
	background: linear-gradient(135deg, #08A69B 0%, #06886f 100%);
	background-image: url('../images/dental-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(8, 166, 155, 0.85) 0%, rgba(6, 136, 111, 0.85) 100%);
	z-index: 1;
}

.hero-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,50 Q300,0 600,50 T1200,50 L1200,120 L0,120 Z" fill="rgba(255,255,255,0.05)"/></svg>') repeat-x;
	animation: wave 15s linear infinite;
	z-index: 2;
}

@keyframes wave {
	0% { transform: translateX(0); }
	100% { transform: translateX(50%); }
}

.hero-content {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 40px;
}

.hero-left {
	flex: 1;
	text-align: left;
	animation: fadeInLeft 0.8s ease;
}

.hero-right {
	flex: 1;
	animation: fadeInRight 0.8s ease;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.hero-image-container {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	height: 400px;
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
}

.hero-image-container:hover .hero-image {
	transform: scale(1.05);
}

.hero-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(8, 166, 155, 0.2) 0%, rgba(6, 136, 111, 0.3) 100%);
	pointer-events: none;
}

.hero-left .filled-button {
	background-color: #fff;
	color: #08A69B;
	font-weight: 600;
	padding: 14px 45px;
	font-size: 16px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.hero-left .filled-button:hover {
	background-color: #f0f0f0;
	color: #06886f;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.hero-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
	line-height: 1.2;
}

.hero-subtitle {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 300;
}

@media (max-width: 768px) {
	.hero-banner {
		padding: 40px 0;
		min-height: 400px;
	}
	
	.hero-content {
		flex-direction: column;
		gap: 30px;
		padding: 20px;
	}

	.hero-left {
		text-align: center;
	}

	.hero-title {
		font-size: 32px;
	}
	
	.hero-subtitle {
		font-size: 16px;
	}

	.hero-image-container {
		height: 300px;
	}
}

/* About Intro Section */
.about-intro {
	padding: 50px 0;
	background-color: #f8f9fa;
}

.about-image {
	margin-bottom: 30px;
}

.about-image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}

.about-image img:hover {
	transform: scale(1.02);
}

.about-content h2 {
	font-size: 36px;
	color: #1e1e1e;
	margin-bottom: 20px;
	font-weight: 600;
}

.about-content p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #555;
}

.why-choose-list {
	list-style: none;
	margin: 30px 0;
}

.why-choose-list li {
	padding: 12px 0;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #eee;
}

.why-choose-list li i {
	color: #08A69B;
	margin-right: 10px;
	font-size: 18px;
}

.why-choose-list li:last-child {
	border-bottom: none;
}

@media (max-width: 768px) {
	.about-intro {
		padding: 50px 0;
	}
	
	.about-content h2 {
		font-size: 28px;
	}
}

/* Product Carousel Section */
.product-carousel-section {
	padding: 40px 0;
	background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
}

.product-carousel-section .container {
	margin-bottom: 30px;
}

.carousel-heading {
	text-align: center;
}

.carousel-heading h2 {
	font-size: 40px;
	margin-bottom: 10px;
	color: #1e1e1e;
}

.carousel-heading p {
	font-size: 18px;
	color: #666;
	margin-bottom: 50px;
}

.carousel-wrapper {
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	display: block;
}

.carousel-wrapper .product-carousel {
	display: block;
	width: 100%;
}

.product-carousel .owl-item {
	padding: 20px;
	transition: all 0.3s ease;
	display: block !important;
	visibility: visible !important;
	height: auto;
}

.product-carousel {
	margin: 0 auto;
	display: block !important;
	width: 100%;
	min-height: 500px;
}

.carousel-item {
	padding: 20px;
	transition: all 0.3s ease;
	display: block !important;
	width: 100%;
	visibility: visible !important;
}

.carousel-image-container {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	height: 300px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	display: block !important;
	visibility: visible !important;
}

.carousel-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	display: block !important;
	visibility: visible !important;
}

.product-carousel .owl-item:hover .carousel-image,
.carousel-item:hover .carousel-image {
	transform: scale(1.08);
}

.carousel-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(8, 166, 155, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.product-carousel .owl-item:hover .carousel-overlay,
.carousel-item:hover .carousel-overlay {
	opacity: 1;
}

.carousel-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	animation: slideIn 0.5s ease;
}

@keyframes slideIn {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.carousel-text {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	min-height: 120px;
	display: flex !important;
	align-items: center;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	visibility: visible !important;
}

.carousel-text p {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	margin: 0;
}

.carousel-cta {
	text-align: center;
	margin-top: 50px;
}

.product-carousel-section .carousel-wrapper {
	position: relative;
	margin: 0 50px;
}

.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 10;
}

.owl-carousel .owl-nav button {
	background: #08A69B !important;
	color: #fff !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.3s ease;
	cursor: pointer;
	pointer-events: all;
	border: none;
	padding: 0 !important;
	font: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-nav button:hover {
	background: #06886f !important;
	transform: scale(1.1);
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
	content: '';
	font-size: 18px;
	font-weight: bold;
}

.owl-carousel .owl-nav button.owl-prev {
	margin-left: 0;
}

.owl-carousel .owl-nav button.owl-next {
	margin-right: 0;
}

.owl-carousel .owl-nav button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

@media (max-width: 768px) {
	.product-carousel-section {
		padding: 50px 0;
	}
	
	.carousel-heading h2 {
		font-size: 28px;
	}
	
	.carousel-image-container {
		height: 200px;
	}

	.product-carousel-section .carousel-wrapper {
		margin: 0 15px;
	}

	.owl-carousel .owl-nav button {
		width: 40px;
		height: 40px;
	}
}

/* Excellence Section */
.excellence-section {
	padding: 40px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e8f4f0 100%);
}

.excellence-title {
	text-align: center;
	font-size: 44px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 10px;
}

.excellence-subtitle {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-bottom: 40px;
}

.excellence-grid {
	margin-top: 50px;
}

.excellence-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	height: 100%;
	margin-bottom: 20px;
}

.excellence-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(8, 166, 155, 0.15);
}

.excellence-icon {
	font-size: 48px;
	color: #08A69B;
	margin-bottom: 20px;
	transition: transform 0.3s ease;
}

.excellence-card:hover .excellence-icon {
	transform: scale(1.2) rotate(10deg);
}

.excellence-card h4 {
	font-size: 22px;
	color: #1e1e1e;
	margin-bottom: 15px;
	font-weight: 600;
}

.excellence-card p {
	font-size: 14px;
	line-height: 1.7;
	color: #666;
}

@media (max-width: 768px) {
	.excellence-section {
		padding: 40px 0;
	}
	
	.excellence-title {
		font-size: 32px;
	}

	/* height: 100% + margin-bottom inside Bootstrap flex rows causes cards to
	   overflow their column and overlap the card below. Override to auto. */
	.excellence-card {
		padding: 25px 20px;
		height: auto;
		margin-bottom: 20px;
	}
}

/* CTA Section */
.cta-section {
	background: linear-gradient(135deg, #08A69B 0%, #06886f 100%);
	color: #fff;
	padding: 40px 0;
	border-radius: 0;
}

.cta-section h3 {
	font-size: 36px;
	margin-bottom: 15px;
	font-weight: 600;
}

.cta-section p {
	font-size: 16px;
	margin-bottom: 0;
	opacity: 0.95;
}

.cta-button-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta-section .filled-button {
	background-color: #fff;
	color: #08A69B;
	font-weight: 600;
	padding: 14px 45px;
	font-size: 16px;
}

.cta-section .filled-button:hover {
	background-color: #f0f0f0;
	color: #06886f;
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.cta-section {
		padding: 40px 0;
		text-align: center;
	}
	
	.cta-section h3 {
		font-size: 24px;
	}
	
	.cta-button-container {
		margin-top: 20px;
		justify-content: center;
	}
}

/* Featured Products Carousel Section */
.featured-products-section {
	padding: 60px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
	margin: 40px 0;
}

.featured-products-section .section-header {
	text-align: center;
	margin-bottom: 50px;
}

.featured-products-section .section-header h3 {
	font-size: 36px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.featured-products-section .section-header p {
	font-size: 16px;
	color: #666;
	font-weight: 300;
}

.featured-carousel {
	position: relative;
}

.featured-carousel-item {
	padding: 15px;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.featured-carousel-item.active {
	opacity: 1;
}

.featured-carousel-item:hover {
	opacity: 1;
}

.featured-product-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.featured-product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(8, 166, 155, 0.2);
}

.featured-image-container {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	background: #f5f5f5;
}

.featured-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.featured-product-card:hover .featured-image-container img {
	transform: scale(1.1);
}

.featured-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 166, 155, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.featured-product-card:hover .featured-overlay {
	opacity: 1;
}

.featured-badge {
	background: #fff;
	color: #08A69B;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.featured-product-info {
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.featured-product-info h5 {
	font-size: 20px;
	font-weight: 700;
	color: #1e1e1e;
	margin: 0 0 10px 0;
}

.featured-product-info p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0 0 15px 0;
	flex: 1;
}

.featured-stars {
	margin: 15px 0;
	color: #ffc107;
}

.featured-stars i {
	font-size: 12px;
	margin-right: 3px;
}

.featured-link {
	display: inline-block;
	color: #08A69B;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #08A69B;
	transition: all 0.3s ease;
	align-self: flex-start;
	margin-top: auto;
}

.featured-link:hover {
	color: #06886f;
	border-bottom-color: #06886f;
	transform: translateX(-5px);
}

/* Owl Carousel Navigation for Featured Products */
.featured-carousel .owl-nav {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.featured-carousel .owl-nav button {
	background: #08A69B !important;
	color: #fff !important;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.featured-carousel .owl-nav button:hover {
	background: #06886f !important;
	transform: scale(1.1);
}

.featured-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.featured-carousel .owl-dot {
	background: #ddd !important;
	border-radius: 50%;
	width: 12px !important;
	height: 12px !important;
	margin: 0 8px;
	transition: all 0.3s ease;
}

.featured-carousel .owl-dot.active {
	background: #08A69B !important;
	transform: scale(1.2);
}

/* Responsive Featured Carousel */
@media (max-width: 1024px) {
	.featured-carousel-item {
		padding: 12px;
	}
	
	.featured-image-container {
		height: 240px;
	}
	
	.featured-product-info h5 {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.featured-products-section {
		padding: 40px 0;
		margin: 30px 0;
	}
	
	.featured-products-section .section-header h3 {
		font-size: 28px;
	}
	
	.featured-carousel-item {
		padding: 10px;
	}
	
	.featured-image-container {
		height: 200px;
	}
	
	.featured-product-card {
		margin: 10px auto;
		max-width: 100%;
	}
	
	.featured-product-info {
		padding: 20px;
	}
	
	.featured-product-info h5 {
		font-size: 16px;
	}
	
	.featured-product-info p {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.featured-products-section {
		padding: 30px 0;
	}
	
	.featured-products-section .section-header h3 {
		font-size: 22px;
	}
	
	.featured-image-container {
		height: 160px;
	}
	
	.featured-product-info {
		padding: 15px;
	}
	
	.featured-carousel .owl-nav button {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}

/* ===== CONTACT PAGE ENHANCEMENTS ===== */

/* Contact Hero Banner */
.contact-hero-banner {
	background: linear-gradient(135deg, #08A69B 0%, #06886f 100%);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-hero-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,50 Q300,0 600,50 T1200,50 L1200,120 L0,120 Z" fill="rgba(255,255,255,0.05)"/></svg>') repeat-x;
	animation: wave 15s linear infinite;
	z-index: 2;
}

.contact-hero-content {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 800px;
	text-align: center;
	animation: fadeInDown 0.8s ease;
}

.contact-hero-text {
	animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-subtitle-small {
	display: block;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.contact-hero-banner .hero-title {
	font-size: 56px;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
	line-height: 1.2;
}

.contact-hero-banner .hero-subtitle {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 300;
	opacity: 0.95;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	color: #fff;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Contact Section Heading */
.contact-section-heading {
	animation: slideInUp 0.6s ease;
}

.contact-form-title {
	font-size: 32px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 10px;
	animation: fadeIn 0.8s ease;
}

.contact-form-subtitle {
	font-size: 16px;
	color: #666;
	font-weight: 300;
	animation: fadeIn 0.8s ease 0.2s both;
}

/* Animated Form */
.animated-form {
	animation: slideInUp 0.6s ease 0.3s both;
}

.form-field-animated {
	animation: slideInLeft 0.6s ease;
	animation-fill-mode: both;
}

.form-field-animated:nth-child(1) { animation-delay: 0.4s; }
.form-field-animated:nth-child(2) { animation-delay: 0.5s; }
.form-field-animated:nth-child(3) { animation-delay: 0.6s; }
.form-field-animated:nth-child(4) { animation-delay: 0.7s; }

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.form-input-animated {
	transition: all 0.4s ease;
	border: 1px solid #eee;
	border-radius: 5px;
}

.form-input-animated:focus {
	border-color: #08A69B;
	box-shadow: 0 0 8px rgba(8, 166, 155, 0.3);
	transform: translateY(-2px);
}

.form-button-animated {
	animation: slideInUp 0.6s ease 0.8s both;
	transition: all 0.3s ease;
}

.form-button-animated:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(8, 166, 155, 0.4);
}

@media (max-width: 768px) {
	.contact-hero-banner {
		padding: 40px 0;
		min-height: 250px;
	}
	
	.contact-hero-banner .hero-title {
		font-size: 36px;
	}
	
	.contact-hero-banner .hero-subtitle {
		font-size: 16px;
	}
	
	.hero-subtitle-small {
		font-size: 16px;
	}
	
	.contact-form-title {
		font-size: 24px;
	}
}

/* ===== PRODUCTS PAGE STYLES ===== */

/* Products Page Header */

.products-header {
	position: relative;
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.products-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/dental.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}

.products-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(8, 166, 155, 0.8) 0%, rgba(6, 136, 111, 0.8) 100%);
	z-index: 2;
}

.products-header-content {
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff;
	animation: fadeInUp 0.8s ease;
}

.products-header-content h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
	line-height: 1.2;
}

.products-header-content p {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 300;
	opacity: 0.95;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	color: #fff;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Products Virtues Section */
.products-virtues {
	padding: 60px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e8f4f0 100%);
}

.virtues-heading {
	text-align: center;
	margin-bottom: 50px;
}

.virtues-heading h2 {
	font-size: 40px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 10px;
}

.virtues-heading p {
	font-size: 18px;
	color: #666;
	font-weight: 300;
}

.virtues-grid {
	margin-top: 40px;
}

.virtue-card {
	background: #fff;
	padding: 35px 25px;
	border-radius: 10px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.virtue-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(8, 166, 155, 0.15);
}

.virtue-icon {
	font-size: 44px;
	color: #08A69B;
	margin-bottom: 18px;
	transition: transform 0.3s ease;
}

.virtue-card:hover .virtue-icon {
	transform: scale(1.15) rotate(5deg);
}

.virtue-card h4 {
	font-size: 20px;
	color: #1e1e1e;
	margin-bottom: 12px;
	font-weight: 600;
}

.virtue-card p {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin: 0;
}

@media (max-width: 768px) {
	.products-header {
		min-height: 250px;
	}

	.products-header-content h1 {
		font-size: 32px;
	}

	.products-header-content p {
		font-size: 16px;
	}

	.products-virtues {
		padding: 40px 0;
	}

	.virtues-heading h2 {
		font-size: 28px;
	}

	.virtue-card {
		padding: 25px 20px;
		margin-bottom: 25px;
	}
}

/* ===== ENHANCED FOOTER STYLES ===== */

footer.enhanced-footer {
	background: #1a1a1a;
	color: #fff;
	margin-top: 60px;
}

.footer-main {
	padding: 60px 0 40px;
	background: #1a1a1a;
}

.footer-section {
	margin-bottom: 40px;
}

.footer-section h4 {
	font-size: 18px;
	font-weight: 700;
	color: #08A69B;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Quick Links */
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links li a {
	color: #ccc;
	transition: all 0.3s ease;
	font-size: 14px;
	position: relative;
	padding-left: 10px;
}

.footer-links li a:before {
	content: '→';
	position: absolute;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.footer-links li a:hover {
	color: #08A69B;
	padding-left: 15px;
}

.footer-links li a:hover:before {
	opacity: 1;
}

/* Company Info */
.company-info {
	line-height: 1.8;
}

.company-info p {
	font-size: 13px;
	color: #aaa;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
}

.company-info p strong {
	color: #08A69B;
	display: block;
	margin-bottom: 3px;
}

.company-desc {
	margin-top: 15px !important;
	padding-top: 15px;
	border-top: 1px solid #333;
	font-size: 13px;
	color: #999;
	font-style: italic;
}

/* Footer Image */
.footer-image-container {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	height: 200px;
	transition: all 0.3s ease;
}

.footer-image-container:hover {
	box-shadow: 0 15px 35px rgba(8, 166, 155, 0.3);
	transform: translateY(-5px);
}

.footer-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.footer-image-container:hover .footer-image {
	transform: scale(1.05);
}

/* Social Media Section */
.footer-social {
	background: #ffffff;
	padding: 40px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.social-icons-footer {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.social-icon-footer {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #08A69B;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.social-icon-footer:hover {
	background: transparent;
	border-color: #08A69B;
	color: #08A69B;
	transform: translateY(-5px);
}

.social-icon-footer.whatsapp-icon:hover {
	color: #25d366;
	border-color: #25d366;
}

.social-icon-footer.facebook-icon:hover {
	color: #1877f2;
	border-color: #1877f2;
}

.social-icon-footer.tiktok-icon:hover {
	color: #000;
	border-color: #000;
}

.social-icon-footer.instagram-icon:hover {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	color: #fff;
	border-color: transparent;
}

/* Footer Bottom */
.footer-bottom {
	background: #1a1a1a;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #333;
}

.footer-bottom p {
	font-size: 13px;
	color: #999;
	margin: 0;
}

.footer-bottom a {
	color: #08A69B;
	transition: all 0.3s ease;
}

.footer-bottom a:hover {
	color: #06886f;
	text-decoration: underline;
}

/* Footer Responsive */
@media (max-width: 768px) {
	.footer-main {
		padding: 40px 0 30px;
	}

	.footer-section {
		margin-bottom: 30px;
	}

	.footer-section h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.footer-links li a {
		font-size: 13px;
	}

	.company-info p {
		font-size: 12px;
	}

	.footer-image-container {
		height: 150px;
	}

	.social-icons-footer {
		gap: 15px;
	}

	.social-icon-footer {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.footer-bottom p {
		font-size: 12px;
	}
}


/* ===== ABOUT PAGE STYLES ===== */

/* About Hero Banner – compact hero for the about page */
.about-hero-banner {
	min-height: 200px;
	padding: 40px 0;
}

/* Main Products section alternate background */
.about-intro-alt {
	background: #f9f9f9;
}

/* Country flag images inside Global Sourcing cards */
.country-flag-img {
	width: 100%;
	max-width: 140px;
	height: 74px;
	object-fit: cover;
	border-radius: 4px;
}

/* Mission & Vision – col-md-6 columns stack full-width on mobile.
   Add bottom spacing so stacked cards don't crowd each other. */
@media (max-width: 767px) {
	.excellence-section .col-md-6 {
		margin-bottom: 15px;
	}

	.excellence-section .col-md-6:last-child {
		margin-bottom: 0;
	}
}

/* Global Sourcing row – tighten card padding on small screens
   and add vertical gap between rows of 2 country cards */
@media (max-width: 767px) {
	.global-sourcing-row > [class*="col-"] {
		margin-bottom: 15px;
	}

	.global-sourcing-row .excellence-card {
		padding: 15px 10px;
		margin-bottom: 0; /* spacing handled by the column wrapper above */
	}

	.global-sourcing-row .excellence-card h4 {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.global-sourcing-row .excellence-icon {
		margin-bottom: 8px;
	}

	.country-flag-img {
		height: 56px;
	}
}

@media (max-width: 480px) {
	.global-sourcing-row > [class*="col-"] {
		margin-bottom: 12px;
	}

	.global-sourcing-row .excellence-card {
		padding: 12px 8px;
	}

	.global-sourcing-row .excellence-card h4 {
		font-size: 13px;
	}

	.country-flag-img {
		height: 48px;
	}
}

/* ===== CERTIFICATES SECTION ===== */
.certificates-section {
	padding: 60px 0px;
	background-color: #fff;
}

.certificates-title {
	font-size: 28px;
	font-weight: 600;
	color: #1e1e1e;
	margin-bottom: 10px;
}

.certificates-subtitle {
	font-size: 15px;
	color: #6c757d;
	margin-bottom: 40px;
}

.certificate-card {
	background-color: #f9f9f9;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 30px;
	text-align: center;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.certificate-card:hover {
	box-shadow: 0 8px 25px rgba(8, 166, 155, 0.15);
	transform: translateY(-4px);
}

.certificate-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.certificates-section {
		padding: 40px 0px;
	}

	.certificates-title {
		font-size: 22px;
	}

	.certificate-card {
		margin-bottom: 20px;
	}
}