body {
	background: #ffffff;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}

a {
	color: rgba(196, 149, 106);
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
	transition: all 0.2s;
}

img:hover{
  transform: scale(1.1);
}

a:hover {
	color: rgba(196, 149, 106);
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
	color: rgba(196, 149, 106);
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #555;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.2px;
	font-family: 'Source Sans Pro', sans-serif;
}

.z-index {
	z-index: 9;
}

.position-relative {
	position: relative !important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid rgba(196, 149, 106);
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 9px 35px;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 400;
	border: 1px solid #ffffff;
	border-radius: 30px;
	color: #ffffff;
	background: none;
	cursor: pointer;
	margin-top: 25px;
	overflow: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.button:hover {
	color: #fff;
}

.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background-color: rgba(196, 149, 106);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(196, 149, 106);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.button:hover:after {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.button-large:focus {
	outline: none;
	box-shadow: none;
}

.button-large {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 14px 59px;
	text-align: center;
	font-size: 32px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 400;
	border: 2px solid #ffffff;
	border-radius: 2px;
	color: #ffffff;
	background: none;
	cursor: pointer;
	margin-top: 50px;
	overflow: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.button-large:hover {
	color: #fff;
}

.button-large:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background-color: rgba(196, 149, 106);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button-large:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(196, 149, 106);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button-large:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.button-large:hover:after {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.bg-gray {
	background-color: #f8f8f9;
}

.bg-none {
	background: none !important;
}

.theme-color{
	background-color: rgba(196, 149, 106);
}

.color-text {
	color: rgba(196, 149, 106);
}

dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mr-15 {
	margin-right: 15px;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.pt-100{
	padding-top: 100px !important;
}

h5 {
	color: rgba(196, 149, 106);
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-family: 'Raleway', sans-serif;
}

.section-padding {
	padding: 60px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
}

.section-title h5 {
	max-width: 600px;
	color: rgb(196 149 106);
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-family: 'Rajdhani', sans-serif;
	margin: 0 auto;
}

.section-title h2 {
	font-weight: 600;
	font-size: 38px;
	line-height: 1.3;
	color: #333;
	letter-spacing: 0.3px;
	display: inline;
	position: relative;
}
.section-title h2:before {
	position: absolute;
	content: '';
	top: -21px;
	left: -24px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(196, 149, 106, 0.5);
	z-index: -1;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mr-0 {
	margin: 0;
}

.mr-top-50 {
	margin-top: 50px;
}

.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: rgba(196, 149, 106);
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}

.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #222222;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}

.back-to-top.active {
	top: 97%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}

.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* [ Start Overlay ] */
[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-overlay-dark]:before {
	background: #000;
}

[data-overlay-light]:before {
	background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}

.bg-b {
	background-color: #000000;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
/* [ End Overlay ] */

/* owl theme */
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
	transition: .3s;
	border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: rgba(196, 149, 106) !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px rgba(196, 149, 106);
	box-shadow: 0 1px 5px rgba(196, 149, 106);
}

.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid rgba(196, 149, 106);
	transition: .3s;
}

/**************************************
 ** Preloader Area CSS
 **************************************/
.preloader {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 99999999;
	height: 100%;
	width: 100%;
	background-color: #f7f7f7;
}

.preloader .preloader-wapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #333 #333 transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #333 #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #333 #333 transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}


.spinner-loader {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.spinner-loader div {
	position: absolute;
	border: 4px solid rgba(196, 149, 106);
	opacity: 1;
	border-radius: 0;
	-webkit-animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	border-radius: 50%;
}

.spinner-loader div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	border-radius: 50%;
}

@-webkit-keyframes spinner-loader {
	0% {
		top: 35px;
		left: 35px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 70px;
		height: 70px;
		opacity: 0;
	}
}

@keyframes spinner-loader {
	0% {
		top: 35px;
		left: 35px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 70px;
		height: 70px;
		opacity: 0;
	}
}

/**************************************
 * NEW HEADER & NAVBAR AREA 
 *************************************/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: all 0.3s ease;
}

/* Top Bar */
.top-bar {
    background: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.top-bar .top-social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-bar .top-social li {
    display: inline-block;
    margin-right: 15px;
}

.top-bar .top-social li a {
    color: #474747;
    font-size: 15px;
    transition: all 0.3s ease;
}

.top-bar .top-social li a:hover {
    color: rgba(196, 149, 106);
}

.top-bar .top-info {
    text-align: right;
}

.top-bar .top-info span {
    margin-left: 20px;
    color: #474747;
    font-size: 15px;
    display: inline-block;
}

.top-bar .top-info span i {
    margin-right: 5px;
    color: rgba(196, 149, 106);
}

/* Main Navigation */
.navbar {
    background: transparent;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar.navbar-scrolled {
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 10px 0;
}

.navbar .navbar-brand img {
    max-width: 180px;
    transition: all 0.3s ease;
}

.navbar .white-logo {
    display: block;
}

.navbar .black-logo {
    display: none;
}

.navbar.navbar-scrolled .white-logo {
    display: none;
}

.navbar.navbar-scrolled .black-logo {
    display: block;
}

.navbar .navbar-nav {
    align-items: center;
}

.navbar .nav-link {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 15px !important;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all 0.3s ease;
}

.navbar.navbar-scrolled .nav-link {
    color: #333333;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: rgba(196, 149, 106) !important;
}

/* Book Appointment Button */
.navbar .book-btn {
    background: rgba(196, 149, 106) !important;
    color: #ffffff !important;
    border-radius: 30px;
    padding: 8px 20px !important;
    margin-left: 10px;
    border: 2px solid rgba(196, 149, 106);
}

.navbar .book-btn:hover {
    background: transparent !important;
    color: rgba(196, 149, 106) !important;
    border-color: rgba(196, 149, 106);
}

.navbar.navbar-scrolled .book-btn {
    background: rgba(196, 149, 106) !important;
    color: #ffffff !important;
}

.navbar.navbar-scrolled .book-btn:hover {
    background: #171717 !important;
    color: #ffffff !important;
    border-color: #171717;
}

/* Mobile Menu Toggle */
.navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.navbar-scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/**************************************
 * Home Hero Section
 *************************************/
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 130px;
    overflow: hidden;
}

.hero-static {
    width: 100%;
    height: 100%;
}

.hero-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

/* Elegant overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(105deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
}

/* Hero Content with Fade In Animation */
.hero-content {
    color: #fff;
    max-width: 800px;
    animation: fadeInUp 1.2s ease forwards;
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(196, 149, 106);
    margin-bottom: 20px;
    display: block;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards 0.2s;
}

.hero-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 5px 25px rgba(0,0,0,0.3);
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards 0.4s;
}

.hero-features {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards 0.6s;
}

.hero-features span:not(.dot) {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.hero-features .dot {
    font-size: 28px;
    color: rgba(196, 149, 106);
    font-weight: 700;
    line-height: 1;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards 0.8s;
}

.hero-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 20px;
    background: rgba(255,255,255,0.05);
    border-radius: 60px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
}

.hero-phone i {
    font-size: 24px;
    color: rgba(196, 149, 106);
}

.hero-phone:hover {
    background: rgba(196, 149, 106, 0.2);
    border-color: rgba(196, 149, 106, 0.3);
    transform: translateY(-2px);
}

.hero-btn {
    display: inline-block;
    padding: 16px 45px;
    background: rgba(196, 149, 106);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 60px;
    text-decoration: none;
    border: 2px solid rgba(196, 149, 106);
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.hero-btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* Fade In Up Animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hide any remaining carousel elements */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination,
.swiper-container,
.swiper-wrapper,
.swiper-slide {
    display: none !important;
}

/**************************************
 * Services Section Style
 *************************************/
.zrthemes-theme-single-service-card {
	margin-bottom: 10px;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	overflow: hidden;
	padding: 25px;
	transition: transform 3s;
	transform-style: preserve-3d;
	transition: color 0.5s;
}

.zrthemes-theme-single-service-card:hover:before {
  transform: scaleX(1);
}
.zrthemes-theme-single-service-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(236 236 236);
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7);
  z-index: -1;
}

.zrthemes-theme-single-service-card:hover img{
	transform: rotateY(180deg);
}
.zrthemes-theme-single-service-card:hover H5{
	color: #333;
}

.zrthemes-theme-single-service-card img{
	max-width: 50px;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	margin-bottom: 20px;
	position: relative;
	display: inline;
}

.zrthemes-theme-single-service-card img:after {
    position: absolute;
    content: '';
    top: -21px;
    left: -24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(196, 149, 106, 0.5);
    z-index: 1;
}

.zrthemes-theme-single-service {
	margin-bottom: 20px;
}

.repair-main-banner .video-btn {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	display: block;
	color: #fff;
	background: transparent;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.iq-video.video-btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 83px;
	background: linear-gradient(-48deg, #ffffff -30%, rgba(196, 149, 106) 60%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.repair-main-banner .video-btn {
	border-radius: 50%;
	display: block;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
	-webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

.animation-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(-5px);
	}
}

.bg-grey {
	background: #f5f5f5;
}

/**************************************
 * Responsive Design
 *************************************/
@media (max-width: 1200px) {
    .hero-title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        margin-top: 110px;
    }
    
    .hero-title {
        font-size: 48px;
    }
    
    .hero-features span:not(.dot) {
        font-size: 18px;
    }
    
    .navbar-collapse {
        background: #ffffff;
        padding: 20px;
        border-radius: 10px;
        margin-top: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    
    .navbar .nav-link {
        color: #333333 !important;
        padding: 10px 15px !important;
    }
    
    .navbar .book-btn {
        margin-left: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    
    .top-bar .top-info {
        text-align: center;
    }
    
    .top-bar .top-info span {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        margin-top: 100px;
    }
    
    .hero-content {
        text-align: center;
        max-width: 100%;
    }
    
    .hero-subtitle {
        font-size: 16px;
        letter-spacing: 4px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-features {
        justify-content: center;
        gap: 10px;
    }
    
    .hero-features .dot {
        font-size: 20px;
    }
    
    .hero-features span:not(.dot) {
        font-size: 16px;
    }
    
    .hero-actions {
        justify-content: center;
        gap: 20px;
    }
    
    .hero-phone {
        font-size: 18px;
        padding: 6px 15px;
    }
    
    .hero-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
    
    .top-bar {
        display: none;
    }
    
    .navbar {
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 5px;
    }
    
    .hero-features .dot {
        display: none;
    }
    
    .hero-actions {
        flex-direction: column;
        gap: 15px;
    }
}

.navbar {
    background: transparent !important;
    box-shadow: none !important;
}

/* Keep text black always */
.navbar .nav-link {
    color: #000000 !important;
}

.navbar .white-logo {
    display: none !important;
}

.navbar .black-logo {
    display: block !important;
}

/* Book appointment button styling */
.navbar .book-btn {
    background: rgba(196, 149, 106) !important;
    color: #ffffff !important;
    border-radius: 30px;
    padding: 8px 20px !important;
    border: 2px solid rgba(196, 149, 106);
}

.navbar .book-btn:hover {
    background: transparent !important;
    color: rgba(196, 149, 106) !important;
}

/* Mobile menu background */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #ffffff !important;
    }
    
    .navbar .nav-link {
        color: #000000 !important;
    }
}

/* Remove any scrolling effects */
.navbar.navbar-scrolled {
    background: transparent !important;
    box-shadow: none !important;
}

/**************************************
 * Services Section
 *************************************/
.services-section {
    padding: 80px 0;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.services-section .section-title h5 {
    color: rgba(196, 149, 106);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services-section .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.services-section .section-title h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: rgba(196, 149, 106);
}

.services-section .section-title p {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 20px auto 0;
    font-weight: 400;
}

/* Service Card */
.service-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    border-bottom: 3px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-bottom-color: rgba(196, 149, 106);
}

.service-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, rgba(196, 149, 106, 0.05) 0%, rgba(196, 149, 106, 0.02) 100%);
    transition: all 0.5s ease;
    z-index: -1;
}

.service-card:hover:before {
    height: 100%;
}

/* Service Icon */
.service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(196, 149, 106, 0.1);
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: rgba(196, 149, 106);
    transform: rotateY(360deg);
}

.service-icon i {
    font-size: 36px;
    color: rgba(196, 149, 106);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
    color: #ffffff;
}

/* Service Content */
.service-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.service-card:hover h3 {
    color: rgba(196, 149, 106);
}

.service-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Service Link */
.service-link {
    color: rgba(196, 149, 106);
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.service-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #333;
}

.service-link:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-section .section-title h2 {
        font-size: 36px;
    }
    
    .service-card {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding: 50px 0;
    }
    
    .services-section .section-title h2 {
        font-size: 32px;
    }
    
    .service-card {
        text-align: center;
    }
    
    .service-icon {
        margin: 0 auto 25px;
    }
}

@media (max-width: 480px) {
    .services-section .section-title h2 {
        font-size: 28px;
    }
    
    .service-card h3 {
        font-size: 20px;
    }
}

/**************************************
 * About Section
 *************************************/
.about-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Left Column - Image */
.about-image-wrapper {
    position: relative;
    padding-right: 30px;
}

.about-image-main {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.about-image-main img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
}

.about-image-main:hover img {
    transform: scale(1.05);
}

.about-image-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(196, 149, 106, 0.2) 0%, transparent 100%);
    z-index: 1;
}

.about-experience {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: rgba(196, 149, 106);
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(196, 149, 106, 0.3);
    z-index: 2;
    text-align: center;
}

.about-experience .years {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

.about-experience .text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Right Column - Content */
.about-content {
    padding-left: 20px;
}

.about-content h5 {
    color: rgba(196, 149, 106);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-content h2 .highlight {
    color: rgba(196, 149, 106);
    position: relative;
    display: inline-block;
}

.about-content h2 .highlight:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(196, 149, 106, 0.2);
    z-index: -1;
}

/* Tagline */
.about-tagline {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.tagline-item {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tagline-item:first-child {
    color: rgba(196, 149, 106);
    font-weight: 600;
}

.tagline-item:nth-child(3) {
    color: #333;
    font-weight: 600;
}

.tagline-item:last-child {
    color: #666;
}

.about-tagline .separator {
    color: rgba(196, 149, 106);
    font-size: 20px;
    font-weight: 300;
}

/* Description */
.about-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    border-left: 3px solid rgba(196, 149, 106);
    padding-left: 20px;
}

/* Why Choose Us */
.why-choose-us {
    margin-bottom: 35px;
}

.why-choose-us h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.why-choose-us h4:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgba(196, 149, 106);
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.why-list li i {
    color: rgba(196, 149, 106);
    font-size: 24px;
    margin-top: 3px;
    flex-shrink: 0;
}

.why-list li div {
    flex: 1;
}

.why-list li strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.why-list li span {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

/* CTA Buttons */
.about-cta {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.about-btn {
    display: inline-block;
    padding: 14px 35px;
    background: rgba(196, 149, 106);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid rgba(196, 149, 106);
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(196, 149, 106, 0.3);
}

.about-btn:hover {
    background: transparent;
    color: rgba(196, 149, 106);
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(196, 149, 106, 0.4);
}

.about-link {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.about-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.about-link:hover {
    color: rgba(196, 149, 106);
}

.about-link:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .about-section {
        padding: 70px 0;
    }
    
    .about-content h2 {
        font-size: 36px;
    }
    
    .about-image-wrapper {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 50px 0;
    }
    
    .about-content {
        padding-left: 0;
        text-align: center;
    }
    
    .about-content h5 {
        text-align: center;
    }
    
    .about-content h2 {
        font-size: 32px;
    }
    
    .about-tagline {
        justify-content: center;
    }
    
    .about-description {
        text-align: left;
    }
    
    .why-choose-us h4 {
        text-align: center;
        display: block;
    }
    
    .why-choose-us h4:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .why-list li {
        text-align: left;
    }
    
    .about-cta {
        justify-content: center;
    }
    
    .about-experience {
        bottom: 15px;
        right: 15px;
        padding: 15px 20px;
    }
    
    .about-experience .years {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .about-content h2 {
        font-size: 28px;
    }
    
    .tagline-item {
        font-size: 14px;
    }
    
    .about-tagline .separator {
        font-size: 16px;
    }
    
    .about-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/**************************************
 * Testimonials Section
 *************************************/
.testimonials-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-section:before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(196, 149, 106, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.testimonials-section:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: rgba(196, 149, 106, 0.03);
    border-radius: 50%;
    z-index: 0;
}

.testimonials-section .container {
    position: relative;
    z-index: 1;
}

.testimonials-section .section-title h5 {
    color: rgba(196, 149, 106);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.testimonials-section .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.title-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.title-separator span {
    width: 50px;
    height: 2px;
    background: rgba(196, 149, 106);
}

.title-separator i {
    color: rgba(196, 149, 106);
    font-size: 20px;
}

/* Testimonial Card */
.testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    border: 1px solid rgba(196, 149, 106, 0.1);
    z-index: 1;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(196, 149, 106, 0.15);
    border-color: rgba(196, 149, 106, 0.3);
}

/* Featured Card (middle one with Great Support) */
.testimonial-card.featured {
    background: linear-gradient(135deg, #ffffff 0%, rgba(196, 149, 106, 0.05) 100%);
    border: 2px solid rgba(196, 149, 106, 0.3);
    transform: scale(1.02);
}

.testimonial-card.featured:hover {
    transform: scale(1.02) translateY(-10px);
}

.testimonial-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: rgba(196, 149, 106);
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(196, 149, 106, 0.3);
}

/* Testimonial Header */
.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.quote-icon i {
    font-size: 32px;
    color: rgba(196, 149, 106);
    opacity: 0.3;
    transition: all 0.3s ease;
}

.testimonial-card:hover .quote-icon i {
    opacity: 0.8;
    transform: scale(1.1);
}

.rating i {
    color: #ffc107;
    font-size: 16px;
    margin-left: 2px;
}

/* Testimonial Body */
.testimonial-body {
    margin-bottom: 25px;
}

.testimonial-text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    font-style: italic;
    position: relative;
    padding-left: 10px;
    border-left: 3px solid rgba(196, 149, 106, 0.3);
}

/* Testimonial Footer */
.testimonial-footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-initials {
    width: 50px;
    height: 50px;
    background: rgba(196, 149, 106);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(196, 149, 106, 0.3);
}

.author-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.author-info span {
    font-size: 13px;
    color: #777;
}

/* View All Reviews Button */
.reviews-btn {
    display: inline-block;
    padding: 14px 40px;
    background: transparent;
    color: rgba(196, 149, 106);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid rgba(196, 149, 106);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(196, 149, 106, 0.1);
}

.reviews-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.reviews-btn:hover {
    background: rgba(196, 149, 106);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(196, 149, 106, 0.3);
}

.reviews-btn:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-section .section-title h2 {
        font-size: 36px;
    }
    
    .testimonial-card {
        padding: 25px;
    }
    
    .testimonial-card.featured {
        transform: scale(1);
    }
    
    .testimonial-card.featured:hover {
        transform: translateY(-10px);
    }
}

@media (max-width: 767px) {
    .testimonials-section {
        padding: 50px 0;
    }
    
    .testimonials-section .section-title h2 {
        font-size: 32px;
    }
    
    .title-separator span {
        width: 30px;
    }
    
    .testimonial-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .rating {
        align-self: flex-start;
    }
    
}

@media (max-width: 480px) {
    .testimonials-section .section-title h2 {
        font-size: 28px;
    }
    
    .testimonial-card {
        padding: 20px;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
    
    .author-info h4 {
        font-size: 16px;
    }
    
    .reviews-btn {
        padding: 10px 25px;
        font-size: 13px;
    }
}

/**************************************
 * Contact & Appointment Section
 *************************************/
.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.contact-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: rgba(196, 149, 106, 0.03);
    border-radius: 50%;
    transform: translate(150px, -150px);
}

.contact-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: rgba(196, 149, 106, 0.02);
    border-radius: 50%;
    transform: translate(-200px, 200px);
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-section .section-title h5 {
    color: rgba(196, 149, 106);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-section .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.contact-section .title-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.contact-section .title-separator span {
    width: 50px;
    height: 2px;
    background: rgba(196, 149, 106);
}

.contact-section .title-separator i {
    color: rgba(196, 149, 106);
    font-size: 24px;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 1px solid rgba(196, 149, 106, 0.1);
}

/* Form Groups */
.form-group {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group .required {
    color: rgba(196, 149, 106);
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    background: #fafafa;
}

.form-control:focus {
    outline: none;
    border-color: rgba(196, 149, 106);
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(196, 149, 106, 0.1);
}

.form-control::placeholder {
    color: #aaa;
    font-size: 14px;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Appointment Option */
.appointment-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.appointment-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: rgba(196, 149, 106);
}

.appointment-option label {
    margin-bottom: 0;
    font-size: 15px;
    color: #555;
    cursor: pointer;
    text-transform: none;
    letter-spacing: normal;
}

/* Submit Button */
.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    background: rgba(196, 149, 106);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(196, 149, 106, 0.3);
    border: 2px solid rgba(196, 149, 106);
}

.contact-submit-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.contact-submit-btn:hover {
    background: transparent;
    color: rgba(196, 149, 106);
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(196, 149, 106, 0.4);
}

.contact-submit-btn:hover i {
    transform: translateX(5px);
}

/* Contact Info Wrapper */
.contact-info-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 1px solid rgba(196, 149, 106, 0.1);
    height: 100%;
}

.info-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.info-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background: rgba(196, 149, 106);
}

.info-subtitle {
    color: #666;
    margin-bottom: 30px;
    font-size: 15px;
}

/* Contact Info Items */
.contact-info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.contact-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: rgba(196, 149, 106, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon i {
    font-size: 22px;
    color: rgba(196, 149, 106);
}

.info-content {
    flex: 1;
}

.info-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.info-content p {
    color: #666;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.6;
}

.info-content p a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content p a:hover {
    color: rgba(196, 149, 106);
}

.direction-link {
    color: rgba(196, 149, 106);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.direction-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.direction-link:hover {
    color: #333;
}

.direction-link:hover i {
    transform: translateX(5px);
}

/* Business Hours */
.business-hours {
    margin: 30px 0;
    padding: 20px;
    background: rgba(196, 149, 106, 0.03);
    border-radius: 15px;
}

.business-hours h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: #666;
}

.hours-item.emergency {
    color: rgba(196, 149, 106);
    font-weight: 600;
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px dashed rgba(196, 149, 106, 0.3);
}

.hours-item.emergency span:last-child {
    background: rgba(196, 149, 106, 0.1);
    padding: 3px 10px;
    border-radius: 30px;
}

/* Social Links */
.contact-social h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(196, 149, 106, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(196, 149, 106);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(196, 149, 106);
    color: #fff;
    transform: translateY(-3px);
}

/* Map Wrapper */
.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(196, 149, 106, 0.1);
}

.map-wrapper iframe {
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-section .section-title h2 {
        font-size: 36px;
    }
    
    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 50px 0;
    }
    
    .contact-section .section-title h2 {
        font-size: 32px;
    }
    
    .contact-section .title-separator span {
        width: 30px;
    }
    
    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 25px;
    }
    
    .contact-info-item {
        gap: 15px;
    }
    
    .info-icon {
        width: 40px;
        height: 40px;
    }
    
    .info-icon i {
        font-size: 18px;
    }
    
    .info-content h4 {
        font-size: 16px;
    }
    
    .info-content p {
        font-size: 14px;
    }
    
    .hours-item {
        flex-direction: column;
        gap: 5px;
    }
    
    .hours-item.emergency span:last-child {
        align-self: flex-start;
    }
    
    .contact-submit-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .contact-section .section-title h2 {
        font-size: 28px;
    }
    
    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 20px;
    }
    
    .form-control {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .appointment-option label {
        font-size: 14px;
    }
    
    .social-links {
        justify-content: center;
    }
}

/* Form Status Messages */
.form-status {
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-status.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-status.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-status i {
    font-size: 18px;
}

/* Contact phone/email links */
.contact-phone, .contact-email {
    color: #666;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-phone:hover, .contact-email:hover {
    color: rgba(196, 149, 106);
}

/**************************************
 * Footer Section
 *************************************/
.footer-section {
    background: #1a1a1a;
    color: #fff;
    position: relative;
    padding: 60px 0 0;
    margin-top: 80px;
}

/* Decorative top border */
.footer-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(196, 149, 106, 0.8), transparent);
}

/* Main Footer */
.footer-main {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Footer Widgets */
.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-widget h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgba(196, 149, 106);
}

/* Footer Logo */
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo-img {
    max-width: 180px;
    margin-bottom: 15px;
}

.footer-logo h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.footer-description {
    color: #aaa;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 14px;
}

/* Footer Social */
.footer-social h4 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-social .social-links {
    display: flex;
    gap: 10px;
}

.footer-social .social-link {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-social .social-link:hover {
    background: rgba(196, 149, 106);
    transform: translateY(-3px);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links li a i {
    font-size: 12px;
    color: rgba(196, 149, 106);
    transition: transform 0.3s ease;
}

.footer-links li a:hover {
    color: rgba(196, 149, 106);
    padding-left: 5px;
}

.footer-links li a:hover i {
    transform: translateX(3px);
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: #aaa;
}

.footer-contact li i {
    color: rgba(196, 149, 106);
    font-size: 18px;
    margin-top: 3px;
    min-width: 20px;
}

.footer-contact li span {
    line-height: 1.6;
}

.footer-contact li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact li a:hover {
    color: rgba(196, 149, 106);
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright p {
    color: #aaa;
    font-size: 14px;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: rgba(196, 149, 106);
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: rgba(196, 149, 106);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(196, 149, 106, 0.3);
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.back-to-top:hover {
    background: #333;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 991px) {
    .footer-section {
        padding: 50px 0 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-widget h4 {
        margin-bottom: 20px;
    }
    
    .footer-logo h3 {
        font-size: 20px;
    }
    
    .footer-contact li {
        gap: 12px;
    }
    
    .footer-bottom-links {
        flex-wrap: wrap;
        gap: 15px;
    }
    

@media (max-width: 480px) {
    .footer-logo-img {
        max-width: 150px;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
}

/* Mobile menu fix */
@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff !important;
        padding: 20px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    
    .navbar-collapse:not(.show) {
        display: none;
    }
    
    .navbar-collapse.show {
        display: block;
    }
    
    .navbar-toggler {
        z-index: 1001;
    }
    
    .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}