





@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed&display=swap');





*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




html {
  font-size: 10px;
  scroll-behavior: smooth;

}

body {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  color: #222;
  background: #fff;

}

/* Misc */


#about {

  scroll-margin-top: 20rem;

}

#services {

  scroll-margin-top: 12rem;

}

#ourwork {

  scroll-margin-top: 12rem;

}

#contact04 {

  scroll-margin-top: 8rem;
}


#testomonials {

  scroll-margin-top: 20rem;
}

#ba {

  scroll-margin-top: 20rem;

}

#pc-text {

  font-size: 1.5rem;
  text-align: left;
  width: 90%;

}

#pc-h2 {

  font-size: 1.75rem;
  color: #333333;


}
/* ===== HERO ===== */


.hero {
  margin-top: 6rem;
  padding: 2rem 0;
  text-align: center;
  padding-bottom: 0;
  
  display: flex;
  flex-direction: column;
}

/* Headline */

.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-align: start;
  padding: 0 1.8rem;
}

.hero h2 {

  text-align: start;
  padding-left: 1.8rem;

}

/* Hero CTA */

.hero a {
  display: inline-block;

  padding: 1.4rem 2.6rem;

  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;

  text-decoration: none;
  color: #F5F5F3;
  background: #2F3E4F;

  border: 0.2rem solid #2F3E4F;
  border-radius: 0.6rem; 

  transition: all 0.2s ease;
  width: 40%;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  margin-left: 1.8rem;
  
  text-transform: uppercase;

}

/* Hover */
.hero a:hover {
  background: #C7A76C;
  color: #F5F5F3;
}

/* Click feedback */
.hero a:active {
  transform: scale(0.97);
}


/* Hero Image */

.hero-img {
  display: block;
  width: 100%;
  height: 35vh;
  object-fit: cover;
  margin-bottom: 2rem;
 
}

/* Paragraph */

.hero p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333333;
  text-align: start;
  padding-left: 1.25rem;
  padding-right: 3rem;
  
}

/* Trust Strip */

.trust-banner {
  margin-top: 2rem;
  padding: 1.2rem 1.4rem;
  background: #E5E6E8;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  border-radius: 0.6rem;
  white-space: nowrap;
  overflow-x: auto;
}

.trust-banner span {
  margin: 0 0.8rem;
  opacity: 0.5;
}

/* HERO PC */





/* Hero Queries */

@media (min-width: 1px) {

  .hero-pc {

    display:none;

  }

}

@media (min-width: 1199px) {

  .hero {display: none;}

.hero-pc {

  display: block;


}

.hero-pc {
  
  text-align: center;
  padding-bottom: 0;
  display: block;
  margin-top: 7rem;

}

#pc-text {

  display: block;

}

.hero-pc-flex-wrap {

  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160rem;
  margin: auto;
  margin-bottom: 1.7rem;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;





}

.hero-pc-flex-wrap-child-1 {

  margin-left: 1.8rem;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 2rem;

}

/* Headline */

.hero-pc h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  text-align: start;
  padding-right: 2rem;
}

.hero-pc h2 {

  text-align: start;

}

/* Hero CTA */

.hero-pc a {
  display: inline-block;

  padding: 1.4rem 2.6rem;

  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;

  text-decoration: none;
  color: #F5F5F3;
  background: #2F3E4F;

  border: 0.2rem solid #2F3E4F;
  border-radius: 0.6rem; 

  transition: all 0.2s ease;
  width: 40%;
  text-transform: uppercase;

}

/* Hover */
.hero-pc a:hover {
  background: #C7A76C;
  color: #F5F5F3;
}

/* Click feedback */
.hero-pc a:active {
  transform: scale(0.97);
}


/* Hero Image */

.hero-img-pc {
  display: block;
  height: 60rem;
  width: 50%;
  border-radius: 2rem;


}

/* Trust Strip */

.trust-banner-pc {
  padding: 1.2rem 1.4rem;
  background: #E5E6E8;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  border-radius: 0.6rem;
  white-space: nowrap;
  overflow-x: auto;
}

.trust-banner-pc span {
  margin: 0 0.8rem;
  opacity: 0.5;
}

}



/* ===== CTA ===== */

.cta {
  padding: 3.2rem 1.8rem;
  text-align: center;
  background: #F5F5F3;
  border-top: 0.1rem solid #E5E6E8;
  border-bottom: 0.1rem solid #E5E6E8;
}

.cta h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.cta p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 2rem;
  color: #333333;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.4rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.6rem;
  letter-spacing: 0.05rem;
}

.btn-primary {
  background: #2F3E4F;
  color: #F5F5F3;
  border: 0.1rem solid #2F3E4F;
}

.btn-outline {
  background: transparent;
  color: #2F3E4F;
  border: 0.1rem solid #2F3E4F;
}

.cta-note {
  font-size: 1.3rem;
  margin: 0;
  color: #666;
}

/* CTA Queries */

@media (min-width: 1200px) {

  .btn-primary {

    width: 35%;
    max-width: 50rem;
    margin: auto;

  }

  .btn-outline {

    width: 35%;
    max-width: 50rem;
    margin: auto;

  }

}

/* ===== ABOUT ===== */

.about {
  padding: 3.2rem 1.8rem;
  text-align: start;
  max-width: 120rem;
  margin: auto;
}

.about h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.75rem;
  letter-spacing: 0.08rem;
  margin-bottom: 1.6rem;
}

.about-img {
  display: block;
  width: 100%;
  height: 26vh;
  max-width: 60rem;
  object-fit: cover;
  border-radius: 0.6rem;
  margin-bottom: 1.8rem;
}

.about p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333333;
  margin: 0;
}

.about-cta {
  display: inline-block;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #2F3E4F;
  border: 0.2rem solid #2F3E4F;
  border-radius: 0.6rem;
  letter-spacing: 0.05rem;
  transition: 0.2s ease;
}

.about-cta:active {
  transform: scale(0.97);
}

/* About Queries */

@media (min-width: 768px) {

  .about {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }


  .about-img {

    height: 35vh;
    margin-bottom: 2.5rem;

  }

  .about p {
    width: 85%;
    max-width: 100rem;
    text-align: center;

  }

  .about h2 {

    text-align: center;

  }

  .grid-2-ab {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

}

@media (min-width: 1200px) {

  .about {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }

  .about div:nth-child(1) {

    grid-column: 2;

  }

  .about div:nth-child(2) {

    grid-column: 1;
    grid-row: 1;

  }

  .about p {

    text-align: left;

  }

  .grid-2-ab {

    align-items: start;

  }

}

/* ===== WHY CHOOSE US ===== */

.why {
  padding: 3.2rem 1.8rem;
  max-width: 160rem;
}

.why-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08rem;
  margin-bottom: 2rem;
}

/* Card styling */

.why-card {
  background: #F5F5F3;
  padding: 1.8rem;
  border-radius: 0.6rem;
}

.why-card + .why-card {
  margin-top: 1.2rem;
}

.why-card h3 {
  font-size: 1.7rem;
  margin-bottom: 0.6rem;
}

.why-card p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}

.check {

  color: #2F3E4F;

}

/* Why Choose Us Queries */

@media (min-width: 768px) {

  .why {

    margin: auto;
    border-top: 1px solid #E5E6E8;

  }

  .why-heading {

    text-align: center;

  }

  .why-card {

    width: 80%;
    margin: auto;
    text-align: center;

    display: flex;
    flex-direction: column;
    gap: .5rem;

  }

}

@media (min-width:1600px) {

  .why-wrap {

    display: grid;
    grid-template-columns: 1fr 1fr;

  }

  .why-card {

    padding: 2.6rem;

  }

}





/* Before / After */



.before-after-section-499 {
  padding: 5rem 1.8rem;
  background-color: #f7f7f7;
}

.before-after-wrap-499 {
  max-width: 110rem;
  margin: 0 auto;
}

.before-after-heading-499 {
  max-width: 68rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.before-after-eyebrow-499 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: #7b7b7b;
  margin-bottom: 0.9rem;
}

.before-after-title-499 {
  font-size: 3.2rem;
  line-height: 1.15;
  color: #1b1b1b;
  margin-bottom: 1.2rem;
}

.before-after-text-499 {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* Card */

.before-after-card-499 {
  display: block;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0;
  border: none;
  background-color: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.before-after-card-499:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.12);
}

.before-after-card-image-wrap-499 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.before-after-card-image-499 {
  display: block;
  width: 100%;
  height: 34rem;
  object-fit: cover;
}

.before-after-card-badge-499 {
  position: absolute;
  left: 1.6rem;
  bottom: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.4rem;
  border-radius: 999rem;
  background-color: rgba(20, 20, 20, 0.82);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}

.before-after-card-content-499 {
  padding: 2rem;
}

.before-after-card-top-499 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1rem;
}

.before-after-card-title-499 {
  font-size: 2.1rem;
  color: #1b1b1b;
  margin: 0;
}

.before-after-card-count-499 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #666;
  white-space: nowrap;
}

.before-after-card-text-499 {
  font-size: 1.55rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* =========================
   MODAL
========================= */

.before-after-modal-499 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.before-after-modal-499.active-499 {
  display: block;
}

.before-after-backdrop-499 {
  position: absolute;
  inset: 0;
  background-color: rgba(10, 10, 10, 0.84);
}

.before-after-dialog-499 {
  position: relative;
  z-index: 2;
  width: calc(100% - 3rem);
  max-width: 100rem;
  margin: 3rem auto;
  background-color: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.before-after-close-499 {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 4.2rem;
  height: 4.2rem;
  border: none;
  border-radius: 50%;
  background-color: rgba(20, 20, 20, 0.82);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}

.before-after-main-499 {
  position: relative;
  min-height: 38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111;
}

.before-after-image-wrap-499 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.before-after-image-499 {
  display: block;
  width: 100%;
  max-height: 75vh;
  object-fit: contain;
  background-color: #111;
}

.before-after-nav-499 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  z-index: 4;
  transition: background-color 0.2s ease;
}

.before-after-nav-499:hover {
  background-color: rgba(255, 255, 255, 0.28);
}

.before-after-prev-499 {
  left: 1.4rem;
}

.before-after-next-499 {
  right: 1.4rem;
}

.before-after-footer-499 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background-color: #fff;
}

.before-after-meta-499 {
  max-width: 70rem;
}

.before-after-modal-title-499 {
  font-size: 2rem;
  color: #1b1b1b;
  margin: 0 0 0.7rem;
}

.before-after-caption-499 {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.before-after-counter-499 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #666;
  white-space: nowrap;
  padding-top: 0.3rem;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .before-after-section-499 {
    padding: 4rem 1.6rem;
  }

  .before-after-title-499 {
    font-size: 2.7rem;
  }

  .before-after-text-499 {
    font-size: 1.5rem;
  }

  .before-after-card-image-499 {
    height: 24rem;
  }

  .before-after-card-content-499 {
    padding: 1.8rem;
  }

  .before-after-card-top-499 {
    flex-direction: column;
    align-items: flex-start;
  }

  .before-after-dialog-499 {
    width: calc(100% - 1.6rem);
    margin: 0.8rem auto;
    border-radius: 1.2rem;
  }

  .before-after-main-499 {
    min-height: 28rem;
  }

  .before-after-image-499 {
    max-height: 65vh;
  }

  .before-after-nav-499 {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }

  .before-after-prev-499 {
    left: 0.8rem;
  }

  .before-after-next-499 {
    right: 0.8rem;
  }

  .before-after-footer-499 {
    flex-direction: column;
    gap: 1rem;
    padding: 1.6rem;
  }

  .before-after-modal-title-499 {
    font-size: 1.8rem;
  }

  .before-after-caption-499 {
    font-size: 1.4rem;
  }

  .before-after-counter-499 {
    padding-top: 0;
  }

  .before-after-close-499 {
    top: 1rem;
    right: 1rem;
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.2rem;
  }
}

/* End Before / After */

/* Testimonials */

.container{
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}

/* section-header */

.section-header{
  text-align: center;
  margin-bottom: 50px;
}

.section-header .title{
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  color: #2F3E4F;
  line-height: 1.2;
}

/* testimonials */

.testimonials{
  padding: 1rem 0 3rem;
  box-shadow: 0 1.2rem 2.4rem rgba(0,0,0,0.18);
  height: 40rem;
  background-color: #FFF;
}

.testimonials-item{
  background-color: #2F3E4F;
  

  padding: 30px;
  border-radius: 30px;
  font-size: 1.25rem;
  height: 20rem !important;
  padding-bottom: 3rem;
}

.testimonials-item .info{
  display: flex;
  align-items: center;
}


.testimonials-item .name{
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: #F5F5F3;
  line-height: 1.2;
}

.testimonials-item .job{
  text-transform: capitalize;
  color: #F5F5F3;
}

.testimonials-item p{
  margin-top: 1rem;
  color: #F5F5F3;
  font-size: 1.475rem;
  line-height: 1.3;
}



.testimonials .swiper-pagination{
  position: relative;
  margin-top: 40px;
  bottom: auto;
}

.testimonials .swiper-pagination-bullet{
  height: 12px;
  width: 12px;
  background-color: #E5E6E8;
}


.testimonials,
.gallery,
.swiper,
.swiper-wrapper,
.swiper-slide,
.swiper-pagination {
  position: relative !important;
  z-index: 1 !important;
}



/* Project Gallery */

.container{
  max-width: 117rem;
  margin: auto;
  padding: 0 1.5rem;
  background-color: #fff;
}

/* section-header */
.section-header{
  text-align: center;
  margin-bottom: 5rem;
  padding-top: 2rem;
  text-transform: uppercase;
}

.section-header .title{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08rem;
  margin-bottom: -2rem;
}

/* Project Gallery */

.container{
  max-width: 117rem;
  margin: auto;
  padding: 0 1.5rem;
}

/* section-header */
.section-header{
  text-align: center;
  margin-bottom: 5rem;
  padding-top: 2rem;
  text-transform: uppercase;
}

.section-header .title{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08rem;
  margin-bottom: -2rem;
}

/* project gallery */

.project-gallery{
  padding: 0rem 0 4rem;

  box-shadow: 0 0 2rem rgba(0,0,0,0.08);
}

.project-gallery-item{
  background-color: #F5F5F3;
}

.project-gallery-item .info{
  display: flex;
  align-items: center;
}

.project-gallery-item img{
  width: 100%;
}

.project-gallery-item .name{
  font-size: 2.4rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #2F3E4F;
  line-height: 1.2;
}

.project-gallery-item .job{
  text-transform: capitalize;
  color: #666;
}

.project-gallery-item p{
  margin-top: 2rem;
  color: #333333;
  font-size: 1.4rem;
}

.project-gallery-item .rating{
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: #C7A76C;
}

.project-gallery .swiper-pagination{
  position: relative;
  margin-top: 4rem;
  bottom: auto;
}

.project-gallery .swiper-pagination-bullet{
  height: 1.2rem;
  width: 1.2rem;
  background-color: #333;
}

/* ===== SERVICES ===== */

.services {
  padding: 3.2rem 1.8rem;

  max-width: 160rem;
  margin: auto;
}

.services-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  text-align: center;
}

.service-card {
  width: 80%;
  height: 15rem;
  margin: 0 auto;
  background: #F5F5F3;
  padding: 2rem;
  border-radius: 0.6rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-card + .service-card {
  margin-top: 1.6rem;
}

.service-card h3 {
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
  color: #2F3E4F;
}

.service-card p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}

/* Service Queries */

@media (min-width: 768px) {

  .service-card h3 {

    font-size: 2rem;

  }

  .service-card p {

    font-size: 1.55rem;
    text-align: center;

  }

  .service-card {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;

  }

}

@media (min-width: 1600px) {

  .service-wrap {

    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    gap: 1.6rem;

  }

  .service-card + .service-card {

    margin-top: 0;

  }

}

/* ===== PROCESS ===== */

.process {
 padding: 5rem 1.8rem 3.2rem;

 max-width: 140rem;
 margin: auto;
}

.process-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08rem;
  line-height: 1.1;
  margin-bottom: 2.4rem;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.process-step + .process-step {
  margin-top: 2rem;
}

.step-number {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #2F3E4F;
  color: #F5F5F3;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  line-height: 4rem;
  text-align: center;
}

.step-content h3 {
  font-size: 1.8rem;
  color: #2F3E4F;
  margin-bottom: 0.6rem;
}

.step-content p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}

/* Process Media Queries */

@media (min-width: 1200px) {

  .process-wrap {

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 4rem;

    max-width: 90%;
    margin: auto;
  }

  .process-step + .process-step {

    margin-top: 0;

  }

  .process-heading {

    text-align: center;
    margin-bottom: 3rem;

  }

}
/* Divider */

.divider {

  border-bottom: 1px solid #333;

}

/* ===== MISSION ===== */

.mission{
  padding: 4rem 1.8rem;
  text-align: center;
  max-width: 100rem;
  margin: auto;
}

.mission-heading{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08rem;
  margin-bottom: 1.6rem;
  margin-top: 1.5rem;
}

.mission-text{
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333333;
}

.mission-img{
  width: 100%;
  height: 28vh;
  max-width: 60rem;
  object-fit: cover;
  border-radius: 0.6rem;
  margin-bottom: 1.6rem;

  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.18);
}
/* Contact Form */

/* Footer Call-to-Action Section */
.footer-cta {
  position: relative;
  padding: 4rem 0 0rem;
  border-top: 1px solid #E5E6E8;
  color: #F5F5F3;

  background-size: cover;
  background-position: center;
}

.footer-cta-content {
  position: relative;
  text-align: center;
  padding: 4rem 0rem;
  background: #F5F5F3;
  background: #2F3E4F;
  margin: auto;
}

.footer-cta-content .prefix {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
  color: #F5F5F3;
}

.footer-cta-title {
  font-size: 3rem;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  color: #F5F5F3;
  width: 90%;
  margin: auto;
  padding-bottom: 1.5rem;
}

.footer-cta-btn {
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
}

.contact-section {
  background-color: #F5F5F3;
  padding: 5rem 2rem;
}

.contact-container {
  max-width: 120rem;
  margin: 0 auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 3rem;
}

.contact-label {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.contact-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2F3E4F;
  margin-bottom: 0.5rem;
}

.contact-header p {
  color: #333333;
  font-size: 1.2rem;
}

.contact-form {
  background-color: #F5F5F3;
  padding: 2rem;
  border-radius: 1rem;
  width: 90%;
  max-width: 60rem;
  margin: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border: 4px solid #E5E6E8;
}

.contact-form h3 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #2F3E4F;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  font-weight: 500;
  font-size: 1rem;
  color: #2F3E4F;
}

.contact-form input,
.contact-form textarea {
  padding: 0.8rem 1rem;
  border: 1px solid #E5E6E8;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
}

.submit-btn {
  margin-top: 1rem;
  padding: 0.9rem 2rem;
  background-color: #2F3E4F;
  color: #F5F5F3;
  font-weight: 700;
  font-size: 1.1875rem;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;

  background: transparent;
  border: 2px solid #2F3E4F;
  color: #2F3E4F;
}

.submit-btn:hover {
  background-color: #C7A76C;
}

.sib-form {
  background: #F5F5F3;
}

/* ===== FOOTER ===== */

.footer-wrapper {

  background: #2F3E4F;

}

.site-footer {
  color: #F5F5F3;
  padding: 4rem 1.8rem 6rem;
  max-width: 160rem;
  margin: auto;

}

.footer-brand {
  margin-bottom: 3rem;
}

.footer-brand h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #E5E6E8;
  margin: 0;
}

.footer-links {
  margin-bottom: 3rem;
}

.footer-links h3,
.footer-contact h3 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  color: #F5F5F3;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#li1 {

  margin-top: 1rem;

}

.footer-links li + li {
  margin-top: 1rem;
}

.footer-links a {
  text-decoration: none;
  color: #E5E6E8;
  font-size: 1.5rem;
}

.footer-contact {
  margin-bottom: 3rem;

}

.footer-contact ul {

  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;

}

.footer-contact p {
  font-size: 1.5rem;
  color: #E5E6E8;
  margin: 0;
}

.footer-contact p + p {
  margin-top: 1rem;
}

.footer-contact a {
  text-decoration: none;
  color: #E5E6E8;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 0.1rem solid #C7A76C;
}

.footer-bottom p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #E5E6E8;
  margin-bottom: 1rem;
}

.footer-bottom span {
  display: block;
  font-size: 1.2rem;
  color: #C7A76C;
}

/* Footer 1000PX Query */

@media (min-width:1000px) {

  .site-footer {

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    text-align: center;
    padding-bottom: 2rem;

  }

  .site-footer div:nth-child(1) {

    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;

  }

  /* Quick Links ---- */

  .footer-links {

    margin-right: 5rem;

  }

  .footer-links h3 {

    font-size: 2.125rem;

  }

  .footer-links ul {

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;

  }

  .footer-links ul a {

    font-size: 1.625rem;

  }

  /* End Quick Links */

  /* Contact Info */

  .footer-contact {

    margin-right: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }

  .footer-contact ul {

    display: flex;
    flex-direction: row;
    gap: 3rem;
    list-style: none;
    justify-content: center;
    align-items: center;

  }  

  /* End Contact Info  */

  .site-footer div:nth-child(4) {

    grid-column: 1 / -1;
    text-align: center;

  }

  .footer-bottom {

    border: none;

  }

}

/* End 1000px Query */

/* Footer 1500px Query */

@media (min-width: 1600px) {

  .site-footer {
    padding: 4rem 2rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 4rem;
  }

  .site-footer > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .site-footer > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    margin-right: 0;
    margin-bottom: 0;
  }

  .site-footer > div:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    margin-right: 0;
    margin-bottom: 0;
  }

  .site-footer > div:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
    justify-self: center;
    border-top: 1px solid #C7A76C;
  }

  .footer-bottom {

    padding-top: 1rem;

  }

}



/* Floating Call */

.floating-call-btn {

  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  background-color: #f5f5f3;
  color: #2F3E4F;
  font-size: 1.8rem;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  box-shadow: 0 4px 12px var(--logo-shadow);
  z-index: 9999;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.floating-call-btn:hover {
  transform: scale(1.1);
}

.floating-call-btn:active {
  transform: scale(1.1);
}

/* End Floating Call */


/* NAV */


header {

  background-color: #2F3E4F;

}

.container-808{
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
.header-808{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;

  z-index: 10;

    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.header-808 .container-808{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-808 .logo-808{
  font-size: 30px;
  font-weight: 600;
  color: #F5F5F3;
  text-transform: capitalize;
}
.header-808 .menu-btn-808{
  display: none;
}
.header-808 .menu-808 li{
  display: inline-block;
}
.header-808 .menu-808 li + li{
  margin-left: 40px;
}
.header-808 .menu-808 a{
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #F5F5F3;
  font-weight: 500;
  position: relative;
  transition: color 0.5s;
}
.header-808 .menu-808 a::after{
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #C7A76C;
  transform: scale(0);
  transition: 0.5s;
}
.header-808 .menu-808 a:hover{
  color: #C7A76C;
}
.header-808 .menu a:hover::after{
  transform: none;
}

@media(max-width: 991px){
  .header-808{
    padding: 8px 0;
  }
  .header-808 .menu-btn-808{
    height: 36px;
    width: 44px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  .header-808 .menu-btn-808 .line-808{
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #F5F5F3;
    transition: transform 0.5s;
  }
  .header-808 .menu-btn-808 .line-1-808{
    transform: translateY(-8px);
  }
  .header-808 .menu-btn-808 .line-3-808{
    transform: translateY(8px);
  }
  .header-808 .menu-btn-808.active .line-2-808{
    transform: rotate(-45deg);
  }
  .header-808 .menu-btn-808.active .line-1-808,
  .header-808 .menu-btn-808.active .line-3-808{
    transform: translateY(0) rotate(-135deg);
  }
  .header-808 .menu-808{
    position: fixed;
    left: 100%;
    top: 0;
    height: 100%;
    background-color: #2F3E4F;
    width: 280px;
    padding: 62px 0 30px;
    transition: transform 0.5s;
  } 
  .header-808 .menu-808.open{
    transform: translateX(-100%);
    background-color: #2f3e4fe8;
    color: #ffffff;
    
  }

  
  .header-808 .menu-808::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 62px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E6E8;
  }

  .header-808 .menu-808 > ul{
    max-height: 100%;
    overflow-y: auto;
  }
  .header-808 .menu-808 li{
    display: block;
  }
  .header-808 .menu-808 li + li{
    margin: 0;
  }
  .header-808 .menu-808 a{
    padding: 12px 30px;
  }
  .header-808 .menu-808 a::after{
    content: none;
  }

  .logo-808{

  font-size: 2.3rem !important;

}
}


/* Areas Served */

.areas-served-item099::before {
  content: "✓";
  margin-right: .6rem;
}

.areas-served099 {
  padding: 3rem 1.6rem;
}

.areas-served-container099 {
  max-width: 120rem;
  margin: 0 auto;
}

.areas-served-header099 {
  max-width: 72rem;
  margin: 0 auto 3.2rem;
  text-align: center;
}

.areas-served-eyebrow099 {
  display: inline-block;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.areas-served-title099 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}

.areas-served-text099 {
  max-width: 62rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.7;
}

.areas-served-content099 {
  max-width: 90rem;
  margin: 0 auto 3.2rem;
}

.areas-served-list099 {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -.6rem;
}

.areas-served-item099 {
  padding: 1.6rem 1.2rem;
  border-radius: 1.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.areas-served-footer099 {
  text-align: center;
}

.areas-served-note099 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.areas-served-btn099 {
  display: inline-block;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  color: #2F3E4F;
  border: 0.2rem solid #2F3E4F;
  border-radius: 0.6rem;
  letter-spacing: 0.05rem;
  transition: 0.2s ease;
}

/* 944px */
@media (min-width: 59rem) {

  .areas-served099 {
    padding: 8rem 2rem;
  }

  .areas-served-title099 {
    font-size: 3.6rem;
  }

  .areas-served-text099 {
    font-size: 1.7rem;
  }

  .areas-served-content099 {
    margin-bottom: 4rem;
  }

  .areas-served-list099 {
    gap: 1.6rem;
  }

  .areas-served-item099 {
    font-size: 1.7rem;
    padding: 1.8rem 1.2rem;
  }

}

/* 1344px */
@media (min-width: 84rem) {

  .areas-served-title099 {
    font-size: 4.2rem;
  }

  .areas-served-text099 {
    font-size: 1.8rem;
  }



}