/*@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');*/
:root {
  --primary: #b79272;
  --black: #000000;
  --white: #ffffff;
  --color-1: #f8f9fa;
  --color-2: #dee2e6;
  --color-3: #adb5bd;
  --color-4: #495057;
  --color-5: #212529;
  --color-6: #e3d6c8;
  --olivegreen:#8D8C7A;
  --greyblack:#3d3636;
}
.color-1-bg {
  background-color: var(--color-1);
}
.color-2-bg {
  background-color: var(--color-2);
}
.color-3-bg {
  background-color: var(--color-3);
}
.color-4-bg {
  background-color: var(--color-4);
}
.color-5-bg {
  background-color: var(--color-5);
}
.color-6-bg {
  background-color: var(--color-6);
}


.text-color-6 {
  color: var(--color-6) !important;
} 

.text-color-5 {
  color: var(--color-5) !important;
} 

.text-color-1 {
  color: var(--color-1)!important;
} 

.text-color-2 {
  color: var(--color-2) !important;
} 
.service-text-color-2 {
  color: rgba(190, 183, 183, 0.06)!important;
}

.site-branding p {
    display:none;
}

.French-gray-bg {
    background-color: #adb5bd;
}
/*
#f8f9fa, #dee2e6, #adb5bd, #495057, #212529
<palette>
  <color name="Seasalt" hex="f8f9fa" r="248" g="249" b="250" />
  <color name="Platinum" hex="dee2e6" r="222" g="226" b="230" />
  <color name="French gray" hex="adb5bd" r="173" g="181" b="189" />
  <color name="Outer space" hex="495057" r="73" g="80" b="87" />
  <color name="Eerie black" hex="212529" r="33" g="37" b="41" />
</palette>

#f8f9fa, #e9ecef, #dee2e6, #ced4da, #adb5bd, #6c757d, #495057, #343a40, #212529

<palette>
  <color name="Seasalt" hex="f8f9fa" r="248" g="249" b="250" />
  <color name="Anti-flash white" hex="e9ecef" r="233" g="236" b="239" />
  <color name="Platinum" hex="dee2e6" r="222" g="226" b="230" />
  <color name="French gray" hex="ced4da" r="206" g="212" b="218" />
  <color name="French gray" hex="adb5bd" r="173" g="181" b="189" />
  <color name="Slate gray" hex="6c757d" r="108" g="117" b="125" />
  <color name="Outer space" hex="495057" r="73" g="80" b="87" />
  <color name="Onyx" hex="343a40" r="52" g="58" b="64" />
  <color name="Eerie black" hex="212529" r="33" g="37" b="41" />
</palette>
*/
/* Section subheading style for banner */
.section-subheading {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: 0.02em;
}
/* Make all main sections full viewport height */
section.banner,
section.company-section,
section.designer-section,
section.projects-section,
section.testimonial-section,
section.services-section,
section.contact-us,
section#ctcp_sec_form {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom:20px;
}
/* Make banner container full width */
.banner-fullwidth-container {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0;
}
.hero-heading-above h1.section-heading {
  color: #fff !important;
  font-size: clamp(2.5rem, 8vw, 5rem) !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5em;
  width: 95vw;
 /*  max-width: 1200px; */
  margin-bottom: 0;
}
.mobhide {
    display:none;
}
h3.section-heading {
    /* color: #111111 !important; */
    /*font-size: clamp(2.5rem, 8vw, 5rem) !important;*/
    font-weight: 700;
    /*   text-align: center; */
    letter-spacing: 0.5em;
    width: 90vw;
    /*  max-width: 1200px; */
    margin-bottom: 0;
}
h3.section-sideheading {
    /* color: #111111 !important; */
    /*font-size: clamp(2.5rem, 3vw, 5rem) !important;*/
    /*font-weight: 700;*/
    /*   text-align: center; */
    letter-spacing: 0.5em;
    /*width: 90vw;*/
    /*  max-width: 1200px; */
    margin-bottom: 0;
    font-family: "Marcellus", Sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
}
.text-black {
  color: #111111 !important;
} 
.hero-text-below .section-text {
  color: #fff !important;
  /* font-size: clamp(1rem, 2.5vw, 1.5rem) !important; */
    font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
  max-width: 900px;
  width: 80vw;
}
/* Hero Centered Layout Customization */
.hero-center-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
}

.hero-heading-above {
  position: absolute;
  top: 45%;
   left: 50%; 
  transform: translate(-50%, -100%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-text-below {
  position: absolute;
  top: 55%;

  /* left: 50%; */
  /* transform: translate(-50%, 0); */
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-heading-above h1.section-heading {
  margin-bottom: 0;
}
.hero-text-below .section-text {
  margin-top: 0;
}
/* common */
*,
h1,
h2,
h3,
h4,
h5,
a,
p {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden !important;
}
body {
  background-color: var(--white);
  font-family: "Poppins", sans-serif;
}
::selection {
  background-color: var(--color-1);
  color: var(--color-2);
}
.container {
  max-width: 1280px;
  margin: auto;
}
header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  width: 100%;
  z-index: 3;
  height: 7em;
  font-family: "Lexend", sans-serif;
  font-size: clamp(0.66rem, 2vw, 1rem);
  letter-spacing: 0.5em;
}
header a {
  color: #fff;
  text-decoration: none;
      font-size: 34px;
}
.bg-hero {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/alberto-castillo-q-mx4mSkK9zeo-unsplash.jpg);
}
.first .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/pexels-heyho-6316069.jpg);
  background-size: cover;         /* scale image to cover entire box */
  background-position: center;    /* center the focal point */
  background-repeat: no-repeat;   /* prevent tiling */
  min-height: 100vh;              /* fill full viewport height */
}
section .outer,
section .inner {
  width: 100%;
  height: 100%;
 /*  overflow-y: hidden; */
}
.hero h1 {
  font-size: clamp(1rem, 5vw, 5rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  color: #cccccc;
  width: 90vw;
  max-width: 1200px;
}
.hero h2 {
  font-size: clamp(1rem, 5vw, 5rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  color: #cccccc;
  width: 90vw;
  max-width: 1200px;
}
.hero .section-text {
  display: block;
  font-size: clamp(0.8rem, 2vw, 1.5rem);
  font-weight: 300;
  color: #e0e0e0;
  text-align: center;
  margin: 1.5em auto 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.5;
  max-width: 900px;
  width: 80vw;
}

a,
button,
img {
  transition: all 0.5s;
}
.white-bg {
  background-color: var(--white);
}
.black-bg {
  background-color: var(--black);
}
.olivegreen-bg {
  background-color: var(--olivegreen);
}
.lightbeige-bg {
  background-color: #faf9f6;;
}
.color5-bg {
  background-color: var(--color-5);
}
.text-greyblack {
  color: var(--greyblack)!important;
}
h2.title {
  font-size: 272px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
}
p {
  margin: 0 0 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;

}
.paragraph p:first-child:first-letter {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
.common-btn {
  margin: 0;
  padding: 17px 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  background-color: var(--primary);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.15s;
  user-select: none;
}
.common-btn::before {
  left: 6px;
  top: 6px;
  position: absolute;
  content: "";
  border: 1px solid var(--primary);
  height: 100%;
  width: 100%;
  transition: all 0.15s;
  z-index: -1;
}
.common-btn:hover::before {
  top: 0;
  left: 0;
}
.common-btn:hover,
.common-btn:focus {
  color: var(--white);
}
.common-btn:focus {
  box-shadow: none;
  outline: none;
}
.common-btn img {
  width: 24px;
}
/* dark theme */
.theme-dark h2.title {
  color: rgb(255 255 255 / 8%);
}
.theme-dark P {
  color: var(--color-2);
}
/*.slide__outer {
    height: 100vh;
}*/


/* Banner */
.banner {
    background-color: var(--olivegreen);
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.banner-img {
  position: relative;
  overflow: hidden;
}
.banner-img::before {
  position: absolute;
  content: "";
  background-color: rgb(0 0 0 / 20%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-box {
  padding: 60px;
  position: relative;
  z-index: 1;
}
.banner-box h1 {
  position: absolute;
  top: 11%;
  left: 0;
  font-size: 339px;
  line-height: 370px;
  font-weight: 400;
  text-transform: uppercase;
  background-image: url(https://www.yudiz.com/codepen/interior-design/mask-img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.6;
  color: var(--white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Righteous", cursive;
  z-index: -1;
}
.banner-text {
  margin: 100px 0 0;
  padding: 135px 0 0 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 80%;
  overflow: hidden;
}
.banner-text h2 {
  margin: 0 0 8px;
  font-size: 104px;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  color: var(--white);
  position: relative;
  user-select: none;
}
.banner-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgb(255 255 255 / 72%);
  position: relative;
}

/* Company */
.company-section {
  padding: 206px 0 0;
}
.compy-box {
  padding: 0;
}
.compy-box::before {
  left: 30px;
  top: -30px;
  position: absolute;
  content: "";
  border: 2px solid var(--primary);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.compy-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Designer */
.designer-section {
  padding: 210px 0 0;
}
.designer-box {
  width: 100%;
  height: 605px;
  z-index: 1;
}
.box-border {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: 2px solid var(--white);
  height: 88%;
  width: 90%;
  z-index: -1;
}
.designer-box .team-member {
  aspect-ratio: 1 / 1;
  width: 315px;
  position: absolute;
}
.designer-box .team-member img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.designer-box .team1 {
  top: -22%;
  left: 4%;
  z-index: 2;
}
.designer-box .team2 {
  top: 12%;
  right: 6%;
}
.designer-box .team3 {
  bottom: 0;
  left: 8%;
  z-index: 2;
}

/* Projects */
.projects-section {
  padding: 217px 0 0;
}
.project-box {
  width: 100%;
  height: 334px;
  position: relative;
}
.project-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.project-box.big {
  height: 100%;
}
.project-content {
  padding: 2px 32px;
  position: relative;
  z-index: 1;
}
.project-content::before,
.project-content::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 130px;
  background: var(--color-3);
}
.project-content::after {
  right: 14px;
  bottom: 3px;
}
.project-content::before {
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.project-content .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
}
.project-content .common-btn {
  padding: 8px 19px;
}
.project-content .common-btn img {
  position: relative;
}

/* Testimonials */
.testimonial-section {
  padding: 180px 0 0;
}
.testimonial-section .content {
  border: 2px solid var(--color-4);
  padding: 40px 60px;
  width: 100%;
}
.testimonial-section .row {
  align-items: flex-end;
}
.testimonial-section .content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 20px;
  color: var(--color-1);
}
.testimonial-section .content p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
  color: var(--color-1);
}
.testimonial-section .img-box {
  width: 340px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.testimonial-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-section .reverse-row {
  align-items: flex-start;
}
.testimonial-section .reverse-row .img-box {
  margin-left: auto;
}

/* services */
.services-section {
  padding: 180px 0 0;
}
.services-section .content {
  border: 2px solid var(--color-4);
  padding: 40px 60px;
  width: 100%;
}
.services-section .row {
  align-items: flex-end;
}
.services-section .content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 20px;
  color: var(--color-1);
}
.services-section .content p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
  color: var(--color-1);
}
.services-section .img-box {
  width: 340px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.services-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.services-section .reverse-row {
  align-items: flex-start;
}
.services-section .reverse-row .img-box {
  margin-left: auto;
}
.services-section .service-card {
  perspective: 1000px;
  transition: transform 0.5s;
  height: 100%; min-height: 250px; margin: 0; transition: transform 0.3s;
}

.services-section .service-card:hover {
  transform: rotateY(10deg) scale(1.05);
}


/* Contact */
.contact-us {
  padding: 100px 0 76px;
}
.contact-us h4 {
  margin: 0 0 40px;
  font-size: 32px;
  line-height: 48px;
  font-style: normal;
  font-weight: 600;
 
}
.contact-us .nav {
  width: 80%;
}
.contact-us .nav .nav-item {
  margin: 0 0 24px;
  padding: 0 0 0 64px;
  position: relative;
}
.contact-us .nav .nav-item img {
  position: absolute;
  top: -2px;
  left: 0;
  width: 32px;
}
.contact-us .nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  padding: 0;
}
.contact-info {
  padding: 56px;
  position: relative;
  z-index: 1;
}
.contact-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-5);
  z-index: -2;
}
.contact-border {
  left: 24px;
  top: -24px;
  position: absolute;
  border: 2px solid var(--color-6);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.contact-info h3 {
  margin: 0 0 24px;
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-3);
}
.contact-info p {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-3);
}

@media screen and (max-width: 1399px) {
  /* common */
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  /* common */
  .container {
    max-width: 960px;
  }
  h2.title {
    font-size: 148px;
    top: -20px;
  }
  .paragraph p:first-child:first-letter {
    font-size: 22px;
    line-height: 34px;
  }

  /* button */
  .common-btn {
    padding: 14px 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .common-btn img {
    width: 20px;
  }

  /* banner */
  .banner .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
  }
  .banner-box h1 {
    top: 0;
  }
  .banner-text {
    margin: 0;
  }
  .banner-text h2 {
    font-size: 85px;
  }

  /* company */
  .compy-box::before {
    left: 24px;
    top: -24px;
  }
  .designer-box .team-member {
    width: 260px;
  }
  .designer-box .team2 {
    top: 17%;
  }

  /* Projects */
  .project-content p {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .project-content .common-btn {
    padding: 6px 16px;
  }

  /* Contact */
  .contact-us h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  /* common */
  .container {
    max-width: 720px;
  }
  h2.title {
    font-size: 110px;
    top: -17px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }

  /* banner */
  .banner-box {
    padding: 40px;
  }
  .banner-box h1 {
    top: -5%;
    font-size: 280px;
    line-height: 1.3;
  }
  .banner-text {
    max-width: 90%;
  }
  .banner-text h2 {
    font-size: 65px;
  }
  .banner-text h3 {
    font-size: 16px;
    line-height: 24px;
  }

  /* Company */
  .company-section {
    padding-top: 156px;
  }

  /* Designer */
  .designer-box {
    height: 410px;
  }
  .designer-box .team-member {
    width: 190px;
  }

  /* Project */
  .projects-section {
    padding-top: 110px;
  }
  .project-box {
    height: 195px;
    padding-inline: 20px;
  }
  .project-content::before,
  .project-content::after {
    width: 105px;
  }
  .project-content::before {
    top: 8px;
  }
  .project-content p {
    font-size: 10px;
    line-height: 16px;
  }
    .project-box h3 {
        position: absolute;
        top: 50%;
        left: 15%;
        justify-content: center;
    }
  .project-content .common-btn {
    padding: 2px 10px;
  }
  .project-content .common-btn img {
    width: 14px;
  }
  .project-content .common-btn::before {
    top: 4px;
    left: 4px;
  }

  /* testimonial */
  .testimonial-section {
    padding-top: 130px;
  }
  .testimonial-section .img-box {
    width: 250px;
  }
  .testimonial-section .content {
    padding: 20px 20px;
  }
  .testimonial-section .content h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px;
  }
  .testimonial-section .content p {
    font-size: 14px;
    line-height: 20px;
  }

  /* contact */
  .contact-us {
    padding-block: 80px 48px;
  }
  .contact-us h4 {
    margin-bottom: 34px;
    font-size: 22px;
    line-height: 34px;
  }
  .contact-us .nav .nav-item {
    margin-bottom: 20px;
    padding-left: 48px;
  }
  .contact-us .nav .nav-item img {
    top: -1px;
    width: 26px;
  }
  .contact-us .nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-info {
    padding: 52px;
  }
  .contact-info h3 {
    font-size: 42px;
    line-height: 48px;
  }
  .contact-info p {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 24px;
  }
  .contact-border {
    left: 18px;
    top: -18px;
  }
}
@media screen and (max-width: 767px) {
  /* common */
  .container {
    max-width: calc(100% - 12px);
  }
  h2.title {
    font-size: 52px;
    top: -8px;
  }
  p {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
  }
  .paragraph p:first-child:first-letter {
    font-size: 20px;
    line-height: 32px;
  }

  /* button */
  .common-btn {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 19px;
  }
  .common-btn::before {
    top: 3px;
    left: 3px;
  }
  .common-btn img {
    width: 16px;
  }

  /* banner */
  .banner {
    height: 100dvh;
    min-height: 500px;
  }
  .banner-box {
    padding: 0px;
  }
  .banner-box h1 {
    top: 0;
    font-size: 160px;
    line-height: 1;
    position: relative;
  }
  .banner-text {
    padding: 64px 0 0 48px;
    max-width: 100%;
  }
  .banner-text h2 {
    font-size: 36px;
  }
  .banner-text h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .banner-img {
    margin-top: 60px;
  }

  /* company */
  .company-section {
    padding-top: 60px;
  }
  .compy-box {
    margin-right: 16px;
  }
  .compy-box::before {
    left: 16px;
    top: -16px;
  }

  /* Designer */
  .designer-section {
    padding-top: 140px;
  }
  .designer-box {
    height: 300px;
    max-width: 400px;
    display: table;
    margin: auto;
  }
  .designer-box .team-member {
    width: 152px;
  }
  .designer-box .team1 {
    left: 10%;
  }

  /* projects */
  .projects-section {
    padding-top: 72px;
  }
  .project-box,
  .project-box.big {
    height: 158px;
  }
  .project-box {
    padding-inline: 2px;
  }
  .project-content p {
    font-size: 8px;
    line-height: 13px;
  }
  .project-content .common-btn {
    padding: 1px 7px;
    margin-right: 14px;
  }
  .project-content .common-btn img {
    width: 12px;
  }
  .project-content .common-btn::before {
    top: 3px;
    left: 3px;
  }

  /* services  */
  .services-section {
    padding-top: 75px;
  }
  .services-section .row {
    margin-right: 0;
  }
  .services-section .img-box {
    width: 145px;
    width: 50%;
    margin: -40px 0 0 auto;
    position: relative;
    z-index: 1;
  }
  .services-section .content {
    padding: 20px 20px 50px;
    border: 2px solid var(--color-4) !important;
  }
  .services-section .reverse-row {
    margin-inline: 0;
  }
  .services-section .reverse-row .img-box {
    margin: 0 auto -40px 0;
  }
  .services-section .reverse-row .content {
    padding-block: 50px 20px;
  }
  .services-section .content h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .services-section .content p {
    font-size: 12px;
    line-height: 18px;
  }
.services-section .service-card {
  perspective: 1000px;
  transition: transform 0.5s;
}

.services-section .service-card:hover {
  transform: rotateY(10deg) scale(1.05);
}

  /* testimonial */
  .testimonial-section {
    padding-top: 75px;
  }
  .testimonial-section .row {
    margin-right: 0;
  }
  .testimonial-section .img-box {
    width: 145px;
    width: 50%;
    margin: -40px 0 0 auto;
    position: relative;
    z-index: 1;
  }
  .testimonial-section .content {
    padding: 20px 20px 50px;
    border: 2px solid var(--color-4) !important;
  }
  .testimonial-section .reverse-row {
    margin-inline: 0;
  }
  .testimonial-section .reverse-row .img-box {
    margin: 0 auto -40px 0;
  }
  .testimonial-section .reverse-row .content {
    padding-block: 50px 20px;
  }
  .testimonial-section .content h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-section .content p {
    font-size: 12px;
    line-height: 18px;
  }

  /* contact */
  .contact-us {
    padding-block: 40px;
  }
  .contact-us h4 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .contact-us .nav {
    margin-bottom: 24px;
  }
  .contact-us .nav .nav-item {
    margin-bottom: 16px;
    padding-left: 36px;
  }
  .contact-us .nav .nav-item img {
    top: 0px;
    width: 22px;
  }
  .contact-us .nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 22px;
  }
  .contact-info {
    padding: 32px 32px 42px;
    margin-right: 12px;
  }
  .contact-info h3 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 42px;
  }
  .contact-info p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }
  .contact-border {
    left: 12px;
    top: -12px;
  }
}

/* Contact form section css */
/* CONTACT PAGE CSS */
/* --- Improved Contact Form Section --- */
#ctcp_sec_form {
    padding: 120px 0;
    background: #faf9f6;
}

#ctcp_sec_form .container {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 8px 40px 0 rgba(205, 162, 116, 0.10), 0 1.5px 8px 0 rgba(41, 47, 54, 0.05);
    padding: 48px 32px;
}

#ctcp_sec_form .row {
    align-items: stretch;
}

/* --- KEEP ORIGINAL STYLING FOR CONTACT INFO COLUMN --- */

#ctcp_sec_form .ctcp_info_details {
   /*  background-color: #F4F0EC; */
    padding: 32px 36px;
    border-radius: 20px;
   /*  margin-top: 80px; */
}

#ctcp_sec_form .ctcp_info_details .email_info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

#ctcp_sec_form .ctcp_info_details .email_info i {
   /*  color: #CDA274; */
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 50px;
    font-size: 30px;
}

#ctcp_sec_form .ctcp_info_details .email_info a {
   /*  color: #4D5053; */
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.2px;
}

#ctcp_sec_form .ctcp_info_details .number_info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

#ctcp_sec_form .ctcp_info_details .number_info i {
   /*  color: #CDA274; */
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 50px;
    font-size: 30px;
}

#ctcp_sec_form .ctcp_info_details .number_info a {
   /*  color: #4D5053; */
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.2px;
}

#ctcp_sec_form .ctcp_info_details .web_info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

#ctcp_sec_form .ctcp_info_details .web_info i {
  /*   color: #CDA274; */
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 50px;
    font-size: 30px;
}

#ctcp_sec_form .ctcp_info_details .web_info a {
  /*   color: #4D5053; */
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.2px;
}


#ctcp_sec_form .ctcp_social_icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(205, 162, 116, 0.08);
    transition: background 0.2s, color 0.2s;
    color: #292F36;
    font-size: 18px;
}

#ctcp_sec_form .ctcp_social_icons a:hover {
    background: #CDA274;
    color: #fff;
}

#ctcp_sec_form .ctcp_forms {
    margin-top: 0;
    padding-left: 32px;
    border-left: 1.5px solid #F4F0EC;
}

#ctcp_sec_form .ctcp_forms form {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

#ctcp_sec_form .form-label {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #292F36;
    margin-bottom: 8px;
}

#ctcp_sec_form .form-control, 
#ctcp_sec_form textarea.form-control {
    border-radius: 12px;
    border: 1.5px solid #E7E7E7;
    background: #faf9f6;
    font-size: 18px;
    padding: 16px 18px;
    font-family: 'Jost', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: none;
}

#ctcp_sec_form .form-control:focus, 
#ctcp_sec_form textarea.form-control:focus {
    border-color: #CDA274;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(205, 162, 116, 0.15);
}

#ctcp_sec_form .ctcp_form_heading h1 {
    color: #292F36;
    text-align: center;
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 0 10%;
    margin-bottom: 2.5rem;
}

#ctcp_sec_form .ctcp_form_btn {
    float: none;
    margin-top: 24px;
    text-align: right;
}

#ctcp_sec_form .ctcp_form_btn button {
    border-radius: 18px;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 48px;
    background-color: #292F36;
    border: none;
    box-shadow: 0px 6px 18px 0px rgba(205, 162, 116, 0.10);
    transition: background 0.2s, color 0.2s;
}

#ctcp_sec_form .ctcp_form_btn button:hover {
    background-color: #CDA274;
    color: #fff;
}

#ctcp_sec_form .ctcp_form_btn button i {
    color: #fff;
    margin-left: 10px;
    transition: color 0.2s;
}

@media (max-width: 991.98px) {
    #ctcp_sec_form .container {
        padding: 24px 8px;
    }
    #ctcp_sec_form .ctcp_forms {
        padding-left: 0;
        border-left: none;
        margin-top: 32px;
    }
}

/* Footer Section css */
/*#footer_sec {
    background-color: #fff;
	    padding: 120px 0;
}

#footer_sec .footer_sec_details img {
    max-width: 100%;
    padding-bottom: 18px;
}

#footer_sec .footer_sec_details p {
    color: #4D5053;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 150%;*/
    /* 33px */
    /*letter-spacing: 0.22px;
}

#footer_sec .footer_sec_details .footer_sec_social_icons {
    display: flex;
    gap: 54px;
}

#footer_sec .footer_sec_details .footer_sec_social_icons i {
    color: #292F36;
    text-align: center;
    font-family: Font Awesome 5 Brands;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;*/
    /* 21.6px */
    /*letter-spacing: 0.99px;
    text-transform: uppercase;
}

#footer .footer_sec_pages_details ul,
h3 {
    color: #292F36;
    font-family: DM Serif Display;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;*/
    /* 31.25px */
/*}

#footer .footer_sec_pages_details ul,
li {
    list-style: none;
}

#footer .footer_sec_details ul,
li a {
    color: #4D5053;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 300%;*/
    /* 66px */
    /*letter-spacing: 0.22px;
}

.bold 
{
	 font-weight: 800!important;
}
#footer .footer_sec_contact_details ul,
h3 {
    color: #292F36;
    font-family: DM Serif Display;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;*/
    /* 31.25px */
/*}

#footer .footer_sec_contact_details ul,
li {
    list-style: none;
}

#footer .footer_sec_contact_details ul,
li p {
    color: #4D5053g
    font-family: Jost;
    font-size: 22px;
    margin-top: 27px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.22px;
}

#footer_sec .footer_sec_copy_right {
    padding: 46px 46px;
    text-align: center;
}

#footer .footer_sec_copy_right p {
    color: #4D5053;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;*/
    /* 33px */
    /*letter-spacing: 0.22px;
}*/

/* Footer Section css */
