:root {
  --primary: #B88E76;
  --light-primary: #f5eee6;
  --secondary: #B88E76;
  --tertiary: #B88E76;
  --light-gray: #ffffff;
}

:root,
[data-bs-theme=light] {
  --bs-primary: #B88E76;
  --bs-primary-rgb: 184, 142, 118;
  --bs-primary-light: #f5eee6;

  --bs-secondary: #CAB7B9;
  --bs-secondary-rgb: 202, 183, 185;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--primary);
}
.service-hero-content {
  color: #fff;
}

.service-hero-content * {
  color: #fff;
}
.footer-bg {
  background-color: var(--light-primary) !important;
}

section {
  margin-bottom: 20px;
}

.btn-primary {
  background-color: transparent;
  color: var(--primary);
  outline: var(--primary);
  border-color: var(--primary);
  border-radius: 0;
  font-size: 12px;
  padding: 12px 22px;
  text-transform: uppercase;
  box-shadow: 1px 1px #fff0, -1px 1px #0000, 1px -1px #0000, -1px -1px #0000, 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.hover-line:hover:before {
  width: 30px;
}


.hover-line:before {
  background: #fff;
}

.btn-primary:focus {
  outline: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}


.navbar-theme-primary {
  background-color: var(--light-primary);
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.nav-link {
  color: var(--secondary) !important;
  font-weight: bold;
  font-size: 24px;
  gap: 5px;
  word-spacing: 0;
  line-height: 1;
  padding: 10px 15px !important;
  text-transform: uppercase;
}

.nav-link.active {
  color: var(--primary) !important;
}

.nav-link:hover {
  color: var(--primary) !important;
}

.bg-theme-primary {
  border-top: 2px solid var(--light-primary);
  border-bottom: 2px solid var(--light-primary);
}

.border-right {
  border-right: 2px solid var(--light-primary);
}

.border-bottom {
  border-bottom: 2px solid var(--light-primary);
}

@media (max-width: 991px) {

  /* Stack spacing */
  .bg-theme-primary {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Remove vertical lines */
  .inline-facts.border-right {
    border-right: none !important;
  }

  /* Add bottom line to all except last */
  .inline-facts {
    border-bottom: 2px solid var(--light-primary);
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-align: center;
  }

  /* Remove last bottom border */
  .inline-facts:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}


.logo {
  max-width: 250px;
}

.logo-bottom {
  width: 300px;
}

.menu-bg {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
  z-index: 999;
}

.menu-bg .logo {
  max-width: 125px;
}

.menu-bg .nav-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.navbar-collapse {
  flex-grow: 0;
}



#home {
  color: #ffffff;
}

.here-img {
  position: relative;
  padding: 16px;
}

.img-position {
  position: relative;
  z-index: 5;
}

.blob {
  position: absolute;
  top: 0;
  height: 300px;
  width: 300px;
  z-index: 0;
  opacity: 0.8;
}

.blob-2 {
  position: absolute;
  top: -5px;
  left: -3px;
  height: 350px;
  width: 300px;
  z-index: 0;
  opacity: 0.2;
}

.hero-title {
  font-size: 70px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px #fff0, -1px 1px #0000, 1px -1px #0000, -1px -1px #0000, 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.theme-shadow {
  text-shadow: 1px 1px #fff0, -1px 1px #0000, 1px -1px #0000, -1px -1px #0000, 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.hero-title span {
  font-size: 38px;
  color: var(--secondary);
  text-shadow: none;

}

@media (max-width: 740px) {
  .hero-title {
    font-size: 34px;
    line-height: 44px;
    text-shadow: none;

  }

  .hero-title span {
    font-size: 17px;
  }
}

.hero-description {
  color: var(--secondary);
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  margin-bottom: 8px;
  max-width: 700px;
}

.inline-facts {
  width: 100%;
  padding: 18px;
  margin: 0px;
  text-align: center;
}

h6 {
  color: var(--secondary);
}

.inline-facts>.num {
  font-weight: 600;
  font-size: 35px;
}

.card {
  border-radius: 38px;
  transition: 1s;
}

.card:hover {
  box-shadow: 0px 0px #fff0, -0px 0px #0000, 0px -0px #0000, -0px -0px #0000, 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.home-position {
  position: relative;
  overflow-x: hidden;
}

.home-position .bg-image {
  position: absolute;
  top: -200px;
  left: -100px;
  opacity: 0.7;
}

.home-position .bg-image-2 {
  position: absolute;
  top: -50px;
  left: 85%;
  opacity: 0.7;
}

.home-position .bg-image-2 img {
  height: 800px;
}

.home-position .bg-image img {
  height: 600px;
  transform: rotate(90deg);
}

.card-body {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.services-img-bg {
  /* background: var(--secondary); */
  border-radius: 100px;
}

.services-card-title {
  margin-top: 14px;
  color: var(--primary);
  font-size: 24px;
  font-weight: bold;
}

.services-bg {
  padding: 50px 0;
  background-color: #ffffff;
}

.services-card-description {
  max-width: 400px;
  color: var(--secondary);
  font-family: 'Jost', sans-serif;

  font-size: 16px;
  padding-bottom: 10px;
}

.about-me-img {
  max-width: 500px;
}

.gallary-border {
  padding-bottom: 50px;
  border-bottom: 2px solid var(--light-primary);
}


.contact_us {
  background-color: var(--light-primary);
  padding: 50px 0px 120px 0;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}

.contact_field {
  padding: 60px 300px 90px 80px;
}

@media (max-width: 740px) {
  .contact_field {
    padding: 15px;
  }

  .home-position .bg-image-2 {
    position: absolute;
    top: 10%;
    left: 50%;
    opacity: 0.2;
  }

  .home-position .bg-image-2 img {
    height: 400px;
    z-index: -5;
  }
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

input,
textarea {
  height: 70px;
}

textarea {
  margin-top: 15px;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid var(--primary);
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: var(--light-gray);
  right: 1px;
  top: 18%;
  height: 380px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

@media (max-width: 740px) {
  .contact_info_sec {
    position: static;
    width: 100%;
    background-color: var(--light-primary);
    border-radius: 0;
  }

  .contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
  }
}

.info_single {
  margin: 30px 0px;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 0px 0px 50px 0;
}

.map_inner h4,
.map_inner p {
  color: var(--secondary);
  text-align: center
}

.map_inner p {
  font-size: 13px;
}

.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.icon-social img {
  height: 25px;
}

.sec-title {
  position: relative;
  z-index: 1;
}

.sec-title .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--secondary);
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: var(--tertiary);
  font-weight: 600;
}

/* .sec-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
} */

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover {
  background-color: #0794c9;
  color: #ffffff;
}

.about-section {
  position: relative;
  padding: 1px 0 1px;
}

.about-section .sec-title {
  margin-bottom: -86px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-section .sec-title {
  margin-bottom: -47px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: -38px;
}

}
.about-section .content-column .inner-column {
  position: relative;
  padding-left: 21px;
  padding-top: 39px;
}


.about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #b88e76;
  font-weight: 400;
}
@media(max-width: 756px){
  .about-section .text {
    margin-bottom: 41px;
  }
}
@media(max-width: 991px){
  .about-section .text {
    margin-bottom: 41px;
  }
}
.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: orange;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}

.about-section .image-column .inner-column:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 44px solid var(--tertiary);
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  max-height: 590px;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  border-radius: 46px;
  margin-top:50px;
}
@media (max-width: 991px) {

  .about-section .row {
    flex-direction: column;
  }

  .about-section .image-column {
    order: 1;
    text-align: center;
    
  }

  .about-section .image-column .image-1 img {
    max-height: 420px;
    margin-top: 0;
    width: 100%;
    border-radius: 32px;
  }

  .about-section .content-column {
    order: 2;
  }
}
@media (max-width: 575px) {

  .about-section .image-column .image-1 img {
    max-height: 320px;
    width: 100%;
    border-radius: 24px;
  }

  .about-section .content-column .text {
    font-size: 15px;
    line-height: 1.7;
  }
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff
}

.gallary-gap {
  gap: 6px;
}

.section-title {
  position: relative;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

/* 
.section-title:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #9c6308;
} */


.gallary-img {
  border-radius: 35px;
  cursor: pointer;
  transition: 0.2s;
}

.gallary-img:hover {
  box-shadow: 0px 0px #fff0, -0px 0px #0000, 0px -0px #0000, -0px -0px #0000, 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
  position: relative;
}

.image-desc-card {
  height: 0;
}

.gallary-img:focus .image-desc-card,
.gallary-img:hover .image-desc-card {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  z-index: 999;
  background-color: var(--light-primary);
  width: 100%;
  padding: 18px;
  transition: 0.5s;
}

.social-icon {
  text-decoration: none;
  margin-left: 6px;
  margin-right: 6px;
  height: 25px;
  width: 25px;
  fill: var(--primary);

}

.process-wrapper {
  display: flex;
  flex-direction: column;
}

.process-title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  margin: 16px 0;

}

.process-desc {
  color: var(--secondary);
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-sub-title {
  color: var(--secondary) !important;
}

.spark-site {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

.erasetext {
  position: relative;
}

.erasetext::after {
  position: absolute;
  top: 9px;
  left: -2px;
  opacity: 60%;
  content: "";
  display: inline-block;
  width: 73px;
  height: 20px;
  background-image: url(assets/img/scribble.png.html);
  background-size: cover;
}

@media(max-width:740px) {
  .erasetext::after {
    top: 7px;
    left: -3px;
    opacity: 60%;
    width: 59px;
    height: 15px;
  }
    .mobilelogohide{
      width:125px;
    }
}

/*why choose section*/
/* SECTION BASE */

    .process-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 25px;
  text-align: center;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.4s ease;
  z-index: 1;
}

/* background fill layer */
.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.45s ease;
  z-index: -1;
}

/* hover background fill */
.process-card:hover::before {
  transform: scaleY(1);
}

/* hover lift */
.process-card:hover {
  transform: translateY(-8px);
}

/* TEXT COLOR CHANGE – NO EXTRA TAGS */
.process-card h5,
.process-card p {
  transition: color 0.35s ease;
}

.process-card:hover h5,
.process-card:hover p {
  color: #ffffff;
}





.icon-box img {
  width: 45px;
}



/* RESPONSIVE */
@media (max-width: 767px) {
  .process-wrapper {
    margin-bottom: 25px;
  }

  .out-process .section-title {
    font-size: 28px;
  }
}
