* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--whiteColor);
  font-family: "Inter", sans-serif;
  font-family: "Playfair Display", serif;
  overflow-x: hidden;
}

.custom-container {
  padding: 0px 100px;
}

.custom-container.faq-experience{
    position: relative; 
}

.custom-container.faq-experience:after{
    border:2px solid red; 
}


/* Active menu item */
.menu li.current-menu-item > a,
.menu li.current-menu-ancestor > a{
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.4em;
    text-decoration-skip: auto;
    text-decoration-skip-ink: auto;
    color: #494a45;
}


/*=======butn=================*/
/*============================*/

.cumn-butn-body {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;
  /*border-radius: 10px;*/
  padding: 14px 25px;
  width: fit-content;
}

.black-butn {
  /*background: #494a45;*/
  color: #494a45;
  border: 1px solid #494a45;
}

.black-butn:hover {
  background: #494a45;
  border: 1px solid #494a45;
  color: #fff;
}

.wht-border {
  background: transparent;
  color: #f9f7f2;
  border: 1px solid #f9f7f2;
}

.wht-border:hover {
  background: #f9f7f2;
  border: 1px solid #f9f7f2;
  color: #494a45;
}

.blck-border {
  background: transparent;
  color: #494a45;
  border: 1px solid #494a45;
}

.blck-border:hover {
  background: #494a45;
  border: 1px solid #494a45;
  color: #f9f7f2;
}

/*============================*/
/*=======butn=================*/

.logo {
  width: 300px;
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 100px;
}

.logo img {
  width: 100%;
}

.main-nav.scroll .logo {
  width: 148px;
  margin: 13px 0px;
}

.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #494a45;
}

/* ========================= */
/* nav */
/* ========================= */

.main-nav {
  margin: 0px 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  background: #f7f4ed80;
  transition: all 0.1s ease 0s;
  z-index: 999;
  position: absolute;
}

.main-nav.scroll {
  background-color: #f7f4ed;
  height: 80px;
  padding: 5px 0px;
  transition: background-color 0.5s ease 0s;
  top: 0;
  position: fixed;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}

.stellarnav {
  position: relative;
  width: 100%;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.stellarnav ul {
  margin: 0px 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.stellarnav > ul > li > a {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #494a45;
	padding: 0px 25px;
	margin: 0px;
}

.stellarnav > ul > li > a:hover {
  color: #000;
}

.stellarnav > ul > li > a.active {
  color: #000 !important;
}

.main-nav-socialicon {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  text-align: right;
}

.main-nav .stellarnav ul ul {
  width: 263px;
  padding: 12px 0px;
}

.main-nav .stellarnav li li {
  margin: 0px 0px;
  width: 100% !important;
  border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
  font-size: 15px;
  padding: 8px 12px;
  color: #2c2c2c;
  font-weight: 400;
}

.stellarnav li.has-sub a {
  padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
  background: #fdedf0;
  color: #ce4a64;
}

.main-nav .stellarnav li li a.active {
  background: #fdedf0;
  color: #ce4a64;
}

.stellarnav li.has-sub > a::after {
  content: "\f107";
  margin-left: 7px !important;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #267ec3;
  display: inline-block;
  border: none !important;
  font: normal normal normal 16px/1 FontAwesome;
}

.main-nav.scroll .stellarnav {
  height: 65px;
}

.main-nav.scroll .rightlink {
  height: 65px;
}

.rightlink {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: end;
  margin: 0px;
  height: 100%;
}

/* ========================================*/
/* banner-section */
/* ========================================*/

.banner-section {
  margin: 0px 0px;
  padding: 0px;
  width: 100%;
  height: 990px;
  position: relative;
  overflow: hidden;
}

.banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannercarousel-text {
  position: absolute;
  top: 0px;
  left: 100px;
  width: 33%;
  padding: 0px 0px;
  height: 100%;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: left;
}

.bannercarousel-text h1 {
  font-family: Playfair Display;
  font-weight: 400;
  font-size: 96px;
  line-height: 106px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  text-align: left;
}

.bannercarousel-text p {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  text-align: left;
  width: 80%;
}

.banner-section .owl-carousel .owl-nav {
  display: none;
}

.banner-section .owl-dots {
  display: block;
}

.banner-section .owl-dots {
  display: block;
  position: absolute;
  bottom: 18%;
  text-align: center;
  width: 100%;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #ce4a64 !important;
  border: #ce4a64 !important;
  width: 25px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 3px;
  background: #ffffff;
  border: #ffffff 1px solid;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.banner-section .owl-nav .owl-prev {
  background: transparent;
  top: 50%;
  position: absolute;
  left: 142px;
  opacity: 1;
  width: 32px;
  border: #716c6c 1px solid !important;
  height: 32px;
  border-radius: 50px;
  color: #888282 !important;
  font-size: 20px !important;
  text-align: center;
}

.banner-section .owl-nav .owl-next {
  background: transparent;
  top: 50%;
  position: absolute;
  right: 142px;
  opacity: 1;
  width: 32px;
  border: #716c6c 1px solid !important;
  height: 32px;
  border-radius: 50px;
  color: #888282 !important;
  font-size: 20px !important;
  text-align: center;
}

.banner-section #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/* ========================================*/
/* banner-section */
/* ========================================*/

/* ========================================*/
/* about-section */
/* ========================================*/

.about-section {
	background: #f7f4ed;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.about-section-text {
  padding: 100px 100px;
  margin: 0px;
}

.about-section-text h2 {
  font-family: Playfair Display;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #494a45;
  padding: 0px;
  margin: 0px 0px 40px 0px;
}

.about-section-text p {
  font-family: Inter;
  font-weight: 300;

  font-size: 18px;

  line-height: 30px;
  letter-spacing: 1%;
  color: #494a45;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.about-section-text .cumn-butn-body.blck-border {
  margin-top: 50px;
  display: flex;
}

.about-section-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
}

.about-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.about-section-img:hover img {

}

/* ========================================*/
/* about-section */
/* ========================================*/

/* ========================================*/
/* Experience-section */
/* ========================================*/

.experience-section {
  padding: 100px 0px;
  margin: 0px;
  background: #f6ede2;
  text-align: center;
  overflow: hidden;
}

.experience-section h2 {
  font-family: Playfair Display;
  font-weight: 400;

  font-size: 48px;

  line-height: 55px;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  color: #494a45;
  margin: 0px;
  padding: 0px 0px 30px 0px;
}

.experience-box {
  margin: 80px 0px;
  padding: 0px 100px;
  text-align: center;
  border-right: 1px solid #494a45;
}

.experience-box h4 {
  font-family: Playfair Display;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: #494a45;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

.experience-box p {
  font-family: Inter;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1%;
  text-align: center;
  color: #494a45;
  margin: 0px;
  padding: 0px;
}

.row .col-lg-4:last-child .experience-box {
  border-right: none;
}

/* ========================================*/
/* Experience-section */
/* ========================================*/

/* ========================================*/
/* Meet Our Designers-section */
/* ========================================*/


.post-type-archive-designer .inner-banner-section-text h1 {
    display: none;
}


a h1.service-title.mb-3 {
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
    text-decoration-skip: auto;
    text-decoration-skip-ink: auto;
    color: #7a7a7a;
}

.designer-section {
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;

}

.designer-section-img {
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-bottom: 60px;
}

.designer-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.designer-section-img:hover img {
 
}

.designer-section-text {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
}

.designer-section-text h2 {
  font-family: Playfair Display;
  font-weight: 400;

  font-size: 48px;

  line-height: 55px;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  color: #494a45;
  padding: 0px 0px 30px 0px;
  margin: 0px;
}

.designer-section-text p {
  font-family: Inter;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1%;
  text-align: center;
  color: #494a45;
  padding: 0px 0px 40px 0px;
  margin: 0px;
}

/* ========================================*/
/* Meet Our Designers-section */
/* ========================================*/

/* ========================================*/
/* Appointment-section */
/* ========================================*/

.appointment-section {
  padding: 100px 0px;
  margin: 0px;
  background: #f6ede2;
  text-align: center;
  overflow: hidden;
}

.appointment-section-inner {
  max-width: 1050px;
  text-align: center;
  margin: 0px auto;
}

.appointment-section-inner h2 {
  font-family: Playfair Display;
  font-weight: 400;

  font-size: 96px;

  line-height: 100px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #494a45;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.appointment-section-inner p {
  font-family: Inter;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1%;
  text-align: center;
  color: #494a45;
  margin: 0px auto;
  padding: 0px 0px 30px 0px;
  max-width: 900px;
}

.appointment-section-inner .cumn-butn-body.black-butn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 30px auto;
}

/* ========================================*/
/* Appointment-section  */
/* ========================================*/

/* ========================================*/
/* footer-section  */
/* ========================================*/

.footer-section {
	padding: 80px 0px;
	margin: 0px;
	overflow: hidden;
}

.footer-left {
  border-right: 1px solid #494a45;
  padding: 0px 100px 0px 0px;
  margin: 0px;
}

.footer-left h5 {
  font-family: Playfair Display;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #494a45;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.footer-left h5 span {
  margin-right: 10px;
}

.footer-left h5 a {
  color: #494a45;
}

.footer-left h5 a:hover {
  color: #000;
}

.instagram-img {
  margin: 40px 0px 0px 0px;
}

.footer-right {
  padding: 0px 0px 0px 100px;
}

.footer-logo {
  padding: 0px;
  margin: 0px 0px 50px 0px;
}

.footer-logo img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.footer-info {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  width: 65%;
}

.footer-info h5 {
  font-family: Playfair Display;
  font-weight: 400;

  font-size: 24px;

  line-height: 55px;
  letter-spacing: 0%;
  color: #494a45;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.footer-info h6 {
  font-family: Inter;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1%;
  color: #494a45;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  display: flex;
}

.footer-info h6 a {
  color: #494a45;
}

.footer-info h6 a:hover {
  color: #000;
}

.footer-info h6 span {
  margin-right: 10px;
}

.footer-right p {
  font-family: Inter;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1%;
  color: #494a45;
  margin: 80px 0px 0px 0px;
  padding: 0px;
  display: flex;
}

.footer-right p a {
  color: #494a45;
}

.footer-right p a:hover {
  color: #000;
}

/* ========================================*/
/* footer-section  */
/* ========================================*/

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #494A45;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #0077e8;
  border: 1px solid #fff;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 57px;
  -webkit-animation: top-bottom 5s infinite linear;
  animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

/* breadcrump */


.inner-banner-section {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.inner-banner-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.inner-banner-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(289.97deg, rgba(0, 0, 0, 0) 11.7%, rgba(0, 0, 0, 0.25) 99.75%);
}
.inner-banner-section-text {
    position: absolute;
    top: 135px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.inner-banner-section-text h1 {
    text-align: center;
    color: #fff;
    font-size: 4vw;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 20px;
    line-height: 4vw;
    padding-bottom: 100px;
}

.aboutuspage-section {
    padding: 70px 0px;
}

.aboutuspage-section p {
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #666666;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: justify;
}

.about-page-left h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

button.sub-menu-toggle {
    display: none;
}

section.single-service-section p {
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #666666;
    padding: 0px;
    margin: 0px 0px 11px 0px;
    text-align: justify; 
}


/* ================================
   DESIGNER MASONRY GALLERY
================================ */

.masonry-gallery {
    column-count: 3;
    column-gap: 22px;
    width: 100%;
}

/* Gallery Item */
.gallery-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    text-decoration: none;
    color: inherit;
    break-inside: avoid;
}

/* Image */
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

/* Hover Effect */
.gallery-item:hover img {
    
}

/* Title Below Image */
.gallery-title {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7a7a7a;
    font-weight: 400;
}

/* COMING SOON Badge */
.coming-soon {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 5px 9px;
    border-radius: 3px;
    z-index: 2;
    pointer-events: none;
}

/* Remove underline on hover */
.gallery-item:hover {
    text-decoration: none;
}

/* ================================
   RESPONSIVE BREAKPOINTS
================================ */

/* Large Tablets / Small Laptops */
@media (max-width: 1200px) {
    .masonry-gallery {
        column-count: 3;
        column-gap: 20px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .masonry-gallery {
        column-count: 2;
        column-gap: 18px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .masonry-gallery {
        column-count: 1;
        column-gap: 0;
    }

    .gallery-item {
        margin-bottom: 20px;
    }

    .gallery-title {
        font-size: 11px;
        letter-spacing: 1.5px;
    }
}

/* ================================
   OPTIONAL: DISABLE LINK IF NEEDED
================================ */

.gallery-item.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.single-service-section h1.service-title.mb-3 {
    text-transform: uppercase;
}


.single-service-section .service-content.mb-4 p strong {
    text-transform: uppercase;
}


.inner-banner-section-experience {
    width: 100%;
    height: 700px; 
    overflow: hidden;
    position: relative;
} 

.faq_main_container h4 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
} 
.faq_main_container h2 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0 40px;  
    letter-spacing: 1px;
    line-height: 50px;
}   

.banner-combined-button{
    display:flex; 
    gap: 15px; 
}

a .ttl h3 {
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}

  
  /* >>> FAQ STYLES <<< */
.faq_main_container .faq_container { 
    border-bottom: 2px solid #ddd; 
}
.faq_main_container .faq_container:first-child {    
    border-top: 2px solid #ddd !important; 
}           
.faq_question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.new-faq {
    max-width: 60%;
    margin: 0 auto;
}  
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
    padding: 0 10px 20px; 
    font-size: 18px;
    line-height: 28px;
    font-family: inherit;
} 
.fqa_headline_container h2 span { font-weight: 700; }
.faq_question-text h3 { font-size: 22px; }

.icon.active {
  background: transparent;
  border: 2px solid #fff;
}
.icon:hover { cursor: pointer; }
.icon-shape { position: relative; width: 50px; height: 50px; }
.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #494a45;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 20px;
  background: #494a45;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}
.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}

@media (max-width: 991px) {   
    .new-faq {
        max-width: 100%;
        margin: 0 auto;
    } 
    .faq_main_container h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }  
    .faq_main_container h2 {
        font-size: 30px;
        font-weight: 400;
        margin: 15px 0 30px; 
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .new-faq {
        max-width: 100%;
        margin: 0 auto;
    } 
    .faq_main_container h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }  
    .faq_main_container h2 {
        font-size: 24px;
        font-weight: 400;
        margin: 10px 0 20px;
        line-height: 34px;
    }  
    .faq_question-text h3 {
        font-size: 16px;
    } 
}



/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/


.happy-client-section {
	padding: 50px 0px;
	margin: 0px;
}


.happy-client-section h2 {
	text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0 40px;
    letter-spacing: 1px;
    line-height: 50px;
}

.client-box {
	border: 1px solid #ccc;
	padding: 30px 30px;
}


.client-section-header {
	display: flex;
	justify-content: start;
	gap: 20px;
	align-items: center;
}


.client-section-header h5 {
	font-weight: 400;
	font-style: Regular;
	font-size: 20.74px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.client-section-body {
	margin: 20px 0px 0px 0px;
}

.client-section-body p {
	font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #3E3E3E;
    padding: 0px;
    margin: 0px;
}

.client-section-header-text p i {
	color: #E67136;
}


.client-carousel .owl-nav {
	display: none;
}

.client-carousel .owl-dots {
	display: none;
}


/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/
.text-align-center {
    justify-content: center;
    display: flex;
    margin-top: 43px;
}



.page-id-342 .about-section-text h2 {
text-align: center;
    line-height: 10px;
}

.page-id-342 .about-section-text p {
text-align: center;
}




/* Scope only this CF7 form (important when you have multiple forms) */
.wpcf7 form .row{
    row-gap:16px;
}

/* Inputs & textarea */
.wpcf7 form .form-control{
    border:1px solid #7f7e7e;
    border-radius:4px;
    padding:21px 14px;
    font-size:14px;
    line-height:1.4;
    box-shadow:none;
    background:#ffffff00;
}

/* Focus state */
.wpcf7 form .form-control:focus{
    border-color:#FBBD02;
    box-shadow:0 0 0 0.15rem rgba(251,189,2,.15);
}

/* textarea height */
.wpcf7 form textarea.form-control{
    min-height:120px;
    resize:none;
}

/* CF7 wrapper fix */
.wpcf7 form .wpcf7-form-control-wrap{
    display:block;
}

/* Button */
.wpcf7 form .wpcf7-submit{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: uppercase;
    /* border-radius: 10px; */
    padding: 14px 25px;
    width: fit-content;
}



/* Remove weird CF7 bottom margin */
.wpcf7 form p{
    margin-bottom:0;
}

/* Validation message spacing */
.wpcf7-not-valid-tip{
    font-size:12px;
    margin-top:4px;
}



.about-wildflower{
    padding:80px 0;
    background:#f6ede2;
}

.about-img{
    overflow:hidden;
}

.about-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}



.about-content h2{
     font-family: Playfair Display;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #494a45;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.about-content p{
    font-size:16px;
    line-height:1.9;
    margin-bottom:18px;
    color:#555;
    text-align: justify;
}

.about-signoff{
    display:inline-block;
    margin-top:10px;
    font-size:18px;
    font-style:italic;
    color:#9d734c;
}



.dripping-springs-categories{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin: 50px 0px;
}

.dripping-springs-categories > .col-md-4{
    float: none;
    flex: 0 0 31.333%;
    max-width: 31.333%;
}

.ds-category-card{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ds-category-image{
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.ds-category-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Title */
.ds-category-card h3{
    margin: 18px 0 6px;
    font-size: 28px;
    font-weight: 500;
}

/* Description */
.ds-category-desc,
.ds-category-card p{
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* See more */
.ds-category-btn,
.ds-category-card a{
    margin-top: auto;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

/* Tablet */
@media (max-width: 991px){
    .dripping-springs-categories > .col-md-4{
        flex: 0 0 48%;
        max-width: 48%;
    }
}

/* Mobile */
@media (max-width: 575px){
    .dripping-springs-categories > .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ds-category-image{
        height: 260px;
    }
}



.dripping-springs-archive .ds-archive-header{
    margin-bottom: 40px;
    text-align: center;
}

.ds-archive-title{
    font-size: 42px;
        margin: 25px 0px 18px 0px;
}

.ds-archive-desc{
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    color: #555;
}

p.ds-post-description {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    text-align: justify;
}

.ds-archive-posts{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.ds-archive-posts > .col-md-4{
    float: none;
    flex: 0 0 31.333%;
    max-width: 31.333%;
}

.ds-post-card{
    display: flex;
    flex-direction: column;
}

.ds-post-image{
    height: 320px;
    overflow: hidden;
}

.ds-post-image img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.ds-post-title{
    margin-top: 15px;
    font-size: 20px;
        margin: 18px 0 18px;
    
}

/* responsive */
@media(max-width:991px){
    .ds-archive-posts > .col-md-4{
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media(max-width:575px){
    .ds-archive-posts > .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
