:root{
  --textcolor: #2E3327;
  --highlightcolor: #d1664b;
  --lightgrey: #DCD5CD;
  --warmgrey: #d5cdc4;
  --warm-grey-light:#f2e6d9;
  --footercolor: #565c4f;
 --hoverdropdown: #e2d4c4;
  --box1color: #4b4747;
 --burgundy: #7a2c2c;
 --burgundylight: #d8c3c3;
}

body, html{
margin: 0;
padding: 0;
}
html{
scroll-behavior: smooth;
}

.content h2{
  font-size: clamp(2em, 3.5vw, 4em);
  font-family: "Lexend Deca";
}
.content h3{
  font-size: clamp(1.5em, 2.5vw, 2.5em);
  font-family: "Lexend Deca";
}

.content h4 {
  font-size: clamp(1.2em, 1.8vw, 1.8em);
  font-family: "Lexend Deca";
  margin: 0 auto;
  margin-top: 2rem;
 margin-bottom: .5rem;
}

.content p{
  color: var(--textcolor);
  font-family:"Poppins";
  line-height: 1.6;
  margin-top: 0;
}
.paragraph-color{
color: var(--textcolor);
}
.smaller-p{
 font-size: smaller;
 font-weight: 500;
}
 .padding-w-margin{
box-sizing: border-box;
padding: 2em;
margin: 20px auto;
}
.flooring{
margin-top: 2em;
}
.short-main{
padding: 40px 20px 50vh;
}

.alt-header-container{
width: 100%;
height: 30vh;
position: relative;
display: flex;
 justify-content: center;
 align-content: center;
overflow: hidden;
}
.alt-header-container::after{
  content: "";
  position: absolute;
inset: 0;
width: 100%;
height: 100;
background-color: rgba(0,0,0,.4);
z-index: 9;
}
.alt-header-container img{
position: absolute;
width: 100%;
 height: 100%;
object-fit: cover;
object-position: center;
inset: 0;
 justify-self: center;
margin: 0 auto;
}
.alt-header-container h1{
position: absolute;
z-index: 10;
margin: 0 auto;
width: 80%;
align-content: center;
align-items: center;
inset: 0;
text-align: center;
color: white;
font-family:"Lexend Deca";
}

.header-carousel {
  position: relative;
  width: 100%;
height: 70vh;
  min-height: 600px;
  max-height: 700px;
  overflow: hidden;
}
.header-carousel::after{
position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 content: "";
 background-color: rgba(20,20,20,.4);
 z-index: 9;
}


/* Ensure Swiper takes over the header-carousel correctly */
.header-carousel.swiper {
  width: 100%!important;
height: 70vh;
  min-height: 600px;
  max-height: 700px;
  overflow: hidden;
  padding: 0!important;
  margin: 0 auto!important;
  position: relative;
  border-radius: 0!important;
}

/* Slides inside header */
.header-carousel .swiper-slide {
  width: 100%!important;
  height: 100%;
}

.header-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 750px;
}

.header-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: unset;   /* 🚫 remove the 750px min width */
  margin: 0;          /* 🚫 no auto margin */
}
.swiper-slide iframe{
aspect-ratio: 16/9;
width: 100%;
}
.swiper-slide .swiper-text{
background-color: white;
padding: 20px;

}
.gallery-yt-swiper{
max-width: 800px!important;
margin: 0 auto;
}
.gallery-yt-swiper .swiper-wrapper .swiper-slide{
background-color: #fff!important;
}
.old-banner{
  background-color: #ccc;
  display: flex;
box-shadow: 0 0 10px 10px rgba(0,0,0,.4);
}

.old-banner img{
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  max-width: 900px;
}

.opening-box{
  position: absolute;
  display: block;
  box-sizing: border-box;
  bottom: 10%;
  top: 10%;
 right: 0;
 left: 0;
margin: 0 auto;
  z-index: 10;
  width: 60%;
  max-width: 1000px;
  height: 80%;
  padding: 2rem;
  color: white;
  background-color: transparent;
  font-family: "lexend Deca";
}


.opening-box h1{
  text-align: center;
 font-size: clamp(1.4em, 3.2vw, 2.7em);
  text-shadow: 0 0 5px rgba(0,0,0,.4);
 line-height: 1;
}

.opening-box span{
  position: absolute;
  padding: 20px;
  font-size: clamp(1.7em, 3vw, 6em);
  text-shadow: 0 0 5px rgba(0,0,0,.4);
  transition: all .3s ease;
  text-transform: uppercase;
  font-family: "Poppins";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.opening-box a{
  color: white;
  display: inline-block;
  text-decoration: none;
 font-weight: bold;
}

.opening-box a span:hover{
  transform: scale(1.1);
  transition: all .3s ease;
}

/*-- DECORATIVE --*/
.outline{
  outline: 2px solid white;
  outline-offset: -10px;
}

.dark-highlight{
  color: #eee!important;
  background-color: var(--box1color);
  padding: 5px 0;
}
.dark{
   background-color: var(--box1color)!important;
}
.light{
background-color: var(--warmgrey);
}
.shadow{
  box-shadow: 5px 5px 20px rgba(0,0,0,.4);
}

.round{
  border-radius: 7px;
}

/*---PADDINGS --*/
.padding-div{
  padding: 20px;
}

.padding-p{
  padding-left: 2em;
  padding-right: 2em;
}

.notop-padding{
  padding-top: 0;
}

.nobottom-padding{
  padding-bottom: 0;
}
.special-section{
 box-sizing: border-box;
 padding: 2rem 2rem;
 background: #fff;
 margin: 0 auto;
}
.special-section-dark{
  box-sizing: border-box;
 padding: 2rem 2rem;
 background: #f4f4f4;
 margin: 0 auto;
}

/* -----------------------------
   Responsive Helpers & Flex System
   ----------------------------- */

/* Make sure media scales nicely */
img, video {
  max-width: 100%;
  height: auto;
}
.cover{
 width: 100%;
  object-fit: cover;
  background-size: cover;
 flex: 1;
}
.height100 img{
  height: 100%;
  width: auto;
  object-fit: cover;
}
.margin-top{
margin-top: 20px!important;
}
.fancy-bold{
 font-family:"Playfair Display"!important;
 font-weight: 700!important;
}
.fancy-bold a{
text-decoration: none;
 background-color: transparent!important;
 color: var(--burgundy);
}
/* Simple responsive container */
.responsive-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
.responsive-container-nomax{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
.boldp{
 font-weight: bold;
}
.caption{
  margin-top: 0;
  padding-top: 0;
  max-width: 700px;
  text-align: center;
}

/* Flex system */
.flex-parent {
  display: flex;
  flex-direction: column; /* stack on mobile */
  gap: 1.25rem;
  width: 100%;
}
.flex-parent-row{
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.flex-parent-card-row{
   display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.flex-child{
flex-basis: 450px;
flex-grow: 1;
flex-shrink: 1;
}
.flex-top{
align-items: flex-start!important;
}
.dark-section{
background-color: #f0f0f0;
}
.flex-card{
flex: 1 1 300px;
box-shadow: 3px 3px 10px rgba(0,0,0,.1);
 height: 400px;
 border-radius: 10px;
 box-sizing: border-box;
 padding: 2rem 2rem;
 background-color: white;
}
.flex-parent article {
  margin: 0;
 flex-shrink: .5;
 flex-grow: 1;
 flex-basis: 250px;
 min-width: 50%;
}
.flex-image{
height: 100%;
}
.highlight{
background-color: #ffff00;
display: inline;
 color: black;
padding: 0 5px;
 position: relative;
}
.symbol{
width: 40px;
background-color: var(--warm-grey-light);
 height: 40px;
 padding: 10px;
 border-radius: 10px;
}
.symbol img{
 width: 100%;
color: white;
}

.button{
  box-sizing: border-box;
width: 100%;
  position:relative;
 display: block;
  margin: 20px auto;
  padding: 1rem 3rem;
 border-radius: 5px;
 text-align: center;
  transition: all .3s ease;
 box-shadow: 0 6px 6px rgba(0,0,0,.1);
 cursor:pointer;
 font-family:"Lexend Deca";
}
.button:hover{
transform: scale(1.025);
 transition: all .3s ease;
  box-shadow: 0 8px 8px rgba(0,0,0,.075);
}
.button1{
color: white;
 background-color: var(--warmgrey);
}
.button2{
color: var(--warmgrey);
 background-color: white;
 border: 2px solid var(--warmgrey);
}
.button3{
 color: white;
 background-color: var(--box1color);
}

.trophy{
width: 50px;
 position: absolute;
top: -48px;
left: 0;
right: 0;
margin: 0 auto;
}
@media screen and (max-width:500px){
 .trophy{
 display: none!important;
 }
}
.flex-child {
  flex: 1 1 0;
  min-width: 0; /* prevents overflow when child has wide content */
}

.grow{
  flex-grow: 1;
}
.text-border{
position: relative;
}
.text-border::after{
content:"";
position: absolute;
display: block;
bottom:-15px;
 left: 0;
 right: 0;
width: 50%;
 margin: 0 auto;
border-bottom: 2px solid white;
}
.text-cover-image-container{
position: relative;
 border-radius: 5px;
 max-height: 500px;
 overflow: hidden;

}
.text-cover-image{
position: absolute;
top: 0;
 bottom: 0;
 left: 0;
 right: 0;
width: 100%;
box-sizing: border-box;
 align-items: center;
 align-content: center;
 border-radius: 5px;
 margin: 0 auto;
 text-align: center;
 background-color: rgba(0,0,0,.5);
padding: 0 10%;
 font-size: clamp(1em, 2vw, 3em);
}
.text-cover-image{
 max-width: 100%;
}
.single-image{
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
 border-radius: 5px;
}
.badges{
background-color: #cecece;
box-sizing: border-box;
width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
flex-flow: row wrap;
gap: 20px;
padding: 40px;
align-items: center;
}
.badges img{
width: 100px;
height: 100%;


}

/* Side-by-side on medium screens and up */
@media (min-width: 768px) {
  .flex-parent {
    flex-direction: row;
  }
}

/* Optional proportional modifiers */
.flex-child--2 { flex: 2 1 0; }
.flex-child--3 { flex: 3 1 0; }


/* Utility: center content */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.margin-center{
margin: 0 auto;
}

.text-center{
text-align: center;
}
.vert-center{
align-content: center;
align-self: center;

}
.white-text{
color: white!important;
}
.white-text a{
text-decoration: none;
 color: #ffe5d2;
}

/* -----------------------------
   General Semantic Layout Blocks
   ----------------------------- */

/* Sections: create breathing space between major blocks */
section {
  padding: 3rem 1rem;
  margin: 0 auto;
  box-sizing: border-box;
 width: 100%;
}
.light-bg-box{
background-color: var(--lightgrey);
box-sizing: border-box;
padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Alternate background utility for visual separation */
section.alt {
  background-color: var(--warm-grey-light);
}

/* Articles: useful for blog posts or feature blocks */
article {
  margin-bottom: 2rem;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

/* Aside: secondary / sidebar content */
aside {
  padding: 1.5rem;
  background-color: var(--lightgrey);
  border-radius: 6px;
  margin-bottom: 2rem;
}

/* Figure and captions */
figure {
  margin: 0;
  display: inline-block;
  max-width: 100%;
}

figcaption {
  font-size: 0.9em;
  color: var(--footercolor);
  margin-top: 0.5rem;
  text-align: center;
}

/* Blockquote: make it stand out */
blockquote {
  border-left: 4px solid var(--highlightcolor);
  margin: 2rem 0;
  padding: 0.5rem 1rem;
  font-style: italic;
  color: var(--textcolor);
  background: var(--warm-grey-light);
  border-radius: 4px;
}

/* Lists inside content */
.content ul, .content ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.content li {
  margin-bottom: 0.5rem;
}

/* Section titles: give them spacing */
section h2, section h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.shorth2{
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  font-size: clamp(2em, 3vw, 3em)!important;
}
.shortp{
  margin: 20px auto;
  max-width: 800px;
  text-align: center;
}
/*-- lists --*/
/* -----------------------------
   Lists inside .content
   ----------------------------- */

/* Base unordered & ordered lists */
.content ul,
.content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem; /* room for bullets/numbers */
  color: var(--textcolor);
  line-height: 1.6;
}

/* List items */
.content li {
  margin-bottom: 0.75rem;
}

/* Nested lists */
.content ul ul,
.content ol ol {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
  font-size: 0.95em;
  color: var(--footercolor);
}

/* Unordered list bullets: custom style */
.content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.25rem;
  font-family:"Poppins";
}

.content ul li::before {
  content: "•"; /* simple bullet — swap for SVG if you want */
  position: absolute;
  left: 0;
  color: var(--highlightcolor);
  font-weight: bold;
}

/* Ordered list numbers */
.content ol {
  counter-reset: list-counter;
}

.content ol li {
  list-style: none;
  counter-increment: list-counter;
  position: relative;
  padding-left: 2rem;
}

.content ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  color: var(--highlightcolor);
  font-weight: 600;
}

/* Definition list (dl/dt/dd) */
.content dl {
  margin: 1.5rem 0;
}

.content dt {
  font-weight: 600;
  margin-top: 1rem;
  color: var(--textcolor);
}

.content dd {
  margin-left: 1.25rem;
  color: var(--footercolor);
}

/* Optional: checklist style */
.content ul.checklist li::before {
  content: "✓"!important;
  color: var(--highlightcolor);
  font-weight: bold;
}

/* Multi-column UL inside content */
.content ul.columns {
  columns: 2;              /* auto split into 2 columns */
  column-gap: 2rem;        /* space between columns */
  list-style: none;
  padding-left: 0;
}

.content ul.columns li {
  break-inside: avoid;     /* keep items intact */
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.content ul.columns li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--highlightcolor);
}

.businessInfo {
  display: flex;
  flex-flow: row wrap;
  max-width: 1160px;
  margin: 0 auto;
 gap: 20px;
  justify-content: space-around;
  padding: 100px 20px;
  background-color: #f3f3f3;
}

.businessInfo h2 {
  text-align: left;
}

.businessInfo iframe {
  width: 100%;
  max-width: 600px;
  max-height: 300px;
 border: 0;
  outline: 2px solid #e3e3e3;
  outline-offset: 7px;
}

.info-container p a {
  background-color: gold;
}
.bcr-services{
max-width: 1200px;
margin: 0 auto;
}

.mini-faq{
width: 90%;
 margin: 0 auto;
max-width: 1200px;
padding: 20px;
border-radius: 5px;
box-shadow: 5px 10px 20px rgba(0,0,0,.2);
margin-bottom: 50px;
}
.mini-faq h2{
background-color: black;
padding: 1em;
color: white;
 border-radius: 5px;
}
.mini-faq-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.nomargin-top{
 margin-top: 0!important;
}
.question {
  width: 100%;
  text-align: left;
  padding: 1em 2em;
  background: #f5f5f5;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
 font-size: clamp(1rem, 2vw, 1.5rem);
}
.answer-container {
  max-height: 0;
  overflow: scroll;
 box-sizing: border-box;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 25px;
  background: #fff;
}

.mini-faq-box.active .answer-container {
  max-height: 500px; /* large enough for content */
  padding: 2em 4em;
}

 .gallery-menu-container {
  box-sizing: border-box;
        display: flex;
  padding: 20px;

        gap: 20px;
    }

    .gallery-menu-container > div {
       box-sizing: border-box;
        flex: 1;
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
       align-items: center;
     align-content: center;
        cursor: pointer;
    }

    .h6-group {
        display: flex;
        gap: 15px;
     margin: 0 auto;
     justify-content: center;
        flex-wrap: wrap;
    }

    .h6-group h6 {
        cursor: pointer;
        display: none;
        margin: 0;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        transition: all 0.2s ease;
    }

    .h6-group h6:hover {
        background-color: #f0f0f0;
    }

    .category-content {
        padding: 20px;
        margin-top: 20px;
        border-top: 1px solid #ddd;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .category-content img {
        border-radius: 5px;
       max-width: 300px;
       height: auto;
        object-fit: cover;
    }
.service-nav{
margin-top: 20px;
}
.service-nav-item-cont{
background-color: var(--warmgrey);
padding: 20px;
 border-radius: 5px;
}
    .service-nav-item{
    display: inline-block;
    padding: 0 10px;
    }
.service-nav-item-cont h4{
margin-top: 0;
}
    .service-nav-item a{
    text-decoration: none;
     display: inline-block;
     font-family:"Poppins";
     color: var(--textcolor);
     background-color: var(--warm-grey-light);
     padding: 5px 10px;
     margin: 5px auto;
     border-radius: 5px;
    }
.service-para-cont{
flex-basis: 450px;
 flex-grow: 1;
 flex-shrink: 1;
}
.service-para-cont h4{
margin-top: 0;
}
.flex-expand{
flex-basis: 100%!important;
}
.service-para-cont img{
max-height: 50vh!important;
width: 100%;
object-fit: cover;
margin: 20px auto;
}
/*-- service-swiper --*/
/* Container */
.swiper {
  width: 100%;
  margin: 2rem auto;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Slides */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000; /* fallback */
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.gallery-swiper{
box-sizing: border-box;
}
.gallery-swiper .swiper-wrapper .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.gallery-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures full coverage, cropped if needed */
  display: block;
}

/*reviews*/
.reviews-section h2{
text-align: center;
}
.reviews-swiper{
background-color: white;

}
.reviews-swiper .swiper-slide{
background-color: white;
box-sizing: border-box;
height: 500px;
padding: 20px;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,.3);
 position: relative;
}
.review-date{
position: absolute;
bottom: 70px;
text-align: center;
left: 0;
right: 0;
 width: 100%;
    font-family:"Poppins";
}
.review-rating{
box-sizing: border-box;
padding: 10px 0;
}
.review-author{
  font-family:"Poppins";
  font-weight: bold;
}
.review-text{
box-sizing: border-box;
padding: 20px 0;
 max-height: 300px;
 overflow: scroll;
  font-family:"Poppins";
}

/* Adjust nav + dots color */
.swiper-button-next,
.swiper-button-prev {
 content: ''; /* remove default › */
  color: var(--burgundy)!important; /* fallback blue if var not set */
width: 30px;
  height: 30px;
  border-radius: 50%;
 text-shadow: 0 0 5px #fff;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px!important; /* smaller arrow */
  font-weight: 900;
  content: ''; /* remove default › */
  width: 12px;
  height: 12px;
  display: inline-block;
}

.swiper-pagination-bullet {
  background: var(--burgundy)!important;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}



/* Utility spacing helpers */
.spacer-sm { margin-top: 1rem; margin-bottom: 1rem; }
.spacer-md { margin-top: 2rem; margin-bottom: 2rem; }
.spacer-lg { margin-top: 3rem; margin-bottom: 3rem; }
@media screen and (max-width: 700px){
 .opening-box{
 width: 90%;

 }
 .opening-box span{
 font-size: 2.5em;
 }
}
@media screen and (max-width: 484px){
 .text-cover-image-container{
 max-height: 700px;
 }
  .opening-box span{
 font-size: 2.2em;
 }
 .mini-faq-box.active .answer-container{
 padding: 10px 10px;
 }
 .padding-p{
  padding-left: .5em;
  padding-right: .5em;
}
}
/* Give the whole swiper a definite height so child slides can fill it */
.gallery-swiper {
  height: 30vh;            /* pick what fits your design */
  max-height: 400px;
  box-sizing: border-box;
}

/* Force wrapper and slides to stretch to that height */
.gallery-swiper .swiper-wrapper {
  align-items: stretch;    /* important so slides match the wrapper height */
}

.gallery-swiper .swiper-slide {
  height: 100%;            /* match the swiper container */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;        /* crop overflowed img */
  box-sizing: border-box;
  min-height: 0;           /* prevents flex overflow issues */
}

/* Make the image truly fill the slide and use object-fit to crop */
.gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100% !important;   /* override earlier height:auto */
  min-width: 0;              /* prevent intrinsic min-width from breaking layout */
  object-fit: cover;         /* fills and crops as necessary */
  display: block;
}
/* CONTACT PAGE STYLING
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.contact-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  padding: 4rem 2rem;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}

/* Contact description side */
.contactDesc {
  flex: 1 1 400px;
  max-width: 500px;
}

.contactDesc h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #2e2e2e;
  margin-bottom: 0.5rem;
}

.contactDesc .hr {
  width: 60px;
  height: 4px;
  background-color: #7a2c2c; /* burgundy accent */
  border: none;
  margin: 0.5rem 0 1.5rem 0;
}

.contactDesc p {
  font-family: "Lexend Deca", sans-serif;
  color: #444;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.contactDesc img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Contact form */
.contact-form {
  flex: 1 1 450px;
  max-width: 550px;
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.contact-form h2 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-size: 1.75rem;
  color: #2e2e2e;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #7a2c2c;
  display: inline-block;
  padding-bottom: 0.3rem;
}

/* Inputs and form structure */
.contact-form label {
  display: block;
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
  margin-top: 1rem;
 font-family:"Poppins";
}

.contact-form input[type="text"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
 box-sizing: border-box;
  margin-top: 0.35rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #7a2c2c;
  box-shadow: 0 0 0 3px rgba(122, 44, 44, 0.15);
  outline: none;
}

/* Name fields side by side */
.contact-form .name {
  display: flex;
  gap: 1rem;
}

.contact-form .name div {
  flex: 1;
}

/* Button styling */
.contact-form button {
  display: inline-block;
  margin-top: 1.75rem;
  background-color: #7a2c2c;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 0.9rem 1.5rem;
  cursor: pointer;
  font-family: "Lexend Deca", sans-serif;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.contact-form button:hover {
  background-color: #5e2020;
  transform: translateY(-2px);
}


/* Responsive layout */
@media (max-width: 900px) {
  .contact-section {
    flex-direction: column;
    padding: 3rem 1.5rem;
   margin: 0 auto;
  }

  .contactDesc,
  .contact-form {
    max-width: 100%;
   margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .contact-form {
    padding: 1.5rem;
  }

  .contactDesc h2,
  .contact-form h2 {
    font-size: 1.5rem;
  }

}

