@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "SaolText";
  src: url("/wp-content/themes/emdental/assets/fonts/Saol-Text.woff2") format("woff2"),
    url("/wp-content/themes/emdental/assets/fonts/Saol-Text.woff") format("woff"),
    url("/wp-content/themes/emdental/assets/fonts/Saol-Text.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/emdental/assets/fonts/Inter.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SaolText", sans-serif;
}


body {
  font-family: "Inter", sans-serif;
}

html, body {
  width: 100%;

}
body {
  background-color: #e9e7e0;
}


h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.8;
}


/* CSS Document */
.main-header {
  position: relative;
  width: 100%;
  height: 80px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.header-container {
  width: 85%;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px; 
}
.logo a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.main-nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  margin-right: 30px;
  padding: 0;
}

.main-nav ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-nav ul li a:hover {
  color: #464646;
}

.header-btn .black-btn {
  background: #000;
  color: #fff;
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.header-btn .black-btn:hover {
  background: #333;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 1080px;
  background-image: url('../img/headimg.png');
  background-size: cover;
  
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 2;
}



.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}


.floating-box {
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 100px;
  z-index: 4;
  
  

}

.mainheadtitle {
  text-align: center;
}

.mainhead {
  margin: 30px 0;
  text-align: justify;
}

.button-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.button-col {
  width: 50%;
}

.button-col-left {
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
}

.button-col-right {
  display: flex;
  justify-content: flex-start;
  padding-left: 5px;
}

.header-btnlf .black-btnlf{
  background: #a8a390;
  display: inline-block; 
  width: 200px; 
  text-align: center;
  color: #fff;
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.header-btnlf .black-btnlf:hover {
  background: #333;
}

.header-btnri .black-btnri{
  background: #000;
  display: inline-block; 
  width: 200px; 
  text-align: center;
  color: #fff;
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.header-btnri .black-btnri:hover {
  background: #333;
}


.floating-boxsectow {
  position: absolute;
  left: 30%;
  right: 30%;
 
  z-index: 4;

}

.sectoep {
  text-align: center;
  margin: 25px 0;
}


.clearfix {
  clear: both;
  height: 0;
}

.site-container {
  width: 100%;
  height: auto;
  padding-left: 70px;
  padding-right: 70px;
  box-sizing: border-box;
}


.section-wrapperone {
  width: 100%;
  height: auto;
  margin-top: 290px;

  box-sizing: border-box;
}

.secthre p {
padding-top: 6px;
width: 70%;
color: rgba(31, 23, 19, 0.65);
}


.section-wrappertwo {
  width: 100%;
  height: auto;
  margin-top: 70px;

  box-sizing: border-box;
}




.columns-wrapper {
  display: flex;
  gap: 10px; 
}

.column-box {
  flex: 1;
  background-color: #F0EEE7;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  overflow: hidden;
  transition: background 0.3s ease;
}

.column-box:hover {
  background-color: #e4e1d8;
}
.column-row p {

  color:rgba(31, 23, 19, 0.65) ;
}
.column-row {
  padding: 15px;
  border-bottom: 1px solid #CECECE;
  text-align: center;
}
.column-height{

border-bottom: 1px solid #CECECE;
}


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

.column-row h3{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 9px;
  margin-top: 10px;
}
.column-row p{

  font-size: 19px;
  color: rgba(31, 23, 19, 0.65);
}

/* css/footer.css */
.main-footer {
  background-color: #1C1714;
  width: 100%;
  margin-top: 4.5rem; 
 margin: 0 auto;
  color: #fff; 
  text-align: center; 
}


.footer-container {
  
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.footer-columnone {
  flex: 1;
}
.footer-columntow {
  flex: 1;
  display: flex;
  justify-content: space-between;
 
}
.footer-row {
  text-align: center;
}

.footer-row h1 {
  font-size: 40px;
  margin: 0;
}

.footer-row p {
  font-size: 15px;
  margin: 0;
}

.newsletter-input {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.newsletter-input input {
  width: 100%;
  padding: 0.8rem 120px 0.8rem 1rem;
  background-color: #E9E7E0;
  border: 1px solid #707070;
  border-radius: 29px;
  font-size: 15px;
  color: #000;
}

.newsletter-input input::placeholder {
  color: #707070;
}

.newsletter-input button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 1.5rem;
  background-color: #A8A390;
  color: #fff;
  border: none;
  border-radius: 29px;
  font-size: 15px;
  cursor: pointer;
}

.footer-row img {
  max-width: 150px;
  height: auto;
}


.menu-column {
  flex: 1;
}

.menu-column h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}

.menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-column ul li {
  margin-bottom: 0.5rem;
}

.menu-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.menu-column ul li a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  margin-top: 2rem;
  font-size: 15px;
}

.copyright p {
  margin: 0;
}


.dental-treatments {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 1rem;
  text-align: center;
}

.rowdental {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rowdental h1 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 10px;
  text-decoration: underline;
}

.rowdental .primary {
  font-size: 21px;
  margin: 0;
}

.rowdental .secondary {
  font-size: 12px;
  margin: 0;
}

.rowdental button {
  background-color: #15110F;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 24px;
  font-size: 15px;
  cursor: pointer;
}


.testimonials {
  background-color: #A8A390;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.title-row {
  width: 50%;
  
  text-align: center;
}

.title-row h1 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 1rem;
}

.title-row p {
  font-size: 21px;
  margin: 0;
}

.slider-row {
  width: 100%;
  position: relative;
}

.slider {
  width: 100%;
  overflow: hidden;
}

.slidests {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  display: flex;
  width: 100%;
  flex-shrink: 0;
}

.testimonial-card {
  width: 50%;
  padding: 1rem;
  
}
.testimonial-card {
  font-style: italic;
}
.testimonial-card .quote {
  font-size: 30px; 
  margin: 0;
  margin-bottom: 1rem;
}

.testimonial-card .author {
  font-size: 15px;
  text-align: left;
  margin: 0;
}

.nav-rightts {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  
}



.inside-look {
  padding: 2rem;
}

.container {
  max-width: 1200px;
 
  display: flex;
  gap: 2rem;
}

.left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.left-column h1 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 1rem;
}

.left-column p {
  font-size: 21px;
  margin: 0;
  margin-bottom: 1.5rem;
}

.left-column button {
  background-color: #15110F;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 24px;
  font-size: 15px;
  cursor: pointer;
}

.right-column {
  flex: 1;
  position: relative;
}

.image-slider {
  width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.nav-left, .nav-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.nav-left {
  left: 10px;
}

.nav-right {
  right: 10px;
}


.contact-us {
  padding: 2rem;
}

.container {
  max-width: 1200px;
  
  display: flex;
  gap: 2rem;
}

.left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-title {
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
}

.left-column h2 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 0.5rem;
}

.left-column p {
  font-size: 21px;
  margin: 0;
  margin-bottom: 1.5rem;
}

.button-group {
  display: flex;
  gap: 1rem;
}

.button-group button {
  background-color: #CBDBD0;
  color: #000;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 24px;
  font-size: 15px;
  cursor: pointer;
  flex: 1;
}

.right-column {
  flex: 1;
}

.right-column img {
  width: 100%;
  height: auto;
  display: block;
}


.blog-section {
  padding: 2rem;
  text-align: center;
  margin-bottom: 61px;
}
.blog-section .blogwh .card-row .blog-card img{
  border-radius: 20px;
}

.row {
  margin-bottom: 1.5rem;
}

.row h1 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 0.5rem;
}

.row p {
  font-size: 21px;
  margin: 0;
}

.card-row {
  display: flex;
  flex-direction: row;
  gap: 5rem;
  justify-content: center;
}

.blog-card {
  background-color: #F0EEE7;
  border-radius: 20px;
  padding: 30px;
  flex: 1;
  max-width: 400px;
}

.blog-card img {
  width: 80%;
  height: auto;

  margin-bottom: 0.5rem;
}

.blog-card h2 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 0.5rem;
}

.blog-card p {
  font-size: 15px;
  margin: 0;
  margin-bottom: 0.5rem;
}

.read-more {
  display: block;
  text-align: left;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.see-all {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  display: block;
  text-align: left;
}





/* Dental treatments */
.dental-treatments{
	margin-bottom:109px;
	margin-top:88px;
}

/* Testimonials */
.testimonials{
	background-color:rgba(168,163,144,0.29);
	align-items:center;
	padding-top:44px;
	padding-bottom:53px;
	margin-bottom:60px;
	transform:translatex(0px) translatey(0px);
}

/* Section wrappertwo */
.section-wrappertwo{
	padding-left:0px;
	padding-right:0px;
	display:flex;
	justify-content:center;
}

/* Columns wrapper */
.section-wrappertwo .columns-wrapper{
	width:77%;
}

/* Section wrapperone */
.section-wrapperone{
	padding-left:0px;
	padding-right:0px;
}

/* Secthre */
.section-wrapperone .secthre{
	width:70%;
	margin-left:200px;
}

/* Column row */
.columns-wrapper .column-box .column-row{
	transform:translatex(0px) translatey(0px);
	align-content:center;
}

/* Column height */
.columns-wrapper .column-box .column-height{

}

/* Testimonialsdiv */
.testimonials .testimonialsdiv{
	width:77% !important;
}

/* Row */
.testimonials .testimonialsdiv .title-row{
	text-align:left;
}

/* Sliderwh */
.testimonialsdiv .slider .sliderwh{
	width:100%;
	padding-right:16px;
	padding-left:36px;
}

/* Nav right */
.testimonialsdiv .slider .nav-rightts{
	font-size:38px;
}

/* Slide */
.testimonials .testimonialsdiv .slider-row .slider .sliderwh .slidests .slide{
	width:100% !important;
}

/* Slides */
.testimonials .testimonialsdiv .slider-row .slider .sliderwh .slidests{
	width:100% !important;
}

/* Slider */
.testimonialsdiv .slider{
	width:100%;
}

/* Slider row */
.testimonials .testimonialsdiv .slider-row{
	width:100% !important;
}

/* Slider */
.testimonials .slider{
	width:77%;
}

/* Slider row */
.testimonials .slider-row{
	align-self:center;
	display:flex;
	justify-content:center;
}


/* Nav right */
.slider .sliderwh .nav-rightts{
	margin-right:65px;
	font-size:48px;
	color:rgba(21,17,15,0.64);
}

/* Paragraph */
.sliderwh .slide p{
	color:rgba(21,17,15,0.64);
}

/* Paragraph */
.inside-look .left-column p{
	color:rgba(21,17,15,0.64);
}

/* Container */
.inside-look .container{
	width:100% !important;
}

/* Inside look */
.inside-look{
	display:flex;
	justify-content:center;
	margin-bottom:53px;
}

/* Contact */
.contact-us{
	display:flex;
	justify-content:center;
	align-items:center;
	transform:translatex(0px) translatey(0px);
	margin-bottom:87px;
}

/* Right column */
.contact-us .right-column{
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
}

/* Heading */
.contact-us .left-column h1{
	margin-bottom:103px;
	font-weight:700;
}

/* Paragraph */
.contact-us .left-column p{
	color:rgba(21,17,15,0.64);
}

/* Button group */
.contact-us .container .left-column .button-group{
	width:69% !important;
}

/* Paragraph */
.blog-section p{
	color:rgba(21,17,15,0.64);
}

/* Blogwh */
.blog-section .blogwh{
	width:77% !important;
}

/* Blog section */
.blog-section{
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	transform:translatex(0px) translatey(0px);
}

/* Heading */
.blogwh h1{
	text-align:left;
}

/* Paragraph */
.blogwh p{
	text-align:left;
}

/* Paragraph */
.blogwh .blogrow:nth-child(1) p{
	margin-bottom:77px;
}

/* Link */
.blogwh .blog-card a{
	text-align:right;
	margin-bottom:9px;
}

/* Image */
.blog-section .blogwh .card-row .blog-card img{
	width:100% !important;
}

/* Heading */
.blogwh .blog-card h2{
	margin-top:16px;
	font-weight:500;
	text-align:left;
}

/* Paragraph */
.blogwh .blog-card p{
	margin-bottom:23px;
}

/* See all */
.blogwh .see-all{
	text-align:right;
	font-size:30px;
	margin-top:34px;
}

/* See all */
.blog-section .blogwh .blogrow .see-all{
	width:100% !important;
}



/* Footer container */
.main-footer .footer-container{
	width:77%;
	margin-left:auto !important;
	margin-right:auto !important;
}

/* Footer */
footer{
	padding-top:94px;
	padding-bottom:10px;
	text-align:left !important;
	margin-top:61px;
}

/* Footer row */
.main-footer div .footer-row{
	text-align:left;
	margin-bottom:19px;

}

/* Newsletter */
.main-footer div .newsletter{
	margin-bottom:51px;
}

/* Footer row */
.main-footer div .footer-row:nth-child(4){
	margin-bottom:0px;
}

/* Heading */
.main-footer div h1{
	color:#e9e7e0;
}

/* Paragraph */
.main-footer div .footer-row p{
	color:#e9e7e0;
}

/* Menu column */
.main-footer .footer-columntow .menu-column{
	color:#e9e7e0;
	display:inline-block;
	transform:translatex(0px) translatey(0px) !important;
}

/* List Item */
.footer-columntow ul li{
	color:#e9e7e0;
}

/* Paragraph */
.main-footer .copyright p{
	color:#e9e7e0;
	font-size:15px;
}

/* Button */
.newsletter .newsletter-input button{
	color:#15110f;
}

/* Footer columntow */
.main-footer .footer-columntow{
	padding-top:53px;
	padding-left:93px;
}




@media (max-width:991px){

	/* Header container */
	.main-header .header-container{
		width:92%;
	}
	
	/* Navigation */
	.main-header .nav-actions nav{
		font-size:12px;
	}
	
	/* Link */
	.nav-actions .header-btn a{
		font-size:12px;
	}
	
	/* Hero section */
	section .hero-section{
		background-position-x:53%;
	}
	
	/* Secthre */
	.section-wrapperone .secthre{
		width:90%;
		margin-left:0px;
		transform:translatex(0px) translatey(0px);
	}
	
	/* Section wrapperone */
	.section-wrapperone{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	
	/* Paragraph */
	.section-wrapperone .secthre p{
		width:100%;
	}
	
	/* Columns wrapper */
	.section-wrappertwo .columns-wrapper{
		width:90%;
		display:grid;
		grid-template-columns:1fr 1fr;
		row-gap:32px;
	}
	
	/* Testimonialsdiv */
	.testimonials .testimonialsdiv{
		width:90% !important;
	}
	
	/* Container */
	.inside-look .container{
		width:90% !important;
			display:grid;
		grid-template-columns:auto;
	}
	
	/* Container */
	.contact-us .container{
		width:90% !important;
		transform:translatex(0px) translatey(0px);
	}
	
	/* Heading */
	.contact-us .left-column h1{
		margin-bottom:51px;
	}
	
	/* Button group */
	.contact-us .container .left-column .button-group{
		width:100% !important;
	}
	
	/* Blogwh */
	.blog-section .blogwh{
		width:90% !important;
		transform:translatex(0px) translatey(0px);
	}
	
	/* Card row */
	.blog-section .blogwh .card-row{
		display:grid;
		grid-template-columns:1fr 1fr;
	}
	
	/* Footer container */
	.main-footer .footer-container{
		display:grid;
	}
	
	/* See all */
	.blogwh .see-all{
		font-size:26px;
	}


	/* Row */
	.testimonials .testimonialsdiv .title-row{
		width:100% !important;
	}
	
}


@media (max-width:600px){

.hero-section {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url('../img/slmob.png');
  background-size: cover;
  
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}


	/* Nav actions */
	.main-header .nav-actions{
		display:none;
	}
	
}
@media (max-width:900px) {
  	/* Nav actions */
  	.main-header .nav-actions {
  	  display: none;
  	}
}


@media (max-width:600px){
	/* Hero section */
	section .hero-section{
		background-size:contain;
		background-position-x:54%;
	}
	.header-btnlf .black-btnlf{
    width: 150px;
            font-size: 10px;
  }
.header-btnri .black-btnri{
  width: 150px;
          font-size: 10px;
}
.button-row{
  gap: 15px;
}

	
	
    		/* Floating box */
    		section .hero-section .floating-box {
    		  position:relative;
    		  left: 0px;
    		
    		  width: 90%;
    		  margin-left: auto;
          margin-right: auto;
    		  transform: translatex(0px) translatey(0px);
    		}
	
	/* Heading */
	.hero-section h1{
		font-size:35px;
	}
  .mainhead{
    font-size: 15px;
  }
	
	/* Paragraph */
	.hero-section p{
		margin-top:3px;
		margin-bottom:0px;
	}
	.mainheadtitle{
    font-size: 35px;
  }
    .sectoep{
      font-size: 15px;
    }
        .section-wrapperone{
          margin-top: 90px;
        }

    .sectoep br {
      display: none;
    }
    .secthre h1{
      font-size: 35px;

    }
  .secthre p{
    font-size: 15px;
  }
    .row p{
      font-size: 18px;
    }
        .testimonial-card .quote{
          font-size: 25px;
        }

    .testimonials .slider-row{
      justify-content: flex-start;
    }
        .testimonials .slider{
          width: 97%;
        }
    .slider .sliderwh .nav-rightts{
      margin-right: 1px;
    }
        .blog-section .blogwh{
          width: 98% !important;
        }
  .blogwh h1{
    font-size: 30px;
  }
    .blogwh .blogrow:nth-child(1) p{
      font-size: 18px;
    }
 .left-column button{
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
 }
 .left-column p{
  font-size: 18px;
 }
 .left-column h2{
  font-size: 25px;
 }
 .services-section::before{
  background:#E9E7E0;
 }
 .services-section{
  background: #E9E7E0 !important;
 }
 .services-column-left h1{
  font-size: 35px!important;
 }
 .services-column-left p{
  font-size: 15px !important;
 }
 .rowdental button{font-size: 12px;}
.rowdental h1{font-size: 21px;}
	/* Heading */
	section .floating-boxsectow h1{
		transform:translatex(0px) translatey(0px);
	}
    .services-btn-left .services-btn-contact{
        width: 150px!important;
          font-size: 10px;
    }
  .services-btn-right .services-btn-appointment{
    width: 150px!important;
      font-size: 10px;
  }
    .services-row-one{
      margin-bottom: 0px !important;
    }
  	.services-row-two{
      margin-top: 0px !important;
    }
        .services-card{
          padding: 30px !important;
        }
	/* Floating boxsectow */
	section .floating-boxsectow{
		position:relative;
		
		left:0px;
		margin-top:27px;
	}
	
	/* Section wrappertwo */
	.section-wrappertwo{
		display:flex;
	}
	
	/* Columns wrapper */
	.section-wrappertwo .columns-wrapper{
		grid-template-columns:1fr;
	}
	
	/* Heading */
	.dental-treatments h1{
		width:80%;
	}
	
	/* Container */
	.inside-look .container{
		display:grid;
		row-gap:59px;
	}
	
	/* Container */
	.contact-us .container{
		display:grid;
		row-gap:56px;
	}
	
	/* Card row */
	.blog-section .blogwh .card-row{
		grid-template-columns:1fr;
		grid-template-rows:1fr !important;
		align-content:center;
		transform:translatex(0px) translatey(0px);
	}
	
	/* Blog card */
	.blog-section .blogwh .card-row .blog-card{
		width:100% !important;
	}
	
	/* Blog card */
	.blogwh .blog-card{
		max-width:100%;
	}
	
	/* Footer row */
	.main-footer .footer-tab .footer-row{
		text-align:center;
	}
	
	/* Footer columntow */
	.main-footer div .footer-columntow{
		padding-left:0px;
		padding-top:0px;
	}
	
}


.mobilemenu {
    display: none;
}

@media (max-width: 900px) {
  .mobilemenu {
    display: none;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    position: fixed !important;
    bottom: 0;
    right: 0;
    left: 40px;
    top: 30px;
    width: 100%;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
  }

  /* Mobilemenu */
  .mobilemenu {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
  }
    .mobilemenu.active {
      display: block;
    }

        /* Mobilemenu */
        .mobilemenu {
          transform: translatex(0px) translatey(0px);
          padding-right: 41px !important;
          grid-template-columns: auto;
          align-content: normal;
          justify-content: center;
        }
    
        /* Mobilemenulist */
        .mobilemenu .mobilemenulist {
          color: rgba(21, 17, 15, 0.73);
          display: inline-block;
          transform: translatex(0px) translatey(0px);
          width: 90% !important;
          text-align: center;
          font-size: 34px;
    
        }
    
        /* List */
        .mobilemenu .mobilemenulist ul {
          display: inline-block;
          transform: translatex(0px) translatey(0px) !important;
          list-style-type: none;
        }
    
        /* Link */
        .mobilemenulist ul a {
          color: rgba(21, 17, 15, 0.67);
          font-size: 19px;
          line-height: 1.1em;
        }
                .mobilemenulist ul a {
                  text-decoration: none;
                }
     .button-mobtopf .header-btmobd a{
      font-size: 15px;
      text-decoration: none;
     }
.button-mobtops .header-btmobt a{
  font-size: 15px;
    text-decoration: none;
}
.mobilemenu .mobmenadd p{
  color: rgba(31, 23, 19, 0.65);
}


                .header-btmobt {
                  background: #a8a390;
                  display: inline-block;
                  width: 200px;
                  text-align: center;
                  color: #fff;
                  padding: 16px 16px;
                  border-radius: 25px;
                  text-decoration: none;
                  transition: background 0.3s ease;
                }
        
                .header-btmobd {
                  background: #000;
                  display: inline-block;
                  width: 200px;
                  text-align: center;
                  color: #fff;
                  padding: 16px 16px;
                  border-radius: 25px;
                  text-decoration: none;
                  transition: background 0.3s ease;
                }
        
                /* Mobilemenu */
                .mobilemenu {
                  transform: translatex(0px) translatey(0px);
                  padding-right: 41px !important;
                  grid-template-columns: auto;
                  align-content: normal;
                  justify-content: center;
                }
        
                /* Mobilemenulist */
                .mobilemenu .mobilemenulist {
                  color: rgba(21, 17, 15, 0.73);
                  display: inline-block;
                  transform: translatex(0px) translatey(0px);
                  width: 90% !important;
                  text-align: center;
                  font-size: 34px;
        
                }
        
                /* List */
                .mobilemenu .mobilemenulist ul {
                  display: inline-block;
                  transform: translatex(0px) translatey(0px) !important;
                  list-style-type: none;
                }
        
                /* Link */
                .mobilemenulist ul a {
                  color: rgba(21, 17, 15, 0.67);
                  font-size: 19px;
                  line-height: 1.1em;
                }
        
                /* Link */
                .button-mobtopf .header-btmobd a {
                  color: #e9e7e0;
                }
        
                /* Link */
                .button-mobtops .header-btmobt a {
                  color: #000000;
                }
        
                /* Svg */
                .mobilemenuclose .close-icon svg {
                  color: #040405;
                }
        
                /* Mobilemenuclose */
                .mobilemenu .mobilemenuclose {
                  width: 94% !important;
                  text-align: right;
                  font-size: 35px;
                  transform: translatex(0px) translatey(0px);
                  margin-bottom: 20px;
                }
        
                /* Button mobtopf */
                .mobilemenu .button-mobtopf {
                  text-align: center;
                }
        
                /* Button mobtopf */
                .mobilemenu .button-mobrow .button-mobtopf {
                  width: 90% !important;
                }
        
                /* Button mobtops */
                .mobilemenu .button-mobrow .button-mobtops {
                  width: 90% !important;
                }
        
                /* Button mobtops */
                .mobilemenu .button-mobtops {
                  text-align: center;
                  margin-top: 15px;
                }
        
                /* Mobmenlogo */
                .mobilemenu .mobmenlogo {
                  width: 90% !important;
                  display: flex;
                  transform: translatex(0px) translatey(0px) !important;
                  justify-content: center;
                  margin-top: 19px;
                }
        
                /* Mobmenadd */
                .mobilemenu .mobmenadd {
                  width: 80% !important;
                  padding-left: 39px;
                  transform: translatex(0px) translatey(0px);
                }
        
                /* Heading */
                .mobilemenu .mobmenadd h2 {
                  font-size: 25px;
                }
        
                /* Paragraph */
                .mobilemenu .mobmenadd p {
                  font-size: 12px;
                }
}
/* display: block; */
@media (max-width: 600px) {
    .mobilemenu {
       display: none;
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.15);
        position: fixed !important;
        bottom: 0;
        right: 0;
        left: 40px;
        top: 30px;
        width: 100%;
        z-index: 9999;
        overflow-y: auto;
        padding: 20px;
        box-sizing: border-box;
    }

	/* Mobilemenu */
	.mobilemenu{
		border-top-left-radius:21px;
		border-bottom-left-radius:21px;
	}
	

	
	
	

.header-btmobt{
  background: #a8a390;
  display: inline-block; 
  width: 200px; 
  text-align: center;
  color: #fff;
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.header-btmobd{
  background: #000;
  display: inline-block; 
  width: 200px; 
  text-align: center;
  color: #fff;
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

	/* Mobilemenu */
	.mobilemenu{
		transform:translatex(0px) translatey(0px);
		padding-right:41px !important;
		grid-template-columns:auto;
		align-content:normal;
		justify-content:center;
	}
	
	/* Mobilemenulist */
	.mobilemenu .mobilemenulist{
		color:rgba(21,17,15,0.73);
		display:inline-block;
		transform:translatex(0px) translatey(0px);
		width:90% !important;
		text-align:center;
		font-size:34px;
	
	}
	
	/* List */
	.mobilemenu .mobilemenulist ul{
		display:inline-block;
		transform:translatex(0px) translatey(0px) !important;
		list-style-type:none;
	}
	
	/* Link */
	.mobilemenulist ul a{
		color:rgba(21,17,15,0.67);
		font-size:19px;
		line-height:1.1em;
	}
	
	/* Link */
	.button-mobtopf .header-btmobd a{
		color:#e9e7e0;
	}
	
	/* Link */
	.button-mobtops .header-btmobt a{
		color:#000000;
	}
	
	/* Svg */
	.mobilemenuclose .close-icon svg{
		color:#040405;
	}
	
	/* Mobilemenuclose */
	.mobilemenu .mobilemenuclose{
		width:94% !important;
		text-align:right;
		font-size:35px;
		transform:translatex(0px) translatey(0px);
		margin-bottom:20px;
	}
	
	/* Button mobtopf */
	.mobilemenu .button-mobtopf{
		text-align:center;
	}
	
	/* Button mobtopf */
	.mobilemenu .button-mobrow .button-mobtopf{
		width:90% !important;
	}
	
	/* Button mobtops */
	.mobilemenu .button-mobrow .button-mobtops{
		width:90% !important;
	}
	
	/* Button mobtops */
	.mobilemenu .button-mobtops{
		text-align:center;
		margin-top:15px;
	}
	
	/* Mobmenlogo */
	.mobilemenu .mobmenlogo{
		width:90% !important;
		display:flex;
		transform:translatex(0px) translatey(0px) !important;
		justify-content:center;
		margin-top:19px;
	}
	
	/* Mobmenadd */
	.mobilemenu .mobmenadd{
		width:80% !important;
		padding-left:39px;
		transform:translatex(0px) translatey(0px);
	}
	
	/* Heading */
	.mobilemenu .mobmenadd h2{
		font-size:25px;
	}
	
	/* Paragraph */
	.mobilemenu .mobmenadd p{
		font-size:12px;
	}
	
}


.nav-actionsmob {
    display: none;
}

@media (max-width: 900px) {
    .nav-actionsmob {
        display: block;
    }
}


@media (max-width:900px){

	/* Svg */
	.nav-actionsmob .menu-icon svg{
		color:#000000;
		height:61px;
		width:42px;
	}
	
}

@media (max-width: 991px) {
    .slidests .slide {
        display: flex;
        flex-direction: row;
    }

    .slidests .testimonial-card {
        width: 100%;
    }

    .slidests .testimonial-card:nth-child(2) {
        display: none;
    }
}

@media (max-width: 911px) {
    .descfoot {
        display: none;
    }
.copyright {
        display: none;
    }
	
}

.tablfoot {
    display: none;
}

@media (min-width: 601px) and (max-width: 911px) {
    .tablfoot {
        display: block;
    }

.newsletter-tab-input {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.newsletter-tab-input input {
  width: 100%;
  padding: 0.8rem 120px 0.8rem 1rem;
  background-color: #E9E7E0;
  border: 1px solid #707070;
  border-radius: 29px;
  font-size: 15px;
  color: #000;
}

.newsletter-tab-input::placeholder {
  color: #707070;
}

.newsletter-tab-input button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 1.5rem;
  background-color: #A8A390;
  color: #fff;
  border: none;
  border-radius: 29px;
  font-size: 15px;
  cursor: pointer;
}
.menu-tab-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-tab-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

	/* Tablfoot */
	.main-footer .tablfoot{
		padding-left:75px;
		padding-right:75px;
	}
	
	/* Paragraph */
	.main-footer .tablfoot .footer-tab-container div .footer-tab-row p{
		width:65% !important;
	}
	
	/* Paragraph */
	.footer-tab-container div p{
		margin-bottom:20px;
		transform:translatex(0px) translatey(0px);
		font-size:15px;
	}
	
	/* Input */
	.tablfoot div input[type=email]{
		width:100%;
	}
	
	/* Newsletter tab input */
	.main-footer .tablfoot .footer-tab-container div .newsletter .newsletter-tab-input{
		width:100% !important;
	}
	
	/* Newsletter tab input */
	.tablfoot div .newsletter-tab-input{
		max-width:100%;
	}
	
	/* Footer tabcoldu */
	.main-footer .tablfoot .footer-tabcoldu{
		display:grid;
		grid-template-columns:1fr 1fr;
	}
	
	/* Footer tab columntwo */
	.tablfoot .footer-tabcoldu .footer-tab-columntwo{
		display:grid;
		transform:translatex(0px) translatey(0px);
	}
	
	/* Footer tab columntwo */
	.main-footer .tablfoot .footer-tabcoldu .footer-tab-columntwo{
		grid-template-columns:1fr 1fr !important;
	}
	
	/* Heading */
	.footer-tabcoldu .menu-tab-column h3{
		font-size:20px;
	}
	
	/* Paragraph */
	.footer-tabcoldu .footer-tab p{
		font-size:15px;
		line-height:1.4em;
	}
	
	/* Paragraph */
	.tablfoot .copyright-tab p{
		text-align:center;
		transform:translatex(0px) translatey(0px);
		font-size:15px;
	}
	
	/* Heading */
	.tablfoot div h1{
		transform:translatex(0px) translatey(0px);
		font-size:40px;
	}
	
	/* Image */
	.footer-tabcoldu .footer-tab img{
		width:80px;
	}
	
	/* Footer */
	footer{
		transform:translatex(0px) translatey(0px);
	}
}


	












.mobifoot {
    display: none;
}

@media (max-width: 600px) {
    .mobifoot {
        display: block;
    }

.newsletter-mob-input {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.newsletter-mob-input input {
  width: 100%;
  padding: 0.8rem 120px 0.8rem 1rem;
  background-color: #E9E7E0;
  border: 1px solid #707070;
  border-radius: 29px;
  font-size: 15px;
  color: #000;
}

.newsletter-mob-input::placeholder {
  color: #707070;
}

.newsletter-mob-input button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 1.5rem;
  background-color: #A8A390;
  color: #fff;
  border: none;
  border-radius: 29px;
  font-size: 15px;
  cursor: pointer;
}
.menu-mob-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-mob-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
	/* Mobifoot */
	.main-footer .mobifoot{
		padding-left:35px;
		padding-right:35px;
	}
	
	/* Heading */
	.mobifoot div h1{
		font-size:38px;
		transform:translatex(0px) translatey(0px);
	}
	
	/* Paragraph */
	.mobifoot div .footer-mob-row p{
		font-size:15px;
		margin-bottom:20px;
	}
	
	/* Newsletter mob input */
	.main-footer .mobifoot .footer-mob-container div .newsletter .newsletter-mob-input{
		width:100% !important;
	}
	
	/* Newsletter mob input */
	.mobifoot div .newsletter-mob-input{
		max-width:100%;
	}
	
	/* Footer mob columntwo */
	.mobifoot .footer-mob-columntwo{
		display:grid;
		margin-bottom:40px;
	}
	
	/* Footer mob columntwo */
	.main-footer .mobifoot .footer-mob-container .footer-mob-columntwo{
		grid-template-columns:1fr 1fr !important;
	}
	
	/* Heading */
	.mobifoot .menu-mob-column h3{
		font-size:20px;
	}
	
	/* Image */
	.footer-mob img{
		width:84px;
	}
	
	/* Paragraph */
	.mobifoot .copyright-mob p{
		font-size:15px;
		text-align:center;
	}
.aboutus-title {
  font-size: 35px !important;

}

.aboutus-text {
  font-size: 15px!important;
}

.aboutus-btn-left .aboutus-btn-contact{
  width: 150px!important ;
  font-size: 10px !important ;
}
.aboutus-btn-right .aboutus-btn-appointment{
    width: 150px !important;
      font-size: 10px !important;
}
.aboutus-left-column .aboutus-video-btn{
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 12px !important;
}
.contactus-header-btnlf .contactus-black-btnlf{
  width: 150px !important;
    font-size: 10px !important;
}
.contactus-header-btnri .contactus-black-btnri{
  width: 150px !important;
    font-size: 10px !important;
}
.contactus-hero-section h1{
  font-size: 35px !important ;
}
.contactus-hero-section p{
  font-size: 15px !important;
          width: 90%!important;
            margin-left: auto!important;
            margin-right: auto!important;
}
}

   /* Services Page Styles */
.services-section {
  background-color: #A8A390;
  position: relative;
  padding: 2rem 0;
  min-height: 100vh;
  display: flex;
  padding-top: 310px;
  flex-direction: column;
  align-items: center;
}

.services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(233, 231, 224, 0) 0%, #E9E7E0 50%);
  z-index: 1;
}

.services-section > * {
  position: relative;
  z-index: 2;
}

/* Services Page Styles - Updated for services-section-alt */
.services-section-alt {
  position: relative;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-section-alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(233, 231, 224, 0) 0%, #E9E7E0 50%);
  z-index: 1;
}

.services-section-alt > * {
  position: relative;
  z-index: 2;
}

.services-row-one {
  width: 75%;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.services-column-right {
  flex: 1;
}

.services-column-right img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.services-column-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.services-column-left h1 {
  font-size: 45px;
  margin-bottom: 1rem;
}

.services-column-left p {
  font-size: 22px;
  margin-bottom: 1.5rem;
}

.services-button-row {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.services-button-col {
  width: auto;
}

.services-button-col-left {
  display: flex;
  justify-content: flex-start;
  padding-right: 5px;
}

.services-button-col-right {
  display: flex;
  justify-content: flex-start;
  padding-left: 5px;
}

.services-btn-left .services-btn-contact {
  background: #A8A390;
  display: inline-block;
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.services-btn-left .services-btn-contact:hover {
  background: #333;
}

.services-btn-right .services-btn-appointment {
  background: #000;
  display: inline-block;
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.services-btn-right .services-btn-appointment:hover {
  background: #333;
}

.services-row-two {
  width: 80%;
  margin-top: 3rem;
  text-align: left;
}

.services-row-two h2 {
  font-size: 30px;
  margin-bottom: 1rem;
}

.services-row-three {
  width: 85%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 2rem;
}

.services-card {
  background-color: #F0EEE7;
  border-radius: 20px;
  padding: 60px;
  text-align: center;
}

.services-card h3 {
  font-size: 22px;
  min-height: 3.5rem;
  font-weight: 500;
}

.services-card p.bold {
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 32px;
  min-height: 3rem;
  color:rgba(31, 23, 19, 0.65) ;
}

.services-card p {
  font-size: 19px;
  text-align: left;
  color: rgba(31, 23, 19, 0.65);
}


/* Call to Action Section */
.services-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 80%;
}

.cta-row-item {
  margin-bottom: 1rem;
}

.cta-row-item p.bold {
  font-size: 21px;
  font-weight: bold;
}

.cta-row-item p {
  font-size: 12px;
}

.cta-button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 24px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #333;
}


/* FAQ Section */
.services-faq {
  background-color: #D8D6CB;
  padding: 50px 0;
}

.faq-row {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.faq-column-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-column-right {
  width: 40%;
}

.faq-column-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.faq-header {
  text-align: left;
}

.faq-header h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.faq-questions {
  text-align: left;
}

.faq-question {
  font-size: 21px;
  color: #12210D;
  margin: 15px 0;
  padding-bottom: 15px;
}

.faq-question span {
  display: inline-block;
  max-width: 60%;
  width: 60%;
  border-bottom: 1px solid #475432;
}

.faq-question a {
  text-decoration: none;
  color: inherit;
}

.faq-answer {
  font-size: 16px;
  color: #12210D;
  width: 60%;
  margin-bottom: 15px;
  display: none;
}

.faq-answer.active {
  display: block;
}

/* Zero margin-top for footer on Services page only */
.page-template-page-services footer {
  margin-top: 0 !important;
}

@media (max-width:600px){
.services-column-right{
  order: 1;
}
	/* Services row one */
	.services-section .services-row-one{
		flex-direction:column;
	}
	.services-column-left{
    order: 2;
  }
}

@media (max-width:600px) {

  /* Services section */
  .services-section {
    padding-top: 0px;
  }

  /* Services column right */
  .services-section .services-column-right {
    width: 100%;
  }

  /* Services row one */
  .services-section .services-row-one {
    width: 100%;
  }

  /* Image */
  .services-section .services-column-right img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: inline-block;
    transform: translatex(0px) translatey(0px);
  }

  /* Image */
  .services-column-right picture img {
    transform: translatex(0px) translatey(0px);
    box-shadow: none;
  }

  /* Division */
  .services-section .services-column-right div {
    width: 100%;
  }

  /* Heading */
  .services-section .services-column-left h1 {
    text-align: center;
  }

  /* Services column left */
  .services-section .services-column-left {
    width: 75%;
   
    position: relative;
    top: -127px;
    transform: translatex(0px) translatey(0px);
  }

  /* Services column left */
  .services-section .services-row-one .services-column-left {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* Paragraph */
  .services-section .services-column-left p {
    text-align: center;
  }

  /* Services row three */
  .services-section .services-row-three {
    display: flex;
    flex-direction: column;
    width: 85%;
  }

  /* Services row two */
  .services-section .services-row-two {
    width: 90%;
  }

  /* Services row two */
  .services-section-alt .services-row-two {
    width: 90%;
  }

  /* Services row three */
  .services-section-alt .services-row-three {
    display: flex;
    flex-direction: column;
    width: 85%;
  }

  /* Cta row */
  .services-cta .cta-row {
    width: 90%;
  }

  /* Bold */
  .services-cta .bold {
    font-size: 29px !important;
  }

  /* Paragraph */
  .services-cta .cta-row-item:nth-child(2) p {
    font-size: 16px;
  }

  /* Link */
  .services-cta a {
    font-size: 17px;
  }

  /* Faq row */
  .services-faq .faq-row {
    flex-direction: column;
    width: 90%;
    transform: translatex(0px) translatey(0px);
  }

  /* Faq column right */
  .services-faq .faq-column-right {
    display: none;
  }

  /* Faq column left */
  .services-faq .faq-column-left {
    width: 100%;
  }

  /* Span Tag */
  .services-faq .faq-row .faq-column-left .faq-questions .faq-question a span {
    width: 100% !important;
  }

  /* Span Tag */
  .faq-questions a span {
    max-width: 100%;
  }

  /* Services button row */
  .services-section .services-column-left .services-button-row {
    width: 100%;
   
    align-items: center;
  }

}
@media (max-width:600px) {

  /* Services row one */
  .services-section .services-row-one {
    width: 100% !important;
  }

  /* Services section */
  .services-section {
    padding-top: 0px!important;
  }

}




@media (max-width:911px){
.services-column-right {
    order: 1;
  }

.services-column-left {
  order: 2;
}
.faq-answer {
width: 90%;
}
}


@media (max-width:911px) {

  /* Services row one */
  .services-section .services-row-one {
    flex-direction: column;
    width: 90%;
    align-content: center;
    align-items: center;
  }

  /* Services section */
  .services-section {
    padding-top: 136px;
    transform: translatex(0px) translatey(0px);
  }

  /* Heading */
  .services-section .services-column-left h1 {
    text-align: center;
  }

  /* Paragraph */
  .services-section .services-column-left p {
    text-align: center;
  }

  /* Services button row */
  .services-section .services-column-left .services-button-row {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  /* Services row two */
  .services-section .services-row-two {
    width: 90%;
  }

  /* Services row three */
  .services-section .services-row-three {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    width: 85%;
    transform: translatex(0px) translatey(0px);
  }

  /* Services row two */
  .services-section-alt .services-row-two {
    width: 90%;
  }

  /* Services row three */
  .services-section-alt .services-row-three {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }

  /* Bold */
  .services-cta .bold {
    font-size: 32px !important;
  }

  /* Paragraph */
  .services-cta .cta-row-item:nth-child(2) p {
    font-size: 20px;
  }

  /* Link */
  .services-cta a {
    font-size: 18px;
  }

  /* Faq row */
  .services-faq .faq-row {
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    width: 90%;
  }

  /* Faq column left */
  .services-faq .faq-row .faq-column-left {
    width: 90% !important;
  }

  /* Image */
  .services-faq .faq-column-right img {
    display: none;
  }

  /* Span Tag */
  .faq-questions a span {
    max-width: 100%;
  }

  /* Span Tag */
  .services-faq .faq-row .faq-column-left .faq-questions .faq-question a span {
    width: 100% !important;
  }

}




    .aboutus-content {
      width: 75%;
      margin: 0 auto;
    }
    .aboutus-hero{
     background-color: #A8A390;
    position: relative;
    padding: 2rem 0;
    min-height: 100vh;
    display: flex;
    padding-top: 310px;
    flex-direction: column;
    align-items: center;
    
    }
    .aboutus-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(233, 231, 224, 0) 0%, #E9E7E0 50%);
    z-index: 1;
}
.aboutus-hero > * {
    position: relative;
    z-index: 2;
}
    .aboutus-title-row {
      text-align: left;
    }

    .aboutus-title {
      font-size: 45px;
      margin-bottom: 12px;
    }

    .aboutus-text-row {
      margin-bottom: 10px;
    }

    .aboutus-text {
      font-size: 22px;
      margin-bottom:25px;
    }

    .aboutus-button-row {
      display: flex;
      justify-content: flex-start;
      gap: 20px;
    }

    .aboutus-button-col {
      width: auto;
    }

    .aboutus-button-col-left {
      display: flex;
      justify-content: flex-start;
      padding-right: 5px;
    }

    .aboutus-button-col-right {
      display: flex;
      justify-content: flex-start;
      padding-left: 5px;
    }

    .aboutus-btn-left .aboutus-btn-contact {
      background: #A8A390;
      display: inline-block;
      width: 200px;
      text-align: center;
      color: #fff;
      padding: 16px 16px;
      border-radius: 25px;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .aboutus-btn-left .aboutus-btn-contact:hover {
      background: #333;
    }

    .aboutus-btn-right .aboutus-btn-appointment {
      background: #000;
      display: inline-block;
      width: 200px;
      text-align: center;
      color: #fff;
      padding: 16px 16px;
      border-radius: 25px;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .aboutus-btn-right .aboutus-btn-appointment:hover {
      background: #333;
    }

   .aboutus-inside-look {
      padding: 2rem;
    }

    .aboutus-container {
      max-width: 1200px;
      display: flex;
      gap: 2rem;
    }

    .aboutus-left-column {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .aboutus-left-column h1 {
      font-size: 30px;
      margin: 0;
      margin-bottom: 1rem;
    }

    .aboutus-left-column p {
      font-size: 21px;
      margin: 0;
      margin-bottom: 1.5rem;
      color: rgba(31, 23, 19, 0.65) ;
    }

    .aboutus-left-column .aboutus-video-btn {
      background-color: #15110F;
      color: #fff;
      border: none;
      padding: 0.8rem 1.5rem;
      border-radius: 24px;
      font-size: 15px;
      cursor: pointer;
    }

    .aboutus-right-column {
      flex: 1;
      position: relative;
    }

    .aboutus-image-slider {
      width: 100%;
      overflow: hidden;
    }

    .aboutus-slides {
      display: flex;
      transition: transform 0.5s ease;
    }

    .aboutus-slide {
      width: 100%;
      flex-shrink: 0;
    }

    .aboutus-slide img {
      width: 100%;
      height: auto;
      display: block;
    }

    .aboutus-nav-left, .aboutus-nav-right {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
      color: #000;
    }

    .aboutus-nav-left {
      left: 10px;
    }

    .aboutus-nav-right {
      right: 10px;
    }
    .aboutus-inside-look{
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	margin-top:82px;
	margin-bottom:200px;
}

/* Aboutus image slider */
.aboutus-inside-look .aboutus-right-column .aboutus-image-slider{
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

/* Aboutus container */
.aboutus-inside-look .aboutus-container{
	justify-content:center;
	align-items:center;
	width:78% !important;
	max-width:78%;
}


@media (max-width:600px){

	/* Aboutus hero */
	.aboutus-hero{
		padding-top:168px !important;
	}
	
	/* Heading */
	.aboutus-hero h1{
		text-align:center;
	}
	
	/* Paragraph */
	.aboutus-hero p{
		text-align:center;
	}
	
	/* Aboutus container */
	.aboutus-inside-look .aboutus-container{
		flex-direction:column;
		width:100% !important;
		transform:translatex(0px) translatey(0px);
		max-width:100% !important;
	}
	
	/* Aboutus inside look */
	.aboutus-inside-look{
		padding-right:0px !important;
		padding-left:0px !important;
		margin-bottom:87px !important;
	}
	
}





/* Arrow Row Section */
.firstcontactus-hero-section {
      height: 100vh;
    }

    .contactus-hero-section {
      position: relative;
      width: 100%;
      height: 90vh;
      background: #E9E7E0;
      overflow: hidden;
      z-index: 1;
    }

    .contactus-floating-box {
      position: absolute;
      left: 10%;
      bottom: 40px;
      z-index: 4;
    }

    .contactus-mainhead {
      margin: 15px 0;
      text-align: justify;
      line-height: 1.2;
    }

.contactus-arrow-row {
  width: 100%;
  height: 80px;
  background: #E9E7E0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -58px;
  z-index: 57;
  background-color: rgba(233,231,224,0);
}

.contactus-arrow-link {
  display: inline-block;
  text-decoration: none;
}

.contactus-arrow-icon {
  display: block;
}

/* Contact Info Section */
.contactus-info-section {
  transform: translatex(0px) translatey(0px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin-top: 50px;
}

.contactus-container {
  width: 83% !important;
  max-width: 83%;
  transform: translatex(0px) translatey(0px);
 
  display: flex;
  gap: 2rem;
}

.contactus-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contactus-main-title {
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
}

.contactus-left-column h2 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 0.5rem;
}

.contactus-left-column p {
  font-size: 21px;
  margin: 0;
  margin-bottom: 1.5rem;
  color: rgba(31,23,19,0.65);
}

.contactus-button-group {
  display: flex;
  gap: 1rem;
  width: 70% !important;
}

.contactus-button-group button {
  background-color: #CBDBD0;
  color: #000;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 24px;
  font-size: 15px;
  cursor: pointer;
  flex: 1;
}

.contactus-right-column {
  flex: 1;
}

.contactus-right-column img {
  width: 100%;
  height: auto;
  display: block;
}

/* Emergency Section */
.contactus-emergency-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contactus-emergency-row {
  width: 80%;
  display: flex;
  justify-content: flex-start;
}

.contactus-emergency-text {
  font-size: 21px;
  color: #894630;
  text-align: left;
  margin: 0;
}

/* Hours and Directions Section */
.contactus-hours-directions-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.contactus-hours-directions-row {
  width: 80%;
  display: flex;
  gap: 2rem;
}

.contactus-hours-column,
.contactus-directions-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contactus-hours-title,
.contactus-directions-title {
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
}

.contactus-hours-text,
.contactus-directions-text {
  font-size: 21px;
  margin: 0;
  text-align: left;
  color:rgba(31, 23, 19, 0.65) ;
}

.contactus-hours-text .bold,
.contactus-directions-text .bold,
.contactus-hours-text .bold-colon,
.contactus-directions-text .bold-colon {
  font-weight: 700;
}

/* Booking Section */
.contactus-booking-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.contactus-booking-row {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactus-booking-title-row {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.contactus-booking-title {
  font-size: 30px;
  margin: 0;
}

.contactus-booking-text-row {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.contactus-booking-text {
  font-size: 21px;
  margin: 0;
}

.contactus-button-rowm {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.contactus-button-col {
  width: 50%;
  max-width: 200px;
}

.contactus-button-col-left {
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
}

.contactus-button-col-right {
  display: flex;
  justify-content: flex-start;
  padding-left: 5px;
}

.contactus-header-btnlf .contactus-black-btnlf {
  background: #a8a390;
  display: inline-block;
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.contactus-header-btnlf .contactus-black-btnlf:hover {
  background: #333;
}

.contactus-header-btnri .contactus-black-btnri {
  background: #000;
  display: inline-block;
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.contactus-header-btnri .contactus-black-btnri:hover {
  background: #333;
}

/* New Patients Section */
.contactus-new-patients-section {
  width: 100%;
  background: #D8D6CB;
  padding: 50px 0;
  margin: 60px 0;
  display: flex;
  justify-content: center;
}

.contactus-new-patients-row {
  width: 80%;
  display: flex;
}

.contactus-new-patients-inner-row {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contactus-new-patients-title {
  font-size: 30px;
  margin: 0;
  margin-bottom: 1rem;
  text-align: left;
}

.contactus-new-patients-text {
  font-size: 21px;
  color: #15110F;
  opacity: 0.64;
  margin: 0;
  text-align: left;
}

/* Contact Form Section */
.contactus-form-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.contactus-form-row {
  width: 80%;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.contactus-form-left-column,
.contactus-form-right-column {
  flex: 1;
}

.contactus-form-title {
  font-size: 30px;
  margin: 0;
  margin-bottom: 1rem;
  text-align: left;
}

.contactus-form-text {
  font-size: 21px;
  color: #15110F;
  opacity: 0.64;
  margin: 0;
  margin-bottom: 2rem;
  text-align: left;
  width: 80%;
}

.contactus-form {
  display: flex;
  flex-direction: column;
}

.contactus-form-input,
.contactus-form-textarea {
  width: 90%;
  background: #FFFFFF;
  color: #918874;
  border: 1px solid #918874;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: 16px;
}

.contactus-form-input::placeholder,
.contactus-form-textarea::placeholder {
  color: #918874;
}

.contactus-form-input {
  height: 40px;
}

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

.contactus-form-submit {
  width: 120px;
  background: #A8A390;
  color: #15110F;
  border: none;
  border-radius: 24px;
  padding: 0.8rem 1.5rem;
  font-size: 15px;
  cursor: pointer;
  margin-top: 30px;
  margin-right: 70px;
  align-self: flex-end;
}

.contactus-form-right-column {
  margin-top: 50px;
  margin-bottom: 90px;
}

.contactus-form-image {
  width: 100%;
  height: auto;
  display: block;
}

.contact-form-image-wrapper {
  display: none;
}

@media (max-width: 600px) {
  .contact-form-image-wrapper {
    display: block;
    width: 100%;
  }

  .contact-form-image {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width:911px) {

  /* Firstcontactus hero section */
  .firstcontactus-hero-section {
    transform: translatex(0px) translatey(0px);
  }

  /* Contactus button group */
  .contactus-info-section .contactus-container .contactus-left-column .contactus-button-group {
    width: 110% !important;
  }

  /* Contactus form submit */
  .contactus-form-section div .contactus-form-submit {
    margin-right: 29px;
  }

}

@media (max-width:600px) {

  /* Heading */
  .contactus-hero-section h1 {
    text-align: center!important;
  }

  /* Contactus floating box */
  .firstcontactus-hero-section .contactus-hero-section .contactus-floating-box {
    width: 100%!important;
  }

  /* Paragraph */
  .contactus-hero-section p {
    text-align: center!important;
  }

  /* Contactus arrow row */
  .firstcontactus-hero-section .contactus-arrow-row {
    display: none!important;
  }

  /* Firstcontactus hero section */
  .firstcontactus-hero-section {
    height: auto !important;
  }

  /* Contactus container */
  .contactus-info-section .contactus-container {
    flex-direction: column!important;
    width: 98% !important;
    max-width: 98%!important;
    transform: translatex(0px) translatey(0px)!important;
  }

  /* Button */
  .contactus-left-column .contactus-button-group button {
    font-size: 12px!important;
  }

  /* Contactus left column */
  .contactus-info-section .contactus-left-column {
    width: 100%!important;
  }

  /* Contactus button group */
  .contactus-info-section .contactus-container .contactus-left-column .contactus-button-group {
    width: 100% !important;
  }

  /* Contactus hours directions row */
  .contactus-hours-directions-section .contactus-hours-directions-row {
    flex-direction: column!important;
    width: 90%!important;
  }

  /* Contactus hours column */
  .contactus-hours-directions-section .contactus-hours-directions-row .contactus-hours-column {
    width: 98% !important;
  }

  /* Paragraph */
  .contactus-hours-directions-section .contactus-hours-directions-row .contactus-directions-column p {
    width: 100% !important;
  }

  /* Contactus directions column */
  .contactus-hours-directions-section .contactus-hours-directions-row .contactus-directions-column {
    width: 100% !important;
  }

  /* Paragraph */
  .contactus-hours-directions-section .contactus-hours-directions-row .contactus-hours-column p {
    width: 100% !important;
  }

  /* Contactus booking row */
  .contactus-booking-section .contactus-booking-row {
    width: 95%!important;
  }

  /* Contactus new patients row */
  .contactus-new-patients-section .contactus-new-patients-row {
    width: 95%!important;
    transform: translatex(0px) translatey(0px)!important;
  }

  /* Contactus new patients inner row */
  .contactus-new-patients-section .contactus-new-patients-inner-row {
    width: 100%!important;
  }

  /* Contactus form row */
  .contactus-form-section .contactus-form-row {
    width: 95%!important;
    flex-direction: column!important;
  }

  /* Division */
  .contactus-form-section .contactus-form-row div {
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    align-content: center!important;
  }

  /* Form Division */
  .contactus-form-section .contactus-form-row div form {
    width: 100% !important;
  }

  /* Text Area */
  .contactus-form-section .contactus-form-row div .contactus-form textarea {
    width: 100% !important;
  }

  /* Input */
  .contactus-form-section .contactus-form-row div .contactus-form input[type=tel] {
    width: 100% !important;
  }

  /* Input */
  .contactus-form-section .contactus-form-row div .contactus-form input[type=email] {
    width: 100% !important;
  }

  /* Input */
  .contactus-form-section .contactus-form-row div .contactus-form input[type=text] {
    width: 100% !important;
  }

  /* Contactus form submit */
  .contactus-form-section div .contactus-form-submit {
    margin-right: 0px!important;
    width: 206px!important;
  }



}

@media (max-width:600px) {

  /* Contactus form image */
  .contactus-form-section div .contactus-form-image {
    transform: translatex(0px) translatey(0px)!important;
    display: none!important;
  }

  /* Contact form image wrapper */
  .contactus-form-section div .contact-form-image-wrapper {
    margin-bottom: 19px!important;
    transform: translatex(0px) translatey(0px)!important;
    display: flex!important;
  }

  /* Contact form image wrapper */
  .contactus-form-section .contactus-form-row div .contact-form-image-wrapper {
    width: 100% !important;
  }

  /* Image */
  .contactus-form-section .contact-form-image-wrapper img {
    width: 90%!important;
  }
    .contactus-floating-box{
      left: 0% !important;
    }

}
@media (max-width:480px) {
.contactus-button-rowm {
  gap: 1px !important;
}
}



@media (max-width:480px) {

  /* Aboutus content */
  .aboutus-hero .aboutus-content {
    width: 95%;
  }

  /* Aboutus button row */
  .aboutus-hero .aboutus-button-row {
    align-items: center;
    justify-content: center;
  }

  /* Aboutus left column */
  .aboutus-inside-look .aboutus-left-column {
    width: 100%;
  }

  /* Aboutus container */
  .aboutus-inside-look .aboutus-container {
    width: 95% !important;
  }

}
.services-card {
  cursor: pointer;
}


@media (max-width:1151px) {

  /* Link */
  .nav-actions .header-btn a {
    padding-right: 1px;
    padding-left: 1px;
    font-size: 12px;
  }
    .nav-actions{
      gap: 10px;
    }

  /* List */
  .nav-actions .main-nav ul {
    font-size: 14px;
  }

}

@media (max-width:1062px) {

  /* List */
  .nav-actions .main-nav ul {
    font-size: 12px;
  }

}