body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 17px; color: #000; -webkit-text-size-adjust: 100%;}
body {overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
img {max-width: 100%; height: auto;}
form {padding: 0; margin: 0;}

#system-message , #system-message-container {
  	display: none !important;
	} 

.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    box-sizing: border-box;
	}

.wrapper {
	max-width: 940px;
	}

.notice {
  	text-align: center;
 	min-height: 20px;
    color: #52497f;
    background: #f7f7f7;	
  	font-weight: 500;
  	display: block;
  	margin: 0 auto;
  	position: relative;
  	font-size: 20px;
  	padding: 8px 2% 8px;
  	width: 96%;
	}

/*Universal Elements*/

.underline {
	display: block;
    width: 75%;
    height: 1.7px;
    background: #fff;
    border: 0.2px solid black;
    border-radius: 123%;
    margin: 0 auto;
	}	

.underline-b {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	border: 1px solid white;
	border-radius: 100%;
	}

.images-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 25px auto;
	}

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

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

.table-row {
    display: table-row;
	}

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

.activeFeedbackField {
    display: inline-block;
    position: relative;
    width:0;
    overflow:hidden;
    }

.activeFeedbackField input{
    position:absolute;
    left:10px;
    }

.activeFeedbackDescription {
    padding-top: 5px;
    margin: 0;
    }

/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #fff;
    transition: all 0.3s;
	}

#homepage nav {
	position: absolute;
	}

#homepage nav.slide {
	position: relative;
	display: none;
	}

nav.slide {
	position: fixed;
	display: none;
	}

.inner-nav.slide.fixed {
  	display: block;
	}

.header-upper-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1600px;
	margin: 0 auto;
	padding: 10px 25px;
	box-sizing: border-box;
	}

nav .content {
    max-width: 3000px;
    padding: 0;
	}

.inner-logo {
	max-width: 400px;
	}

.inner-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	}

.inner-logo a img {
  width: 200px;
	}

.logo-text-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	}

.sup-logo {
	color: #48575e;
    font-weight: 600;
    font-size: 30px;
	}

.sub-logo {
	color: #48575e;
	font-weight: 600;
	font-size: 20px;
	}

/*Logo slide down*/

nav.slide.fixed .inner-logo {
	margin-top: 5px;
	max-width: 470px;
	}

nav.slide.fixed, .inner-nav.slide.fixed .content .inner-logo a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: unset;
	}

nav.slide.fixed .logo-text-wrap {
	align-items: start;
	text-align: left;
	}

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

.topmenu {
	margin: 0;
    padding: 20px 0;
	}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
	justify-content: center;
	}

.topmenu ul li {
    list-style: none;
    padding: 0 10px;
    position: relative;
	}

.parent {
	margin-right: 5px;
	}

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -5px;
    width: 0;
    height: 0;
    margin: 0 2px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	}

.topmenu ul li a , span.nav-header , span.separator {
	text-decoration: none;
    font-size: 14.5px;
    color: #000;
    transition: all 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
	}

.topmenu ul li.active ul li a {
    color: #000;
	display: block;
	width: 100%;
    box-sizing: border-box;
	}

.topmenu ul li a:hover, .topmenu ul li.active a {
	color: #74b815;
	}

.topmenu ul li.active ul li a:hover , .topmenu ul li ul li.active a {
	color: #74b815;
	}

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    background: #272727;
    max-height: 0;
    transition: all 0.2s;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    overflow-y: hidden;
	}

nav.fixed .topmenu ul li ul {
    background: #272727;
	}

.topmenu ul li:hover ul {
    padding-top: 10px;
    max-height: 3000px;
    overflow-y: auto;
    display: block;
	}

.topmenu ul li ul li {
    display: block;
    padding: 10px 15px;
	}

.topmenu ul li ul li:last-child {
    border-bottom: 5px #48575e solid;
	}

/*Submenu*/
.submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 5px 15px;
    border-top: ridge 3px #f7f7f7;
    gap: 3%;
	}

/* Doctor Sub Menu Item */
/* =========================================
   PARENT POSITIONING
========================================= */
.nav-item.deeper {
    position: relative !important;
}

/* =========================================
   HIDE SUBMENU BY DEFAULT
========================================= */
.nav-item.deeper > .mod-menu__sub {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
}

/* =========================================
   SHOW ON HOVER
========================================= */
.nav-item.deeper:hover > .mod-menu__sub,
.nav-item.deeper:focus-within > .mod-menu__sub {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.2s ease;
}

/* =========================================
   DROPDOWN CONTAINER
========================================= */
.mod-menu__sub {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 9999 !important;

    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;

    padding: 0 !important;
    margin: 0 !important;

    min-width: 260px !important;   
    width: 260px !important;    
  overflow: visible !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

/* =========================================
   REMOVE EXTRA SPACE FROM UL
========================================= */
.mod-menu__sub ul,
.mod-menu__sub.small {
    padding: 0 !important;
    margin: 0 !important;
}

/* =========================================
   REMOVE SPACE FROM LI
========================================= */
.mod-menu__sub > li {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* Remove strange first empty gap */
.mod-menu__sub > li:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================================
   DROPDOWN LINKS
========================================= */
.mod-menu__sub > li > a {
    display: block !important;
    padding: 14px 20px !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    background: transparent !important;
    line-height: 1.3 !important;
    transition: all 0.2s ease !important;

  white-space: normal !important; 
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.4 !important;
    word-break: break-word;

    word-break: break-word !important;

    line-height: 1.4 !important;
}

/* =========================================
   HOVER EFFECT
========================================= */
.mod-menu__sub > li > a:hover {
    background: #f3f3f3 !important;
    color: #6bb122 !important;
}

/* =========================================
   ACTIVE CHILD
========================================= */
.mod-menu__sub .current > a {
    background: #f5f5f5 !important;
    color: #6bb122 !important;
}

/* =========================================
   REMOVE STRANGE BOTTOM BAR
========================================= */
.mod-menu__sub::after {
    display: none !important;
}

/* =========================================
   DROPDOWN ARROW
========================================= */
.nav-item.deeper > a::after,
.nav-item.deeper > span::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    border: 5px solid transparent;
    border-top-color: #6bb122;
    transform: translateY(2px);
}

.mod-menu__sub > li {
    border-bottom: 1px solid #eeeeee !important;
}

/* Remove border on last item */
.mod-menu__sub > li:last-child {
    border-bottom: none !important;
}

/*Top Socials*/
.top-socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	transition: 0.3s;
	}

nav .top-social {
	transition: 0.3s;
	}

nav .top-social:hover {
	transform: scale(1.1);
	}

/*Top Buttons*/
.top-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
	}

.top-button {
    color: #fff !important;
    font-size: 14.5px;
    font-weight: 600;
    background: #74b815;
    border-radius: 30px;
    padding: 15px 25px;
    transition: 0.3s;
    text-transform: uppercase;
	}

.exist-btn {
    background: #52497f; 
    }

.top-button:hover {
	color: #fff !important;
	background: #5480b1;
	}

/*Top Phone*/
.top-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
	}

.tp-position {
    color: #52497f;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	}

.tp-position img {
	transition: 0.3s;
	}

.tp-position:hover img {
	transform: scale(1.3);
	}

.top-phone a {
	color: #52497f;
	font-size: 22px;
	}

/*Hamburger*/
.hamburger.hamburger--slider {
	display: none;
	}

/* Slider block*/
.slider-block {
    text-align: center;
    position: relative;
	}

.slider-block .content {
    text-align: center;
	}

.mobile-slide {
    display: none;
	}

.nivo-caption {
    background: rgba(0,0,0,0.7);
    padding: 0;
    opacity: 1;
	}

.theme-pure .nivoSlider {
    margin-bottom: 0;
	}

.maintext-block-serv-wrapper {
	position: absolute;
	right: 0;
    top: 140px;
    left: 80px;
	}

.maintext-block-serv {
    display: inline-block;
    float: left;
    text-align: left;
    margin: 20px 0;
}

.maintext-block-serv h2 {
    color: #52497f;
}

.maintext-block-serv li a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.maintext-block-serv ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    background: fff;
    border: none;
}

.conditions-box {
    background: rgba(255,255,255,0.92);
    max-width: 420px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    backdrop-filter: blur(6px);
    padding: 10px 20px;
}

.conditions-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #52497f;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.conditions-box h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #74b815;
    display: block;
    margin-top: 8px;
}

.conditions-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.conditions-box ul li {
    margin-bottom: 12px;
}

.conditions-box ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.conditions-box ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #74b815;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.conditions-box ul li a:hover {
    color: #74b815;
    transform: translateX(5px);
}


.so-logo {
	width: 105px;
	}

.so-gold {
	color: #52497f;
	font-size: 35px;
	font-weight: 900;
	}

.so-white {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	}

.so-button {
	color: #fff;
	background: #74b815;
	font-weight: 900;
	padding: 20px;
	display: block;
	margin: 30px auto 0;
	max-width: 300px;
	border-radius: 6px;
	transition: 0.3s;
	text-transform: uppercase;
	}

.so-button:hover {
	color: #fff;
	background: #5480b1;
    border-radius: 35px;
	}	

.slider-tagline {
    display: block;
    position: absolute;
    bottom: 0;
    background: #5480b1;
    padding: 25px;
    font-size: 33px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
	}

.slider-tagline p {
	padding: 0;
	margin: 0;
	}

/*We Are Foot & Ankle Surgeons Block*/

.we-are-block {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 20%), rgb(255 255 255 / 20%)), url(../images/section-background-01.jpg);
  	background-size: cover;
	padding: 0 25px;
	}

.we-are-block-wrap {
	max-width: 1080px;
	text-align: center;
	margin: 50px auto;
	background-color: rgb(255 255 255 / 70%);
	padding: 30px;
	box-sizing: border-box;
	}

.waf-title-wrap {
    text-align: center;
    margin: 0 auto 30px;
	}

.waf-title-black {
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 65px;
	font-family: 'Montserrat', sans-serif;
	}

.waf-title-gold {
	color: #52497f;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 65px;
	font-family: 'Montserrat', sans-serif;
	}

h4.waf-small-title {
	color: #000;
	text-align: center;
    font-size: 24px;
	font-weight: 600;
	}

.waf-text {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin: 15px auto;
    line-height: 32px;
	}

.we-are-block-wrap .collapsible, 
.we-are-block-wrap .collapsible-content {
    font-size: 20px;
    }

/* Banner Home Page */
.banner-hp-block {
    background-color: #272727;
    background-image: linear-gradient(to right, #000, #272727, #000);
  	padding: 50px 0;
    }

.banner-hp .content {
    text-align: center;
    }

.banner-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}

.banner-item a {
  	display: inline-block;
    transition: 0.3s ease-in-out;
	}

.banner-item a:hover {
  	transform: scale(1.02);
	filter: grayscale();
	}

.banner-item img {
    width: auto !important;
  	height: auto;
  	max-width: 100%;
  	filter: drop-shadow(0px 0px 10px #212121);
    }

.banner-desk {
    display: block;
    }

.banner-mob {
    display: none;
    }

/*Second Service Block*/
.serv-b {
    box-sizing: border-box;
    padding: 40px 0;
	}

.ssb-title {
  color: #52497f;
    text-align: center;
    font-size: 45px;
	}

.ssb-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 25px 25px;
	}

.ssb-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 20%;
    height: 217px;
	margin: 30px 0;
	text-align: center;
	}

.ssb-block img {
	width: 76px;
    filter: brightness(0) saturate(100%)
            invert(28%) sepia(21%)
            saturate(1160%) hue-rotate(216deg)
            brightness(90%) contrast(95%);
	}

.ssb-block P {
	font-size: 25px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	}

.ssb-block a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 28px;
	transition: 0.3s;
	color: #fff;
	background-color: #74b815;
	transition: 0.3s;
	border-radius: 5px;
	}

.ssb-block a:hover {
	color: #fff;
	background-color: #5480b1;
	}

/* Services Block */
.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 75px 15px;
    box-sizing: border-box;
    max-width: 1500px;
    margin: 0 auto;
    }

.services-grid .service-item {
    flex: 0 0 calc(25% - 30px);
    text-align: center;
    text-decoration: none;
    color: inherit;
    display: block;
    }

.services-grid .img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    }

.services-grid .img-wrap img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
    }

.services-grid .service-item:hover img {
    transform: scale(1.08);
    }

.services-grid .overlay-btn {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    }

.services-grid .service-item:hover .overlay-btn {
    opacity: 1;
    transform: translateX(-50%) translateY(50%);
    z-index: 1;
    }

.services-grid .img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(82, 73, 127, 0.5);
    opacity: 0;
    transition: 0.3s ease;
    }

.services-grid .service-item:hover .img-wrap::after {
    opacity: 1;
    }

.services-grid .service-item h3 {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #52497f;
    }

/*Doctors block*/

.db-wrap {
    display: flex;
	}

.db-left {
    background: #f2f2f2;
    max-width: 635px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
	position: relative;
	overflow: hidden;
	}

.dbleft-background {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: opacity(0.4);
	}

.db-left-text {
	font-size: 20px;
	color: #000;
	z-index: 1;
	}

.db-left-title {
	font-size: 48px;
	max-width: 400px;
	text-align: center;
	margin: 10px auto;
	z-index: 1;
    color: #52497f;
	}

/* Right side panel redesign */
.db-right {
    background: #f2f2f2;
    padding: 50px;
  width: -webkit-fill-available;
}

/* Doctor row layout */
.doctor-row {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.doctor-row:last-child {
    border-bottom: none;
}

/* Photo card */
.doctor-photo {
    width: 300px;
    background: #fff;
    border-radius: 14px;
}

.doctor-photo img {
    width: 100%;
    border-radius: 12px;
}

/* Info section */
.doctor-info {
    color: #000;
}

.doctor-info h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.doctor-info h4 {
    margin: 15px 0 8px;
    font-size: 15px;
    font-weight: 800;
}

.doctor-lines {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.doctor-lines li {
    font-size: 13px;
    margin-bottom: 4px;
}

.doctor-bullets {
    padding-left: 18px;
}

.doctor-bullets li {
    font-size: 13px;
    margin-bottom: 5px;
}

/* Button */
.doctor-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    background: #74b815;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
}

.doctor-btn:hover {
    background: #5480b1;
}

/* Responsive */
@media (max-width: 992px) {
    .doctor-row {
        flex-direction: column;
    }

}
/* db right */
.db-white {
	font-size: 26px;
	font-weight: 600;
	color: #52497f;
	display: block;
	}

.db-white-listed {
	font-size: 26px;
	font-weight: 600;
	color: #52497f;
	display: block;
	padding-left: 35px;
	}

.db-white-listed::before {
	content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    color: #52497f;
    background-color: #52497f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}

.db-yellow-listed {
	font-size: 20px;
	font-weight: 900;
	color: #5480b1;
	padding-left: 80px;
	}

.db-yellow-listed::before {
	content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
	border: 1px solid #5480b1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}

.list-item {
	color: #000;
    padding-left: 120px;
    font-size: 16px;
    line-height: 28px;
	}

.list-item::before {
	content: '';
    height: 7px;
    width: 7px;
    border-radius: none;
    background: #626262;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}


.db-text {
    color: #000;
    padding-left: 80px;
    font-size: 16px;
    max-width: 700px;
    line-height: 28px;
	}

.db-text::before {
	content: '';
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #626262;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}


.db_button {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #74b815;
	text-align: center;
	max-width: 333px;
	padding: 15px 0px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px;
	transition: 0.3s;
	}

.db_button:hover {
	border-radius: 50px;
    background: #5480b1;
	}
	

/*Schedule block*/
.schedule-block {
    position: relative;
    /* max-height: 270px;
    height: 100%; */
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)), url(../images/section-background-02.jpg);
    z-index: 1;
    background-size: cover;
    background-position: center;
    padding: 75px 15px;
	}

.schedule-block .images-wrap {
    margin: 0 auto 25px;
    }

.schedule-background {
    z-index: -1;
    position: absolute;
    top: -445px;
    filter: opacity(0.4);
	}

.sb-wrap {
    display: block;
    max-width: 775px;
    text-align: center;
    margin: 0 auto;
	}

.sb-title {
	font-size: 25px;
	margin: 10px auto 35px;
    color: #52497f;
	}

.sb-button {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #74b815;
    text-align: center;
    max-width: 333px;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 35px;
    transition: 0.3s;
    margin: 0;
	}

.sb-button.exist-btn {
    background: #52497f;
    }

.sb-button:hover,
.sb-button.exist-btn:hover {
    background: #5480b1;
	color: #fff;
	}

/*Comfortable Enviroment Block*/

.comfortable-environment-block {
    height: 685px;
    overflow: hidden;
	}

.ceb-wrap {
    display: flex;
	}

.ceb-left {
    max-width: 635px;
    width: 100%;
    position: relative;
    height: 685px;
    overflow: hidden;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
	}

.cebleft-background {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: opacity(0.4);
	}

.ceb-right {
    max-height: 760px;
    background-image: url(../images/comfortable-environment-image.jpg);
    background-size: cover;
    width: 100%;
	}

.ceb-info {
	max-width: 480px;
	position: relative;
	z-index: 1;
	}

.ceb-title {
	position: relative;
	z-index: 1;
	font-size: 45px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 32px;
    color: #52497f;
	}

.ceb-text {
	font-size: 24px;
	position: relative;
	z-index: 1;
	line-height: 45px;
	}

/*Cutting Edge Technologies Block*/

.cutting-edge-block {
    box-sizing: border-box;
	}

.cebt-wrap {
    display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	}

.cebt-left {
	height: 760px;
	background-image: url(../images/cutting-edge-block-image.jpg);
    background-size: cover;
    width: 100%;
	}

.cebt-img {
    max-height: 834px;
	}

.cebt-right {
	position: relative;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 760px;
    box-sizing: border-box;
	}

.cebt-bckg {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: opacity(0.4);
	}

.cebt-info {
	position: relative;
	}

.cebt-title {
	color: #52497f;
	font-size: 45px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	}

.cebt-text {
	font-size: 24px;
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	line-height: 40px;
	}

/* Services block*/
.services-block {
	position: relative;
	}

img.services-background-mobile {
    display: none;
	}

.front-services {
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    bottom: 0;
    display: block;
	}	

.fs-cont {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
    padding: 15px;
    box-sizing: border-box;
	max-width: 1400px;
	margin: 0 auto;
	}

.front-service {
	max-width: 125px;
	position: relative;
	cursor: pointer;
	}

.front-service img {
    height: 100px;
	width: auto;
	transition: 0.3s;
	display: block;
	margin: 0 auto;
    filter: brightness(0) saturate(100%)
            invert(28%) sepia(21%)
            saturate(1160%) hue-rotate(216deg)
            brightness(90%) contrast(95%);
	}

.front-service:hover img {
	transform: scale(1.05);
	}

.front-service p {
    width: 125px;
    color: #52497f;
    font-size: 17px;
    font-weight: 900;
    font-family: 'Lato' , sans-serif;
    position: relative;
    text-align: center;
    margin: 15px auto 0;
	}

.front-service:hover p {
	visibility: visible;
	}

/*Locations block*/
.locations-block {
    background: url(../images/location-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	}

.location-wrap {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 20px;
    background: #52497fe6;
    max-width: 1150px;
    margin: 0 auto;
	padding: 20px;
    box-sizing: border-box;
	color: #fff;
    }

.our-location-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px;
    }

.location-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    }

.location-info-right {
    max-width: 420px;
    white-space: break-spaces;
    display: flex;
    flex-direction: column;
    }

.location-info-right span {
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	}

.location-info-right h3 {
    margin: 0;
    }

.location-info-right p {
    margin: 0;
    }

.location-info-right a {
    color: #fff;
    }

.location-info-left {
    display: flex;
	}

.location-info-left img {
	width: 45px;
	}

.locations-lower-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    border-top: 1px solid;
	padding: 15px 0 0;
    }

.locations-lower-links p {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
	margin: 0;
    }

.socials-lower {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    }

.social-lower a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    }

.social-lower a:hover {
    transform: scale(1.05);
    }

.social-lower a img {
	width: 35px;
	}

.location-wrap-right {
    width: 550px;
    /* height: 360px; */
    }

/*Footer*/
footer {
    background: #52497f;
    border-top: ridge 3px #52497f;
	}

footer .content {
	text-align: center;
	}

.footer-socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0 auto 20px;
	}

.logo-footer {
	display: inline-block;
    vertical-align: middle;
    padding: 30px;
    max-width: 300px;
	box-sizing: border-box;
	}

.quick-links-block {
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
	text-align: left;
	}

footer h4 {
	font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
	}

.quick-links-block ul {
	padding: 0;
	margin: 0;
	}

.quick-links-block ul li {
	display: block;
	list-style: none;
	padding: 2px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
	}

.quick-links-block ul li a , .quick-links-block ul li.a {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
	}

.quick-links-block ul li a:hover {
	text-decoration: underline;
	}

.quick-links-block ul li ul {
	margin: 5px 0 0 5px;
	}

.bottom-loc-block {
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 30px 30px;
	text-align: left;
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
	}

.offices-block {
    display: flex;
    flex-direction: column;
	}

.office {
	margin: 0 0 30px;
	text-transform: uppercase;
	}

.office p {
	margin: 0;
	padding: 0;
    color: #d6ba8b;
	}

.office span {
    display: inline-block;
	}

.copy-left, .copy-right {
	text-align: left;
	float: left;
	color: #b9b9b9;
	font-size: 14px;
	padding: 30px;
	}

.copy-left a, .copy-right a {
	color: #b9b9b9;
	text-decoration: none;
	}

.copy-left a:hover, .copy-right a:hover {
	text-decoration: underline;
	}

.copy-right {
	text-align: right;
	float: right;
	}

.footer-imgs {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	}

.footer-image {
    border-radius: 25px;
	}

.scroll-to-top {
	position: fixed;
	bottom: 72px;
	left: 20px;
	z-index: 8999;
	opacity: 1;
	transition: all 0.3s;
	display: none;
    cursor: pointer;
	}

.scroll-to-top.active {
	display: block;
	}

.scroll-to-top:hover {
	opacity: 0.8;
	}

.rabutton {
	max-width: 380px;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 99;
	}

.rabutton .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	}
		
.rabutton .buttonrs {
	display: block;
	width: 100%;
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	}
	
.rabutton .buttonrs.button-new {
	background: #74b815;
	}
	
.rabutton .buttonrs.button-existing {
	background: #52497f;
	}
	
.rabutton .buttonrs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	border: 4px solid #5480b1;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	}
		
.rabutton .buttonrs.button-new:hover,
.rabutton .buttonrs.button-new:focus {
	color: #fff;
	transform: translateY(-6px);
	background: #5480b1;
	}
	
.rabutton .buttonrs.button-existing:hover,
.rabutton .buttonrs.button-existing:focus {
	color: #fff;
	transform: translateY(-6px);
	background: #5480b1;
	}
		
.rabutton .buttonrs:hover::before,
.rabutton .buttonrs:focus::before {
	opacity: 1;
	}
	
.rabutton .buttonrs::after {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}
		
.rabutton .buttonrs:hover::after,
.rabutton .buttonrs:focus::after {
	animation: none;
	display: none;
	}


@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	}

/*Testimonials*/

.testimonial-container {
	border: 2px solid #eee;
	background-color: #eee;
	border-radius: 5px;
 	padding: 16px;
 	margin: 16px 0
	}

.testimonial-container::after {
	content: "";
    clear: both;
 	display: table;
	}

.testimonial-container span {
    font-size: 20px;
    margin-right: 6px;
	}

.testimonial-p {
    text-align: left;
	}

.checked {
    color: gold;
	}
		
/*End of Testimonials Code*/

/*Joomla corrections*/
.homepage .content.h {
	display: none;
	}

/*Inner pages*/
img.se {
    border-radius: 12px;
    }

tr.rsform-block.rsform-block-ref {
    vertical-align: text-bottom;
    }

.inner-pages {
	padding-bottom: 30px;
	}

.inner-pages a {
    color: #74b815;
	}

.inner-pages .page-header h2 {
	font-size: 35px;
    color: #52497f;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	font-weight: bold;
	text-transform: uppercase;
	}

.inner-pages .page-header h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #52497f;
	}

.inner-pages .doctor {
	width: 223px;
	float: right;
	margin: 0px 0 10px 10px;
	text-align: center;
	padding: 3px;
	color: #586064;
	font-weight: 700;
	}

.inner-pages .doctor img {
	width: 100%;
	margin-bottom: 10px;
	height: auto;
	}

/* about us page */
.doctors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.doctor-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    text-align: center;
    padding-bottom: 25px;
}

.doctor-card img {
    width: 100%;
    height: auto;
    display: block;
}

.doctor-card h3 {
    margin: 18px 0 12px;
    font-size: 18px;
    color: #5a4d82;
}

.doctor-card p {
    padding: 0 25px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.doctor-card a {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #7ab800;
    text-decoration: none;
}

.doctor-card a:hover {
    text-decoration: underline;
}

.collapsible {
    background-color: #52497f;
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s all;
    font-family: 'Montserrat', sans-serif;
    }
    
.collapsible.active, .collapsible:hover {
    background-color: #74b815;
    }
    
.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    }
    
.collapsible.active:after {
    content: "\2212";
    }
    
.collapsible-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    }

.images-wrap.faq-wrap {
    gap: 10px;
    align-items: flex-start;
    }

.images-wrap .faq-box {
    width: calc(50% - 10px);
    }

/* Responsive */
@media (max-width: 768px) {
    .doctors-grid {
        grid-template-columns: 1fr;
    }
}


/* ===== DOCTOR PAGE CLEAN VERSION ===== */

.doctor-page {
    margin: 60px 0;
}

/* Top section */
.doctor-top {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

/* Text */
.doctor-info h1 {
    font-size: 44px;
    color: #5a4d82;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.doctor-info li ,
.doctor-info p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    max-width: 700px;  
}

/* Two columns */
.doctor-columns {
    display: grid;
    margin-top: 50px;
}

.doctor-columns ul li,
.doctor-columns p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

/* Responsive */
@media (max-width: 992px) {

    .doctor-top {
        flex-direction: column;
    }

    .doctor-photo {
        flex: unset;
        max-width: 350px;
      width: 100%;
    }

    .doctor-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .doctor-info h1 {
        font-size: 32px;
    }
}


/* coming soon */

.coming-soon {
    padding: 80px 20px;
    text-align: center;
   text-align: center;
}

.coming-soon h2 {
    font-size: 32px;
    color: #1e3a5f; /* dark blue tone like screenshot */
    margin: 0;
    letter-spacing: 1px;
}


/* staff page */
/* ===== STAFF SECTION ===== */

.staff-section {
    padding: 20px;
    text-align: center;
}

.staff-title {
    font-size: 48px;
    color: #5a4d82;
    letter-spacing: 3px;
    margin-bottom: 60px;
    font-weight: 500;
}

/* Grid Layout */
.staff-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Card */
.staff-card {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.staff-card:hover {
    transform: translateY(-6px);
}

/* Image */
.staff-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* Info Box */
.staff-info {
    padding: 25px 20px 35px;
}

.staff-info h3 {
    font-size: 22px;
    color: #5a4d82;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 500;
}

.staff-role {
    font-size: 16px;
    font-weight: 600;
    color: #4a76b8;
    letter-spacing: 1px;
    margin: 0;
}

/* ===== Responsive ===== */

@media (max-width: 992px) {
    .staff-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .staff-grid {
        grid-template-columns: 1fr;
    }

    .staff-title {
        font-size: 32px;
    }

    .staff-image img {
        height: 350px;
    }
}


/* service page */
.service-article {
    margin: 70px auto;
}

/* Main Title */
.service-article h1 {
    text-align: center;
    font-size: 38px;
    color: #52497f;
    margin-bottom: 30px;
    font-weight: 700;
}

/* Section Titles */
.service-article h2 {
    text-align: center;
    font-size: 26px;
    color: #52497f;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Paragraphs */
.service-article p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 18px;
}

.intro {
    text-align: center;
}

/* Button */
.btn-wrap {
    text-align: center;
    margin: 30px 0 50px;
}

.cta-btn {
    display: inline-block;
    background: #74b815;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #5480b1;
    color: #ffffff !important;
}

/* List */
.styled-list {
    margin-top: 15px;
    padding-left: 22px;
}

.styled-list li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Two Column Section */
.two-col {
}

.two-col ul {
    padding-left: 22px;
}

.two-col li {
    margin-bottom: 14px;
}

/* FAQ */
.faq-item {
    margin-bottom: 30px;
}

.faq-item h3 {
    font-size: 20px;
    color: #52497f;
    margin-bottom: 10px;
}

.closing {
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {

    .two-col {
        grid-template-columns: 1fr;
    }

    .service-article h1 {
        font-size: 28px;
    }

    .service-article h2 {
        font-size: 22px;
    }
}

.section-title {
    text-align: center;
    font-size: 34px;
    color: #52497f;
    font-weight: 700;
    margin: 60px 0 40px;
    letter-spacing: 1px;
}

/* ===== TREATMENT SECTION ===== */

.treat-col p {
    font-size: 16px;
    line-height: 1.9;
    color: #2e2e2e;
}

.treat-col ul {
    margin-top: 20px;
    padding-left: 22px;
}

.treat-col li {
    margin-bottom: 18px;
    line-height: 1.9;
    color: #2e2e2e;
}

/* Phone highlight */
.phone-highlight {
    color: #74b815;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
    .treatment-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/*Rate US*/

.inner-wrap {
    padding: 50px 2% 100px;
    text-align: center;
    }

.inner-wrap h2 {
    font-size: 44px;
    margin: 0 auto;
    font-weight: 500;
    }

.inner-wrap h5 {
    margin: 25px auto;
    }

.google-review {
    margin-top: 60px;
    }


.google-review img:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

/*Rate Us --- END*/

/* How Are We Doing? */
    
.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
    }

.thumbs-wrap .item {
    margin: 0 20px;
    max-width: 300px;
    }

.thumbs-wrap .item:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

.thumbs-wrap .item img {
    width: 100%;
	height: auto;
    }

.thumbs-wrap .item span {
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    }

/* How Are We Doing? --- END */

/*K2*/
div.latestItemsCategory {
	background: transparent;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	}

div.latestItemsCategory h2 {
    font-size: 35px;
    color: #272727;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
	}

div.latestItemsCategory h2 a {
	color: #586064;
	}

div.latestItemsCategory h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #d6ba8b;
	}

h2.latestItemTitle a {
	color: #48575e;
	}

#k2Container.latestView {
	padding-top: 0;
	}

#k2Container {
	padding-top: 40px;
	}

div.itemToolbar {
	display: none;
	}

div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock ul.k2UserBlockActions, div.k2UserBlock ul.k2UserBlockRenderedMenu, div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul, div.k2CategoriesListBlock ul, div.k2UsersBlock ul {
	padding: 10px 20px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
	}

div.k2ArchivesBlock ul {
  	flex-direction: column;
  	gap: 0px;
  	align-items: flex-start;
	}

div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row-reverse;
	}

div.k2ItemsBlock ul li a.moduleItemTitle {
    color: #48575e;
    font-style: italic;
    font-family: revert;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
	padding: 4px 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 400px;
    color: #868686;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
	float: right;
	margin: 2px 0 4px 4px;
	padding: 0;
	height: 150px;
	width: auto;
	}

.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: none;
	float: none;
	padding: 0;
	margin: 0;
	border: none;
	}

.clearList {
	display: none !important;
	}

#second {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 10px;
	}

#one {
	float: left;
	width: 53%;
	padding-right: 2%;
	}

#two {
	width: 45%;
	float: right;
	margin-bottom: 20px;
	}

#address {
	float: left;
	width: 45%;
	}

#week {
	float: left;
	width: 120px;
	}

#hours {
	float: left;
	width: 200px;
	}

#offices {
	margin: 0;
	width: 100%;
	float: left;
	}

#offices.images {
	margin-top: 23px;
	text-align: center;
	} */

#offices.images img {
	/* margin: 5px; */
	max-width: 100;
	height: auto;
	}

#map {
	margin: 20px 0;
	float: left;
	width: 100%;
	}

#osmap.osmap-sitemap .even {
	padding: 2px 0;
	}

body.rsform h1 , body.sitemap h1 {
	font-size: 35px;
    color: #5a4d82;
    text-align: center;
    font-weight: 400;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
	}

body.rsform h1::after , body.sitemap h1::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #5a4d82;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send, input#submit, button#submit {
    background: #74b815;
	color: #fff;
    border: 2px solid #74b815;
    padding: 5px 10px;
    border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	text-transform: uppercase;
    transition: 0.3s;
	}

.formTableLayout input#Send:hover, input#submit:hover, button#submit:hover {
	background: #5480b1;
	color: #fff;
	border-color: #5480b1;
	border: 2px solid;
	cursor: pointer;
	}

.formTableLayout tr.rsform-block>td {
	padding: 5px;
	font-weight: 600;
	}

input, textarea, button , select {
	outline: none;
	padding: 4px;
	}

/*Joomla content*/
body#homepage .content.h {display: none;}

.content.full {
	flex-wrap: wrap;
    display: flex;
	}

.divContent {
	flex: 0 0 80%;
	}

.divRight {
	flex: 0 0 20%;
	}

.divRight .moduletable {
	margin-top: 25px;
	padding-left: 40px;
	}

.divRight .moduletable ul {
	padding: 0px 4px !important;
	}

.divRight .moduletable ul li {
	padding: 5px 0 5px 3px !important;
	}

body#bfa #k2Container {
    padding-top: 0;
	}

.latestItemsCategory {
	float: none;
    width: 100%;
	}

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #074075;
	}

@media only screen and (max-width: 1705px) {

.db-right-left img {
	width: 300px !important;
	border-radius: 20px;
	}

.db-left {
	max-width: 600px;
	}

.ceb-info {
	max-width: 350px;
	}

.ceb-title {
	font-size: 35px;
	}

.ceb-text {
	font-size: 20px;
	}

.cebt-title {
	font-size: 35px;
	}

.cebt-text {
	font-size: 20px;
	}
}

@media only screen and (max-width: 1620px) {
.db-left {
    max-width: 450px;
	}
}

@media only screen and (max-width: 1510px) {
.forest-title {
	font-size: 35px;
	padding: 35px 45px;
	}	

.office-background {
	position: absolute;
	top: -125px;
	width: 100%;
	max-width: 100%;
	}

.ysec-wrap {
	max-width: 90%;
	width: 100%;
	}

.intro-bottom {
    clip-path: none;
	margin-top: 0;
	}

.ysec-section {
	clip-path: none;
	}

.ysec_title {
	font-size: 35px;
	margin: 32px auto;
	color: #d6ba8b;
	}

.ib-title-last {
	font-size: 35px;
	}

.ip-list-item-white {
	font-size: 20px;
	}

.ip-list-item p {
	font-size: 20px;
	}

.ib-title {
	font-size: 35px;
	}

.ib-sub-title {
	font-size: 25px;
	}

.intro-bottom-wrap {
	background: #272727;
	max-width: 800px;
	border-radius: 20px;
	margin: 26px auto;
	box-sizing: border-box;
	padding: 25px;
	}

.ysec-wrap {
	background-color: #272727;
	border-radius: 30px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	}
}

@media only screen and (max-width: 1500px) {
.db-wrap {
	display: flex;
	flex-direction: column;
	}

.db-left {
	max-width: unset;
	height: unset;
	min-height: 240px;
	}

.db-left-title {
	font-size: 38px;
	max-width: unset;
	}

.comfortable-environment-block {
	height: unset;
	overflow: hidden;
	}

.ceb-wrap {
	display: flex;
	flex-direction: column;
	}

.ceb-left {
	height: unset;
	width: 100%;
	max-width: unset;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 25px;
	}

.ceb-info {
	max-width: unset;
	padding: 30px 0;
	}

.ceb-title {
	font-size: 35px;
	max-width: unset;
	width: 100%;
	}

.ceb-text {
	font-size: 20px;
	line-height: 30px;
	}

.cebright-image {
    height: unset;
    max-width: 100%;
    width: 100%;
	}

.ceb-right {
	height: 500px;
	}

.cutting-edge-block {
	margin-top: -5px;
	}

.cebt-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column-reverse;
	}

.cebt-left {
	max-height: unset;
	height: 500px;
	}

.cebt-img {
	max-height: unset;
    width: 100%;
    max-width: 100%;
	}

.cebt-right {
	position: relative;
	background: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	height: unset;
	box-sizing: border-box;
	width: 100%;
	margin-top: -5px;
	}

.cebt-text {
    font-size: 20px;
    line-height: 30px;
    max-width: unset;
	}

.cebt-info {
	position: relative;
	padding-bottom: 30px;
	}
}

@media only screen and (max-width: 1470px) {
.maintext-block-serv-wrapper {
	top: 40px;
	}
}

@media only screen and (max-width: 1410px) {
.header-about-block {
	justify-content: center;
	align-items: center;
	}

.aboutdocinnerpageheader-title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	}
	
.about-gallery {
	flex-wrap: wrap;
	}

.about-gallery img {
	height: unset !important;
	max-width: 100%;
	}
}

@media only screen and (max-width: 1400px) {
.topmenu {
	width: 100%;
	order: 2;
	}
}

@media only screen and (max-width: 1370px) {
.condi-image {
	float: right;
	margin-right: 25px;
	height: 233px;
	border-radius: 25px 25px 25px 25px;
	padding-top: 100px;
	}
}

@media only screen and (max-width: 1360px) {
.front-office-section {
	clip-path: none;
	margin-top: 0;
	position: relative;
	height: unset;
	}

.forest-title {
	font-size: 22px;
	padding: 35px 45px;
	max-width: 335px;
	}

.intro-background {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	min-height: 400px;
	}

.forest-section {
	clip-path: none;
	height: unset;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 400px;
	}

.intro-background {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	}

.office-background {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 100%;
	}

.mb-left {
	justify-content: center;
	align-items: center;
	gap: 20px;
	}

.mb-img {
	max-width: 100%;
	}
}

@media only screen and (max-width: 1300px) {

.fs-cont {
	flex-wrap: wrap;
	}

.front-service {
	max-width: 24%;
	position: relative;
	cursor: pointer;
	width: 100%;
	text-align: center;
	margin: 25px 0;
	}

.waf-title-gold {
	font-size: 35px;
	}

.waf-title-black {
	font-size: 35px;
	}

.waf-small-title {
	font-size: 20px;
	}

.waf-text {
	font-size: 16px;
	line-height: 26px;
	}

.we-are-block-wrap .collapsible, 
.we-are-block-wrap .collapsible-content {
    font-size: 16px;
    }

.waf-title-wrap {
	text-align: center;
	display: block;
	margin: 0 auto;
	}
}

@media only screen and (max-width: 1215px) {
/*Office Page*/	
#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

#hours {
	float: left;
	margin: 20px 0 0;
	}

#map iframe {
	height: 575px;
	}
}


@media only screen and (max-width: 1170px) {
nav.slide.fixed .inner-logo {
	margin-top: 0;
	max-width: 380px;
	}

nav.slide.fixed .topmenu ul li {
	padding: 0px 10px 15px;
	font-size: 14.5px;
	}

nav.slide.fixed .topmenu ul li a, span.nav-header, span.separator {
	font-size: 14.5px;
	}
}

@media only screen and (max-width: 1150px) {
.maintext-block-serv-wrapper {
    position: relative;
    background: #52497f;
    display: block;
    top: unset;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #d6ba8b;
	}

  .so-gold {
	color: #fff;
	}
  
.contact-header-tittle {
	font-size: 35px;
	}

.contact-page-body {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

.cpb-left-img {
	border-radius: 25px;
	max-width: 100%;
	}
  
/*Locations Block*/  
.location-wrap {
    flex-direction: column;
    max-width: 580px;
    }

.location-wrap-right {
    width: 100%;
    height: 450px;
    }
}

@media only screen and (max-width: 1100px) {
.condi-image {
    display: block;
    float: none;
    height: 233px;
    border-radius: 25px 25px 25px 25px;
    padding-top: 0;
    margin: 25px auto;
	}
}

@media only screen and (max-width: 1080px) {
    
.services-grid .service-item {
    flex: 0 0 calc(50% - 30px);
    }

/*Footer */
.logo-footer {
	display: block;
	margin: 0 auto;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
  
/*Rate Us*/

.inner-wrap {
    padding: 30px 2% 60px;
    }

.inner-wrap h2 {
    font-size: 32px;
    }

.google-review img {
    width: 300px !important;
	height: auto !important;
    }

/*Rate Us -- END*/
.images-wrap .faq-box {
    width: 100%;
    }
}

@media only screen and (max-width: 1050px) {
.topmenu ul li {
	padding: 0 5px;
	}

.topmenu ul li.parent:after {
	display: none;
	}

.cc-backs {
	margin: 3% 0 0 5%;
	}
}

@media only screen and (max-width: 950px) {

.ssb-title {
	text-align: center;
	font-size: 35px;
	padding: 0 25px;
	}

.ssb-block {
	width: 25%;
	}

.db-right {
	flex-direction: column;
	}

.db-right-left {
	text-align: center;
	}

.db-right-left img {
	width: 100% !important;
	border-radius: 20px;
	max-width: 300px;
	}

.db_button {
	margin: 25px auto;
	}

}

@media only screen and (max-width: 940px) {
/*Navbar*/
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

  .inner-nav.slide.fixed {
    display: none;
  }
  
  nav.slide.fixed, .inner-nav.slide.fixed .submenu .top-socials {
	display: none;
	}
  
.topmenu {
	position: fixed;
	z-index: 9001;
	top: -150%;
	/* top: 0%; */
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(255,255,255,0.92);
	transition: all 0.3s;
	}

.topmenu.active {
	top: 0;
	}

.topmenu ul {
	display: block;
	padding: 20px 15px 15px 15px;
    width: 200px;
	}

.topmenu ul li {
	display: block;
	padding: 5px;
	border-left: none;
	}

.topmenu ul li.parent:after {
	display: none;
	}

.topmenu ul li a , span.nav-header , span.separator {
	font-size: 15px;
	}

.topmenu ul li ul {
	left: 0;
	width: auto;
	background: transparent;
	padding: 5px 0 0 0;
	box-shadow: unset;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;

    width: auto !important;
    max-height: none !important;
    overflow: visible !important;
	}

  .topmenu ul li:hover > ul {
    display: block;
}
  
.topmenu ul li ul li:last-child {
	border-bottom: unset;
	}

.topmenu ul li ul li {
	padding: 5px 10px;
	}

nav.fixed .topmenu ul li ul {
	background: transparent;
	}

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 5px 0 0 0;
	}

.hamburger.hamburger--slider {
	display: block;
	position: relative;
	}
	
.top-buttons {
	right: 20%;
	}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}	

@media only screen and (max-width: 870px) {
.ysec-wrap {
	max-width: 95%;
	width: 100%;
	}
}

@media only screen and (max-width: 830px) {
.copy-left, .copy-right {
	text-align: center;
	float: left;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	}
	
.copy-right p {
	margin-top: 0;
	}

#map iframe {
	height: 547px;
	}
}

@media only screen and (max-width: 820px) {
.top-buttons {
	position: relative;
	right: unset;
	width: 100%;
	order: 2;
	}
		
}

@media only screen and (max-width: 800px) {
/* How Are We Doing? */
.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

.thumbs-wrap .item span {
    font-size: 18px;
    }

/* How Are We Doing? --- END */
  
}

@media only screen and (max-width: 767px) {

/*Locations Block*/  
.location-wrap {
    max-width: 450px;
    width: 100%;
	}

.location-info {
    flex-direction: column;
    text-align: center;
	}

.our-location-title {
	text-align: center;
 	font-size: 28px;
	}

.locations-lower-links {
    flex-direction: column;
    }

.locations-lower-links p {
    margin-bottom: 0;
  	font-size: 22px;
    }

.location-wrap-right {
    height: 400px;
    }
    
.banner-desk {
	display: none;
	}

.banner-mob {
	display: block;
	}

/*Footer*/
footer {
	padding-bottom: 80px;
	}

.copy-left, .copy-right {
	float: left;
	font-size: 12px;
    }

footer h4 {
	font-size: 14px;
	}

.quick-links-block ul li ul {
	margin: 3px 0 0 5px;
	}

.quick-links-block ul li , .quick-links-block ul li a , .quick-links-block ul li.a {
	font-size: 14px;
	line-height: 18px;
	}

.bottom-loc-block {
	font-size: 14px;
	line-height: 18px;
	}

.scroll-to-top {
	width: 45px;
	left: 15px;
	bottom: 15px;
	}

.rabutton {
	max-width: 250px;
	bottom: 15px;
	}

.rabutton .buttonrs {
	min-width: 250px;
	font-size: 15px;
	}


/*Inner pages*/
.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

@media only screen and (max-width: 760px) {

.ssb-block {
	width: 40%;
	}

.mb-wrap {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 25px;
	gap: 5px;
	}

.mb-title {
	font-size: 35px;
	text-align: center;
	}

.mb-text {
	font-size: 25px;
	}

.mb-right {
	justify-content: center;
	align-items: center;
	}

.mb-button {
	padding: 24px 40px;
	}

/*Office Inner Page*/
#one {
	width: 100%;
	padding-right: 0px;
	}

#two {
	width: 100%;
	}

#map iframe {
	height: 450px;
	}
}

@media only screen and (max-width: 730px) {
img.pe , img.se , img.np {
	float: none !important;
	margin: 0 0 10px 0 !important;
	max-width: 100%;
	height: auto;
	}

tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td {
	display: block;
	}

textarea#Message , tbody#rsform_4_page_0 textarea {
	width: 90%;
	display: block;
	}
}

@media only screen and (max-width: 720px) {
/*Submenu*/
.top-phone {
    flex-wrap: wrap;
	gap: 8px;
	}

nav.slide.fixed, .inner-nav.slide.fixed .submenu .top-socials {
	display: none;
	}

nav.slide.fixed, .inner-nav.slide.fixed .submenu .top-phone {
	display: none;
	}

}

@media only screen and (max-width: 680px) {
.wafaas-background {
	width: unset;
	position: absolute;
	top: 0;
	z-index: -1;
	height: 500px;
	}
}

@media only screen and (max-width: 610px) {
.top-buttons {
	top: auto;
	right: auto;
	position: relative;
	margin: 10px auto 5px;
	}

.condi-description {
	max-width: 300px;
	box-sizing: border-box;
	}

.cc-backs {
    max-width: 300px;
	box-sizing: border-box;
	}

.condi-description-right {
	max-width: 300px;
	box-sizing: border-box;
	}
	
.cc-backs-right {
    max-width: 300px;
	box-sizing: border-box;
	}
}

@media only screen and (max-width: 590px) {
/*sidebar*/
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
}

@media only screen and (max-width: 550px) {
.services-grid .service-item {
    flex: 0 0 100%;
    } 

tbody#rsform_5_page_0 td {
	display: block;
	}

.inner-logo {
	max-width: 390px;
	margin: 0 auto 0 0;
	}

.so-gold {
	font-size: 25px;
	}

.so-white {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	}

.db-white-listed {
	font-size: 22px;
	padding-left: 0;
	}	

.db-yellow-listed {
	font-size: 16px;
	font-weight: 900;
	color: #d6ba8b;
	padding-left: 0;
	}

.list-item {
	color: #fff;
	padding-left: 0;
	font-size: 15px;
	line-height: 28px;
	}

.db-text {
	color: #fff;
	padding-left: 0;
	font-size: 14px;
	max-width: 700px;
	line-height: 28px;
	}

}

@media only screen and (max-width: 500px) {

.front-service {
	max-width: 40%;
	}

.ssb-block {
	width: 55%;
	}

/*Footer*/
.logo-footer {
    max-width: 250px;
    padding: 20px;
	}	
  
.slide-title {
    font-size: 30px;
    text-align: center;
    }
}

@media only screen and (max-width: 420px) {

.inner-logo a img {
	padding: 15px 5px;
	}

.waf-title-wrap {
    text-align: center;
    display: block;
	}

.kb-wrapp img {
	max-width: 100%;
	}
}


/* Responsive Fix */
@media (max-width: 1150px) {

    .maintext-block-serv-wrapper {
        position: relative;
        top: unset;
        left: unset;
        padding: 30px 20px;
        background: #f7f7f7;
        display: flex;
        justify-content: center;
    }

    .conditions-box {
        max-width: 600px;
        box-shadow: none;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {

    .conditions-box {
        padding: 25px 20px;
    }

    .conditions-box h2 {
        font-size: 22px;
        text-align: center;
    }

    .conditions-box h2::after {
        margin: 8px auto 0;
    }

    .conditions-box ul li a {
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    .conditions-box {
        padding: 20px 15px;
    }

    .conditions-box ul li {
        margin-bottom: 10px;
    }

    .conditions-box ul li a {
        font-size: 15px;
    }
}


/* =========================
   MASSAGE PAGE
========================= */

.massage-page {
    width: 100%;
}

/* HERO */
.massage-hero {
    text-align: center;
}

.massage-hero h1 {
    font-size: 46px;
    color: #52497f;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.massage-hero p {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
}

.massage-btn {
    display: inline-block;
    margin-top: 15px;
    background: #74b815;
    color: #fff !important;
    padding: 14px 34px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.massage-btn:hover {
    background: #5480b1;
}

/* BENEFITS */
.massage-benefits {
    padding: 20px 0px;
    text-align: center;
}

.massage-benefits h2 {
    font-size: 32px;
    color: #52497f;
    margin-bottom: 25px;
}

.massage-benefits p {
    line-height: 1.9;
}

.benefits-grid {
    text-align: left;
}

.benefits-grid ul {
    padding-left: 22px;
}

.benefits-grid li {
    margin-bottom: 20px;
    line-height: 1.8;
}

/* TIPS */
.massage-tips {
    text-align: center;
}

.massage-tips h2 {
    font-size: 32px;
    color: #52497f;
    margin-bottom: 25px;
}

.massage-tips p {
    line-height: 1.9;
}

.phone-highlight {
    color: #74b815;
    font-weight: 700;
}

.tips-grid {
}

.tips-grid h3 {
    font-size: 22px;
    color: #52497f;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 900px) {

    .benefits-grid,
    .tips-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .massage-hero h1 {
        font-size: 28px;
    }

    .massage-benefits h2,
    .massage-tips h2 {
        font-size: 22px;
    }
}


/* ===============================
   NUTRITION SERVICE PAGE
================================ */
/* HERO */
.nutrition-hero {
    text-align: center;
}

.nutrition-hero h1 {
    font-size: 40px;
    color: #52497f;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.nutrition-hero p {
    font-size: 17px;
    line-height: 1.9;
}

.nutrition-btn {
    display: inline-block;
    background: #74b815;
    color: #fff !important;
    padding: 14px 34px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.nutrition-btn:hover {
    background: #5480b1;
}

/* BENEFITS */
.nutrition-benefits {
}

.nutrition-content {
}

.nutrition-content h2 {
    font-size: 28px;
    color: #52497f;
    margin-bottom: 20px;
  text-align: center;
}

.nutrition-content p {
    line-height: 1.9;
    margin-bottom: 20px;
}

.nutrition-content ul {
    padding-left: 22px;
    margin-bottom: 25px;
}

.nutrition-content li {
    margin-bottom: 10px;
}

.phone-highlight {
    color: #74b815;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
    .nutrition-hero h1 {
        font-size: 26px;
    }

    .nutrition-content h2 {
        font-size: 22px;
    }
}


/* ===============================
   DRX 9000 PAGE
================================ */

/* HERO */
.drx-hero {
    text-align: center;
}

.drx-hero h1 {
    font-size: 42px;
    color: #52497f;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.drx-hero p {
    font-size: 17px;
    line-height: 1.9;
}

.drx-btn {
    display: inline-block;
    background: #74b815;
    color: #fff !important;
    padding: 14px 36px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.drx-btn:hover {
    background: #5480b1;
}

/* CONTENT */
.drx-content {
}

.drx-wrapper {
}

.drx-wrapper h2 {
    font-size: 30px;
    color: #52497f;
    margin-bottom: 20px;
  text-align: center;
}

.drx-wrapper p {
    line-height: 1.9;
    margin-bottom: 20px;
}

.drx-list {
    padding-left: 22px;
    margin-bottom: 25px;
}

.drx-list li {
    margin-bottom: 12px;
}

.phone-highlight {
    color: #74b815;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {

    .drx-hero h1 {
        font-size: 26px;
    }

    .drx-wrapper h2 {
        font-size: 22px;
    }
}

/* HERO */
.physio-hero {
    text-align: center;
}

.physio-hero h1 {
    font-size: 42px;
    color: #52497f;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.physio-hero p {
    font-size: 17px;
    line-height: 1.9;
}

.physio-btn {
    display: inline-block;
    background: #74b815;
    color: #fff !important;
    padding: 14px 36px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.physio-btn:hover {
    background: #5480b1;
}

/* CONTENT */
.physio-content {
}

.physio-wrapper {
}

.physio-wrapper h2 {
    font-size: 30px;
    color: #52497f;
    margin-bottom: 20px;
  text-align: center;
}

.physio-wrapper p {
    line-height: 1.9;
    margin-bottom: 20px;
}

.physio-list {
    padding-left: 22px;
    margin-bottom: 25px;
}

.physio-list li {
    margin-bottom: 12px;
}

.phone-highlight {
    color: #74b815;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {

    .physio-hero h1 {
        font-size: 26px;
    }

    .physio-wrapper h2 {
        font-size: 22px;
    }

}


/* =========================
   OFFICE PAGE
========================= */

.office-hero {
    text-align: center;
    padding: 80px 20px 40px;
}

.office-hero h1 {
    font-size: 40px;
    color: #52497f;
    letter-spacing: 2px;
}

.office-intro {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.8;
}

.office-details {
    padding: 80px 20px;
}

.office-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.office-info h3 {
    font-size: 22px;
    color: #52497f;
    margin-bottom: 20px;
}

.office-address {
    margin-bottom: 30px;
}

.office-phone {
    color: #74b815;
    font-weight: 600;
}

.office-hours {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.hours-days {
    font-weight: 600;
}

.office-map iframe {
    border-radius: 6px;
}

/* =========================
   OFFICE GALLERY ADD-ON
========================= */
.office-gallery-wrapper {
    clear: both;
    padding: 70px 0;
    text-align: center;
}

.office-gallery-title {
    font-size: 30px;
    margin-bottom: 40px;
    color: #4c4a7d;
}

.office-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.office-gallery-item {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.office-gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.office-gallery-item:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 992px) {
    .office-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .office-gallery-grid {
        grid-template-columns: 1fr;
    }
}


/* ===== OUR DOCTORS (matches screenshot layout) ===== */
.doctors-split{
  display:flex;
  width:100%;
  min-height:100vh;
}

/* Left patterned panel */
.doctors-left{
  width:35%;
  min-width:260px;
  background: #f7f7f7 url("images/block-lines-background.png") center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px 20px;
  box-sizing:border-box;
}

.doctors-left-inner h2{
  margin:0;
  color:#fff;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  font-size:42px;
}

/* Right content panel */
.doctors-right{
  width:65%;
  background:#f7f7f7; /* deep maroon */
  padding:40px 40px 60px;
  box-sizing:border-box;
}

/* Each doctor row */
.doctor-row{
  display:flex;
  gap:32px;
  align-items:flex-start;
  padding:30px 0;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.doctor-row:last-child{
  border-bottom:none;
}


.doctor-photo img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
}

/* Text block */
.doctor-info{
  flex:1;
  color:#000;
}

.doctor-info h3{
  margin:0 0 10px;
  font-size:18px;
}

.doctor-info h4{
  margin:14px 0 8px;
  font-size:16px;
  font-weight:800;
}

/* small lines list */
.doctor-lines{
  margin:0 0 10px;
  padding:0;
  list-style:none;
}

.doctor-lines li{
  font-size:12px;
  line-height:1.6;
  opacity:0.9;
  margin:2px 0;
}

/* bullet list */
.doctor-bullets{
  margin:0;
  padding-left:16px;
}

.doctor-bullets li{
  font-size:12px;
  line-height:1.7;
  margin:4px 0;
}

/* Button */
.doctor-btn{
  display:inline-block;
  margin-top:16px;
  padding:10px 18px;
  background:#74b815;
  color:#fff !important;
  text-decoration:none !important;
  border-radius:4px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0.5px;
  transition:0.2s ease;
}

.doctor-btn:hover{
  background:#5480b1;
}

/* Responsive */
@media (max-width: 980px){
  .doctors-split{ flex-direction:column; }
  .doctors-left, .doctors-right{ width:100%; }
  .doctors-left{ min-height:220px; }
  .doctor-row{ flex-direction:column; }
}