/*font-family: "Playfair Display", serif; */
@import url('https:`fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900; 1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900; 1,14..32,100..900&display=swap');
/*font-family: "Inter", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/*font-family: "Space Grotesk", sans-serif; */
:root {
  --font-body-color: #6b4a48;
  --heading-font: "Playfair Display", serif;
  --font-body: "Inter", sans-serif;
  --space-grotesk: "Space Grotesk", sans-serif;
  /* --primary-btn: #3D1319; */
  --primary-btn: #A8402E; 
  /* --primary-btn-color: #0F0702; */
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #B5A492;
  --color-primary: #A8402E;
  --dark-brown-bg: #FDF8F7;
}

html {
  scroll-behavior: inherit !important;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* body { margin: 0; padding: 0; font-size: 15px; -webkit-text-size-adjust: 100%; font-family: var(--font-body); --font-size-96:96px; --font-size-72:72px; --font-size-64:64px; --font-size-60:60px; --font-size-52:52px; --font-size-28:28px; background:#0F0A07; color: var(--font-body-color); }
*/
/*admin*/
body:not(.wp-admin):not(.login) {
  margin: 0;
  padding: 0;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-body);
  --font-size-96: 96px;
  --font-size-72: 72px;
  --font-size-64: 64px;
  --font-size-60: 60px;
  --font-size-52: 52px;
  --font-size-28: 28px;
  background: #FDF8F7;
  color: var(--font-body-color);
}

body.wp-admin {
  background: #fff !important;
  color: #000 !important;
}

/*admin*/
p,
a {
  color: var(--font-body-color);
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

ol,
ul {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

p {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0;
}

p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.115;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  color: #F7F0E8;
  color: #3D1319;
}

h1,
.h1 {
  font-size: var(--font-size-96);
  line-height: 1;
}

h2,
.h2 {
  font-size: var(--font-size-72);
  line-height: 1;
}

h3,
.h3 {
  font-size: var(--font-size-64);
  line-height: 1.0625;
}

h4,
.h4 {
  font-size: var(--font-size-52);
}

h5,
.h5 {
  font-size: var(--font-size-28);
}

/* button */
.action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s linear;
  font-family: var(--space-grotesk);
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  padding: 15px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  cursor: pointer;
}

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

.secondary-btn {
  /* border: 1px solid #472F21; */
border: 1px solid #EAD3CE
}

.primary-btn:hover {
  background: #2B1B10;
  color: var(--secondary-btn-color);
  border: 1px solid #472F21;
}

.secondary-btn:hover {
  background: #A8402E;
  color: #ffffff;
  border: 1px solid #472F21;
}

.purple-btn:hover {
  background-color: var(--White);
  color: var(--Purple);
}

/* button end */
::placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::placeholder {
  color: #000;
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
}

button:focus {
  outline: none;
}

textarea {
  resize: none;
}

a {
  transition: all 0.33s linear;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color:#000;
}

body {
  overflow-x: hidden;
}

/* Header */
.lines-button {
  border-radius: 0.57143rem;
  cursor: pointer;
  padding: 16px 0px;
  position: absolute;
  right: 16px;
  top: 0;
  transition: all 0.3s ease;
  z-index: 99;
  display: none;
}

.lines-button:hover {
  opacity: 1;
}

.lines {
  background: #fff;
  border-radius: 0.28571rem;
  display: inline-block;
  height: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.lines:before,
.lines:after {
  background: #fff;
  border-radius: 0.28571rem;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: 0.28571rem center 0;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.lines:before {
  top: 8px;
}

.lines:after {
  top: -8px;
}

.lines-button:hover .lines:before {
  top: 8px;
}

.lines-button:hover .lines:after {
  top: -8px;
}

.lines-button.x2.meanclose .lines:before,
.lines-button.x2.meanclose .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}

.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}

.main_menu {
  float: left;
  position: relative;
  text-align: center;
  z-index: 500;
  transition: all 0.3s ease 0s;
}

.main_menu ul {
  padding: 0px;
  margin: 0px;
}

.main_menu>ul>li {
  float: left;
  list-style: outside none none;
  margin-left: 0px;
  position: relative;
}

.main_menu>ul>li>a {
  display: block;
  text-decoration: none;
  margin-bottom: 0px;
  position: relative;
  color: var(--font-body-color);
  font-style: normal;
  text-transform: capitalize;
  font-family: var(--space-grotesk);
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 25px 8px 25px;
}

.main_menu>ul>li.menu-item-has-children>a {
  padding-right: 23px !important;
}

.main_menu>ul>li>ul li a {
  padding: 20px 30px;
  color: var(--Purple);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main_menu>ul>li>a:hover {
  text-decoration: none;
  color: #fff;
}

.main_menu>ul>li>a.last {
  border: none;
}

.main_menu>ul>li:hover>a {
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  z-index: 99;
}

.main_menu>ul>li:hover>a .sub {
  color: #000;
}

.main_menu>ul>li.current_page_item>a {
  text-decoration: none;
  color: #fff;
  border-color: #fff;
}

.main_menu>ul>li.current-menu-parent>a,
.main_menu>ul>li.current-menu-ancestor>a,
.main_menu>ul>li.current-menu-item>a {
  color: #0093bb;
}

.main_menu>ul>li.current_page_item>li.current_page_item>a,
.main_menu>ul>li.current-menu-ancestor>ul>li.current-menu-parent>a,
.main_menu>ul>li>ul>li>ul>li.current-menu-item>a {
  background: #0093bb;
  color: #fff;
}

.main_menu>ul>li.current-product_cat-ancestor>li.current-product_cat-ancestor>a,
.main_menu>ul>li.current-product_cat-ancestor>ul>li.current-product_cat-ancestor>a,
.main_menu>ul>li>ul>li>ul>li.current-product_cat-ancestor>a {
  color: #fff;
}

.main_menu>ul>li.current-product_cat-ancestor>a {
  color: #fff;
  background: #0093bb;
}

.main_menu>ul>li>ul>li.current-menu-item>a {
  color: #fff;
  background: var(--Pink);
}

.main_menu ul>li:hover>a,
.main_menu>ul>li.current-menu-item>a {
  transition: all 0.3s linear;
  color: #A8402E;
}

/* submenus */
.main_menu ul ul {
  top: 100%;
  background: #fff;
  pointer-events: none;
  z-index: 1000;
  min-width: 282px;
  width: auto;
  border-radius: 2px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  visibility: hidden;
  display: block;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.03s ease;
  -moz-transition: all 0.03s ease;
  -ms-transition: all 0.03s ease;
  -o-transition: all 0.03s ease;
  transition: all 0.03s ease;
  border: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 2px 20px 0px #8b8b8b40;
}

.main_menu ul ul li {
  display: block;
  position: relative;
}

.main_menu ul ul li a {
  padding: 24px 34px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_menu ul ul a:hover {
  text-decoration: none;
}

.main_menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}

.main_menu>ul>li>ul>li:first-child,
.main_menu>ul>li>ul>li:first-child li:first-child {
  border-top: 0px;
}

.main_menu ul ul ul {
  padding-top: 0px;
  left: 100%;
  top: 0px;
}

.main_menu ul ul li:first-child>ul {
  top: 0px;
  border-top: 0px;
}

.main_menu>select,
a.meanmenu-reveal {
  display: none;
}

.mean-bar {
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}

a.meanmenu-reveal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}

a.meanmenu-reveal span {
  display: block;
}

.mean-nav {
  background: #fff;
  float: left;
  position: absolute;
  top: 29px;
  width: 100%;
}

.mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

body .main_menu ul>li>a:hover,
body .main_menu ul>li:hover>a,
body .main_menu ul>li:hover>a {
  color: #3D1319 ;
  background-color: transparent;
}

header .main_menu ul.navbar-nav>li:hover>a,
header .main_menu ul.navbar-nav>li>a:hover {
  color: #000;
}

.main_menu>ul>li>ul>li:hover a {
  background: var(--Pink) !important;
  color: var(--White) !important;
}

.mean-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 155.556%;
  min-height: 80px;
  display: grid;
  align-items: center;
  text-transform: capitalize;
}

.mean-nav ul li li a {
  width: 100%;
  padding: 8px 25px;
  opacity: 1;
  text-shadow: none !important;
  visibility: visible;
  letter-spacing: 0.54px;
}

.mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-nav ul li li li a {
  padding: 7px 30px;
  width: 100%;
}

.mean-nav ul li li li li a {
  width: 60%;
  padding: 14px 20%;
}

.mean-nav ul li li li li li a {
  width: 50%;
  padding: 14px 25%;
}

.mean-nav ul li a.mean-expand {
  width: 76px;
  height: 39px;
  border: none !important;
  padding: 6px 5px 3px 5px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
  box-shadow: none;
  font-size: 0 !important;
  transition: all 0.5s ease;
  box-shadow: none;
}

.mean-nav>ul>li.current-menu-item>ul>li.current-menu-item>a {
  background: #ff0b2c;
  color: #1a1a1a;
}

.main_menu>ul>li.menu-item-has-children>a {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
}

.main_menu>ul>li.menu-item-has-children>a::after {
  background-image: url("../images/down-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 8px;
  height: 100%;
  transition: all 0.5s ease;
  border: none;
  margin: 0;
  position: absolute;
  background-size: contain;
  top: 0;
  right: 11px;
}

.main_menu>ul>li.current-menu-item>a:after {
  background-image: url("../images/down-green.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
}

.main_menu>ul>li.menu-item-has-children:hover>a:after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

.main_menu>ul>li.current-menu-item>a::after {
  filter: brightness(0) invert(1);
}

.mean-nav ul li a.mean-expand.mean-clicked {
  transform: rotate(180deg);
}

.gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address .gf_clear {
  display: none;
}

.gform_wrapper.gravity-theme .gform_fields,
.gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address {
  grid-row-gap: 30px !important;
  grid-column-gap: 21px !important;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  background-color: #fff;
  color: #828282;
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 11.5px 21px !important;
  box-shadow: none;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 140% !important;
  letter-spacing: 0;
  transition: all 0.33s ease;
}

.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: none;
  border-color: var(--Purple);
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 172px !important;
  display: block;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 6px;
  color: var(--White);
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 5px;
  text-align: left;
  color: var(--Purple) !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.ginput_recaptcha div {
  z-index: 999999 !important;
}

.gform_wrapper.gravity-theme .gfield_label .gfield_required_text,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_required_legend,
.gfield--type-captcha label,
.instruction,
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../images/select-down.svg);
  background-repeat: no-repeat;
  background-position: center right 29px;
  background-size: 10px;
}

.gform_wrapper.gravity-theme .gfield select:has(option:first-child:checked) {
  color: #828282;
}

.gform_wrapper.gravity-theme div#field_1_8 {
  margin-top: -6px;
}

.gform_wrapper.gravity-theme div#field_3_14 {
  margin-top: -12px;
}

.gform_wrapper.gravity-theme .gfield input#input_3_14,
.gform_wrapper.gravity-theme .gfield input#input_1_8 {
  padding: 8.5px 21px !important;
  background-image: url(../images/upload-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left 20px center !important;
  background-size: 12px !important;
  padding-left: 41px !important;
  text-transform: capitalize;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
  background-image: url(../images/date-icon.svg);
  background-repeat: no-repeat;
  background-position: center right 29px;
  background-size: 16px;
}

.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  margin: 44px auto 0 !important;
  padding: 0 !important;
  position: relative;
  align-items: center;
  overflow: hidden;
  max-width: 224px;
  height: 44px;
}

.gform_wrapper.gravity-theme .gform_footer::after {
  position: absolute;
  content: "";
  inset: 3px;
  border: 1.5px solid var(--Purple);
  border-radius: 32px;
  transition: all 0.3s linear;
  pointer-events: none;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: none;
  margin-bottom: 0;
  background-color: var(--Green);
  color: var(--White);
  min-width: 100%;
  min-height: 100% !important;
  line-height: 20px !important;
}

.gform_wrapper.gravity-theme .gform-loader,
.gform_ajax_spinner {
  position: absolute !important;
  top: 0 !important;
  right: 15px !important;
  bottom: 0 !important;
  margin: auto !important;
}

.gravity-theme .gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--White);
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

/* Modal  */
.modal-dialog {
  max-width: 1063px;
  width: 100%;
  z-index: 999999;
}

.modal-dialog .modal-content {
  border: none;
  background: var(--Green);
}

.modal-dialog .modal-body {
  padding: 0px 0px;
}

.modal-dialog .close-btn {
  position: absolute;
  top: 19px;
  right: 20px;
  border: none;
  background-color: transparent;
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 1;
}

.modal-dialog .close-btn:focus {
  box-shadow: none;
}

.modal-dialog .close-btn::before {
  content: "";
  background: url(../images/modal-close-icon.svg) no-repeat center;
  background-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-dialog .close-btn span {
  display: none;
}

body.modal-open header {
  z-index: 999 !important;
}

/* model end */
/*header start*/
header {
  background: #FDF8F7;
  padding: 20px 28px 20px 48px;
}

header .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0;
  transition: all 0.3s linear;
}

header .top-header .left-wrp .logo {
  max-width: 239px;
  display: block;
}

header {
  position: fixed;
  transition: all 0.33s linear;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 11px 31px 0px #30303017;
}

header .middle-wrp .main_menu>ul {
  display: flex;
  gap: 0;
}

.hero-home {
  /* background: radial-gradient(25% 41.67% at 50% 16.67%, rgba(56, 26, 10, 0.55) 0%, rgba(36, 18, 8, 0.25) 50%, rgba(15, 10, 7, 0) 100%); */
  background: linear-gradient(0deg, #FDF8F7, #FDF8F7),
radial-gradient(25% 41.67% at 50% 16.67%, rgba(198, 124, 50, 0.16) 0%, rgba(198, 124, 50, 0.08) 50%, rgba(198, 124, 50, 0) 100%);

  padding-top: 100px;
}

.hero-home .hh-wrp {
  display: flex;
  align-items: center;
}

.hero-home .hh-wrp .hh-cnt-wrp {
  padding-left: max(20px, calc((100vw - 1260px) / 2));
}

.hero-home .hh-wrp .img-wrp {
  margin-left: auto;
}

.hero-home .hh-wrp .hh-cnt-wrp .hh-cnt-wrp-in {
  max-width: 780px;
  padding: 20px 0 30px;
}

.hero-home .hh-wrp .hh-cnt-wrp h1 {
  letter-spacing: -2%;
}

.hero-home .hh-wrp .hh-cnt-wrp p {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -0.2%;
}

.hero-home .hero-cnt-dtl {
  max-width: 520px;
}

.hh-wrp .hh-cnt-wrp .btn-wrp {
  display: flex;
  gap: 16px;
  margin-top: 25px;
}

.hh-wrp .hh-cnt-wrp .btn-wrp .primary-btn:after {
  content: "→";
  font-family: var(--space-grotesk);
}

.hh-wrp .hh-cnt-wrp .btn-wrp .primary-btn {
  letter-spacing: 0.5%;
  gap: 10px;
}

.hh-wrp .hh-cnt-wrp .secondary-btn {
  font-weight: 500;
}

.stats-wrp-block {
  background: #FBEDE980;
  padding: 26px 0;
  border-top: 1px solid #EAD3CE;
  
  border-bottom: 1px solid #EAD3CE;
}

.stats-wrp {
  display: flex;
  align-items: center;
}

.stats-wrp .info {
  flex: 1;
  position: relative;
  padding: 0 47px;
  text-align: left;
}

.stats-wrp .info:first-child {
  padding-left: 0;
}

.stats-wrp .info:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 48px;
  background-color: #4a3a2e;
}

.stats-wrp .count-wrp {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 4px;
}

.stats-wrp .count-wrp span {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1%;
  margin: 0;
  font-family: var(--space-grotesk);
  color: #3D1319;
}

.stats-wrp .info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #766055;
  margin: 0;
  font-family: var(--space-grotesk);
  letter-spacing: 0.5%;
}

.stats-wrp-block .container {
  max-width: 100%;
  padding: 0 48px;
}

.hero-home .highlight-wrp {
  background: #A8402E;
  padding: 21px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-home .highlight-wrp .highlight-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 20s linear infinite;
}

.hero-home .highlight-wrp .highlight-text {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.hero-home .highlight-wrp .highlight-text p {
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: var(--space-grotesk);
  margin: 0;
  white-space: nowrap;
  letter-spacing: 3.5%;
}

.hero-home .highlight-wrp .highlight-text:not(:last-child)::after {
  content: '·';
  margin: 0 10px;
  font-weight: 700;
  font-family: var(--space-grotesk);
  color: rgba(15, 7, 2, 0.75);
  font-size: 11px;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.philosophy-wrp {
  background: #A8402E;
  border-radius: 20px;
  padding: 85px;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
}

.philosophy-wrp .left-wrp {
  border-right: 1px solid rgba(201, 184, 172, 0.5);
  display: flex;
  flex-direction: column;
}

.philosophy-wrp .left-wrp h2 {
  font-size: var(--font-size-60);
  color: #FFFFFF;
}

.philosophy-wrp .left-wrp .quote-cnt {
  max-width: 480px;
  margin-top: auto;
}

.philosophy-wrp .left-wrp .quote-cnt p {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.3%;
  color: #fff;
  font-family: var(--heading-font);
  font-style: italic;
  font-weight: 300;
}

.philosophy-wrp .left-wrp .quote-cnt p:last-child {
  margin-bottom: 0;
}

.philosophy-sec {
  background: #FDFAF4;
  padding: 72px 0 82px;
}

.philosophy-wrp .right-wrp {
  padding-left: 59px;
}

.philosophy-wrp .right-wrp h4 {
  font-size: var(--font-size-28);
  line-height: 120%;
  letter-spacing: -0.3%;
  font-weight: 700;
  font-family: var(--space-grotesk);
  margin-bottom: 20px;
  color: #FFFFFF;
}

.philosophy-wrp .right-wrp .sub-heading {
  font-family: var(--space-grotesk);
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 4%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}

.philosophy-wrp .right-wrp p,
.philosophy-wrp .right-wrp ul {
  color: #fff;
}

.philosophy-wrp .right-wrp p {
  font-size: 17px;
  line-height: 28px;
}

.philosophy-wrp .right-wrp li {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.1%;
  list-style: disc;
}

.philosophy-wrp .right-wrp li:not(:last-child) {
  margin-bottom: 12px;
}

.philosophy-wrp .right-wrp ul {
  padding-left: 20px;
}

.philosophy-wrp .right-wrp .btn-wrp {
  margin-top: 46px;
}

.philosophy-wrp .right-wrp .btn-wrp .cta-link {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.3%;
  line-height: 20px;
  font-family: var(--space-grotesk);
}

.philosophy-wrp .left-wrp h2:before {
  content: '"';
  display: block;
  font-size: 200px;
  font-weight: 700;
  line-height: 0.6;
  color: rgba(255, 255, 255, 0.15);
  top: 0;
  margin-bottom: -60px;
  position: relative;
  left: -19px;
}

footer {
  border-top: 1px solid #2B1B10;
}

footer .footer-row {
  padding: 64px 0;
  min-height: 380px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
}

footer .footer-row .middle-wrp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

footer .footer-row .right-wrp {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 37px;
}

.footer-row .left-wrp .f-logo h4 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.footer-row .left-wrp p {
  font-family: var(--heading-font);
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.2%;
  font-style: italic;
}

footer .footer-row .col-in .footer-title {
  font-family: var(--space-grotesk);
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  color: #3D1319;
  letter-spacing: 3%;
  margin-bottom: 18px;
}

footer .footer-row .col-in li:not(:last-child) {
  margin-bottom: 8px;
}

footer .footer-row .col-in li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1%;
  color: var(--font-body-color);
  text-transform: capitalize;
}

footer .footer-row .col-in li a:hover {
  color: #a8402e;
}

footer .footer-row .certify-badge {
  margin: 0 auto auto;
}

.certify-badge {
  border: 1px solid rgba(15, 167, 115, 0.25);
  background: rgba(6, 78, 50, 0.15);
  padding: 6px 12px;
  border-radius: 4px;
  font-family: var(--space-grotesk);
  font-weight: 700;
  color: #0FA773;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 2%;
}

footer .footer-bottom {
  border-top: 1px solid #2B1B10;
  padding: 15px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-bottom .footer-links ul {
  display: flex;
}

footer .footer-bottom .footer-links li {
  display: flex;
  align-items: center;
}

footer .footer-bottom .footer-links li a {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #766055;
}

footer .footer-bottom .footer-links li a:hover {
  color: #fff;
}

footer .footer-bottom .footer-links li:not(:first-child):before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #766055;
  margin: 0 10px;
}

footer .footer-bottom .copyright-wrp p {
  color: #766055;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: #766055;
}

/* services section start  */
.services {
  background: var(--dark-brown-bg);
  padding: 72px 0 66px;
}

.services .section-header {
  margin-bottom: 23px;
}

.services .section-header h2 {
  margin-bottom: 20px;
}

.services .section-header p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.2%;
  max-width: 724px;
}

.services .services-wrp {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.services .services-wrp .service {
  padding: 28px 32px;
  border-top: 3px solid #A8402E;
  display: flex;
  flex-direction: column;
}

.services .services-wrp .service .top-wrp .number-title {
  color: #E0BDB8;
  margin-bottom: 12px;
  font-size: var(--font-size-64);
}

.services .services-wrp .service .top-wrp .title {
  font-size: var(--font-size-28);
  margin-bottom: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EAD3CD;
}

.services .services-wrp .cnt-wrp {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services .services-wrp .cnt-wrp p {
  line-height: 160%;
  margin-bottom: 70px;
}

.services .services-wrp .cnt-wrp ul {
  margin-bottom: 58px;
  padding-left: 14px;
}

.services .services-wrp .cnt-wrp ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 6px;
}

.services .services-wrp .cnt-wrp ul li::marker {
  color: #a8402e
}

.services .services-wrp .cnt-wrp .btn-wrp {
  margin-top: auto;
}

.services .services-wrp .cnt-wrp .btn-wrp .cta-link {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2%;
  color: var(--primary-btn);
  transition: all 0.33s linear;
}

.services .services-wrp .cnt-wrp .btn-wrp .cta-link:hover {
  color: #f7f0e8;
}

/* services section end */
.cta-sec {
  background: radial-gradient(20% 33.33% at 52% 33.33%, rgba(107, 51, 15, 0.75) 0%, rgba(46, 20, 5, 0.45) 55%, rgba(15, 10, 7, 0) 100%);
  padding: 100px 0 140px;
}

.section-header .sub-title {
  font-weight: 700;
  font-size: 10px;
  font-family: var(--space-grotesk);
  line-height: 14px;
  letter-spacing: 4%;
  display: block;
  margin-bottom: 18px;
  color: #A8402E;
}

.section-header .section-title {
  letter-spacing: -2%;
  font-size: var(--font-size-72);
  line-height: 1;
  margin-bottom: 34px;
}

.section-header p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.2%;
}

.cta-sec .section-header {
  text-align: center;
  margin-bottom: 34px;
}

form input,
form textarea,
form select {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #fff;
  padding: 14px 20px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #2B1C10
}

form textarea {
  height: 160px;
  resize: none;
}

form input::placeholder,
form textarea::placeholder {
  color: #665C52;
}

.cta-sec .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.cta-sec .contact-frm-wrp {
  max-width: 660px;
  margin: auto;
}

.cta-link:after,
.hh-wrp .hh-cnt-wrp .btn-wrp .primary-btn:after,
.fw-projects .fw-project .title-wrp:after,
.contact-frm-wrp .submit-btn p:after {
  content: "";
  display: block;
  -webkit-mask: url("../images/btn-arrow.svg") no-repeat center;
  -webkit-mask-size: contain;
  background-color: currentColor;
  width: 9px;
  height: 7px;
  mask: url("../images/btn-arrow.svg") no-repeat center;
  mask-size: contain;
}

.cta-link {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.hh-wrp .hh-cnt-wrp .btn-wrp .primary-btn:after {
  width: 11px;
  height: 9px;
}

.section-header .section-title.h3 {
  font-size: var(--font-size-64);
  line-height: 1.0625;
}

.fw-wrp .fw-top-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}

.section-header .section-title:last-child {
  margin-bottom: 0;
}

.cta-link {
  font-family: var(--space-grotesk);
  font-weight: 700;
}

.fw-wrp .fw-top-wrp .cta-link {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1%;
  color: var(--color-primary);
}

.fw-wrp .fw-top-wrp .cta-link:hover {
  color: #FFFFFF;
}

.featured-work {
  padding: 72px 0 80px;
}

.fw-projects {
  display: grid;
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.fw-projects .fw-project:first-child {
  grid-row: 1 / 3;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.75) 75%), #2E140A;
}

.fw-projects .fw-project .title-wrp:after {
  background-color: #A8402E;
  width: 11px;
  height: 9px;
}

.fw-projects .fw-project {
  border-radius: 12px;
}

.fw-projects .fw-project:not(:first-child) {
  min-height: 288px;
}

.fw-projects .fw-project .top-wrp {
  padding: 24px 15px 0;
}

.fw-projects .fw-project:first-child .top-wrp {
  padding: 24px 24px 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.75) 75%), #2E140A;
  background: #061C4D;
}

.fw-projects .fw-project:nth-child(2) .top-wrp {
  background: #282365;
}

.fw-projects .fw-project:nth-child(2) .title-wrp {
  background: linear-gradient(0deg, #F0F0F0, #F0F0F0);
;
}

.fw-projects .fw-project:nth-child(3) .top-wrp,
.fw-projects .fw-project:nth-child(3) {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.75) 75%), #241A0A;
}

.fw-projects .fw-project:nth-child(3) .title-wrp {
 background: #F0F0F0;

}

.fw-projects .fw-project:first-child .top-wrp .img-wrp {
  max-width: 544px;
  margin: auto;
  height: 368px;
}

.fw-projects .fw-project .top-wrp .img-wrp {
  height: 163px;
  position: relative;
  overflow: hidden;
}

.fw-projects .fw-project .top-wrp .img-wrp img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: block;
}

.fw-projects .fw-project:first-child .title-wrp {
 background: linear-gradient(0deg, #F0F0F0, #F0F0F0);
  padding: 34px 24px;
}

.fw-projects .fw-project .title-wrp {
  padding: 34px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fw-projects .fw-project:not(:first-child) .title-wrp {
  padding-block: 9px;
}

.fw-projects .fw-project .title-wrp h5 {
  font-family: var(--space-grotesk);
  font-weight: 700;
  margin-bottom: 0;
  font-size: 22px;
  letter-spacing: -0.3%;
  line-height: 1.1429;
  margin-bottom: 0;
}

.fw-projects .fw-project:first-child .title-wrp h5 {
  font-size: var(--font-size-28);
  margin-bottom: 4px;
}

.fw-projects .fw-project .title-wrp .description li {
  font-size: 13px;
  line-height: 18px;
}

.fw-projects .fw-project .title-wrp .description li:not(:first-child):before {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

.fw-projects .fw-project .title-wrp .description ul {
  display: flex;
}

.fw-projects .fw-project .top-wrp .badges-wrp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.fw-projects .fw-project .top-wrp .badges-wrp .category-badge {
  border: 1px solid #A8402E4D;
  background: #00000066;
  color: #D97D5F;
}

.fw-projects .fw-project .top-wrp .badges-wrp .certify-badge {
  padding: 5px 10px;
  letter-spacing: 2.5%;
}

.fw-projects .fw-project:first-child .badges-wrp {
  margin-bottom: 50px;
}

.client-stories {
  padding: 72px 0 93px;
  background: var(--dark-brown-bg);
}

.client-stories .section-header {
  margin-bottom: 52px;
}

.client-stories .testimonials-wrp {
  margin: 0 -10px;
}

.client-stories .testimonials-wrp .testimonial-card {
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #2b1b10;
  padding-bottom: 365px;
}

.client-stories .testimonials-wrp .testimonial-card>* {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.client-stories .testimonials-wrp .testimonial-card .ply_btn {
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.client-stories .testimonials-wrp .testimonial-card.playing .ply_btn {
  display: none;
}

.company-stats {
  background: #A8402E;
}

.company-stats .cs-wrp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 60px 0;
}

.company-stats .cs-wrp .stats-info {
  border-right: 1px solid rgba(15, 7, 2, 0.2);
  position: relative;
  padding: 0 55px;
}

.cs-wrp .stats-info .count-wrp {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 9px;
}

.cs-wrp .stats-info .count-wrp:before {
  content: "";
  display: block;
  background: rgba(15, 7, 2, 0.25);
  width: 40px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
}

.cs-wrp .stats-info p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #FDFAF4;
  max-width: 220px;
}

.cs-wrp .stats-info .count-wrp span {
  letter-spacing: -2%;
  color: #FDFAF4;
}

.company-stats .cs-wrp .stats-info:last-child {
  border-right: none;
}

.how-we-work {
  background: #FDFAF4;
  padding: 72px 0 92px;
}

.hww-wrp .section-header .section-title {
  color: #451820;
  margin-bottom: 20px;
}

.hww-wrp .section-header p {
  font-size: 20px;
  color: #A8402E;
  font-family: var(--heading-font);
  letter-spacing: -0.3%;
  font-style: italic;
}

.hww-wrp .section-header {
  margin-bottom: 24px;
}

.hww-wrp .steps-wrp {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}

.hww-wrp .steps-wrp .step {
  flex: 1;
  padding: 0 16px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.hww-wrp .steps-wrp .step .cnt-wrp {
  border: 1px solid #8F3527B2;
  padding: 20px;
  border-radius: 10px;
  flex: 1;
  transition: all 0.4s linear;
}

.hww-wrp .steps-wrp .step .cnt-wrp h5 {
  font-family: var(--space-grotesk);
  color: #24160A;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727;
  margin-bottom: 12px;
  transition: all 0.4s linear;
}

.hww-wrp .steps-wrp .step .cnt-wrp p {
  font-size: 14px;
  line-height: 1.5714;
  letter-spacing: -0.1%;
  color: #6F5137;
  transition: all 0.4s linear;
}

.hww-wrp .steps-wrp .step .num-wrp {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3D1319;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  transition: all 0.4s linear;
  flex-shrink: 0;}
 

.hww-wrp .steps-wrp .step .num-wrp h6 {
  font-size: 14px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-family: var(--space-grotesk);
  color: #FFFFFF;
  margin-bottom: 0;
}

.hww-wrp .steps-wrp .step:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  width: 100%;
  background: rgba(201, 184, 172, 0.6);
  height: 1px;
}

.hww-wrp .steps-wrp .step:hover .num-wrp {
  background: #8F3527;
}

.hww-wrp .steps-wrp .step:hover .num-wrp h6 {
  color: #fff;
}

.hww-wrp .steps-wrp .step:hover .cnt-wrp {
  background: #8F3527;
}

.hww-wrp .steps-wrp .step:hover .cnt-wrp * {
  color: #FDFAF4;
}

.hww-wrp .btn-wrp {
  margin-top: 48px;
}

.contact-frm-wrp .form-group label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1%;
  display: block;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.contact-frm-wrp .form-group {
  margin-bottom: 24px;
}

.contact-frm-wrp .form-group p {
  margin-bottom: 0;
}

.contact-frm-wrp .submit-btn {
  width: max-content;
  display: flex;
  align-items: center;
  margin: auto;
}

.contact-frm-wrp .note {
  text-align: center;
  margin-top: 14px;
  font-size: 13px;
  margin-bottom: 0;
}

/* what-we-cover start  */
.what-we-cover {
  padding: 70px 0 30px;
  background: var(--dark-brown-bg);
}

.what-we-cover .section-header {
  margin-bottom: 66px;
}

.what-we-cover .service-higlights {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 24px;
}

.what-we-cover .service-higlights .item {
  width: calc((100% - (2 * 40px)) / 3);
  background: #FBEDE9;
  border-radius: 8px;
  border-top: 2px solid  #A8402E;
  padding: 22px 24px 48px;
}

.what-we-cover .service-higlights .item .item-title {
  font-family: var(--space-grotesk);
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

.what-we-cover .service-higlights .item p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

/* why-choose-us start */
.why-choose-us {
  padding: 60px 0 40px;
}

.why-choose-us .wcu-wrp {
  display: grid;
  gap: 120px;
  grid-template-columns: 1fr 1fr;
}

.why-choose-us .wcu-wrp .wcu-cnt-wrp {
  position: relative;
  padding-right: 65px;
}

.why-choose-us .wcu-wrp .wcu-cnt-wrp::after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -60px;
  background: #2b1c10;
}

.why-choose-us .wcu-wrp .wcu-cnt-wrp .section-title {
  padding-bottom: 80px;
  margin-bottom: 18px;
  position: relative;
  font-size: 44px;
  line-height: 1.25;
}

.why-choose-us .section-header .sub-title {
  margin-bottom: 15px;
}

.why-choose-us .wcu-wrp .wcu-cnt-wrp .section-title::after {
  content: '';
  width: 48px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A8402E;
  border-radius: 2px;
}

.why-choose-us .wcu-wrp .wcu-cnt-wrp p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}

.why-choose-us .wcu-feature-wrp {
  display: flex;
  flex-wrap: wrap;
  column-gap: 55px;
  row-gap: 74px;
  margin-bottom: auto;
}

.why-choose-us .wcu-feature-wrp .feature-item {
  width: calc((100% - 55px) / 2);
}

.why-choose-us .wcu-feature-wrp .feature-item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.why-choose-us .wcu-feature-wrp .feature-item .feature-title {
  font-family: var(--space-grotesk);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  margin-bottom: 4px;
  color: #f7f0e8;
  position: relative;
}

.why-choose-us .wcu-feature-wrp .feature-item .feature-title::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background: #3D1319;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -18px;
}

.contact-frm-wrp .submit-btn p {
  width: max-content;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.wwc-wrp .section-header .sub-title {
  margin-bottom: 11px;
  line-height: 1;
}

.wwc-wrp .section-header .section-title {
  margin-bottom: 28px;
}

.wwc-wrp .section-header .section-title {
  margin-bottom: 28px;
}

.contact-frm-wrp .submit-btn p:after {
  position: relative;
  background-color: #FFFFFF;
  left: -62px;
}

.contact-frm-wrp .submit-btn .wpcf7-spinner {
  display: none;
}

.contact-frm-wrp .submit-btn input.primary-btn {
  padding-left: 52px;
  padding-right: 74px;
  color: #FFFFFF;
}

.contact-frm-wrp .submit-btn:hover input.primary-btn {
  color: #fff;
}

.contact-frm-wrp .submit-btn:hover p:after {
  background-color: #fff;
}

.hh-cnt-wrp .hh-cnt-wrp-in .h-sub-heading {
  margin-bottom: 17px;
  display: block;
  color: #A8402E;
  font-family: var(--space-grotesk);
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 4%;
}

.hh-cnt-wrp .hh-cnt-wrp-in .h-sub-heading:before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #3D1319;
  border-radius: 2px;
  margin-bottom: 9px;
}

body:not(.home) .hero-home .hh-wrp .hh-cnt-wrp h1 {
  font-size: 80px;
  margin-bottom: 74px;
  letter-spacing: -1.6px;
}

body:not(.home) .hero-home .hh-wrp .hh-cnt-wrp .btn-wrp {
  margin-top: 49px;
}

body:not(.home) .hero-home {
  background: #FDF8F7;
  padding: 40px 0 0;
}

header .top-header .right-wrp {
  display: none;
}

.cta-wrp .section-title {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.contact-section {
  background: #FDF8F7;
  padding: 72px 0 136px;
}

.contact-section .contact-wrap {
  display: flex;
  align-items: flex-start;
}

.contact-section .contact-wrap .contact-left {
  padding-right: 48px;
  border-right: 1px solid #2B1C10;
  width: 54%;
  flex-shrink: 0;
}

.contact-section .contact-wrap .contact-left .section-header {
  margin-bottom: 60px;
}

.contact-section .contact-wrap .contact-left .section-header .sub-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #A8402E;
  display: block;
  margin-bottom: 15px;
}

.contact-section .contact-wrap .contact-left .section-header .section-title {
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -0.88px;
  color: #3D1319;
  margin-bottom: 0;
  max-width: 300px;
}

.contact-section .cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-section .cf7-col {
  flex: 1;
}

.contact-section .form-group {
  margin-bottom: 24px;
}

.contact-section .form-group p {
  margin: 0;
}

.contact-section .form-group br {
  display: none;
}

.contact-section .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding-left: 5px;
  margin-top: 6px;
}

.contact-section .form-group label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #6B4A48;
  display: block;
  margin-bottom: 9px;
}

.contact-section form input[type=text],
.contact-section form input[type=email],
.contact-section form select,
.contact-section form textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EAD3CE;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}

.contact-section form input[type="text"]:focus,
.contact-section form input[type="email"]:focus,
.contact-section form select:focus,
.contact-section form textarea:focus {
  border-color: #3D1319;
}

.contact-section form select {
  appearance: none;
  cursor: pointer;
  color: #766055;
}

.contact-section form textarea {
  height: 160px;
  resize: none;
}

.contact-section .submit-btn p {
  margin: 0;
}

.contact-section input.wpcf7-form-control.wpcf7-submit {
  transition: all 0.33s linear;
  border: 1px solid transparent;
  width: fit-content;
  background: #A8402E;
  border-radius: 8px;
  padding: 16px 74px;
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
}

.contact-section input.wpcf7-form-control.wpcf7-submit:hover {
  background: #2B1B10;
  color: var(--secondary-btn-color);
  border: 1px solid #472F21;
}

.contact-section .form-tagline {
  font-size: 13px;
  color: #B5A492;
  margin-top: 14px;
  margin-bottom: 0;
}

.contact-section .contact-wrap .contact-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 63px;
  flex: 1;
}

.contact-section .contact-wrap .contact-right .info-card {
  background: #FBEDE9;
  border-radius: 8px;
  border-top: 2px solid #A8402E;
  padding: 18px 28px 12px 28px;
}

.contact-section .contact-wrap .contact-right .info-card span.card-label {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #A8402E;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-section .contact-wrap .contact-right .info-card h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #F7F0E8;
  margin-bottom: 6px;
}

.contact-section .contact-wrap .contact-right .info-card p {
  font-size: 13px;
  color: #B5A492;
  margin: 0;
}

.contact-section .contact-wrap .contact-right .service-area {
  margin-top: 60px;
}

.contact-section .contact-wrap .contact-right .service-area span.card-label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #A8402E;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-section .contact-wrap .contact-right .service-area p {
  font-size: 15px;
  color: #B5A492;
  margin-bottom: 4px;
  line-height: 24px;
}

/* faq-section */
.faq-section {
  padding-top: 64px;
  padding-bottom: 100px;
}

.faq-section .faq-wrp .faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.faq-section .faq-wrp .faq-list .faq-item {
  width: calc((100% - 120px) / 4);
}

.faq-section .faq-wrp .faq-list .faq-item h3 {
  font-family: var(--space-grotesk);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  padding-top: 12px;
}

.faq-item .faq-answer {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #B5A492;
}

/* grid-filter-sec */
.grid-filter-sec {
  background: #0F0A07;
  padding: 72px 0 76px;
}

.grid-filter-sec .section-header {
  margin-bottom: 40px;
}

.grid-filter-sec .section-header .section-label {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #3D1319;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.grid-filter-sec .section-header .section-title {
  font-size: 48px;
  line-height: 56px;
  color: #F7F0E8;
  margin-bottom: 24px;
}

.grid-filter-sec .section-header .section-subtitle {
  font-size: 17px;
  line-height: 26px;
  color: #B5A492;
  max-width: 550px;
  margin: 0;
}

.grid-filter-sec .tag-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 25px;
  margin-bottom: 43px;
  border-bottom: 1px solid #472F21;
}

.grid-filter-sec .tag-filters .tag {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: #B5A492;
  border: 1px solid #472F21;
  border-radius: 100px;
  padding: 11px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
}

.grid-filter-sec .tag-filters .tag:hover {
  border-color: #3D1319;
  color: #3D1319;
}

.grid-filter-sec .tag-filters .tag.active {
  background: #3D1319;
  border: none;
  color: #0F0702;
  font-weight: 700;
}

.grid-filter-sec .card-grid {
  width: 100%;
  display: grid;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.grid-filter-sec .blog-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: background 0.2s ease;
  width: calc((100% - (20px * 2)) / 3);
  border-radius: 12px 12px 0px 0px;
  position: relative;
}

.grid-filter-sec .blog-card .card-thumb {
  width: 100%;
  overflow: hidden;
  height: 200px;
  object-fit: cover;
  position: relative;
}

.grid-filter-sec .blog-card .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 12px 12px 0px 0px;
}

.grid-filter-sec .blog-card .card-body {
  padding: 16px 19px 20px 0px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.grid-filter-sec .card-category {
  margin-bottom: 10px;
}

.grid-filter-sec .card-category a {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #DC9E50;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 9px;
  border: 1px solid #3D13194D;
  background: #00000066;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 4px;
}

.grid-filter-sec .blog-card .card-body .card-title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #F7F0E8;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}

.grid-filter-sec .blog-card .card-body .grid-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #B5A492;
  margin-bottom: 16px;
  flex: 1;
}

.grid-filter-sec .blog-card .card-body .publish-duration {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.grid-filter-sec .blog-card .card-body .grid-publish-date-time {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #8A6E5E;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.grid-filter-sec .blog-card .card-body .grid-duration {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #8A6E5E;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.grid-filter-sec .blog-card .card-body .grid-duration::before {
  content: "•";
  display: inline-block;
  margin: 0 10px;
  font-size: 11px;
  color: #8A6E5E;
  vertical-align: middle;
}

.grid-filter-sec .blog-card .card-body .card-read {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #3D1319;
  text-decoration: none;
  margin-top: auto;
  transition: color 0.2s;
}

.grid-filter-sec .blog-card .card-body .card-read:hover {
  color: #ffffff;
}

.grid-filter-sec .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 56px;
}

.grid-filter-sec .pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #B5A492;
  text-decoration: none;
  border: 1px solid #472F21;
  transition: all 0.2s;
}

.grid-filter-sec .pagination .page-numbers:hover {
  border-color: #3D1319;
  color: #3D1319;
}

.grid-filter-sec .pagination .page-numbers.current {
  background: #3D1319;
  color: #0F0702;
  font-weight: 700;
  border-color: #3D1319;
}

/* pop-up style */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: #1A0E06CC;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
}

.popup-overlay .popup-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3D1319;
  z-index: 1;
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
}

body.contactPopup-active .content,
body.contactPopup-active {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.popup-overlay.active {
  display: grid;
  place-items: center;
  padding: 20px;
}

.popup-overlay .popup-modal {
  display: flex;
  width: 100%;
  max-width: 920px;
  max-height: calc(100vh - 40px);
  border-radius: 12px;
  overflow-y: auto;
  position: relative;
  border: 1px solid #2B1B10;
  top: 50%;
  transform: translate(0%, -50%);
  overflow-y: auto;
}

/* .popup-overlay .popup-left { overflow-y: auto; }
.popup-overlay .popup-right { overflow-y: auto; }
*/
.popup-overlay .popup-left {
  background: #0F0A07;
  width: 52.2%;
  height: 100%;
  flex-shrink: 0;
  padding: 44px 44px 37px 44px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  border-right: 1px solid #2B1C10;
}

.popup-overlay .popup-brand {
  margin-bottom: 13px;
}

.popup-overlay .popup-brand-name {
  font-family: var(--heading-font);
  font-size: 16px;
  color: #3D1319;
  margin-bottom: 7px;
  font-weight: 700;
}

.popup-overlay .popup-brand-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  color: #3D1319;
  text-transform: uppercase;
}

.popup-overlay .popup-left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.01px;
  margin-bottom: 20px;
}

.popup-overlay .popup-left ul {
  padding-left: 20px;
}

.popup-overlay .popup-left ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #B5A493;
  list-style: disc;
  margin-bottom: 10px;
}

.popup-overlay .popup-headline {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #F7F0E8;
  margin-bottom: 16px;
  font-weight: 700;
}

.popup-overlay .popup-desc {
  font-size: 14px;
  line-height: 22px;
  color: #B5A492;
  margin-bottom: 0;
}

.popup-overlay .popup-desc p {
  font-size: 14px;
  line-height: 22px;
  color: #B5A492;
  margin-bottom: 12px;
}

.popup-overlay .popup-desc ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.popup-overlay .popup-desc ul li {
  font-size: 13px;
  line-height: 22px;
  color: #B5A492;
  padding-left: 14px;
  position: relative;
  margin-bottom: 6px;
}

.popup-overlay .popup-desc ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3D1319;
}

.popup-overlay .popup-stats {
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
  justify-content: space-between;
}

.popup-overlay .popup-stats .stat-number {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #F7F0E8;
  margin-bottom: 5px;
}

.popup-overlay .popup-stats .stat-label {
  font-size: 11px;
  color: #766055;
  line-height: 100%;
}

.popup-overlay .popup-stats {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.popup-overlay .popup-stats>div {
  padding-left: 18px;
  border-left: 1px solid #2B1B10;
}

.popup-overlay .popup-stats>div:first-child {
  border-left: none;
  padding-left: 0;
}

.popup-overlay .popup-trust {
  margin-top: 45px;
}

.popup-overlay .popup-trust ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-overlay .popup-trust ul li {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  color: #766055;
  text-transform: uppercase;
  list-style: none;
}

.popup-overlay .popup-trust ul p {
  color: #472F21;
  margin: 0;
  font-size: 12px;
}

.popup-overlay .popup-right {
  background: #120B04;
  flex: 1;
  height: 100%;
  padding: 40px 40px 48px 40px;
  position: relative;
}

.popup-overlay .popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: transparent;
  border: none;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: color 0.2s;
  padding: 0;
}

.popup-overlay .popup-right .form-heading {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  color: #F7F0E8;
  margin-bottom: 6px;
  margin-top: 0;
  padding-right: 60px;
}

.popup-overlay .popup-right .form-subheading {
  font-size: 12px;
  line-height: 18px;
  color: #B5A492;
  margin-bottom: 24px;
}

.popup-overlay .popup-right .form-group {
  margin-bottom: 12px;
}

.popup-overlay .popup-right .form-group p {
  margin: 0;
}

.popup-overlay .popup-right .form-group br {
  display: none;
}

.popup-overlay .popup-right .form-group label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1px;
  color: #B5A492;
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.popup-overlay .popup-right form input[type=text],
.popup-overlay .popup-right form input[type=email],
.popup-overlay .popup-right form input[type=tel],
.popup-overlay .popup-right form textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #2B1C10;
  border-radius: 8px;
  color: #000;
  font-size: 14px;
  padding: 11px 14px;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s;
}

.popup-overlay .popup-right form input[type="text"]:focus,
.popup-overlay .popup-right form input[type="email"]:focus,
.popup-overlay .popup-right form input[type="tel"]:focus,
.popup-overlay .popup-right form textarea:focus {
  border-color: #3D1319;
}

.popup-overlay .popup-right form input::placeholder,
.popup-overlay .popup-right form textarea::placeholder {
  color: #4A3528;
}

.popup-overlay .popup-right form textarea {
  height: 80px;
  resize: none;
}

.popup-overlay .popup-right .submit-btn p {
  margin: 0;
}

.popup-overlay .submit-btn {
  position: relative;
}

.popup-overlay .submit-btn .wpcf7-spinner {
  position: absolute;
  top: 20px;
  right: 0px;
}

.popup-overlay .popup-right input.wpcf7-form-control.wpcf7-submit {
  transition: all 0.33s linear;
  width: 100%;
  background: #3D1319;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 14px 24px;
  color: #0F0702;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
  text-align: center;
  position: relative;
}

.popup-overlay .popup-right input.wpcf7-form-control.wpcf7-submit:hover {
  background: #0F0702;
  color: var(--secondary-btn-color);
  border: 1px solid #3D1319;
}

.popup-overlay .popup-right .form-note {
  font-size: 11px;
  color: #766055;
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
}

.popup-overlay .wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 4px 0px 0px 8px;
}

.popup-overlay .wpcf7 form .wpcf7-response-output {
  display: block;
  margin-top: 12px;
  padding: 8px 12px;
  border: unset !important;
  color: #3D1319;
  font-size: 13px;
  text-align: center;
}

/* blog-single */
.single-blog {
  font-family: 'Inter', sans-serif;
  background: #0F0A07;
  padding: 40px 0;
  color: #B5A492;
}

.single-blog .single_blog_wrp {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.single-blog .single_blog_right,
.single-blog .single_blog_left {
  width: 100%;
}

.single-blog .row {
  display: flex;
  gap: 48px;
}

.single-blog .col-md-8 {
  flex: 0 0 calc(66.666% - 24px);
}

.single-blog .col-md-4 {
  flex: 0 0 calc(33.333% - 24px);
}

.single-blog .post-cnt {
  font-size: 15px;
  line-height: 1.75;
  color: #B5A492;
}

.single-blog .post-cnt p {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 30px;
  color: #B5A492;
}

.single-blog .post-cnt p:last-child {
  margin-top: 60px;
}

/* H5 headings with orange top line */
.single-blog .post-cnt h5 {
  font-size: 32px;
  font-weight: 700;
  color: #F7F0E8;
  margin-top: 44px;
  margin-bottom: 25px;
  padding-top: 14px;
  position: relative;
  letter-spacing: -0.2px;
  font-family: var(--space-grotesk);
}

.single-blog .post-cnt h5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: #3D1319;
}

/* UL styling — orange dot bullets */
.single-blog .post-cnt ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.single-blog .post-cnt ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #B5A492;
  padding-left: 20px;
  position: relative;
  margin-bottom: 16px;
}

.single-blog .post-cnt ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #3D1319;
  font-size: 16px;
  line-height: 1.7;
}

.single-blog .post-cnt blockquote {
  border-left: 4px solid #3D1319;
  margin: 32px 0;
}

.single-blog .post-cnt blockquote p {
  font-family: var(--heading-font);
  font-size: 28px !important;
  line-height: 40px;
  font-style: italic;
  font-weight: 600;
  color: #F7F0E8;
  margin: 0;
  background: #2A150880;
  padding: 32px 44px;
}

/* ---- SIDEBAR ---- */
.single-blog .sidebar-wrp {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 440px;
}

/* Services Sidebar */
.single-blog .services-sidebar {
  background: #2A150880;
  border: 1px solid #3D131966;
  border-radius: 12px;
  padding: 32px;
}

.single-blog .services-sidebar-subheading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #3D1319;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.single-blog .services-sidebar-heading h3 {
  font-size: 22px;
  font-weight: 700;
  color: #F7F0E8;
  padding-bottom: 14px;
  border-bottom: 1px solid #472F21;
  margin-bottom: 28px;
  letter-spacing: -0.2px;
}

.single-blog .our-services {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.single-blog .our-services .service {
  padding: 12px 0;
}

.single-blog .our-services .service:last-child {
  padding-bottom: 0;
}

.single-blog .our-services .service p {
  font-size: 14px;
  line-height: 22px;
  color: #B5A492;
  margin: 0;
  padding-left: 23px;
  position: relative;
}

.single-blog .author-wrp {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.single-blog .our-services .service p::before {
  content: '';
  background-image: url(../images/right-tik.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  color: #3D1319;
  font-size: 12px;
  margin-top: 3px;
}

/* Author Details */
.single-blog .auther-details {
  background: transparent;
  border: 1px solid #472F21;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.single-blog .auther-details img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 4px;
  background: #3D1319;
}

.single-blog .auther-details label:first-of-type {
  font-size: 16px;
  font-weight: 700;
  color: #F7F0E8;
  display: block;
  margin-bottom: 1px;
}

.single-blog .auther-details label:last-of-type {
  font-size: 13px;
  color: #8A6E5E;
  display: block;
  margin-bottom: 0px;
}

.single-blog .auther-details p {
  font-size: 14px;
  line-height: 1.6;
  color: #B5A492;
  margin: 0;
}

/* Share */
.single-blog .share-on {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-blog .share-on label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  color: #8A6E5E;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.single-blog .share-on ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-blog .share-on ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 40px;
  border-radius: 8px;
  transition: border-color 0.2s;
  border: 1px solid #472F21;
}

.single-blog .share-on ul li a:hover {
  border-color: #3D1319;
}

.single-blog .share-on ul li a img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(0.6);
}

/* Tags */
.single-blog .tags-detail h5 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  color: #8A6E5E;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single-blog .tags-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 250px;
}

.single-blog .tags-detail ul li {
  font-size: 11px;
  font-weight: 600;
  color: #B5A492;
  background: #1A0E06;
  border: 1px solid #2B1C10;
  border-radius: 20px;
  padding: 4px 12px;
  letter-spacing: 0.3px;
}

.featured-sec {
  padding: 64px 0 24px;
}

.featured-sec .section-label {
  font-family: Space Grotesk;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #3D1319;
  border-bottom: 1px solid #472F21;
  padding-bottom: 18px;
}

.featured-sec .featured-article-cnt {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.4fr 1fr;
  padding-top: 39px;
}

.featured-sec .hero-avatar {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.featured-sec .hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

.featured-sec .text-cnt-wrp {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-sec .date-duration-wrp {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.featured-sec .hero-publish-date-time,
.featured-sec .hero-duration {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #8A6E5E;
}

.featured-sec .text-cnt-wrp h1 {
  font-family: Space Grotesk;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.5%;
  margin-bottom: 28px;
}

.featured-sec .text-cnt-wrp p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1%;
  margin-bottom: 28px;
}

.featured-sec .hero-author-info,
.single-blog-banner .published_by_author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.featured-sec .hero-author-image img,
.single-blog-banner .published_by_author img {
  width: 100%;
  max-width: 44px;
  border-radius: 50%;
  display: block;
}

.featured-sec .auther-details,
.single-blog-banner .published_by_author .author-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.featured-sec .hero-author-name,
.single-blog-banner .published_by_author .author-details .author-name {
  font-family: Space Grotesk;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #F7F0E8;
}

.single-blog-banner .published_by_author .author-details:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid #472F21;
}

.featured-sec .hero-author-designation,
.single-blog-banner .published_by_author .author-details .author-designation {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #8A6E5E;
}

.featured-sec .hero-cta {
  font-family: Space Grotesk;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #3D1319;
  transition: all 0.33s linear;
}

.featured-sec .hero-cta:hover {
  color: #f7f0e8;
}

.single-blog-banner .published_by_author .author-details:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  flex-direction: row-reverse;
}

.single-blog-banner .published_by_author .author-details:last-child .author-publish-date,
.single-blog-banner .published_by_author .author-details:last-child .author-read-duration {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #B5A492;
}

.single-blog-banner .blog-banner .bg-img {
  border-radius: 16px;
  overflow: hidden;
}

.single-blog-banner .blog-banner .bg-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 480px;
  min-height: 280px;
}

.single-blog-banner {
  padding: 40px 0 60px;
}

.post-title-wrapper h1 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 40px;
  letter-spacing: -1%;
}

.single-blog-banner .breadcrumb-wrapper {
  margin-bottom: 24px;
}

.single-blog-banner .breadcrumb-wrapper a,
.single-blog-banner .breadcrumb-wrapper span {
  color: #B5A492;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1%;
}

.single-blog-banner .breadcrumb-wrapper .breadcrumb-current {
  color: #F7F0E8;
}

.single-blog-banner .breadcrumb-wrapper .breadcrumb-separator {
  display: inline-block;
  margin: 0 10px;
}

.single-blog-banner .breadcrumb-wrapper .breadcrumb {
  row-gap: 10px;
}

.single-blog-banner .post-category-labels .category-name a {
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #DC9E50;
  padding: 6px 11px;
  border: 1px solid #3D13194D;
  background: #00000066;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 28px;
}

.post-list-sec {
  background: #0F0A07;
  padding: 72px 0 76px;
}

.post-list-sec .similar-articles-heading {
  margin-bottom: 40px;
}

.post-list-sec .similar-articles-heading h2 {
  font-size: 48px;
  line-height: 56px;
  color: #F7F0E8;
  margin: 0;
}

.post-list-sec .latest-posts-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.post-list-sec .single-post-box {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  border-radius: 12px 12px 0 0;
  position: relative;
}

.post-list-sec .single-post-box .post-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 12px 12px 0 0;
}

.post-list-sec .single-post-box .post-image>a {
  display: block;
  width: 100%;
  height: 100%;
}

.post-list-sec .single-post-box .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px 12px 0 0;
  transition: transform 0.3s ease;
}

.post-list-sec .single-post-box:hover .post-image img {
  transform: scale(1.05);
}

.post-list-sec .single-post-box .post-image label {
  margin: 0;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

.post-list-sec .single-post-box .post-image label a {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #DC9E50;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 9px;
  border: 1px solid #3D13194D;
  background: #00000066;
  border-radius: 4px;
  display: inline-block;
}

.post-list-sec .single-post-box .post-content {
  padding: 16px 19px 20px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.post-list-sec .single-post-box .post-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 9px;
}

.post-list-sec .single-post-box .post-tag .post-date,
.post-list-sec .single-post-box .post-tag .duration {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #8A6E5E;
  text-transform: uppercase;
  line-height: 1.4;
}

.post-list-sec .single-post-box .post-tag .duration::before {
  content: "•";
  display: inline-block;
  margin: 0 10px;
  font-size: 11px;
  color: #8A6E5E;
  vertical-align: middle;
}

.post-list-sec .single-post-box .post-title {
  margin-bottom: 10px;
}

.post-list-sec .single-post-box .post-title h3 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #F7F0E8;
  margin: 0;
  letter-spacing: -0.2px;
}

.post-list-sec .single-post-box .post-excerpt {
  margin-bottom: 16px;
  flex: 1;
}

.post-list-sec .single-post-box .post-excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #B5A492;
  margin: 0;
}

.post-list-sec .single-post-box .post-read-more {
  margin-top: auto;
}

.post-list-sec .single-post-box .post-read-more a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #3D1319;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.post-list-sec .single-post-box .post-read-more a::after {
  content: "";
  width: 14px;
  height: 10px;
  display: inline-block;
  background: url("../images/link-arrow.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.post-list-sec .single-post-box .post-read-more a:hover {
  color: #ffffff;
}

html:has(.contactPopup-active),
html:has(.contactPopup-active) body {
  overflow: hidden;
}

.thankyou-wraper {
  background: var(--dark-brown-bg);
  background-image:
    radial-gradient(circle at 18% 20%, rgba(198, 124, 50, 0.10), transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(198, 124, 51, 0.08), transparent 45%);
  font-family: var(--font-body);
  color: var(--font-body-color);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.thankyou-wraper .inner_banner {
  padding: 0px 20px 0px;
  text-align: center;
}

.thankyou-wraper .inner_banner_text h1 {
  font-family: var(--heading-font);
  font-weight: 600;
  font-style: italic;
  color: #F4EEE6;
  font-size: 66px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin: 0;
  position: relative;
  display: inline-block;
}

.thankyou-wraper .managed_services_about .container {
  max-width: 620px;
  margin: 0 auto;
  padding: 20px 40px !important;
  position: relative;
}

.thankyou-wraper .managed_services_about p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 10px;
}

/* first paragraph = "We have received your inquiry." — was inline red, now on-brand */
.thankyou-wraper .managed_services_about p:first-child {
  color: #E7DDD0 !important;
  font-size: 17px;
  font-weight: 500;
}

.thankyou-wraper .managed_services_about p:last-child {
  color: var(--font-body-color);
  max-width: 440px;
  margin: 0 auto;
}

/* ---- Responsive ---- */
@media (max-width:600px) {
  .thankyou-wraper .inner_banner {
    padding: 60px 16px 40px;
  }

  .thankyou-wraper .inner_banner_text h1 {
    font-size: 38px;
  }

  .thankyou-wraper .managed_services_about {
    padding: 40px 16px 70px !important;
  }

  .thankyou-wraper .managed_services_about .container {
    padding: 36px 22px !important;
  }
}

.about-us.banner-text {
  padding: 200px 20px 30px;
  text-align: center;
}

.about-us.banner-text .about-us-content h2 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 52px;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .about-us.banner-text .about-us-content h2 {
    font-size: 36px;
  }
}

.managed_services_about.thankyou {
  background: #fff;
  font-family: var(--font-body);
  text-align: center;
}

.managed_services_about.thankyou .container {
  max-width: 760px;
  margin: 0 auto;
}

.managed_services_about.thankyou h3.white_text {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 28px;
}

.managed_services_about.thankyou .thk_sec .left_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 0 auto;
}

.managed_services_about.thankyou .thk_sec .col-sm-8,
.managed_services_about.thankyou .thk_sec .col-sm-4 {
  padding: 0 !important;
  width: auto;
  max-width: 100%;
}

.managed_services_about.thankyou .contact_date.hasDatepicker {
  border: 1px solid var(--font-body-color);
  border-radius: 6px;
  padding: 14px 16px 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  background: #fff;
}

.managed_services_about.thankyou .ui-datepicker-inline {
  width: 290px !important;
  border: none !important;
  background: transparent !important;
  font-family: var(--font-body);
}

.managed_services_about.thankyou .ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: none;
  padding: 4px 0 10px;
}

.managed_services_about.thankyou .ui-datepicker .ui-datepicker-title select {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-btn-color);
  border: none;
  background: transparent;
  cursor: pointer;
}

.managed_services_about.thankyou .ui-datepicker .ui-datepicker-prev,
.managed_services_about.thankyou .ui-datepicker .ui-datepicker-next {
  top: 4px;
  border: 1px solid var(--font-body-color);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: #fff;
  cursor: pointer;
}

.managed_services_about.thankyou .ui-datepicker .ui-datepicker-prev span,
.managed_services_about.thankyou .ui-datepicker .ui-datepicker-next span {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.managed_services_about.thankyou .ui-datepicker .ui-datepicker-prev span::before,
.managed_services_about.thankyou .ui-datepicker .ui-datepicker-next span::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 30%;
  width: 6px;
  height: 6px;
  border-top: 1.6px solid var(--primary-btn-color);
  border-right: 1.6px solid var(--primary-btn-color);
}

.managed_services_about.thankyou .ui-datepicker .ui-datepicker-prev span::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.managed_services_about.thankyou .ui-datepicker .ui-datepicker-next span::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.managed_services_about.thankyou .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  opacity: 0.35;
  cursor: default;
}

.managed_services_about.thankyou .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
}

.managed_services_about.thankyou .ui-datepicker-calendar th {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--font-body-color);
  text-transform: uppercase;
  padding: 6px 0;
}

.managed_services_about.thankyou .ui-datepicker-calendar td {
  text-align: center;
  padding: 2px;
}

.managed_services_about.thankyou .ui-datepicker-calendar td a,
.managed_services_about.thankyou .ui-datepicker-calendar td span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  background: transparent;
  border: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.managed_services_about.thankyou .ui-datepicker-calendar td .ui-state-default:hover {
  background: rgba(198, 124, 51, 0.14);
}

.managed_services_about.thankyou .ui-datepicker-calendar td.ui-datepicker-today a,
.managed_services_about.thankyou .ui-datepicker-calendar td .ui-state-active,
.managed_services_about.thankyou .ui-datepicker-calendar td .ui-state-highlight {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.managed_services_about.thankyou .ui-datepicker-calendar td.ui-datepicker-unselectable span {
  color: #d8d3cc;
}

.managed_services_about.thankyou .tim_sec {
  width: 180px;
  max-width: 100%;
  text-align: left;
}

.managed_services_about.thankyou .tim_sec ul.mCustomScrollbar,
.managed_services_about.thankyou .tim_sec .mCustomScrollBox {
  border: none;
  background: transparent;
}

.managed_services_about.thankyou .mCustomScrollbar {
  height: 310px;
}

.managed_services_about.thankyou .tim_sec .mCSB_container li {
  list-style: none;
}

.managed_services_about.thankyou .tim_sec li input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.managed_services_about.thankyou .tim_sec li label {
  display: block;
  padding: 11px 18px;
  margin-bottom: 10px;
  border: 1px solid var(--color-primary);
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-primary);
  text-align: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.managed_services_about.thankyou .tim_sec li label:hover {
  background: rgba(198, 124, 51, 0.14);
}

.managed_services_about.thankyou .tim_sec li input[type="radio"]:checked+label {
  background: var(--color-primary);
  color: #fff;
}

.managed_services_about.thankyou .tim_sec .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  opacity: 0.8;
  width: 3px;
  color: #fff;
}

.managed_services_about.thankyou .tim_sec .mCSB_scrollTools .mCSB_draggerRail {
  background: var(--font-body-color);
  width: 2px;
}

.managed_services_about.thankyou .tim_sec .mCSB_buttonUp,
.managed_services_about.thankyou .tim_sec .mCSB_buttonDown {
  display: none !important;
}

.managed_services_about.thankyou .thk_sec .send-btn {
  margin-top: 34px;
  padding: 14px 66px;
  background: var(--primary-btn);
  color: var(--primary-btn-color);
  border: none;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  width: max-content;
}

.managed_services_about.thankyou .thk_sec .send-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -8px rgba(198, 124, 51, 0.55);
}

.managed_services_about.thankyou .thk_sec .send-btn:active {
  transform: translateY(0);
  opacity: 0.9;
}

@media (max-width: 767px) {
  .managed_services_about.thankyou .thk_sec .left_sec {
    flex-direction: column;
    align-items: center;
  }

  .managed_services_about.thankyou .ui-datepicker-inline {
    width: 100% !important;
    max-width: 320px;
  }

  .managed_services_about.thankyou .tim_sec {
    width: 100%;
    max-width: 320px;
  }
}

/* PORTFOLIO SECTION CSS 10072026 */
.portfolio {
  background: var(--dark-brown-bg);
  padding: 90px 0px 100px;
}

.portfolio .portfolio-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.portfolio .section-eyebrow {
  display: block;
  font-family: var(--space-grotesk);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.portfolio .portfolio-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #3D1319;
  margin: 0;
}

.portfolio .portfolio-title em {
  font-style: italic;
  color: var(--color-primary);
}

.portfolio .portfolio-head-right {
  font-family: var(--font-body);
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--font-body-color);
  text-align: right;
  max-width: 260px;
  margin: 0 0 6px;
}

.portfolio .portfolio-filter {
  margin-bottom: 40px;
}

.portfolio .filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.portfolio .filter-btn {
  font-family: var(--space-grotesk);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--font-body-color);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 9px 18px;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  white-space: nowrap;
}

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

.portfolio .filter-btn.active {
  color: var(--primary-btn-color);
  background: var(--primary-btn);
  border-color: var(--primary-btn);
}

.portfolio .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.portfolio .project-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.015);
  padding: 14px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.portfolio .project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px -20px color-mix(in oklab, var(--color-primary) 35%, transparent);
}

.portfolio .project-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.portfolio .project-thumb {
  position: relative;
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 10.4;
}

.portfolio .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio .project-link:hover .project-thumb img {
  transform: scale(1.05);
}

.portfolio .project-category {
  position: absolute;
  left: 14px;
  top: 14px;
  font-family: var(--space-grotesk);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 4px;
  padding: 5px 10px;
  z-index: 2;
}

.portfolio .project-content {
  padding: 0 6px 4px;
}

.portfolio .project-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.portfolio .project-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

.portfolio .project-description {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  color: var(--font-body-color);
  margin: 0 0 14px;
  max-width: 42ch;
}

.portfolio .project-arrow {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(198, 124, 51, 0.4);
  background: transparent;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.portfolio .project-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.portfolio .project-arrow img:not(.hover-img) {
  opacity: 1;
}

.portfolio .project-arrow img.hover-img {
  opacity: 0;
}

.portfolio .project-link:hover .project-arrow {
  background: var(--primary-btn);
  border-color: var(--primary-btn);
}

.portfolio .project-link:hover .project-arrow img:not(.hover-img) {
  opacity: 0;
}

.portfolio .project-link:hover .project-arrow img.hover-img {
  opacity: 1;
}

.portfolio .project-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--space-grotesk);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.portfolio .project-readmore::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
  -webkit-mask-image: url("../images/btn-arrow.svg");
  mask-image: url("../images/btn-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease;
}

.portfolio .project-link:hover .project-readmore::after {
  transform: translateX(4px);
}

.portfolio .load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.portfolio .action-btn.btn-load {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--space-grotesk);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: var(--primary-btn-color);
  background: var(--primary-btn);
  border-radius: 999px;
  padding: 14px 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio .action-btn.btn-load:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(198, 124, 51, 0.35);
}

.portfolio .portfolio-loader {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.portfolio .portfolio-loader .spinner {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: var(--color-primary);
  animation: portfolioSpin 0.8s linear infinite;
}

@keyframes portfolioSpin {
  to {
    transform: rotate(360deg);
  }
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

#load-more {
  padding: 14px 35px;
  background: #c78640;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s ease;
}

#load-more:hover {
  background: #b06f2d;
}

.portfolio-loader {
  display: none;
  text-align: center;
  margin: 30px 0;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #c78640;
  border-radius: 50%;
  display: inline-block;
  animation: spin .7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.portfolio-message {
  text-align: center;
  margin-top: 25px;
  color: #999;
}

.portfolio-heading {
  margin-bottom: 60px;
}

.portfolio-heading-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.portfolio-heading-left {
  max-width: 700px;
}

.portfolio-label {
  display: block;
  margin-bottom: 15px;
  color: #c78640;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.portfolio-title {
  margin: 0;
  font-size: 56px;
  line-height: 1.2;
  color: #f5efe8;
  font-family: Georgia, serif;
  font-weight: 600;
}

.portfolio-title em {
  color: #c78640;
  font-style: italic;
}

.portfolio-heading-right {
  max-width: 340px;
}

.portfolio-heading-right p {
  margin: 0;
  color: #a99d94;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width:768px) {
  .portfolio-heading-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .portfolio-title {
    font-size: 38px;
  }

  .portfolio-heading-right {
    max-width: 100%;
  }
}

/* 20.07.2026 portfolio/inneer */


:root {
  --border-hairline: rgba(181, 164, 146, 0.16);
  --card-bg: rgba(255, 255, 255, 0.03);
  --text-heading: #F4EDE4;
}

.portfolio-detail {
  background: var(--dark-brown-bg);
  color: var(--font-body-color);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

.portfolio-detail h1,
.portfolio-detail h2,
.portfolio-detail h3,
.portfolio-detail h4,
.portfolio-detail h5 {
  font-family: "DM Serif Display,ui-serif,Georgia,serif";
  color: var(--text-heading);
  font-weight: 600;
  margin: 0;
  line-height: 1.15;
}

.portfolio-detail p {
  margin: 0;
}

.portfolio-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-detail a {
  color: inherit;
  text-decoration: none;
}

.portfolio-detail .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.portfolio-detail small,
.portfolio-detail span.category,
.portfolio-detail .intro-small-title,
.portfolio-detail section>.container>span {
  font-family: var(--space-grotesk);
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 400;
}

.portfolio-detail .hero {
  padding: 200px 0 10px;
}

.portfolio-detail .hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: end;
}

.portfolio-detail .hero-content .category {
  display: inline-block;
  margin-bottom: 24px;
}

.portfolio-detail .hero-content h1 {
  font-size: clamp(40px, 6vw, 72px);
  margin-bottom: 24px;
}

.portfolio-detail .hero-content p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--font-body-color);
  max-width: 50ch;
}

.portfolio-detail .project-card {
  background: var(--card-bg);
  border: 1px solid var(--border-hairline);
  border-radius: 30px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 20px;
}

.portfolio-detail .project-card .item.full {
  grid-column: 1 / -1;
}

.portfolio-detail .project-card span {
  display: block;
  font-family: var(--space-grotesk);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--font-body-color);
  opacity: 0.7;
  margin-bottom: 8px;
}

.portfolio-detail .project-card strong {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-heading);
}

.portfolio-detail .project-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portfolio-detail .project-card .tags span {
  margin: 0;
  padding: 6px 12px;
  border: 1px solid var(--border-hairline);
  border-radius: 100px;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--text-heading);
  opacity: 1;
}

.portfolio-detail .featured-image {
  padding: 64px 0;
}

.portfolio-detail .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.portfolio-detail .summary {
  padding: 96px 0;
}

.portfolio-detail .summary-grid .summary-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 64px;
}

.portfolio-detail .intro-small-title {
  display: block;
  margin-bottom: 16px;
}

.portfolio-detail .intro-small-text {
  font-size: 34px;
}

.portfolio-detail .summary-block>p {
  font-size: 18px;
  color: var(--text-heading);
  max-width: 62ch;
  margin-bottom: 48px;
}

.portfolio-detail .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.portfolio-detail .columns> :nth-child(3) {
  grid-column: span 2;
}

.portfolio-detail .summary_groups h4 {
  font-family: var(--space-grotesk);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 18px;
}

.portfolio-detail .summary_groups ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 15px;
  color: var(--font-body-color);
}

.portfolio-detail .summary_groups ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--primary-btn);
  border-radius: 50%;
}

.portfolio-detail .challenge,
.portfolio-detail .solution {
  padding: 96px 0;
}

.portfolio-detail .two-column .challenge-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.portfolio-detail .challenge-block small,
.portfolio-detail .solution-block small {
  display: block;
  margin-bottom: 16px;
}

.portfolio-detail .challenge-block h2,
.portfolio-detail .solution-block h2 {
  font-size: 34px;
  padding-bottom: 40px;
}

.portfolio-detail .challenge .challenge-wrap .cards {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border-radius: 4px;
  overflow: hidden;
}

.portfolio-detail .challenge .challenge-wrap .cards .card {
  background: #221814;
  padding: 28px 32px;
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 16px;
  color: var(--text-heading);
  flex-direction: row;
  border-radius: 12px;
  margin-bottom: 24px;
}

.portfolio-detail .challenge .card span {
  font-family: var(--heading-font);
  font-size: 24px;
  color: var(--color-primary);
  flex-shrink: 0;
  width: 28px;
}

.portfolio-detail .solution .cards {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
}

.portfolio-detail .solution .solution-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.portfolio-detail .solution .card {
  background: #221814;
  border: 1px solid #3c302b;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.portfolio-detail .solution .card h5 {
  font-family: var(--space-grotesk);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 14px;
  width: 30%;
}

.portfolio-detail .solution .card p {
  font-size: 15px;
  color: var(--font-body-color);
  line-height: 1.6;
}

.portfolio-detail .stats {
  padding: 96px 0;
  background: color-mix(in oklab, #221814 40%, transparent);
  border-top: 1px solid #3c302b;
  border-bottom: 1px solid #3c302b;
}

.portfolio-detail .stats-grid .stats-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.portfolio-detail .stats-grid .stats-wrap> :first-child {
  grid-column: span 4;
}

.portfolio-detail .outcomes span {
  display: block;
  margin-bottom: 16px;
  font-size: 12px;
  color: #C67C33;
  letter-spacing: 6px;
}

.portfolio-detail .outcomes h2 {
  font-size: 48px;
  font-family: DM Serif Display, ui-serif, Georgia, serif;
  max-width: 672px;
}

.portfolio-detail .counter-block h3 {
  font-size: 60px;
  color: #f6eedc;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: DM Serif Display, ui-serif, Georgia, serif;
}

.portfolio-detail .counter-block p {
  font-family: 'inter';
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--font-body-color);
}

.portfolio-detail .technology-block {
  padding: 80px 0;
  text-align: start;
}

.portfolio-detail .technology-block>.container>span {
  display: block;
  margin-bottom: 16px;
}

.portfolio-detail .technology-block h2 {
  font-size: 34px;
  margin-bottom: 40px;
}

.portfolio-detail .technology-inner-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 12px;
}

.portfolio-detail .technology-inner-block span {
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-heading);
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid #3c302b;
  border-radius: 100px;
  background: #221814;
  color: color-mix(in oklab, #f6eedc 90%, transparent);
}

.portfolio-detail .technology-inner-block span:hover {
  color: #d97e38;
  border-color: #d97e38;
}

.portfolio-detail .testimonial {
  padding-top: 0;
  padding-bottom: 80px;
  text-align: start;
}

.portfolio-detail .testimonial .container {
  max-width: 1280px;
}

.portfolio-detail .testimonial .testimonial-wrap {
  border: 1px solid #3c302b;
  padding: 64px;
  background: radial-gradient(ellipse at 80% 20%,
      color-mix(in oklab, #d97e38 18%, transparent) 0%, transparent 55%), radial-gradient(ellipse at 10% 90%,
      color-mix(in oklab, #d97e38 10%, transparent) 0%, transparent 50%);
  border-radius: 24px;
}

.portfolio-detail .testimonial blockquote {
  font-family: DM Serif Display, ui-serif, Georgia, serif;
  font-size: 36px;
  color: var(--text-heading);
  line-height: 1.4;
  margin: 0 0 32px;
  max-width: 768px;
  font-weight: 800;
}

.portfolio-detail .testimonial strong {
  display: block;
  font-family: 'inter';
  font-size: 16px;
  color: #f6eedc;
  margin-bottom: 4px;
  font-weight: 400;
}

.portfolio-detail .testimonial span {
  font-family: var(--font-body);
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--font-body-color);
}

.portfolio-detail .project-nav {
  padding: 40px 0;
}

.portfolio-detail .nav-grid .pagination-wrap-block {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.portfolio-detail .nav-grid .pagination-wrap-block h4 {
  font-size: 24px;
}

.portfolio-detail .nav-grid .pagination-wrap-block .project-next {
  display: flex;
  justify-content: end;
}

.portfolio-detail .nav-grid .pagination-wrap-block .project-prev {
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
}

.portfolio-detail .nav-grid a {
  font-family: "inter";
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--text-heading);
  transition: color 0.2s ease;
  background: #221814;
  width: 50%;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #3c302b;
}

.portfolio-detail .nav-grid a:hover {
  color: var(--color-primary);
  box-shadow: 0 20px 60px -20px #d97e3859;
  transform: translateY(-6px);
}

.portfolio-detail .cta-block {
  padding: 120px 0;
  text-align: start;
}

.portfolio-detail .cta-block .ctawrap-block {
  border: 1px solid #3c302b;
  padding: 64px;
  background: radial-gradient(ellipse at 80% 20%,
      color-mix(in oklab, #d97e38 18%, transparent) 0%, transparent 55%), radial-gradient(ellipse at 10% 90%,
      color-mix(in oklab, #d97e38 10%, transparent) 0%, transparent 50%);
  border-radius: 24px;
}

.portfolio-detail .cta-block span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #d97e38;
  letter-spacing: 6px;
}

.portfolio-detail .cta-block h2 {
  font-size: 60px;
  margin-bottom: 20px;
  max-width: 768px;
}

.portfolio-detail .cta-block p {
  font-size: 17px;
  max-width: 576px;
  color: var(--font-body-color);
  margin-bottom: 40px;
}

.portfolio-detail .cta-block .btn {
  display: inline-block;
  font-family: var(--space-grotesk);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 11px 22px;
  border-radius: 100px;
  margin: 0 8px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.portfolio-detail .cta-block .btn:first-of-type {
  background: #d97e38;
  color: var(--primary-btn-color);
}

.portfolio-detail .cta-block .btn:last-of-type {
  background: transparent;
  border: 1px solid var(--border-hairline);
  color: var(--secondary-btn-color);
}

.portfolio-detail .cta-block .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 60px -20px #d97e3859,
    0 20px 60px -20px #d97e3859,
    0 20px 60px -20px #d97e3859,
    0 20px 60px -20px #d97e3859,
    0 20px 60px -20px #d97e3859;
}

@media (max-width: 1024px) {

  .portfolio-detail .hero-grid,
  .portfolio-detail .summary-grid,
  .portfolio-detail .two-column {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .portfolio-detail .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }

  .portfolio-detail .outcomes {
    grid-column: 1 / -1;
  }

  .portfolio-detail .solution .cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {

  .portfolio-detail .summary,
  .portfolio-detail .challenge,
  .portfolio-detail .solution,
  .portfolio-detail .stats,
  .portfolio-detail .technology-block,
  .portfolio-detail .testimonial,
  .portfolio-detail .cta-block {
    padding: 64px 0;
  }

  .portfolio-detail .two-column .challenge-wrap {
    grid-template-columns: 1fr;
  }

  .portfolio-detail .challenge-block h2,
  .portfolio-detail .solution-block h2 {
    margin-bottom: 40px;
  }

  .portfolio-detail .two-column .challenge-wrap {
    gap: 0;
  }

  .portfolio-detail .outcomes h2 {
    font-size: 36px;
  }

  .portfolio-detail .counter-block h3 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail .summary-grid .summary-wrap {
    grid-template-columns: 1fr;
  }

  .portfolio-detail .summary,
  .portfolio-detail .challenge,
  .portfolio-detail .solution,
  .portfolio-detail .stats,
  .portfolio-detail .technology-block,
  .portfolio-detail .testimonial,
  .portfolio-detail .cta-block {
    padding: 48px 0;
  }

  .portfolio-detail .testimonial blockquote {
    font-size: 28px;
  }

  .portfolio-detail .cta-block p {
    font-size: 12px;
  }

  .portfolio-detail .cta-block h2 {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .portfolio-detail .nav-grid .pagination-wrap-block {
    flex-direction: column;
    align-items: center;
  }

  .portfolio-detail .nav-grid .pagination-wrap-block {
    gap: 25px;
  }
}

@media (max-width: 640px) {
  .portfolio-detail .container {
    padding: 0 20px;
  }

  .portfolio-detail .hero {
    padding: 120px 0 64px;
  }

  .portfolio-detail .summary,
  .portfolio-detail .challenge,
  .portfolio-detail .solution,
  .portfolio-detail .stats,
  .portfolio-detail .technology-block,
  .portfolio-detail .testimonial,
  .portfolio-detail .cta-block {
    padding: 48px 0;
  }

  .portfolio-detail .columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .portfolio-detail .stats-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-detail .counter-block {
    border-left: none;
    border-top: 1px solid var(--border-hairline);
    padding: 20px 0 0;
  }

  .portfolio-detail .nav-grid {
    flex-direction: column;
    gap: 16px;
  }

  .portfolio-detail .cta-block .btn {
    display: block;
    margin: 12px auto;
    max-width: 260px;
  }

  .portfolio-detail .testimonial blockquote {
    font-size: 22px;
  }
}