/* root variables */
:root {
  --primary-color: #312b29;
  --secondary-color: #38302b;
  --text-color: #352d27cc;
  --white: #ffffff;
  --black: #000000;
  --font-body: "Inter", sans-serif;
  --font-heading: "Lora", serif;
  --border-radius: 4px;
}

section{
  overflow: hidden;
}
/* Base styles */
body {
  font-family: var(--font-body) !important;
  color: var(--text-color) !important;
  background-color: #fff;
  margin: 0 !important;
  padding: 0;
  font-size: 18px;
}
body p {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  margin-bottom: 0px;
}
@media (min-width: 1599px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.theme_btn {
  padding: 19px 25px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-decoration: unset;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transform: scale(1);
  text-transform: capitalize;
  border-radius: 0px;
  min-width: 194px;
}
.theme_btn:hover {
  transform: scale(1.03);
  transition: all 0.5s ease;
}
.theme_btn::after {
  background: #fff;
  /* content: ""; */
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.theme_btn:hover::after {
  left: 120%;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.theme_btn.solid_btn {
  background-color: var(--secondary-color);
  border: solid 1px var(--primary-color);
  color: var(--white);
  font-weight: 300;
}
.theme_btn.solid_btn:hover {
  color: var(--white);
}
.theme_btn.border_btn {
  background-color: transparent;
  border: solid 1px var(--secondary-color);
  color: var(--secondary-color);
  font-weight: 500;
}
.theme_btn.border_btn:hover {
  color: var(--secondary-color);
}
.theme_btn.border_btn::after {
  background: var(--primary-color) !important;
}
.animate_link,
#menu-footer-quick-menu a {
  position: relative;
}
.animate_link:after,
#menu-footer-quick-menu a:after {
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0%;
  transition: width 0.5s ease;
}
.animate_link:hover:after,
#menu-footer-quick-menu a:hover:after {
  width: 100%;
}

.animate_img {
  position: relative;
  overflow: hidden;
  display: block;
}
.animate_img:after {
  /* content: ""; */
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.animate_img:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.animate_img img {
    transition: 0.9s all ease;
}
.animate_img img:hover {
    scale: 1.1;
    transition: 0.9s all ease;
}







.about_slider_section {
  position: relative;
  height: 100vh !important;
  top: 0px !important;
}
.property_types {
  height: 100%;
  overflow: hidden;
}
.about_slider_content_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.about_slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.about_slide.active { opacity: 1; }

.each_property_info {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 1;
}

.about_slide:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #0000005e;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.about_slider_tabs {
  position: absolute;
  bottom: 10%;
  left: 10%;
  display: flex;
  gap: 82px;
  z-index: 1;
  width: 100%;
}
.about_tab {
    position: relative;
    cursor: pointer;
    color: var(--white);
    font-size: 20px;
    white-space: nowrap;
    flex: 1;
}
.about_tab .tab_progress {
  width: 100%;
  height: 1px;
  background:#d7cfc533;
  margin-top: 4px;
  overflow: hidden;
}
.about_tab .tab_progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: #fff;
}
.about_tab.active .tab_progress span {
  width: 100%;
  transition: width 1s linear;
}


/*=====================================-->
<!--===       Header Css         ===-->
<!--=====================================*/


.blog #header,
.single-solutions #header,
.single-brands #header,
.single-post #header,
.post-type-archive-careers #header,
.page-career-detail #header,
.page-faqs #header,
.single-careers #header {
  margin-bottom: 0px;
  border-bottom: solid 1px rgb(0, 0, 0);
}
.page-faqs #header{
  background-color: #D7CFC52B;
}
.blog ul#primary-menu > li.menu-item > a,
.single-solutions ul#primary-menu > li.menu-item > a,
.single-brands ul#primary-menu > li.menu-item > a,
.single-post ul#primary-menu > li.menu-item > a,
.post-type-archive-careers ul#primary-menu > li.menu-item > a,
.page-faqs ul#primary-menu > li.menu-item > a,
.page-career-detail ul#primary-menu > li.menu-item > a,
.single-careers ul#primary-menu > li.menu-item > a {
    color: var(--secondary-color);
}
.blog .header_btn a,
.single-solutions .header_btn a,
.single-brands .header_btn a,
.single-post .header_btn a,
.post-type-archive-careers .header_btn a,
.page-faqs .header_btn a,
.page-career-detail .header_btn a,
.single-careers .header_btn a {
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
}
.blog .sticky_logo,
.single-solutions .sticky_logo,
.single-brands .sticky_logo,
.single-post .sticky_logo,
.post-type-archive-careers .sticky_logo,
.page-faqs .sticky_logo,
.page-career-detail .sticky_logo ,
.single-careers .sticky_logo{
  display: block;
}
.blog .main_logo,
.single-solutions .main_logo,
.single-brands .main_logo,
.single-post .main_logo,
.post-type-archive-careers .main_logo,
.page-faqs .main_logo,
.page-career-detail .main_logo ,
.single-careers .main_logo{
  display: none;
}
.blog .menu-toggle svg path,
.single-solutions .menu-toggle svg path,
.single-brands .menu-toggle svg path,
.single-post .menu-toggle svg path,
.post-type-archive-careers .menu-toggle svg path,
.page-faqs .menu-toggle svg path,
.page-career-detail .menu-toggle svg path,
.single-careers .menu-toggle svg path {
  fill: var(--primary-color);
}



header#header {
  padding: 20px 0px;
  background: transparent;
  /* margin-bottom: -96px; */
  margin-bottom: -108px;
  border-bottom: 1px solid #ffffff33;
  position: relative;
  z-index: 9;
  width: 100%;
  top: 0;
  transition: all 0.4s ease;
}
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.main_logo {
  display: block;
}
.sticky ul#primary-menu > li.menu-item > a {
  color: var(--secondary-color);
}
.sticky .header_btn a {
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
}
.sticky .sticky_logo {
  display: block;
}
.sticky_logo {
  display: none;
}
.sticky .main_logo {
  display: none;
}
.sticky .menu-toggle svg path {
  fill: var(--primary-color);
}

img.logo-img {
  width: 160px;
  height: auto;
}
.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header_btn a {
  white-space: nowrap;
  text-decoration: unset;
  font-size: 18px;
  font-weight: 400;
  border: solid 1px var(--white);
  color: var(--white);
  padding: 12px 15px;
  display: block;
}
.menu-menu-1-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#primary-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
ul#primary-menu > li.menu-item.current-menu-item > a{
  font-weight: 600;
}
ul#primary-menu > li.menu-item > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  position: relative;
  padding: 10px 0px;
}
ul#primary-menu > li.menu-item > a:after {
  background-color: currentcolor;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0%;
  transition: width 0.5s ease;
}
ul#primary-menu > li.menu-item > a:hover:after {
  width: 100%;
}
.main-navigation li.menu-item-has-children:after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(https://kretoss.in/project/stay-c/wp-content/uploads/2025/09/menu_arrow.svg);
  display: block;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
}
ul#primary-menu > li.menu-item-has-children:hover:after {
  transform: rotate(0deg);
}
ul#primary-menu > li.menu-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
ul#primary-menu ul.sub-menu {
  min-width: 270px;
  width: 100%;
  max-width: 270px;
  display: grid;
  background: var(--primary-color);
  border-bottom: 1px solid #4b4b4b;
}
ul#primary-menu .sub-menu a {
  padding: 15px 20px;
  width: 100% !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--white);
  transition: all 0.3s ease;
  border-bottom: 1px solid #4b4b4b;
}
ul#primary-menu .sub-menu a:hover {
  background: var(--white);
  font-weight: 700;
  color: var(--primary-color);
}

/*=====================================-->
<!--===       Footer  Css         ===-->
<!--=====================================*/

#footer {
  background-color: var(--primary-color);
}
.footer_top {
  padding: 120px 0px 100px;
  border-bottom: solid 1px #d7cfc533;
}
.footer_bottom {
  padding: 30px 0px 60px;
}
.footer_top_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 20px;
}
.footer_logo-img {
  max-width: 230px;
  width: 100%;
  height: auto;
}
.footer_col {
  display: grid;
  gap: 20px;
  max-width: 160px;
  width: 100%;
}
.footer_col h4 {
  color: #d7cfc5;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--font-body);
}
.footer_col p {
  color: #d7cfc5;
  max-width: 75%;
  text-transform: capitalize;
}
.footer_col p a{
  color: #d7cfc5;
}
ul#menu-footer-quick-menu {
  margin: 0px;
  padding: 0px;
  display: grid;
  gap: 6px;
}
#menu-footer-quick-menu a {
  color: #d7cfc5;
  text-decoration: unset;
}
.footer_social_links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer_social_links a {
  display: block;
  text-decoration: unset;
  background-color: #ffffff0d;
  border-radius: 10px;
  padding: 6px;
  line-height: 6px;
}
.footer_social_links a img {
  width: 22px;
  height: 22px;
}
.footer_social_links a img:hover {
  filter: brightness(0.8);
}
.footer_bottom_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_left {
  display: flex;
  align-items: center;
  gap: 60px;
}
.footer_left .copyrights,
.footer_right {
  color: #d7cfc5;
  font-size: 14px;
}
.footer_left a {
  color: #d7cfc5;
  font-size: 14px;
  text-decoration: unset;
}

select.gt_selector.notranslate {
    border: none;
    background: none;
    color: #d7cfc5;
    font-weight: 400;
    font-family: 'Inter';
}
select.gt_selector.notranslate option{
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
}

/*=====================================-->
<!--=        Section Common Css         =-->
<!--=====================================*/

.section_margin {
  margin: 150px 0px;
}
.section_padding {
  padding: 100px 0px;
}
.section_title {
  font-style: Italic;
  font-size: 60px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0px;
  /* text-transform: capitalize; */
  color: var(--primary-color);
}
.section_head {
  display: grid;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.section_head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  color: var(--text-color);
}
.section_head img {
  text-align: center;
  margin: auto;
  width: 30px;
}

/*=====================================-->
<!--=        Hero Banner Css         =-->
<!--=====================================*/

section#hero_banner {
  padding: 300px 0px;
  /* padding: 240px 0px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden!important;
  position: relative;
}
#hero_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  animation: overlayFade 1s ease forwards;
}

#hero_banner {
  animation: heroCinematic 1s ease forwards;
}

@keyframes heroCinematic {
  0% {
    transform: scale(1.1) translateY(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes overlayFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.hero_video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero_content {
  display: block;
  transform: translateY(-50px);
  opacity: 0;
  animation: contentFadeIn 1s ease forwards 1s;
}
@keyframes contentFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero_content {
  display: grid;
  gap: 80px;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
}
.hero_content h2 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 80px;
  line-height: 96px;
  letter-spacing: 2.4px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  width: 100%;
  max-width: 1120px;
}
.hero_content h2 span {
  font-style: italic;
}
.hero_dual_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.brands_btn {
  background-color: #d7cfc5;
  border: solid 1px #d7cfc5;
  color: var(--primary-color);
  font-weight: 500;
}
.brands_btn:hover {
  color: var(--primary-color);
}
.solution_btn:hover {
  color: var(--white);
}
.solution_btn {
  /* background-color: #38302b54; */
  border: solid 1px var(--white);
  color: var(--white);
  font-weight: 400;
}
.wave span {
  display: inline-block;
  animation: wave 2s ease-in-out infinite;
}
.wave .down {
  animation-name: wave-opposite;
}
@keyframes wave {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes wave-opposite {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}

/*=====================================-->
<!--=        About Css         =-->
<!--=====================================*/

.about_container {
  display: grid;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
.about_title img {
  width: 30px;
  margin-bottom: 30px;
}
.about_container p {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0.2px;
  width: 100%;
  max-width: 1200px;
}
.about_container .learn_btn {
  margin: auto;
}

/*=====================================-->
<!--=        Brands Section Css         =-->
<!--=====================================*/

.brand_card {
  position: relative;
}
.brand_card:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  background: var(--primary-color);
}
.brands_content {
  margin-top: 50px;
  margin-right: 0px;
  padding-right: 0px;
  position: relative;
}
.brand_banner {
  margin-bottom: 20px;
  padding-top: 125%;
  position: relative;
}
.brand_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.brand-name {
  color: #352d27;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
p.brand-type {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 10px;
}
.brand_card_logo{
  background-color: #f9f7f5;
}
.brand_card_logo img{
  mix-blend-mode: multiply;
  height: 40px;
  width: auto;
}
p.brand-description {
  font-size: 20px;
  line-height: 27px;
  margin: 15px 0px 20px;
}
.brand-btn {
    min-width: unset;
}

/*=====================================-->
<!--=        Let Properties Css         =-->
<!--=====================================*/

.let_property_container {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.8fr 1.2fr;
  align-items: end;
}
.property_content {
  display: grid;
  gap: 30px;
}
.property_info .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--primary-color);
}
.property_info p {
  font-size: 20px;
  /* width: 90%; */
  width: 80%;
  line-height: 27px;
  margin: 20px 0px 34px;
}

/*=====================================-->
<!--=        Facts Css         =-->
<!--=====================================*/

.page-template-about section#facts {
  background: #D7CFC52B;
  padding: 70px 0;
}


.facts_title {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--font-heading);
  margin-bottom: clamp(
    1.9230769231rem,
    0.8545918367rem + 3.0204081633vw,
    3.125rem
  );
}
.block--facts-figures .facts-figures-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: clamp(6rem, -1.29rem + 26.86vw, 16.625rem);
  line-height: 1;
  /* letter-spacing: 0.05em; */
  letter-spacing: 0.15em;
  /* height: 1.5em; */
  height: 1.7em;
  border-top: 1px solid #a1a1a133;
}
/* .block--facts-figures .facts-figures__list .item:not(:first-child) {
  position: absolute;
  top: 90px;
} */
.block--facts-figures .facts-figures__list .item{
  position: absolute;
  top: 90px;
}
.block--facts-figures .facts-figures__list .item__number {
  display: flex;
}
.facts-figures__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.facts-figures__list .item {
  position: relative;
  width: 100%;
  text-align: left;
  --item-opacity: 0;
  --item-text-opacity: 0;
  opacity: var(--item-opacity);
  transform: translateY(100%);
}
.facts-figures__list .item:first-child {
  --item-opacity: 1;
  --item-text-opacity: 1;
  transform: translateY(0);
}
.item__number {
  font-family: var(--font-heading);
  color: var(--secondary-color);
}
.facts-figures__list-keys {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block--facts-figures .facts-figures__list-keys .item__text {
  font-size: clamp(16px, 3vw, 24px);
  font-family: var(--font-heading);
  color: var(--secondary-color);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0px;
  bottom: 0;
  line-height: 130%;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.block--facts-figures .facts-figures__list-keys .item.active .item__text {
  opacity: 1;
  visibility: visible;
}
.facts-figures__list-keys .item {
  font-size: 1.2rem;
  color: #aaa;
  margin-top: 1rem;
  grid-row: 1;
  grid-column: 1;
}
.facts-figures__list-keys .item.active {
  color: #000;
  font-weight: bold;
}
.progress-bar {
  width: 100%;
  height: 4px;
  background: #38302b1a;
  margin-top: 30px;
}
.progress-bar__fill {
  height: 100%;
  width: 0%;
  background: var(--secondary-color);
}

/*=====================================-->
<!--=        Newsletter Section Css         =-->
<!--=====================================*/

#newsletter {
  padding: 250px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.newsletter_container h2 {
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
  font-style: normal;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.newsletter_form {
  display: block;
  text-align: center;
  margin: auto;
}
input.newsletter_email {
  display: block;
  margin: auto;
  max-width: 600px;
  width: 100%;
  background: #ffffff87;
  padding: 12px 25px !important;
  margin-bottom: 30px;
  border-radius: 0px !important;
  color: var(--secondary-color);
  font-family: var(--font-body);
}
input.newsletter_email::placeholder {
  color: var(--secondary-color);
}

.newsletter_btn {
  padding: 15px 35px !important;
  border-radius: 0 !important;
}

.mc4wp-alert.mc4wp-success {
    color: #00ff00;
    margin-top: 20px;
}




/*=====================================-->
<!--=        Latest Blog Css         =-->
<!--=====================================*/

.blog_section_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 10px;
}
.latest_blogs_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
.blog_card:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.blog_card {
  position: relative;
  display: grid;
  gap: 50px;
  align-items: flex-start;
}
.blog_card_img {
  display: block;
  position: relative;
  aspect-ratio: 1/0.9;
}
.blog_card:first-child .blog_card_img {
  aspect-ratio: 1/1;
}
.blog_card_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.blog_card_title {
  text-decoration: unset;
  color: var(--primary-color);
}
.blog_card:first-child .blog_card_title h5 {
  font-size: 54px;
}
a.blog_card_title h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}
span.post_date {
  font-weight: 500;
  display: block;
  margin: 15px 0px 20px;
  font-size: 16px;
  color: var(--primary-color);
}

/*=====================================-->
<!--=        Sticky Nav Css         =-->
<!--=====================================*/

.sticky_page_nav {
  position: sticky;
  /* top: 85px; */
  top: 75px;
  z-index: 3;
  padding: 40px 0px;
  background-color: var(--white);
  border-bottom: solid 1px var(--primary-color);
}
.sticky_page_nav.is-sticky{
  padding: 40px 0px;
  /* background-color: #e5e5e5; */
  /* border-bottom: unset; */
}
.sticky_nav_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.sticky_nav_links a {
  color: var(--primary-color);
  text-decoration: unset;
  font-weight: 500;
  white-space: nowrap;
  font-size: 18px;
}
#brands_nav .sticky_nav_links a {
  text-transform: uppercase;
}


.sticky_page_nav.sticky {
    position: unset;
}


/*=====================================-->
<!--=        Properties Types Css         =-->
<!--=====================================*/

.each_property_info {
  /* padding: 150px 0px 300px; */
  /* padding: 100px 0px 300px; */
  display: grid;
  gap: 35px;
  color: #fff;
}

#property_types {
  position: relative;
  /* margin-top: 100px; */
}
.property_types .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  /* height: auto; */
  height: calc(100vh - 100px);
}
.property_types .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #0000005e;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.each_property_info h5.subtitle {
  font-size: 30px;
  font-weight: 300;
  /* text-transform: capitalize; */
}
.single_solution_features .each_property_info h2 {
  text-transform: capitalize;
}
.each_property_info h2 {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 400;
}
.each_property_info p {
  font-size: 20px;
  font-weight: 300;
  max-width: 57%;
}
.slide-tabs.container {
  position: absolute;
  /* bottom: 150px; */
  bottom: 110px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 82px;
}
.slide-tabs.container > * {
  flex: 1;
}
.slide-tab {
  position: relative;
  cursor: pointer;
  color: var(--white);
  font-size: 20px;
  border-bottom: 2px solid #d7cfc533; /* faint baseline */
  padding-bottom: 5px;
  white-space: nowrap;
}

.slide-tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background: #d7cfc5;
  transition: none;
}

/* Animate when progressing */
.slide-tab.progressing::after {
  width: 100%;
  transition: width 5s linear;
}


/*=====================================-->
<!--=        Property Solution Css         =-->
<!--=====================================*/

#property_management_solution,
#brands{
  position: relative;
}
#property_management_solution .swiper-button-prev:after,
#property_management_solution .swiper-button-next:after,
#brands .swiper-button-prev:after,
#brands .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 45px;
  font-weight: 600;
  color: #312b29;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
#property_management_solution .swiper-button-prev,
#brands .swiper-button-prev {
  left: -5%;
}
#property_management_solution .swiper-button-next,
#brands .swiper-button-next {
  right: 5%;
}
#property_management_solution h2.section_title span,
#property_management_solution .section_head p span{
  font-style: italic;
}
#property_management_solution h2.section_title {
/*     font-style: normal; */
/*     color: var(--text-color); */
/*     font-size: 48px; */
}
/* #property_management_solution .section_head p {
    font-size: 30px;
} */
.solution_card {
  position: relative;
}
.solution_card:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  background: var(--primary-color);
}
.solutions_content {
  position: relative;
  margin-top: 50px;
  margin-right: 0px;
  padding-right: 0px;
}
.solution_banner {
  margin-bottom: 20px;
  padding-top: 125%;
  position: relative;
}
.solution_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.solution-name {
  color: #352d27;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
}
.solution-description {
  font-size: 18px;
  line-height: 22px;
  margin: 30px 0px;
}

#property_cta {
  padding: 200px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
  position: relative;
  background-attachment: fixed;
}
.property_cta_container {
  max-width: 920px;
  gap: 60px;
  display: grid;
  align-items: center;
  /* position: absolute;
  top: 27%; */
}
a.theme_btn.solid_btn.cta-btn {
  width: fit-content;
}
.property_cta_container h2 {
  color: var(--white);
  font-weight: 600;
  font-size: 58px;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
}

#eco_system {
  overflow: hidden;
}

.circle-section {
  min-height: 100vh;
  height: 100%; /* full section minus 50px top/bottom */
  padding: 100px 0 50px; /* creates top & bottom gap */
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
}
/* #eco_system .section_head {
  gap: 0;
}
#eco_system .section_head img {
  margin-bottom: 40px;
} */
.content1 {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
}
.left-column,
.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.eco_system_item {
  position: relative;
  opacity: 0.3;
  max-width: 380px;
  transition: opacity 0.28s ease, transform 0.28s ease;
  display: grid;
  gap: 10px;
  padding: 10px;
}
.eco_system_item span {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 100%;
  font-style: italic;
  font-family: var(--font-heading);
}
.eco_system_item h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-style: italic;
  width: 80%;
  color: var(--primary-color);
}
.eco_system_item p {
  color: var(--text-color);
  width: 100%;
  font-size: 12px;
  line-height: 130%;
}
.eco_system_item.active {
  opacity: 1;
  z-index: 1;
  background: #f5f5f5;
}
.circle-container {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 450px;
  width: 100%;
  z-index: 2;
}
.circle_round {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: conic-gradient(
    #cdc8be 0deg 60deg,
    #d2d2cd 60deg 120deg,
    #d7d7d7 120deg 180deg,
    #e1e6e1 180deg 240deg,
    #ebebeb 240deg 300deg,
    #f0f0f0 300deg 360deg
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner white circle */
.circle_round::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  background: white;
  border-radius: 50%;
  z-index: 1;
}
img.circle_middle_line {
    position: absolute;
    z-index: 2;
    height: 150%;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circle_round::after {
    /* content: ""; */
    width: 1px;
    height: 125%;
    background: #00000020;
    z-index: 2;
    position: absolute;
}
span.point {
  z-index: 1;
  position: absolute;
  opacity: 0;
}
span.point.active {
  opacity: 1;
}
span.point.point-1 {
  left: -16%;
  top: 3%;
}
span.point.point-2 {
  left: -16%;
  top: 50%;
  transform: translateY(-50%);
}
span.point.point-3 {
  left: -16%;
  bottom: 3%;
}
span.point.point-4 {
  right: -16%;
  top: 3%;
  transform: rotateY(180deg);
}
span.point.point-5 {
  right: -16%;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
}
span.point.point-6 {
  right: -16%;
  bottom: 3%;
  transform: rotateY(180deg);
}
span.point.point-2 img,
span.point.point-5 img {
  height: 17px;
  width: auto;
}
.point img {
  height: 60px;
  width: auto;
}
.point.active img {
  /* filter: drop-shadow(0 0 6px #ff9800); */
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.circle_round {
  transition: background 0.4s ease;
}

.team_content {
  margin-right: 0px;
  padding-right: 0px;
}
.about_team {
  min-width: 320px;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  vertical-align: middle;
  margin-right: 150px;
}
.team_content .swiper-wrapper {
  padding-top: 50px;
}
.swiper-wrapper .swiper-slide.team_card:hover {
  top: -20px;
  transform: translateY(-20px);
  transition: all 0.5s ease;
}
.team_details {
  width: calc(100% - 475px);
  display: inline-block;
  vertical-align: middle;
}
.about_team span {
  font-size: 20px;
  color: var(--black);
}
.about_team h2 {
  color: var(--text-color);
  font-size: 44px;
  margin: 80px 0px 80px;
  padding-bottom: 20px;
  position: relative;
  line-height: 100%;
  position: relative;
}
.about_team h2:after {
  content: "";
  width: 20%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about_team p {
  font-size: 22px;
}
.team_card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.member_image {
  position: relative;
  padding-top: 140%;
}
.member_image img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  background: #312b29f2;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.5s ease;
}

.team_card:hover .overlay {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}

.overlay h3, 
.overlay a {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  text-decoration: unset;
  color: var(--white);
}

.overlay p{
  margin: 18px 0 0;
  font-size: 20px;
  color: var(--white);
}


/*=====================================-->
<!--=        About Contact Form Css         =-->
<!--=====================================*/

.contact_content{
  padding-left: 0px;
  margin-left: 0px;
}
.contact_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}
.contact_info {
    display: grid;
    gap: 80px;
}
.contact_form_info {
    width: 100%;
    margin: 0 auto;
}
.contact_head {
    display: grid;
    gap: 40px;
}
.contact_head h2.title {
    color: #312B29;
    font-size: 60px;
    font-weight: 500;
}
.contact_head p{
    color: #352D27CC;
    font-size: 24px;
}
.contact_form {
    display: grid;
    gap: 50px;
    margin-bottom: 100px;
}
.contact_form label {
    width: 100%;
    display: block;
    color: #352D27CC;
    font-size: 24px;
    text-transform: capitalize;
}
.contact_form input {
    border-bottom: solid 1px #000!important;
    border-width: 0px 0px 1px 0px!important;
    border-radius: 0px!important;
    width: 100%;
}
.contact_form .theme_btn {
    font-weight: 600;
    background: #D7CFC5;
    min-width: 190px;
}


/*=====================================-->
<!--=        Brands Archive Css         =-->
<!--=====================================*/

.cpt_card {
  display: grid;
  gap: 100px;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: flex-end;
}
.cpt_card_detail img{
  height: 40px;
  width: auto;
}
.about_cpt_info {
  margin: 30px 0px 40px;
  font-size: 22px;
}
a.cpt_card_title {
    text-decoration: unset;
    font-family: var(--font-heading);
    color: #352D27CC;
    font-size: 48px;
    font-weight: 500;
    line-height: 130%;
}
.cpt_card_image{
  padding-top: 130%;
  position: relative;
}
.cpt_card_detail {
    margin-bottom: 50px;
}
.cpt_card_image img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sticky-brands-wrapper {
  position: relative;
}

.archive-post-section {
  position: sticky;
  top: 120px; /* Leaves 100px gap from top */
  min-height: calc(100vh - 120px); /* Full screen height minus 100px */
  display: flex;
  background-color: var(--white);
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity 0.5s ease, transform 0.5s ease;
  box-shadow: 0px -10px 10px -10px;
  padding-top: 20px;
  border-radius: 20px 20px 0 0;
}

/* When new section overlays old */
.archive-post-section.is-active {
  z-index: 2;
}


/*=====================================-->
<!--=        Career head Section Css         =-->
<!--=====================================*/

.career_head_container {
    width: 56%;
    text-align: center;
    margin: auto;
    display: grid;
    gap: 40px;
}
.career_head_container h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 100%;
}
.career_head_container p {
    font-size: 30px;
}


/*=====================================-->
<!--=        All Career block Css         =-->
<!--=====================================*/


.all_career_block{
  display: grid;
  gap: 150px;
  position: relative;
}
.all_career_block:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
}
.career_block {
    display: grid;
    gap: 200px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.career_content {
    display: grid;
    gap: 20px;
}
.career_content h6 {
    font-family: var(--font-body);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
}
.career_block .career_img{
  padding-top: 115%;
  position: relative;
}
.career_block .career_img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career_details {
    font-size: 30px;
}
#career_info .apply_btn {
    margin-top: 100px;
    margin-bottom: 3px;
    width: 42%;
    min-height: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
}


/*=====================================-->
<!--=        Career CTA Css         =-->
<!--=====================================*/

section#career_cta {
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 160px 0px 160px;
    /* padding: 160px 0px 380px; */
    background-attachment: fixed;
}
section#career_cta:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #00000080;
    z-index: 0;
}
.career_cta_container {
    max-width: 50%;
    width: 100%;
    z-index: 1;
    position: relative;
}
.career_cta_container h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}
.career_cta_container h2 span{
    font-style: italic;
}
.career_cta_container p {
    color: #FFFFFFCC;
    font-size: 30px;
    width: 80%;
    margin: 30px 0 50px;
}
.career_cta_btn {
    max-width: 70%;
    width: 100%;
    border: solid 1px var(--white)!important;
    color: var(--white)!important;
}


/*=====================================-->
<!--=        FAQs Css         =-->
<!--=====================================*/


section#faqs {
    background: #D7CFC52B;
    padding: 200px 0px;
}
.faqs_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: flex-start;
}
.faqs_head {
    display: grid;
    gap: 40px;
}
.faqs_head h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: var(--primary-color);
}
.faqs_head p {
    font-size: 28px;
}
.accordion-item {
    border-radius: 0px!important;
    border: unset;
    background: transparent;
    padding: 30px 0px;
    border-bottom: solid 1px #000;
}
button.accordion-button {
    border-radius: 0px!important;
    background-color: transparent !important;
    box-shadow: unset!important;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    padding: 0px;
    justify-content: space-between;
}
.accordion-button:not(.collapsed){
  color: var(--primary-color)!important;
}
button.accordion-button:after {
    display: none;
}
.accordion-body {
    padding: 30px 0px 0px;
    font-size: 20px;
    color: #352D27CC;
}
.accordion-button .close_accordion_icon{
  display: none;
}
.accordion-button .open_accordion_icon{
  display: block;
}
.accordion-button.collapsed .close_accordion_icon{
  display: block;
}
.accordion-button.collapsed .open_accordion_icon{
  display: none;
}
button.accordion-button img {
    width: 28px;
    height: 28px;
}


/*=====================================-->
<!--=     Single Solution head  Css         =-->
<!--=====================================*/

.single_solution_head {
    width: 68%;
    text-align: center;
    margin: auto;
    display: grid;
    gap: 40px;
}
.single_solution_head h2 {
    font-size: 60px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 100%;
}
.single_solution_head p {
    font-size: 30px;
}

.solution_featured_image,
.brand_featured_image,
.featured_banner,
.post_featured_image{
  position: relative;
  padding-top: 50%;
}
.solution_featured_image img,
.brand_featured_image img,
.featured_banner img,
.post_featured_image img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}



.solution_content_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: flex-end;
}
.solution_content {
  display: grid;
  gap: 30px;
  text-align: right;
}
.solution_extra_img{
  position: relative;
  padding-top: 125%;
}
.solution_extra_img img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.solution_content .content {
    display: grid;
    gap: 30px;
    font-size: 30px;
    width: 95%;
    margin-left: auto;
}
.solution_content h3 {
    font-size: 48px;
}


#solution_faqs{
  background-color: var(--primary-color);
}
#solution_faqs .faqs_head h2 {
    color: var(--white);
    max-width: 65%;
}
#solution_faqs .accordion-item {
    border-bottom: solid 1px var(--white);
}
#solution_faqs button.accordion-button,
#solution_faqs .accordion-button:not(.collapsed) {
   color: var(--white)!important;
}
#solution_faqs .accordion-body {
    color: #FFFFFFCC;
}
#solution_faqs button.accordion-button img{
  filter: invert(1);
}


.booking_channels_container {
    max-width: 65%;
    margin: auto;
    text-align: center;
}
.booking_channels_container h2 {
    font-size: 60px;
    color: var(--primary-color);
    line-height: 130%;
}
.booking_channels_container p {
    font-size: 30px;
    margin: 40px auto 60px;
}
.all_channels img {
    width: 100px;
    height: auto;
}
.all_channels {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}



.gallery_container {
    display: grid;
    gap: 80px;
}
.solution_quote {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 38px;
    font-style: italic;
    color: var(--primary-color);
    line-height: 120%;
    text-transform: capitalize;
}
.solution_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.solution_gallery_img {
  position: relative;
  padding-top: 125%;
}
.solution_gallery_img img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}


#solution_cta {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0px;
    background-attachment: fixed;
}
.solution_cta_container {
    display: grid;
    gap: 40px;
}
.solution_cta_container h3 {
    color: var(--white);
    font-size: 58px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 80%;
}
.solution_cta_container p {
    color: var(--white);
    font-size: 26px;
    font-weight: 300;
    max-width: 58%;
}
.solution_cta_btn {
    min-width: 318px;
    width: fit-content;
}



.single_brand_head {
    display: grid;
    gap: 40px;
    margin: auto;
    max-width: 45%;
    text-align: center;
}
img.single_brand_logo {
    margin: auto;
    height: 55px;
    width: auto;
}
.single_brand_head p {
    font-size: 24px;
    line-height: 170%;
}



.brand_content_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: flex-end;
}
.brand_content {
  display: grid;
  text-align: right;
  width: 95%;
  margin-left: auto;
}
.brand_extra_img{
  position: relative;
  padding-top: 125%;
}
.brand_extra_img img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.brand_content .content {
    display: grid;
    gap: 30px;
    font-size: 30px;
    width: 100%;
    margin: 50px auto 70px;
}
.brand_content h3 {
    font-size: 40px;
    font-style: italic;
    color: var(--primary-color);
    font-weight: 400;
    line-height: 135%;
}
.brand_cotnent_btn {
    width: fit-content;
    margin-left: auto;
}


.brand_quote {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 38px;
    font-style: italic;
    color: var(--primary-color);
    line-height: 120%;
    /* text-transform: capitalize; */
}
.brand_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.brand_gallery_img {
  position: relative;
  padding-top: 125%;
}
.brand_gallery_img img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.visit_website_btn {
    margin: auto;
}


#brand_cta {
  padding: 200px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: calc(100vh - 100px);
  position: relative;
}
.brand_cta_container h3 {
    font-size: 50px;
    color: var(--white);
    font-weight: 400;
   max-width: 68%;
}
.brand_cta_container h3 span{
    font-style: italic;
}
.brand_cta_container p {
    margin: 30px 0px 50px;
    color: #FFFFFFCC;
    font-weight: 300;
    font-size: 30px;
    max-width: 36%;
}
.brand_cta_btn {
    border: solid 1px var(--white)!important;
    color: var(--white)!important;
}


/*=====================================-->
<!--=        Posts Head Section Css         =-->
<!--=====================================*/

.posts_head_container {
    width: 68%;
    text-align: center;
    margin: auto;
    display: grid;
    gap: 40px;
}
.posts_head_container h2 {
    font-size: 60px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 100%;
}
.posts_head_container p {
    font-size: 30px;
}





.all_posts_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 74px;
    align-items: flex-start;
}
.post_card_img {
    position: relative;
    padding-top: 125%;
}
.post_card_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.post_card {
    display: grid;
    gap: 30px;
    position: relative;
}
.post_card_content {
    display: grid;
    gap: 20px;
}
a.post_card_link {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--font-heading);
    line-height: 40px;
    color: var(--text-color);
    text-decoration: unset;
}
.post_card_content span {
    font-size: 18px;
}
.post_card:after {
    background: var(--primary-color);
    content: "";
    position: absolute;
    right: -37px;
    top: 0;
    width: 1px;
    height: 100%;
}
.all_posts_container .post_card:nth-child(3n):after{
    content: unset;
}
.load-more-container {
    margin: 80px auto 0px;
    text-align: center;
}


.single_post_head_container h2 {
    color: var(--primary-color);
}
.single_post_head_container {
    display: grid;
    gap: 40px;
    margin: auto;
    text-align: center;
}
.single_post_head_container h2 {
    font-size: 60px;
    line-height: 100%;
    max-width: 70%;
    margin: auto;
}
p.single_post_exceprt {
    max-width: 50%;
    margin: auto;
}


.single_post_content,
.post_extra_content {
    display: grid;
    gap: 40px;
    font-size: 24px;
}
.single_post_content h3,
.single_post_content h4 {
    font-size: 38px;
}


#single_post_images {
    margin: 180px 0px;
}
.post_quote {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 38px;
    font-weight: 500;
    line-height: 120%;
}
.post_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.post_gallery_img {
  position: relative;
  padding-top: 125%;
}
.post_gallery_img img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

h2.related_title {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 42px;
}


.page-brands-overview .hero_content {
    max-width: 60%;
}
.brands_overview_blocks{
  gap: 160px;
  display: grid;
  position: relative;
}
.brands_overview_blocks:after {
    content: "";
    background: #000000;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
}
.overview_block:after {
    content: "";
    background: #000000;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    position: absolute;
}
.overview_block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: center;
}
.overview_img {
    position: relative;
    padding-top: 105%;
}
.overview_img img{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.overview_content {
    display: grid;
    gap: 30px;
}
.overview_content  h6 {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 600;
}
.overview_details {
    display: grid;
    gap: 30px;
    font-size: 30px;
}

.wpforms-container {
    width: 100% !important;
}
.wpforms-container input.wpforms-field-medium {
    max-width: 100% !important;
}
.wpforms-container .wpforms-form .wpforms-field-label {
    font-size: 22px !important;
    color: #352D27CC !important;
    font-weight: 400 !important;
}
div.wpforms-container-full button[type=submit] {
    background: #D7CFC5 !important;
    color: #352d27cc !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 15px 35px !important;
    border-radius: 0 !important;
}





/*=====================================-->
<!--=        Contact Address         =-->
<!--=====================================*/

.address_title {
  border-bottom: solid 1px var(--primary-color);
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.address_title .section_title {
  text-align: center;
  font-style: normal;
}
.address_title .section_title span{
  font-style: italic;
}
.address_list {
  display: flex;
  justify-content: space-between;
}
.address_box {
  display: flex;
  align-items: end;
  gap: 20px;
  flex:1;
}
.address_text {
  margin-bottom: 30px;
}
.address_image {
  width: 100%;
  max-width: 50%;
}
h4.address_location {
  font-size: 24px;
  font-family: 'Inter';
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.address_content {
  font-size: 18px;
  color: #1a1a1a;
}
.address_title p {
  font-size: 19px;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0px;
  color: #1a1a1a;
}
