@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap");



:root {

  --bigcontainer: 1520px;

  --atkinson: "Atkinson Hyperlegible", sans-serif;

  --golden-dark: #e6c355;

  --golden: #c6a885;

  --white: #ffffff;

  --black: #1c1a1f;

  --lightblack: #2c2a2e;

  --font-60: 60px;

  --font-50: 50px;

  --font-48: 48px;

  --font-45: 45px;

  --font-40: 40px;

  --font-38: 38px;

  --font-36: 36px;

  --font-34: 34px;

  --font-32: 32px;

  --font-30: 30px;

  --font-28: 28px;

  --font-26: 26px;

  --font-25: 25px;

  --font-24: 24px;

  --font-22: 22px;

  --font-20: 20px;

  --font-18: 18px;

  --font-16: 16px;

  --font-14: 14px;

  --font-12: 12px;

}



html {

  scroll-behavior: smooth;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  margin: 0;

}



a:focus-visible {

  outline: none !important;

}



.post,

.page {

  margin: 0;

}



.row {

  margin: 0;

}



p,

ul {

  margin: 0;

  padding: 0;

}



.row>* {

  padding-left: 0;

  padding-right: 0;

}



body {

  width: 100%;

  font-family: var(--atkinson) !important;

  overflow-x: hidden;

}

*::-webkit-scrollbar {

  width: 4px;

}



*::-webkit-scrollbar-track {

  background: #e6c35530;

}



*::-webkit-scrollbar-thumb {

  background: #e6c35580;

}



a {

  text-decoration: none;

  color: inherit;

}



.bigcontainer {

  width: 100%;

  max-width: var(--bigcontainer);

  margin: 0 auto;

}



.logomain img {

  width: 265.418px;

  height: 100px;

  object-fit: contain;
  object-position: left;

}

.navbar-expand-lg .navbar-collapse {

  justify-content: center;

}

.navbar-nav {

  grid-gap: 60px;

  padding: 0 50px;

  border-radius: 100px;

  background: var(--lightblack);

}

.navbar-expand-xl .navbar-collapse {
  justify-content: center;
}

.navbar-nav a {

  padding: 15px 0;

}

.nav-link {

  color: var(--white);

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.navbar-brand {

  margin: 0;

  padding: 0;

}

.navbar {

  padding: 20px 0 20px 0;

}

.nav-link:hover,

.nav-link:focus,

.nav-link:focus-visible,

.nav-link:focus-within {

  color: var(--golden-dark) !important;

}

.nav-link.active {

  color: var(--golden-dark) !important;

  font-weight: 700;

}

.header-right-links ul {

  display: flex;

  align-items: center;

  grid-gap: 10px;

  list-style-type: none;

}

.dropdown-toggle::after {

  display: none;

}

.nav-link:hover .whitearrow {

  filter: brightness(0) saturate(100%) invert(100%) sepia(59%) saturate(7160%) hue-rotate(317deg) brightness(97%) contrast(86%);

}

.navbar-expand-lg .navbar-nav .dropdown-menu {

  width: 240px;

  padding: 0 20px;

  border-radius: 10px;

  background: var(--white);

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

}

.dropdown-item {

  white-space: unset;

  padding: 15px 0;

  color: var(--black);

  font-size: var(--font-16);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: capitalize;

}

.dropdown-item:not(:last-child) {

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.dropdown-item:hover {

  color: var(--golden-dark);

  background: var(--white);

}

.header-right-links .nav-link {

  padding: 6px;

  border-radius: 100px;

  background: var(--lightblack);

}

.header-right-links .nav-link:hover {

  background: var(--white);

}

.header-right-links .nav-link.contact-us-link {

  border-radius: 100px;

  background: var(--white);

  border: 1px solid var(--white);

  padding: 15px 50px 15px 30px;

  color: var(--black);

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: capitalize;

  position: relative;

  margin-left: 6px;

}

.header-right-links .nav-link.contact-us-link:hover {

  background: transparent;

}

.header-right-links .nav-link.contact-us-link::after {

  content: "";

  background: url("../image/blackarrow.svg") no-repeat;

  background-size: contain;

  position: absolute;

  top: 20px;

  right: 30px;

  width: 10px;

  height: 100%;

}

.header-right-links .nav-link.contact-us-link:hover::after {

  background: url("../image/golden2.svg") no-repeat;

  background-size: contain;

}

.hero-video {

  width: var(--bigcontainer);

  height: 100%;

  max-height: 700px;

  border-radius: 100px 0px;

  background: #2b292e;

  object-fit: cover;

}

.hero-section-wrapper {

  padding-top: 190px;

  position: relative;

  background: url(../image/bodyafter.png) no-repeat;

  background-size: cover;

  margin-top: -140px;

}

.hero-section-wrapper::after {

  content: "";

  position: absolute;

  background-image: url(../image/heroafter.png);

  background-repeat: no-repeat;

  background-size: contain;

  width: 100px;

  height: 100px;

  top: 180px;

  right: 130px;

  z-index: -1;

}

.common-title h2 {

  color: var(--white);

  font-size: var(--font-45);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.common-title h1.font50 {

  font-size: var(--font-50);

}

.common-title h1 {

  color: var(--white);

  font-size: var(--font-60);

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}

.common-title h1 span {

  margin-right: 30px;

}

.common-title h1 span img {

  margin-top: -8px;

}

.inspiration-left h2,

.inspiration-left p,

.inspiration-left .anchor-with-span-arrow {

  padding-left: 90px;

  display: inline-flex;

}

.inspiration-left .common-title {

  max-width: 745px;

}

.inspiration-left p {

  color: #b0b1b3;

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  margin-bottom: 50px;

  margin-top: 20px;

}

.inspiration-section {

  padding-top: 100px;

  background: url(../image/bodyafter.png) no-repeat;

  background-size: cover;

}

.anchor-with-span-arrow span:last-child {

  width: 58px;

  height: 58px;

}

.anchor-with-span-arrow:hover span:first-child {

  background: transparent;

  color: var(--white);

}

.anchor-with-span-arrow span:first-child {

  color: var(--black);

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  /* line-height: normal; */

  padding: 10px 30px;

  border-radius: 50px;

  background: linear-gradient(106deg,

      #f8f3a0 -9.99%,

      #dca627 16.07%,

      #f8f3a0 48.15%,

      #f7f080 68.79%,

      #dca627 88.37%,

      #f7f080 115.93%,

      #dca627 134.61%);

  border: 2px solid var(--golden-dark);

}

.inspiration-left .anchor-with-span-arrow span:first-child {

  border: 2px solid var(--golden-dark);

}

.inspiration-right-left-single2 {

  background: url("../image/goldenbg.png") no-repeat;

  background-size: contain;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 300px;

  height: 202.008px;

  margin-top: -31px;

}

.inspiration-right-left-single2 p {

  color: var(--black);

  text-align: center;

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  max-width: 213px;

  margin-top: 40px;

}

.inspiration-right-left-single1 p {

  color: var(--black);

  text-align: center;

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.inspiration-right-left-single1 {

  border-radius: 70px 0px;

  background: var(--white);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  width: 300px;

  height: 300px;

}

.inspiration-right-left-single1 img {

  width: 102px;

  height: 127px;

  object-fit: contain;

  margin-bottom: 21px;

}

.inspiration-right-left-single3 p {

  color: var(--white);

  text-align: center;

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  max-width: 213px;

}

.inspiration-right-left-single3 {

  border-radius: 70px 0px;

  background: url("../image/blackbg.png") no-repeat;

  background-size: contain;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 300px;

  height: 175px;

  margin-top: 9px;

}

.inspiration-right {

  display: flex;

  grid-gap: 10px;

  align-items: center;

  justify-content: end;

}

.inspiration-right-right-single1 {

  border-radius: 70px 0px;

  background: url("../image/blackbg.png") no-repeat;

  background-size: cover;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  width: 300px;

  height: 210px;

}

.inspiration-right-right-single1 p {

  color: var(--white);

  text-align: center;

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 40px;

}

.inspiration-right-right-single2 p {

  color: var(--white);

  text-align: center;

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding: 40px 32px;

}

.inspiration-right-right-single2 {

  border-radius: 0px 70px;

  background: url("../image/managementbg.png") no-repeat;

  background-size: cover;

  width: 300px;

  height: 435px;

  margin-top: 10px;

  position: relative;

}

.explore-services {

  position: relative;

  color: var(--black);

  font-size: var(--font-32);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  z-index: 1;

}

.explore-services:hover {

  color: var(--golden-dark);

}

.explore-services::after {

  content: "";

  position: absolute;

  background-image: url("../image/linkbg.png");

  background-repeat: no-repeat;

  background-size: contain;

  width: 183px;

  height: 88px;

  top: -5px;

  left: -10px;

  z-index: -1;

}

.explore-services::before {

  content: "";

  position: absolute;

  background-image: url("../image/whitecircle.svg");

  background-repeat: no-repeat;

  background-size: contain;

  width: 40px;

  height: 40px;

  bottom: -10px;

  right: -54px;

  z-index: 0;

}

.explore-services-wrapper {

  position: absolute;

  bottom: 30px;

  right: 51px;

}

.specialized-section {

  padding-top: 127px;

  background: url(../image/bodyafter.png) no-repeat;

  background-size: cover;

}

.specialized-wrapper {

  padding: 80px 80px 100px 80px;

  border-radius: 150px 0px 0px 0px;

  background: linear-gradient(0deg,

      rgba(176, 177, 179, 0.06) 0%,

      rgba(176, 177, 179, 0.06) 100%),

    var(--black);

  position: relative;

  z-index: 2;

}

.specialized-wrapper::after {

  content: "";

  position: absolute;

  background: linear-gradient(0deg,

      rgba(176, 177, 179, 0.06) 0%,

      rgba(176, 177, 179, 0.06) 100%),

    var(--black);

  background-repeat: no-repeat;

  width: 200px;

  height: 100%;

  top: 0;

  left: 100%;

  z-index: 0;

}

.specialized-wrapper::before {

  content: "";

  position: absolute;

  top: 90%;

  left: 90%;

  background: url("../image/qualitybefore.png") no-repeat;

  background-size: contain;

  width: 503px;

  height: 476px;

}

.specialized-section p.whitepara {

  color: var(--white);

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  margin-top: 20px;

}

.specialized-section p {

  color: #c3c3c3;

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  margin-top: 20px;

}

.specialized-all h6 {

  color: var(--white);

  font-size: var(--font-32);

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  padding-top: 18px;

  margin-top: 20px;

  border-top: 2px solid rgba(255, 255, 255, 0.1);

}

.specialized-all img {

  width: 70px;

  height: 70px;

  object-fit: contain;

}

.specialized-top,

.specialized-bottom {

  display: flex;

  grid-gap: 80px;

}

.specialized-bottom {

  margin-top: 70px;

}

.specialized-top .specialized-single {

  width: 670px;

}

.specialized-all {

  margin-top: 40px;

}

h3.double-lined {

  text-align: center;

  -webkit-text-stroke: 1px var(--golden-dark);

  font-size: 110px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  text-transform: uppercase;

  position: absolute;

  bottom: -32px;

}

.header-wrapper {

  position: relative;

  background: transparent;

  /* background: var(--black); */

  background-size: cover;

  position: sticky;

  top: 0;

  width: 100%;

  z-index: 999;

}

.single-post .header-wrapper {

  background: var(--black);

}

.header-wrapper.stick-header {

  background: var(--black);

}

.header-wrapper::after {

  content: "";

  position: absolute;

  background-image: url("../image/headerbefore.svg");

  background-repeat: no-repeat;

  background-size: contain;

  width: 250px;

  height: 250px;

  top: 0;

  left: 0;

  z-index: -1;

}

.digital-synergy-section {

  margin-top: -710px;

  padding-top: 810px;

  padding-bottom: 100px;

  background: #2b292e;

  position: relative;

  overflow: hidden;

}

.digital-synergy-section::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  background: url("../image/qualityafter.png") no-repeat;

  background-size: contain;

  width: 552px;

  height: 555px;

  z-index: 0;

}

.digital-synergy-section::before {

  content: "";

  position: absolute;

  bottom: -300px;

  left: -300px;

  background: url("../image/qualitybefor.png") no-repeat;

  background-size: contain;

  width: 761.223px;

  height: 764.705px;

  z-index: 0;

}

.digital-synergy-section .common-title {

  max-width: 455px;

}

.having-padding {

  padding-left: 90px;

  position: relative;

  z-index: 2;

}

.having-padding::after {

  content: "";

  position: absolute;

  top: 15px;

  left: 0;

  background: url("../image/twocircles.png") no-repeat;

  background-size: contain;

  width: 60px;

  height: 30px;

}



.all-synergies-main {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-gap: 40px;

  padding-left: 232px;

  margin-top: -56px;

  position: relative;

}



.synergies-single h5 {

  color: var(--white);

  font-size: var(--font-32);

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}

h5.initial-heading {

  position: absolute;

  bottom: 20px;

  left: 30px;

  margin-right: 30px;

}



.synergies-single {

  position: relative;

  z-index: 1;

  overflow: hidden;

}

.synergies-single img.synergy-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: top;

}

.full-video-section .full-video {

  max-height: 500px;

}

.synergy-overlay {

  position: absolute;

  bottom: 0;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  flex-direction: column;

  height: auto;

  width: 100%;

  background: #1c1a1f90;

  transition: height 0.4s, top 0.4s;

  top: 100%;

  z-index: -1;

  border-radius: 0 100px 0 100px;

}

.synergy-overlay h5,

.synergy-overlay p,

.synergy-overlay .anchor-with-span-arrow {

  display: none;

  transition: 0.8s all;

}

.synergies-single:hover,

.synergies-single:hover img.synergy-img {

  border-radius: 0 100px 0 100px;

  transition: border-radius 0.4s;

}

.synergies-single:hover .synergy-overlay {

  height: 100%;

  padding: 30px;

  top: 0;

  transition: height 0.8s, top 0.8s;

  z-index: 1;

}

.synergies-single:hover .synergy-overlay h5,

.synergies-single:hover .synergy-overlay p,

.synergies-single:hover .anchor-with-span-arrow {

  display: inherit;

  transition: 0.8s all;

}

.synergies-single:hover h5.initial-heading {

  display: none;

}

.synergy-overlay p {

  color: var(--white);

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  margin-top: 16px;

  margin-bottom: 30px;

}

.synergy-overlay .anchor-with-span-arrow span:first-child {

  background: var(--white);

  border-color: var(--white);

}

.synergy-overlay .anchor-with-span-arrow:hover span:first-child {

  background: transparent;

}

.full-video-section {

  position: relative;

  z-index: 9;

  background: var(--white);

}

.full-video-section .full-video {

  width: 100%;

  height: 100%;

  max-height: 900px;

  object-fit: cover;

}

.partners-section {

  background: var(--white);

  padding-top: 100px;

  padding-bottom: 100px;

}

.partners-all-para {

  padding-left: 30px;

  position: relative;

  margin-top: 30px;

  margin-bottom: 20px;

}

.partners-all-para::after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 6px;

  height: 100%;

  background: #e6c35520;

  border-radius: 40px;

}

.partners-all-para p {

  color: #828282;

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

}

.partners-all-para p:not(:last-child) {

  margin-bottom: 20px;

}

.partners-all-para p span {

  font-weight: 700;

}

.partners-all-para p.active {

  color: var(--black);

  position: relative;

}

.partners-all-para p.active::after {

  content: "";

  position: absolute;

  left: -30px;

  top: 0;

  width: 6px;

  height: 100%;

  background: var(--golden-dark);

  border-radius: 40px;

}

p.simple-para {

  color: var(--black);

  font-family: "Atkinson Hyperlegible";

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  padding-left: 30px;

  margin-bottom: 40px;

}

.partners-section h1 {

  color: var(--black);

}

.partners-left .anchor-with-span-arrow {

  margin-left: 30px;

  display: inline-flex;

}

a.anchor-with-span-arrow {

  display: inline-flex;

}

.partners-left .anchor-with-span-arrow:hover span:first-child {

  color: var(--black);

}

.partners-left {

  max-width: 660px;

}

.partners-right {

  text-align: right;

  position: relative;

  padding-left: 20px;

}

.partners-right-top {

  position: relative;

}

.partners-right-top img {

  width: 100%;

  height: 100%;

  max-width: 730px;

  max-height: 580px;

  object-fit: cover;

  border-radius: 100px 0 100px 0;

}

.partners-right-bottom {

  padding: 10px;

  position: absolute;

  bottom: 0;

  left: 95px;

  background: var(--white);

  border-radius: 70px 0px;

  text-align: left;

}

.partners-right-bottom img {

  border-radius: 70px 0px;

  width: 430px;

  height: 330px;

  object-fit: cover;

}

.partners-right-top::after {

  content: "";

  position: absolute;

  top: 120px;

  left: 124px;

  width: 4px;

  height: 230px;

  background: #41b548;

}

.partners-right-top::before {

  content: "";

  position: absolute;

  bottom: -12px;

  right: 14%;

  height: 4px;

  width: 230px;

  background: #41b548;

}

.more-info-wrapper {

  background: url(../image/more-info-bg.png) no-repeat;

  background-size: cover;

  border-radius: 150px 0px;

  padding: 100px;

  text-align: center;

  min-height: 704px;

  position: relative;

  z-index: 2;

}

.more-info-wrapper p {

  color: var(--white);

  text-align: center;

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  max-width: 752px;

  margin: 30px auto 60px auto;

}

.more-info-section {

  background: var(--white);

}

.testimonial-section {

  background: linear-gradient(106deg,

      #f8f3a0 -9.99%,

      #dca627 16.07%,

      #f8f3a0 48.15%,

      #f7f080 68.79%,

      #dca627 88.37%,

      #f7f080 115.93%,

      #dca627 134.61%);

  padding-top: 306px;

  padding-bottom: 100px;

  margin-top: -206px;

  z-index: 1;

  position: relative;

}

.testimonial-section h1 {

  color: var(--black);

  text-align: center;

}

.common-title h6 {

  color: var(--black);

  font-size: var(--font-26);

  font-style: normal;

  font-weight: 700;

  line-height: 150%;

  margin-bottom: 10px;

}

.common-title h6 span {

  margin-right: 8px;

}

.common-title h6 img {

  width: 40px;

  height: 20px;

  object-fit: contain;

  margin-top: -4px;

}

.testimonial-inner .testimonial-para {

  color: var(--black);

  text-align: center;

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  max-width: 800px;

  margin: 0 auto 50px auto;

  position: relative;

}

.testimonial-para::before {

  content: "";

  position: absolute;

  bottom: 83%;

  left: -54px;

  width: 40px;

  height: 40px;

  background: url("../image/invertedcomastart.svg") no-repeat;

  background-size: contain;

}

.testimonial-para::after {

  content: "";

  position: absolute;

  top: 83%;

  right: -54px;

  width: 40px;

  height: 40px;

  background: url("../image/invertedcomaend.svg") no-repeat;

  background-size: contain;

}

.testimonial-inner {

  text-align: center;

  position: relative;

}

.testimonial-inner::after {

  content: "";

  position: absolute;

  top: 0;

  left: 15%;

  width: 10px;

  height: 10px;

  background: var(--black);

  background-size: contain;

  border-radius: 50%;

}

.testimonial-inner::before {

  content: "";

  position: absolute;

  top: 50%;

  right: 5%;

  width: 10px;

  height: 10px;

  background: var(--black);

  background-size: contain;

  border-radius: 50%;

}

.testimonial-inner .main-test-img {

  width: 200px;

  height: 200px;

  object-fit: cover;

  border-radius: 50%;

  margin-top: 40px;

  margin-bottom: 20px;

}

.testimonial-inner .anchor-with-span-arrow span:first-child {

  background: var(--black);

  color: var(--white);

  border-color: var(--black);

}

.testimonial-inner .anchor-with-span-arrow:hover span:first-child {

  background: transparent;

  color: var(--black);

}

img.testbg1 {

  position: absolute;

  right: 223px;

  top: 5%;

  width: 84px;

  height: 84px;

  object-fit: contain;

  border-radius: 50%;

}

img.testbg2 {

  position: absolute;

  left: 7%;

  top: 40%;

  width: 84px;

  height: 84px;

  object-fit: contain;

  border-radius: 50%;

}

/* .faq-left {

  max-width: 520px;

} */

.faq-left p {

  color: var(--black);

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  margin-top: 20px;

  padding-left: 90px;

}

.faq-section h1,

.news-section h1 {

  color: var(--black);

}

.faq-section {

  padding-top: 100px;

  background: var(--white);

}

.faq-section .having-padding::after {

  background: url("../image/blacktwocircle.png") no-repeat;

}

.accordion-button {

  padding: 0;

  color: var(--black);

  font-size: var(--font-26);

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}

.accordion-button:focus {

  border: none !important;

  outline: none !important;

  box-shadow: none !important;

}

.accordion-flush .accordion-item .accordion-button.collapsed {

  border: none !important;

  padding: 0 !important;

}

.accordion-flush .accordion-item {

  border-radius: 100px;

  border: 1px solid rgba(28, 26, 31, 0.3);

  padding: 30px;

}

.accordion-flush .accordion-item:first-child {

  border-top: 1px solid rgba(28, 26, 31, 0.3);

}

.accordion-flush .accordion-item:last-child {

  border-bottom: 1px solid rgba(28, 26, 31, 0.3);

}

.accordion-button:not(.collapsed) {

  background: transparent !important;

  border: none;

  box-shadow: none;

}

.accordion-body {

  padding: 10px 0 0 0;

  color: #c3c3c3;

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

}

.accordion-item:not(:has(.collapsed)) {

  background: var(--black);

  border-radius: 50px 0px;

}

.accordion-item .accordion-button:not(.collapsed) {

  color: var(--white);

}

.accordion-button::after {

  width: 30px;

  height: 30px;

  background-size: contain;

  background-image: url(../image/bottom.svg);

}

.accordion-button:not(.collapsed)::after {

  background-image: url(../image/top.svg);

}

.faq-right {

  padding-left: 110px;

}

.news-section {

  padding-top: 100px;

  padding-bottom: 315px;

  background: var(--white);

}

.all-news h5 {

  color: var(--black);

  font-size: var(--font-26);

  font-style: normal;

  font-weight: 700;

  line-height: 150%;

  margin-top: 20px;

  margin-bottom: 8px;

}

.all-news {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-gap: 60px;

  margin-top: 40px;

}

img.news-main-img {

  border-radius: 80px 0px;

  width: 100%;

  height: 300px;

  max-width: 466px;

  max-height: 300px;

  object-fit: cover;

}

.admin-calendar img {

  width: 24px;

  height: 24px;

  object-fit: contain;

}

.admin-calendar {

  display: flex;

  align-items: center;

  margin-bottom: 8px;

}

.admin-calendar-single {

  display: flex;

  align-items: center;

  gap: 10px;

}

.admin-calendar-single:first-child {

  padding-right: 20px;

  margin-right: 20px;

  border-right: 1px solid #1c1a1f40;

  display: none;

}

.all-news p {

  color: var(--black);

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

}

.newsletter-section {

  position: relative;

  top: -215px;

}



.dark-font {

  color: var(--black) !important;

}

.newsletter-inner p {

  color: var(--black);

  text-align: center;

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  max-width: 656px;

  margin: 20px auto 44px auto;

}

.newsletter-inner {

  background: linear-gradient(106deg,

      #f8f3a0 -9.99%,

      #dca627 16.07%,

      #f8f3a0 48.15%,

      #f7f080 68.79%,

      #dca627 88.37%,

      #f7f080 115.93%,

      #dca627 134.61%);

  border-radius: 0 80px;

  padding: 80px 0;

  min-height: 430px;

  position: relative;

  z-index: 1;

}

.footer-main {

  background: var(--black);

  margin-top: -430px;

  padding-top: 315px;

  position: relative;

  z-index: 0;

}

.footer-main::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 370px;

  height: 250px;

  background: url("../image/qualityafter.png") no-repeat;

  background-size: contain;

}

.footer-inner {

  display: flex;

  justify-content: space-between;

  /* gap: 70px; */

}

.footer-extra-links {

  max-width: 280px;

}

.footer-inner ul {

  list-style-type: none;

}

.contact-img-detail {

  display: flex;

  gap: 10px;

  align-items: flex-start;

}

.footer-inner a {

  color: #c3c3c3;

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

}

.footer-inner a:hover {

  color: var(--golden-dark);

}

.contact-img-detail:hover img {

  filter: brightness(0) saturate(100%) invert(100%) sepia(39%) saturate(3920%) hue-rotate(319deg) brightness(94%) contrast(91%);

}

.footer-inner h6 {

  color: var(--golden-dark);

  font-size: var(--font-20);

  font-style: normal;

  font-weight: 500;

  line-height: normal;

}

.footer-logo {

  margin-bottom: 35px;

}

.footer-quick-links h6,

.footer-consulting h6,

.footer-last>h6,

.footer-extra-links>h6,

.footer-extra-links li:not(:last-child) {

  margin-bottom: 18px;

}

.footer-quick-links li:not(:last-child),

.footer-consulting li:not(:last-child) {

  margin-bottom: 14px;

}

.footer-last .footer-last-email {

  margin-bottom: 30px;

}

.footer-last .footer-last-call {

  margin-bottom: 16px;

}

.footer-bottom {

  padding: 20px 0;

  border-top: 1px solid #c3c3c330;

  margin-top: 80px;

}

.footer-bottom-inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.footer-bottom p {

  color: var(--white);

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.footer-bottom a {

  font-weight: 700;

}

.footer-bottom a:hover {

  color: var(--golden-dark);

}

.common-banner-title p {

  color: var(--white);

  text-align: center;

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  margin-top: 10px;

}



.common-banner-title .banner-sub-title {

  color: var(--golden-dark);

  text-align: center;

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  margin-top: 20px;

  max-width: 800px;

}

.common-banner-title h1 {

  color: var(--white);

  font-family: "Atkinson Hyperlegible";

  font-size: var(--font-60);

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  text-align: center;

}

.banner-for-all {

  width: 100%;

  padding-top: 230px;

  padding-bottom: 100px;

  background: url(../image/bodyafter.png) no-repeat;

  background-size: cover;

  margin-top: -140px;

}

.common-banner-title {

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

}

.advisory-main,

.contact-page-top-section,

.testimonial-page-inner {

  padding-top: 100px;

  background: var(--white);

  padding-bottom: 315px;

}

.service-title {

  color: var(--black);

  font-size: var(--font-50);

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  margin-bottom: 30px;

}

.service-top-para {

  color: var(--black);

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  margin-bottom: 30px;

}

.common-service-left img {

  width: 100%;

  object-fit: cover;

  margin-bottom: 30px;

}

.golden-title {

  color: var(--golden-dark);

  font-size: var(--font-32);

  font-style: normal;

  font-weight: 500;

  line-height: normal;

  margin-bottom: 20px;

}

.service-content-single:not(:last-child) {

  margin-bottom: 30px;

}

.content-para {

  color: var(--black);

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

}

.content-para p:not(:first-child) {

  margin-top: 20px;

}

.common-service-left {

  max-width: 1000px;

}

.common-service-right ul {

  list-style-type: none;

}

.category-title {

  color: var(--black);

  font-family: "Atkinson Hyperlegible";

  font-size: var(--font-28);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 20px;

}

.service-content-single p {

  margin-bottom: 30px;

}

.category-list li:has(.current),

.category-list li:hover {

  background: var(--golden-dark);

}

.category-list {

  max-width: 450px;

  margin-left: auto;

}

.category-list li {

  color: var(--black);

  font-size: var(--font-20);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding: 22.5px 20px;

  background: #f5f5f5;

  width: 100%;

  cursor: pointer;

}



.category-list li:not(:last-child) {

  margin-bottom: 15px;

}



.project-page .banner-sub-title {

  max-width: 923px;

}

.not-home-page .faq-section,

.not-home-page.blog-detail-main {

  padding-top: 100px;

  background: var(--white);

  padding-bottom: 315px;

}

.contact-top-inner {

  display: flex;

  justify-content: center;

  gap: 150px;

  text-align: center;

}

.contact-top-inner p {

  color: var(--black);

  text-align: center;

  font-size: var(--font-24);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.contact-top-inner h5 {

  color: var(--black);

  font-size: var(--font-32);

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  margin-bottom: 10px;

}

.contact-top-img {

  width: 100px;

  height: 100px;

  text-align: center;

  margin: 0 auto 30px auto;

}

.contact-top-inner img {

  width: 100%;

  height: 100%;

  object-fit: contain;

}

.contact-top-img {

  position: relative;

  z-index: 2;

}

.contact-top-single {

  text-align: center;

}

.contact-top-single:hover h5,

.contact-top-single:hover p {

  color: var(--golden-dark);

}

.contact-top-img::after {

  content: "";

  position: absolute;

  top: -20px;

  left: -20px;

  width: 100px;

  height: 100px;

  background: #f5f5f5;

  border-radius: 50%;

  z-index: -1;

}

.contact-bottom-form-main {

  padding: 100px 0;

  margin-top: 100px;

  background-color: #f5f5f5;

  position: relative;

  z-index: 1;

}

.contact-bottom-form-main::after {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  background-color: var(--golden-dark);

  width: 500px;

  height: 100%;

}

.contact-map {

  z-index: 2;

}

.get-in-touch {

  color: var(--black);

  font-size: var(--font-48);

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  margin-bottom: 30px;

}

.all-top-testimonials {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-gap: 60px;

}

.testimonial-page-inner img {

  border-radius: 80px 0px;

  width: 100%;

  height: 100%;

  max-width: 466px;

  max-height: 300px;

  object-fit: cover;

  margin-bottom: 30px;

}

.testimonial-page-inner h5 {

  color: var(--black);

  font-size: var(--font-26);

  font-style: normal;

  font-weight: 700;

  line-height: 150%;

}

.testimonial-page-inner p {

  color: var(--black);

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

  margin-bottom: 10px;

}

.testimonial-page-inner span img {

  width: 40px;

  height: 20px;

  object-fit: contain;

  border-radius: 0;

  margin-right: 8px;

  margin-top: -5px;

  margin-bottom: 0;

}

.testimonial-video-top-left iframe {

  border-radius: 0 80px;

}

.testimonial-video-bottom-right iframe {

  border-radius: 0 80px;

}

.testimonial-video-main {

  align-items: center;

  max-width: 1220px;

  margin: 80px auto 80px auto;

  grid-gap: 100px;

  display: flex;

}

.testimonial-video-top-left {

  min-width: 500px;

}

.main-video-list .testimonial-video-main:nth-child(even) {

  flex-direction: row-reverse;

}

.testimonial-video-main2 {

  align-items: center;

  max-width: 1220px;

  margin: 60px auto 80px auto;

}



.testimonial-video-top-right {

  padding-left: 0;

}

.testimonial-video-bottom-left {

  padding-right: 100px;

}

.about-page-inner .specialized-wrapper {

  padding: 80px 80px 100px 80px;

}

.full-width-img {

  width: 100%;

  height: 100%;

  position: relative;

  margin-top: -410px;

}

.full-width-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.about-page-bottom-inner {

  background: var(--white);

  padding-top: 100px;

  padding-bottom: 405px;

}

.about-page-bottom-main {

  padding: 90px 0 100px 100px;

  border-radius: 150px 0px;

  background: #2b292e;

}

.fixed-inquiry-now-btn {

  position: sticky;

  bottom: 0;

  right: 0;

  z-index: 9999;

}

.header-menu-contact {

  display: none;

}

.not-home-page .faq-right {

  padding: 0;

}

.not-home-page .all-news {

  margin-top: 0;

}

.admin-and-date-info-single:not(:last-child) {

  padding-right: 15px;

  margin-right: 15px;

  border-right: 1px solid var(--black);

  display: none;

}



.admin-and-date-info-single {

  display: flex;

  align-items: center;

  gap: 10px;

}

.admin-and-date-info {

  display: flex;

  align-items: center;

  margin-bottom: 20px;

}

.blog-detail-main h1 {

  color: var(--black);

  font-size: 38px;

  font-style: normal;

  font-weight: 700;

  line-height: 120%;

  margin-bottom: 20px;

}

.blog-detail-main h2 {

  color: var(--golden-dark);

  font-size: 36px;

  font-style: normal;

  font-weight: 500;

  line-height: 120%;

  margin-bottom: 20px;

}

.blog-detail-main h3 {

  color: var(--black);

  font-size: 32px;

  font-style: normal;

  font-weight: 500;

  line-height: 120%;

  margin-bottom: 20px;

}

.blog-detail-main h4 {

  color: var(--black);

  font-size: 28px;

  font-style: normal;

  font-weight: 500;

  line-height: 120%;

  margin-bottom: 20px;

}

.blog-detail-main h5 {

  color: var(--black);

  font-size: 26px;

  font-style: normal;

  font-weight: 500;

  line-height: 120%;

  margin-bottom: 20px;

}

.blog-detail-main h6 {

  color: var(--black);

  font-size: 24px;

  font-style: normal;

  font-weight: 500;

  line-height: 120%;

  margin-bottom: 20px;

}

.blog-detail-main li {

  margin-bottom: 20px;

  color: var(--black);

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

}

.blog-detail-main p,

.blog-detail-main li,

.blog-detail-main a {

  margin-bottom: 20px;

  color: var(--black);

  font-size: var(--font-18);

  font-style: normal;

  font-weight: 400;

  line-height: 170%;

}

.blog-detail-inner img {

  width: 100%;

  height: 100%;

  max-height: 600px;

  object-fit: cover;

  margin-bottom: 20px;

}

.admin-and-date-info-single img {

  width: 24px;

  height: 24px;

  object-fit: contain;

  margin-bottom: 0;

}



.admin-and-date-info-single p {

  margin-bottom: 0;

}

.blog-detail-main ul {

  padding-left: 2rem;

}

.about-page-bottom-left h5 {

  color: var(--golden-dark);

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 700;

  line-height: 150%;

  max-width: 521px;

}

.about-page-bottom-left p {

  color: var(--white);

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  max-width: 573px;

  margin-top: 30px;

}

.about-page-bottom-left h6 {

  color: var(--golden-dark);

  font-size: var(--font-20);

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  text-align: end;

  max-width: 521px;

}

.not-home-page .partners-right-bottom {

  padding: 0;

  position: relative;

  bottom: -290px;

  left: -103px;

  z-index: 2;

  background: transparent;

}

.not-home-page .partners-right-bottom::after {

  content: "";

  position: absolute;

  height: 210px;

  width: 430px;

  background: #2b292e;

  top: -20px;

  left: 20px;

  z-index: -2;

}

.not-home-page .partners-right-bottom::before {

  content: "";

  position: absolute;

  height: 160px;

  width: 430px;

  background: var(--white);

  bottom: -20px;

  left: 20px;

  z-index: -1;

}

.about-page-bottom-inner {

  padding-bottom: 235px;

}

.not-home-page .partners-right-top::before {

  /* background: #c6a885; */

  right: 115px;

}

.not-home-page .partners-right-top {

  position: absolute;

  top: 0;

  right: 0;

}

.not-home-page .partners-right-top img {

  width: 100%;

  height: 100%;

  max-width: 730px;

  max-height: 542px;

}

.not-home-page .partners-right-top::after {

  height: 180px;

  left: -15px;

}

.not-home-page .partners-right-top::after {

  background: var(--white);

}

.menu-item-has-children {

  position: relative;

}

.menu-item-has-children::after {

  content: "";

  background: url("../image/whitearrow.svg") no-repeat;

  background-size: contain;

  position: absolute;

  top: 22px;

  right: -10px;

  width: 10px;

  height: 10px;

}

.menu-item-has-children:hover::after {

  filter: brightness(0) saturate(100%) invert(72%) sepia(31%) saturate(688%) hue-rotate(8deg) brightness(101%) contrast(95%);

}

.sub-menu {

  position: absolute;

  border-radius: 10px;

  background: var(--white);

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

  list-style-type: none;

  margin: 0;

  min-width: 240px;

  padding: 15px 20px 0 20px;

  display: none;

}

.sub-menu a {

  color: var(--black);

  font-size: var(--font-16);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: capitalize;

  padding: 0 0 15px 0 !important;

  margin-bottom: 15px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}



.sub-menu li:last-child a {

  border: none !important;

  margin-bottom: 0;

}



/* form css------------------------------------- */

.gform_validation_errors {

  display: none !important;

}

p.gform_required_legend {

  display: none !important;

}

input#input_1_1 {

  border-radius: 50px;

  border: 1px solid var(--black);

  backdrop-filter: blur(5px);

  min-width: 600px;

  color: var(--black);

  font-size: var(--font-20);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: capitalize;

  box-shadow: none;

  padding: 28px 30px;

  background: transparent;

}

form#gform_1 {

  max-width: 869px;

  margin: 0 auto;

}

.category-list li.current_page_item {

  background: var(--golden-dark);

}

div#field_submit input {

  border-radius: 90px;

  background: var(--black);

  border: 2px solid transparent;

  max-width: 169px;

  color: var(--white);

  font-size: var(--font-22);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding: 15px 36px;

}

div#field_submit input:hover,

#gform_submit_button_2:hover {

  background: transparent;

  border: 2px solid var(--black);

  color: var(--black);

}

#field_submit {

  text-align: center;

  margin-left: 90px;

  position: relative;

}

#field_submit::after {

  content: "";

  background: url("../image/blackcirculararrow.svg") no-repeat;

  background-size: contain;

  position: absolute;

  top: 0;

  right: 25px;

  width: 59px;

  height: 59px;

}

input:focus {

  box-shadow: none !important;

  outline: none !important;

}

.gform-theme--framework .gform-loader {

  display: none !important;

}

.form-area {

  max-width: 1020px;

  margin: 0 auto;

}

.form-area input {

  border-radius: 50px !important;

  border: 1px solid #828282 !important;

  background-color: rgba(28, 26, 31, 0.4) !important;

  backdrop-filter: blur(5px);

  color: var(--white) !important;

  font-size: var(--font-20) !important;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-align: left !important;

  text-transform: capitalize;

  padding: 23px 0 22px 30px !important;

  max-width: 500px !important;

  min-height: 70px !important;

}

.form-area input:focus,

.form-area input:focus-visible,

.form-area input:focus-within {

  border: 1px solid #828282 !important;

  border-color: #828282 !important;

  outline: none !important;

  box-shadow: none !important;

}

.form-area .gform_footer.top_label {

  justify-content: center;

  position: relative;

  display: inline-flex;

  margin-left: -60px;

}

.form-area .gform_footer.top_label::after {

  content: "";

  background: url("../image/goldencirculararrow.svg") no-repeat;

  background-size: contain;

  position: absolute;

  top: 45px;

  top: 40px;

  left: 100%;

  width: 59px;

  height: 59px;

}

#gform_submit_button_2 {

  border-radius: 50px;

  background: linear-gradient(106deg,

      #f8f3a0 -9.99%,

      #dca627 16.07%,

      #f8f3a0 48.15%,

      #f7f080 68.79%,

      #dca627 88.37%,

      #f7f080 115.93%,

      #dca627 134.61%);

  padding: 15px 30px !important;

  color: var(--black) !important;

  font-size: var(--font-22) !important;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border: 2px solid transparent !important;

  margin-top: 40px !important;

  min-height: 59px !important;

}

#gform_submit_button_2:hover {

  border: 2px solid var(--golden-dark) !important;

  background: transparent;

  color: var(--white) !important;

}

#gform_fields_2 {

  column-gap: 20px !important;

  grid-row-gap: 20px !important;

}

.form-area .gform-theme--framework .gfield_validation_message {

  text-align: left !important;

}

.single-news a:hover h5 {

  color: var(--golden-dark);

  transition: all 0.4s;

}

.single-news a {

  display: inline-block;

}

.form-main input,

.form-main textarea {

  color: #5a5a5a !important;

  font-size: var(--font-18) !important;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding: 23px 0 25px 30px !important;

  min-height: 70px !important;

  background: var(--white) !important;

  border: none !important;

}

.form-main input:focus,

.form-main textarea:focus {

  border: none !important;

  outline: none !important;

  box-shadow: none !important;

}

.contact-form {

  max-width: 800px;

}

.form-area div#field_2_6 {

  display: none;

}

.contact-form #gform_submit_button_2 {

  border-radius: 90px !important;

  background: var(--black) !important;

  border: 1px solid transparent !important;

  max-width: 169px !important;

  color: var(--white) !important;

  font-size: var(--font-22) !important;

  font-style: normal;

  font-weight: 400 !important;

  line-height: normal;

  padding: 15px 36px !important;

}

.contact-form #gform_submit_button_2:hover {

  background: transparent !important;

  border: 1px solid var(--black) !important;

  color: var(--black) !important;

}

.contact-form .gform_footer.top_label {

  justify-content: center;

  position: relative;

  display: inline-flex;

  margin-top: 0;

}

.contact-form .gform_footer.top_label::after {

  content: "";

  background: url("../image/blackcirculararrow.svg") no-repeat;

  background-size: contain;

  position: absolute;

  top: 40px;

  left: 100%;

  width: 59px;

  height: 59px;

}

.Inqirybtn {

  color: #1c1a1f !important;

  font-family: "Atkinson Hyperlegible";

  font-size: 22px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: capitalize;

  padding: 10px 20px 10px 16px;

  border-radius: 20px 20px 0px 0px;

  border: 1px solid var(--golden-dark);

  background: linear-gradient(106deg,

      #f8f3a0 -9.99%,

      #dca627 16.07%,

      #f8f3a0 48.15%,

      #f7f080 68.79%,

      #dca627 88.37%,

      #f7f080 115.93%,

      #dca627 134.61%);

  position: fixed;

  z-index: 99;

  top: 250px;

  right: -73px;

  transform: rotate(270deg);

}

.Inqirybtn:hover,

.Inqirybtn:focus {

  border: 1px solid var(--golden-dark) !important;

  outline: none !important;

  box-shadow: none !important;

}

.offcanvas-title {

  color: var(--black);

  font-size: var(--font-40);

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.offcanvas.Inqiryfull {

  min-width: 600px;

  padding: 25px 35px 44px 35px;

  border-radius: 50px 0px 0px 0px;

  background: var(--white);

}

.offcanvas.Inqiryfull .btn-close {

  background-image: url(../image/closebtn.svg) !important;

  opacity: 1 !important;

  background-size: 30px 30px !important;

}

.offcanvas-header {

  align-items: center !important;

  margin-bottom: 25px;

}

.offcanvas-header,

.offcanvas-body {

  padding: 0;

}

.offcanvas.Inqiryfull input,

.offcanvas.Inqiryfull select,

.offcanvas.Inqiryfull textarea {

  background-color: #f5f5f5 !important;

  min-height: 52px !important;

  padding: 15px !important;

  border: none !important;

  color: #5a5a5a !important;

  font-size: var(--font-18) !important;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.offcanvas.Inqiryfull input:focus,

.offcanvas.Inqiryfull select:focus,

.offcanvas.Inqiryfull textarea:focus {

  border: none !important;

  outline: none !important;

  box-shadow: none !important;

}

.gform-theme--foundation .gform_fields {

  grid-row-gap: 15px !important;

}

#input_3_7 {

  background: inherit !important;

  min-height: inherit !important;

  padding: inherit !important;

  border: none !important;

  color: #5a5a5a !important;

  font-size: var(--font-18) !important;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  box-shadow: none !important;

}

::file-selector-button {

  background: var(--golden-dark) !important;

  color: var(--black) !important;

  font-size: var(--font-18) !important;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border-radius: 5px !important;

  border-width: 0 !important;

  cursor: pointer !important;

}

.offcanvas.Inqiryfull input#gform_submit_button_3 {

  width: 100% !important;

  border-radius: 90px !important;

  background: var(--black) !important;

  color: var(--white) !important;

  font-size: var(--font-22) !important;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border: 1px solid var(--black) !important;

  margin-top: 60px !important;

}

.offcanvas.Inqiryfull input#gform_submit_button_3:hover {

  background: transparent !important;

  color: var(--black) !important;

}

/* .offcanvas.offcanvas-bottom {

  left: inherit !important;

  height: 100% !important;

} */

.offcanvas.Inqiryfull .btn-close:focus {

  outline: none !important;

  box-shadow: none !important;

}

.Inqirybtn img {

  margin-left: 10px;

}

.current-menu-item .nav-link {

  color: var(--golden-dark);

}

.nav-link:focus-visible {

  box-shadow: none !important;

}

.full-video-section {

  display: none;

}

.page-id-29 .full-video-section {

  display: block;

}

.page-template-about-tmpl .footer-main {

  margin-top: -445px;

}

.accordion-body a:hover {

  color: var(--golden-dark);

}



/* 03-04-2024 */

#staticBackdrop {

  z-index: 9999 !important;

}

.mylionpopup .modal-content {

  background: transparent;

  border-radius: 20px !important;

}

.mylionpopup .modal-body {

  padding: 0;

}

.centerredbgimg {

  background: url(../image/cannabisnew.png) no-repeat;

  border-radius: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  position: relative;

  height: 500px;

  background-size: cover !important;

  background-position: center center !important;

  border: 2px solid var(--golden-dark);

}

.mylionpopup button.btn-close {

  background: url(../image/yellow-closbtn.svg) no-repeat;

  border-radius: 50%;

  color: #000;

  opacity: 1;

  width: 40px;

  height: 40px;

  padding: 0;

  position: absolute;

  top: 30px;

  right: 30px;

  background-size: contain;

}

.mylionpopup .btn-close:focus {

  box-shadow: none;

}

.synergy-overlay a.anchor-with-span-arrow {

  max-width: 230px;

}

.home section.testimonial-section,
.home section.faq-section {

  display: none;

}

.page-template-management-service-tmpl .partners-right-top::before,
.page-template-management-service-tmpl .partners-right-top::after {
  display: none;
}

.page-template-management-service-tmpl .partners-right-bottom {
  left: 135px;
}

.page-template-management-service-tmpl .about-page-bottom-left p {
  max-width: 673px;
}

.page-template-management-service-tmpl .about-page-bottom-inner {
  padding-bottom: 100px;
}

.process-diagram {
  background: #000000;
  padding: 80px 0;
}

.innedigmg {
  text-align: center;
}

.innedigmg img {
  border-radius: 34px;
}

section.masionrrygrid {
  padding: 100px 0 0;
}

.grid-wrapper-new>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-wrapper-new>div>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper-new {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.grid-wrapper-new .wide {
  grid-column: span 2;
}

.grid-wrapper-new .tall {
  grid-row: span 2;
}

.grid-wrapper-new .big {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-wrapper-new>div>a {
  width: 100%;
  height: 100%;
  display: block !important;
}


/* ============================================================
   HOSPITALITY PAGE — Overrides & Additions
   Uses existing site classes. Only unique elements below.
   ============================================================ */

/* Banner sub-text */
.hosp-banner-sub {
  color: var(--golden);
  font-size: var(--font-28);
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 40px;
}

.hosp-hero-eyebrow {
  display: inline-block;
  font-size: var(--font-14);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--golden-dark);
  border: 1px solid rgba(230, 195, 85, 0.4);
  border-radius: 50px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.hosp-hero-ctas {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hosp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 50px;
  background: transparent;
  color: var(--white);
  font-size: var(--font-18);
  font-weight: 400;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.hosp-btn-outline:hover {
  border-color: var(--golden-dark);
  color: var(--golden-dark);
}

/* Who We Serve — reduce spacing on specialized-top */
.hosp-who-serve-section .specialized-top {
  grid-gap: 40px;
}

.hosp-who-serve-section .specialized-single {
  width: auto;
  flex: 1;
}

/* Services Pillars — full width 4-col grid */
.hosp-pillars-wrapper {
  border-radius: 0 !important;
  padding: 80px !important;
}

.hosp-pillars-grid-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hosp-pillar-card {
  background: #16141a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hosp-pillar-card:hover,
.hosp-pillar-card:focus {
  border-color: rgba(230, 195, 85, 0.3);
  transform: translateY(-3px);
}

.hosp-pillar-card--gold {
  background: linear-gradient(135deg, rgba(230, 195, 85, 0.08) 0%, rgba(220, 166, 39, 0.04) 100%);
  border-color: rgba(230, 195, 85, 0.25);
}

.hosp-pillar-card--gold:hover {
  border-color: var(--golden-dark);
}

.hosp-pillar-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hosp-pillar-number {
  font-size: var(--font-12);
  font-weight: 700;
  color: var(--golden-dark);
  background: rgba(230, 195, 85, 0.12);
  border-radius: 6px;
  padding: 3px 8px;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.hosp-pillar-header h3 {
  font-size: var(--font-16);
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin: 0;
}

.hosp-pillar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hosp-pillar-list li {
  font-size: var(--font-16);
  color: #b0b1b3;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}

.hosp-pillar-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--golden-dark);
  font-size: 11px;
}

/* Partners section override for dark bg */
.hosp-pillars-section {
  background: var(--lightblack) !important;
}

.hosp-pillars-section .partners-all-para p {
  color: #888;
}

.hosp-pillars-section .partners-all-para p.active {
  color: var(--white);
}

/* Ecosystem Section — Flow Layout */
.hosp-ecosystem-section {
  background: var(--lightblack);
  padding: 100px 0;
}

.hosp-eco-flow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.hosp-eco-node {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  min-width: 240px;
  transition: all 0.3s ease;
}

.hosp-eco-node:hover {
  background: rgba(230, 195, 85, 0.06);
  border-color: rgba(230, 195, 85, 0.35);
  transform: translateY(-3px);
}

.hosp-eco-num {
  font-size: var(--font-14);
  font-weight: 700;
  color: var(--golden-dark);
  background: rgba(230, 195, 85, 0.12);
  border-radius: 6px;
  padding: 16px 16px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hosp-eco-node h6 {
  color: var(--white);
  font-size: var(--font-20);
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.hosp-eco-arrow {
  color: var(--golden-dark);
  font-size: var(--font-22);
  padding: 0 16px;
  opacity: 0.5;
  flex-shrink: 0;
}

/* Center Hub */
.hosp-eco-hub {
  display: flex;
  justify-content: center;
  padding: 32px 0;
}

.hosp-eco-hub-inner {
  background: linear-gradient(135deg, rgba(230, 195, 85, 0.12), rgba(220, 166, 39, 0.05));
  border: 2px solid var(--golden-dark);
  border-radius: 60px;
  padding: 20px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hosp-eco-hub-inner span {
  font-size: var(--font-32);
  font-weight: 700;
  color: var(--golden-dark);
  line-height: 1;
}

.hosp-eco-hub-inner small {
  font-size: var(--font-18);
  color: #b0b1b3;
  margin-top: 4px;
}

/* RevEvolve badge */
.hosp-revevolve-badge {
  display: inline-block;
  font-size: var(--font-12);
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--golden-dark);
  border: 1px solid rgba(230, 195, 85, 0.4);
  border-radius: 50px;
  padding: 5px 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

/* RevEvolve block — dark background override */
.hosp-revevolve-block {
  background: var(--black) !important;
  padding-top: 100px;
}

.hosp-revevolve-block h5 {
  color: var(--white);
  font-size: var(--font-32);
  line-height: 1.3;
  margin-bottom: 16px;
}

.hosp-revevolve-block p {
  color: #b0b1b3;
  font-size: var(--font-16);
  line-height: 1.7;
  margin-bottom: 12px;
}

/* RevEvolve stats row */
.hosp-revevolve-stats {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hosp-revevolve-stat {
  background: rgba(230, 195, 85, 0.06);
  border: 1px solid rgba(230, 195, 85, 0.15);
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 80px;
}

.hosp-stat-number {
  font-size: var(--font-28);
  font-weight: 700;
  color: var(--golden-dark);
  line-height: 1;
}

.hosp-stat-label {
  font-size: var(--font-16);
  color: #b0b1b3;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* RevEvolve right column — big stats */
.hosp-revevolve-right-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hosp-revevolve-stat-big {
  background: rgba(230, 195, 85, 0.06);
  border: 1px solid rgba(230, 195, 85, 0.2);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hosp-revevolve-stat-big .hosp-stat-number {
  font-size: 42px;
  min-width: 90px;
}

.hosp-revevolve-stat-big .hosp-stat-label {
  font-size: var(--font-16);
  text-transform: none;
  letter-spacing: 0;
}

/* ===== BI / DASHBOARD STYLES ===== */

/* Dashboard in RevEvolve column */
.hosp-bi-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hosp-bi-mock-dashboard {
  background: #16141a;
  border: 1px solid rgba(230, 195, 85, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 420px;
}

.hosp-bi-mock-header {
  background: #0d1117;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hosp-bi-mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.hosp-bi-mock-dot:nth-child(1) {
  background: #ff5f57;
}

.hosp-bi-mock-dot:nth-child(2) {
  background: #febc2e;
}

.hosp-bi-mock-dot:nth-child(3) {
  background: #28c840;
}

.hosp-bi-mock-title {
  font-size: var(--font-12);
  color: #777;
  margin-left: 8px;
  letter-spacing: 1px;
}

.hosp-bi-mock-body {
  padding: 24px;
}

.hosp-bi-mock-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hosp-bi-mock-label {
  font-size: var(--font-14);
  color: #777;
}

.hosp-bi-mock-value {
  font-size: var(--font-18);
  font-weight: 700;
  color: var(--white);
}

.hosp-bi-mock-up {
  color: #4ade80;
}

.hosp-bi-mock-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 70px;
  margin-top: 20px;
}

.hosp-bi-mock-bar {
  flex: 1;
  background: rgba(230, 195, 85, 0.2);
  border-radius: 3px 3px 0 0;
  transition: background 0.3s ease;
}

.hosp-bi-mock-bar:hover {
  background: rgba(230, 195, 85, 0.45);
}

.hosp-bi-mock-bar--active {
  background: var(--golden-dark);
}

.hosp-bi-mock-alert {
  font-size: var(--font-12);
  color: var(--golden-dark);
  background: rgba(230, 195, 85, 0.08);
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: 16px;
  line-height: 1.5;
}

/* BI Feature Section — split layout */
.hosp-bi-eyebrow {
  display: inline-block;
  font-size: var(--font-12);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--golden-dark);
  background: rgba(230, 195, 85, 0.1);
  border-radius: 50px;
  padding: 5px 14px;
  margin-bottom: 16px;
}

.hosp-bi-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hosp-bi-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: var(--font-16);
  color: var(--white);
  line-height: 1.5;
}

.hosp-bi-check {
  width: 24px;
  height: 24px;
  background: rgba(230, 195, 85, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--golden-dark);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Right column — What You Get block */
.hosp-bi-features-list-visual {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(230, 195, 85, 0.19);
  border-radius: 16px;
  padding: 36px;
}

.hosp-bi-features-list-visual h6 {
  font-size: var(--font-40);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hosp-pillar-list-block>div {
  display: flex;
  grid-gap: 10px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(230, 195, 85, 0.19);
}

.hosp-pillar-list-block p {
  color: #b0b1b3;
  font-size: var(--font-18);
  line-height: 1.4;
  margin: 0;
}

.hosp-pillar-list-block>div:first-child {
  padding-top: 0;
}

.hosp-pillar-list-block>div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hosp-pillar-list-block p strong {
  color: var(--white);
}


/* ===== CASE STUDIES ===== */
.hosp-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.hosp-case-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(230, 195, 85, 0.15);
  border-radius: 20px;
  padding: 40px 36px;
  transition: all 0.3s ease;
}

.hosp-case-card:hover {
  border-color: rgba(230, 195, 85, 0.4);
  transform: translateY(-4px);
}

.hosp-case-result {
  font-size: 48px;
  font-weight: 700;
  color: var(--golden-dark);
  margin-bottom: 12px;
  line-height: 1;
}

.hosp-case-card h4 {
  font-size: var(--font-20);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.3;
}

.hosp-case-card p {
  font-size: var(--font-16);
  color: #b0b1b3;
  line-height: 1.7;
  margin: 0;
}

/* Social Proof — logo pills */
.hosp-logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* .hosp-logo-pill {
  font-size: var(--font-14);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50px;
  padding: 12px 28px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.hosp-logo-pill img {
  max-width: 250px;
  max-height: 58px;
  /* max-width: 120px;
  max-height: 28px; */
  object-fit: contain;
  /* transition: all 0.3s ease; */
}

/* .hosp-logo-pill:hover {
  border-color: var(--golden-dark);
  color: var(--golden-dark);
} */

/* AAHOACON Banner — premium event style */
.hosp-aahoacon-cta {
  background: linear-gradient(135deg, #1a1a1f 0%, #0d0d12 100%);
  border: 1px solid rgba(230, 195, 85, 0.15);
  border-radius: 24px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hosp-aahoacon-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--golden-dark), rgba(230, 195, 85, 0.2));
  border-radius: 24px 0 0 24px;
}

.hosp-aahoacon-inner {
  padding: 50px 60px;
}

.hosp-aahoacon-top-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.hosp-aahoacon-badge {
  display: inline-block;
  font-size: var(--font-11);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--golden-dark);
  border: 1px solid rgba(230, 195, 85, 0.4);
  border-radius: 50px;
  padding: 5px 18px;
}

.hosp-aahoacon-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(230, 195, 85, 0.3), transparent);
}

.hosp-aahoacon-year {
  font-size: var(--font-14);
  color: rgba(230, 195, 85, 0.4);
  font-weight: 700;
  letter-spacing: 4px;
}

.hosp-aahoacon-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.hosp-aahoacon-title span {
  color: var(--golden-dark);
}

.hosp-aahoacon-tagline {
  font-size: var(--font-18);
  color: #888;
  font-style: italic;
  margin-bottom: 32px;
}

.hosp-aahoacon-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.hosp-aahoacon-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 20px;
}

.hosp-aahoacon-detail-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.hosp-aahoacon-detail div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hosp-aahoacon-detail strong {
  font-size: var(--font-14);
  color: var(--white);
  font-weight: 700;
}

.hosp-aahoacon-detail span img {
  width: 35px;
}

.hosp-aahoacon-desc {
  font-size: var(--font-16);
  color: #b0b1b3;
  line-height: 1.7;
  margin-bottom: 0;
}

.hosp-aahoacon-ctas {
  margin-top: 28px;
}

/* ===== LEAD CAPTURE — Split Layout ===== */
.hosp-lead-section {
  background: var(--lightblack);
  padding: 100px 0;
  padding-bottom: 320px;
}

.hosp-lead-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.hosp-lead-desc {
  color: #b0b1b3;
  font-size: var(--font-18);
  line-height: 1.7;
  margin-top: 16px;
  margin-bottom: 40px;
}

/* Trust items */
.hosp-lead-trust-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hosp-lead-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.hosp-lead-trust-icon {
  font-size: 28px;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(230, 195, 85, 0.08);
  border: 1px solid rgba(230, 195, 85, 0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hosp-lead-trust-item div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hosp-lead-trust-item strong {
  font-size: var(--font-16);
  color: var(--white);
  font-weight: 700;
}

.hosp-lead-trust-item span {
  font-size: var(--font-14);
  color: #888;
}

/* Form card */
.hosp-lead-form-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(230, 195, 85, 0.15);
  border-radius: 24px;
  padding: 40px;
}

.hosp-lead-form-title {
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hosp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.hosp-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.hosp-form-group label {
  font-size: var(--font-12);
  font-weight: 700;
  color: #888;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hosp-form-group input,
.hosp-form-group select,
.hosp-form-group textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 16px;
  color: var(--white);
  font-size: var(--font-15);
  font-family: var(--atkinson);
  outline: none;
  transition: border-color 0.3s ease;
  width: 100%;
}

.hosp-form-group input:focus,
.hosp-form-group select:focus,
.hosp-form-group textarea:focus {
  border-color: var(--golden-dark);
}

.hosp-form-group input::placeholder,
.hosp-form-group textarea::placeholder {
  color: #555;
}

.hosp-form-group select option {
  background: #1c1a1f;
  color: var(--white);
}

.hosp-form-group textarea {
  resize: vertical;
  min-height: 100px;
}

/* Submit button */
.hosp-lead-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--golden-dark), #dcaa28);
  color: var(--black);
  font-size: var(--font-16);
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--atkinson);
  letter-spacing: 0.5px;
}

.hosp-lead-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(230, 195, 85, 0.3);
}

.hosp-lead-submit-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.hosp-lead-submit-btn:hover .hosp-lead-submit-arrow {
  transform: translateX(4px);
}


/* Responsive */
@media (max-width: 1200px) {
  .hosp-pillars-grid-full {
    grid-template-columns: repeat(2, 1fr);
  }

  .hosp-pillars-wrapper {
    padding: 60px !important;
  }
}

@media (max-width: 991px) {
  .hosp-pillars-grid-full {
    grid-template-columns: repeat(2, 1fr);
  }

  .hosp-who-serve-section .specialized-top {
    flex-direction: column;
  }

  .hosp-revevolve-stats {
    flex-direction: row;
  }

  .hosp-aahoacon-cta {
    border-radius: 16px;
  }

  .hosp-aahoacon-inner {
    padding: 36px 28px;
  }

  .hosp-aahoacon-details {
    grid-template-columns: 1fr;
  }

  .hosp-aahoacon-title {
    font-size: 32px;
  }

  .hosp-bi-cards-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .hosp-bi-mock-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .hosp-pillars-grid-full {
    grid-template-columns: 1fr;
  }

  .hosp-pillars-wrapper {
    padding: 30px 20px !important;
  }

  .hosp-eco-flow-row {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .hosp-eco-arrow {
    display: none;
  }

  .hosp-eco-node {
    min-width: 140px;
    flex: 1 1 40%;
  }

  .hosp-form-row {
    grid-template-columns: 1fr;
  }

  .hosp-lead-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hosp-lead-form-card {
    padding: 28px 20px;
  }

  .hosp-hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .hosp-revevolve-stats {
    flex-direction: column;
  }

  .hosp-cases-grid {
    grid-template-columns: 1fr;
  }

  .hosp-bi-cards-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hosp-bi-mock-stats-row {
    grid-template-columns: 1fr 1fr;
  }

  .hosp-bi-mock-bars {
    height: 60px;
  }

  .hosp-bi-section {
    padding: 60px 0;
  }
}


/* --- Shared Hospitality Utilities --- */
.hospitality-page {
  background: var(--black);
  color: var(--white);
}

.hosp-section-header {
  margin-bottom: 60px;
}

.hosp-section-header h2 {
  color: var(--white);
  font-size: var(--font-48);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.hosp-section-sub {
  color: #b0b1b3;
  font-size: var(--font-18);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Gold-bordered primary button */
.hosp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 50px;
  background: linear-gradient(106deg, #f8f3a0 -9.99%, #dca627 16.07%, #f8f3a0 48.15%, #dca627 88.37%);
  color: var(--black);
  font-size: var(--font-18);
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--golden-dark);
  transition: all 0.3s ease;
  cursor: pointer;
}

.hosp-btn-primary:hover {
  background: transparent;
  color: var(--golden-dark);
}

/* Outline button */
.hosp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 50px;
  background: transparent;
  color: var(--white);
  font-size: var(--font-18);
  font-weight: 400;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.hosp-btn-outline:hover {
  border-color: var(--golden-dark);
  color: var(--golden-dark);
}

/* Gold outline button */
.hosp-btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  background: transparent;
  color: var(--golden-dark);
  font-size: var(--font-16);
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--golden-dark);
  transition: all 0.3s ease;
}

.hosp-btn-outline-gold:hover {
  background: var(--golden-dark);
  color: var(--black);
}

/* --- SECTION A: HERO --- */
.hosp-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0d1117;
  padding: 160px 0 100px;
}

.hosp-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
}

.hosp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 17, 23, 0.92) 0%, rgba(28, 26, 31, 0.75) 60%, rgba(198, 168, 133, 0.08) 100%);
  z-index: 1;
}

.hosp-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

.hosp-hero-eyebrow {
  display: inline-block;
  font-size: var(--font-14);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--golden-dark);
  border: 1px solid rgba(230, 195, 85, 0.4);
  border-radius: 50px;
  padding: 6px 20px;
  margin-bottom: 30px;
}

.hosp-hero-headline {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 24px;
}

.hosp-hero-sub {
  font-size: var(--font-20);
  color: #b0b1b3;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 48px;
}

.hosp-hero-ctas {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.hosp-hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hosp-hero-scroll-indicator span {
  display: block;
  width: 2px;
  height: 50px;
  background: linear-gradient(to bottom, var(--golden-dark), transparent);
  margin: 0 auto;
}

/* --- SECTION B: WHO WE SERVE --- */
.hosp-who-we-serve {
  padding: 100px 0;
  background: var(--lightblack);
}

.hosp-serve-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.hosp-serve-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(230, 195, 85, 0.15);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.hosp-serve-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--golden-dark), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hosp-serve-card:hover {
  background: rgba(230, 195, 85, 0.06);
  border-color: rgba(230, 195, 85, 0.4);
  transform: translateY(-6px);
}

.hosp-serve-card:hover::before {
  opacity: 1;
}

.hosp-serve-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
}

.hosp-serve-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hosp-serve-icon-default {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(230, 195, 85, 0.12);
  border-radius: 16px;
  font-size: 32px;
}

.hosp-serve-card h3 {
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
}

.hosp-serve-card p {
  font-size: var(--font-16);
  color: #b0b1b3;
  line-height: 1.65;
}

/* --- SECTION C: SERVICES 4 PILLARS --- */
.hosp-services-section {
  padding: 100px 0;
  background: var(--black);
}

.hosp-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hosp-pillar-card {
  background: #16141a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 28px;
  transition: all 0.35s ease;
  position: relative;
}

.hosp-pillar-card:hover {
  border-color: rgba(230, 195, 85, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.hosp-pillar-card--gold {
  background: linear-gradient(135deg, rgba(230, 195, 85, 0.1) 0%, rgba(220, 166, 39, 0.05) 100%);
  border-color: rgba(230, 195, 85, 0.3);
}

.hosp-pillar-card--gold:hover {
  border-color: var(--golden-dark);
}

.hosp-pillar-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hosp-pillar-number {
  font-size: var(--font-12);
  font-weight: 700;
  color: var(--golden-dark);
  background: rgba(230, 195, 85, 0.12);
  border-radius: 8px;
  padding: 4px 10px;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.hosp-pillar-header h3 {
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.hosp-pillar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hosp-pillar-list li {
  font-size: var(--font-16);
  color: #b0b1b3;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}

.hosp-pillar-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--golden-dark);
  font-size: 12px;
}

/* --- SECTION D: ECOSYSTEM DIAGRAM --- */
.hosp-ecosystem-section {
  padding: 100px 0;
  background: var(--lightblack);
}

.hosp-ecosystem-diagram {
  text-align: center;
  margin-top: 20px;
}

.hosp-ecosystem-diagram img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 60px rgba(230, 195, 85, 0.15));
}

/* --- SECTION E: REVEVOLVE --- */
.hosp-revevolve-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0d1117 0%, #1a1520 100%);
  border-top: 1px solid rgba(230, 195, 85, 0.1);
  border-bottom: 1px solid rgba(230, 195, 85, 0.1);
}

.hosp-revevolve-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hosp-revevolve-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.hosp-revevolve-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.1);
}

.hosp-revevolve-logo--lsc {
  height: 40px;
  opacity: 0.8;
}

.hosp-revevolve-x {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
}

.hosp-revevolve-badge {
  display: inline-block;
  font-size: var(--font-14);
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--golden-dark);
  border: 1px solid rgba(230, 195, 85, 0.4);
  border-radius: 50px;
  padding: 6px 20px;
  margin-bottom: 24px;
}

.hosp-revevolve-left h2 {
  font-size: var(--font-36);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 20px;
}

.hosp-revevolve-left p {
  font-size: var(--font-18);
  color: #b0b1b3;
  line-height: 1.7;
  margin-bottom: 36px;
}

.hosp-revevolve-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.hosp-revevolve-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(230, 195, 85, 0.15);
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hosp-stat-number {
  font-size: var(--font-32);
  font-weight: 700;
  color: var(--golden-dark);
  line-height: 1;
}

.hosp-stat-label {
  font-size: var(--font-16);
  color: #b0b1b3;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hosp-clients-label {
  font-size: var(--font-14);
  color: #777;
  margin-bottom: 16px;
  text-align: center;
}

.hosp-clients-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.hosp-clients-row img {
  height: 32px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.hosp-clients-row img:hover {
  opacity: 0.9;
}

/* --- SECTION F: BI TOOL --- */
.hosp-bi-tool-section {
  padding: 100px 0;
  background: var(--black);
}

.hosp-bi-tool-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hosp-bi-eyebrow {
  display: inline-block;
  font-size: var(--font-12);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--golden-dark);
  background: rgba(230, 195, 85, 0.1);
  border-radius: 50px;
  padding: 6px 16px;
  margin-bottom: 24px;
}

.hosp-bi-tool-content h2 {
  font-size: var(--font-38);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 20px;
}

.hosp-bi-tool-content>p {
  font-size: var(--font-18);
  color: #b0b1b3;
  line-height: 1.7;
  margin-bottom: 36px;
}

.hosp-bi-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}

.hosp-bi-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: var(--font-16);
  color: var(--white);
}

.hosp-bi-check {
  width: 24px;
  height: 24px;
  background: rgba(230, 195, 85, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--golden-dark);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Mock Dashboard Visual */
.hosp-bi-mock-dashboard {
  background: #16141a;
  border: 1px solid rgba(230, 195, 85, 0.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.hosp-bi-mock-header {
  background: #0d1117;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hosp-bi-mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.hosp-bi-mock-title {
  font-size: var(--font-12);
  color: #777;
  margin-left: 10px;
  letter-spacing: 1px;
}

.hosp-bi-mock-body {
  padding: 28px;
}

.hosp-bi-mock-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hosp-bi-mock-label {
  font-size: var(--font-14);
  color: #777;
}

.hosp-bi-mock-value {
  font-size: var(--font-18);
  font-weight: 700;
  color: var(--white);
}

.hosp-bi-mock-up {
  color: #4ade80;
}

.hosp-bi-mock-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 80px;
  margin-top: 24px;
  padding-top: 16px;
}

.hosp-bi-mock-bar {
  flex: 1;
  background: rgba(230, 195, 85, 0.25);
  border-radius: 4px 4px 0 0;
  transition: background 0.3s;
}

.hosp-bi-mock-bar--active {
  background: var(--golden-dark);
}

.hosp-bi-mock-alert {
  font-size: var(--font-12);
  color: var(--golden-dark);
  background: rgba(230, 195, 85, 0.08);
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 20px;
  line-height: 1.5;
}

.hosp-bi-tool-visual img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

/* --- SECTION G: SOCIAL PROOF --- */
.hosp-social-proof-section {
  padding: 100px 0;
  background: var(--lightblack);
}

.hosp-partner-logos {
  text-align: center;
  margin-bottom: 80px;
}

.hosp-partners-label {
  font-size: var(--font-14);
  color: #777;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hosp-logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  /* gap: 40px; */
}

.hosp-logo-item img {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.45;
  transition: opacity 0.3s ease;
}

.hosp-logo-item img:hover {
  opacity: 0.85;
}

.hosp-logo-placeholder {
  font-size: var(--font-18);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hosp-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* margin-bottom: 80px; */
}

.hosp-case-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(230, 195, 85, 0.15);
  border-radius: 20px;
  padding: 40px 36px;
  transition: all 0.3s ease;
}

.hosp-case-card:hover {
  border-color: rgba(230, 195, 85, 0.4);
  transform: translateY(-4px);
}

.hosp-case-result {
  font-size: var(--font-40);
  font-weight: 700;
  color: var(--golden-dark);
  margin-bottom: 12px;
  line-height: 1;
}

.hosp-case-card h4 {
  font-size: var(--font-20);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.hosp-case-card p {
  font-size: var(--font-16);
  color: #b0b1b3;
  line-height: 1.65;
}

/* --- AAHOACON Banner --- */
.hosp-aahoacon-banner {
  background: linear-gradient(135deg, rgba(230, 195, 85, 0.08) 0%, rgba(220, 166, 39, 0.04) 100%);
  border: 1px solid rgba(230, 195, 85, 0.25);
  border-radius: 24px;
  padding: 60px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hosp-aahoacon-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(230, 195, 85, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.hosp-aahoacon-badge {
  display: inline-block;
  font-size: var(--font-12);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--golden-dark);
  border: 1px solid rgba(230, 195, 85, 0.4);
  border-radius: 50px;
  padding: 6px 20px;
  margin-bottom: 24px;
}

.hosp-aahoacon-content h3 {
  font-size: var(--font-36);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}

.hosp-aahoacon-content p {
  font-size: var(--font-18);
  color: #b0b1b3;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 36px;
}

/* --- Lead Capture --- */
.hosp-lead-capture-section {
  padding: 100px 0;
  background: var(--black);
}

.hosp-lead-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hosp-lead-inner .hosp-section-header h2 {
  font-size: var(--font-40);
}

.hosp-contact-form-wrap {
  margin-top: 40px;
  text-align: left;
}

/* ============================================================
   HOSPITALITY PAGE — RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .hosp-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hosp-revevolve-inner,
  .hosp-bi-tool-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .hosp-serve-cards {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .hosp-revevolve-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .hosp-cases-grid {
    grid-template-columns: 1fr;
  }

  .hosp-aahoacon-banner {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .hosp-hero-section {
    padding: 140px 0 80px;
    min-height: auto;
  }

  .hosp-hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .hosp-pillars-grid {
    grid-template-columns: 1fr;
  }

  .hosp-revevolve-stats {
    grid-template-columns: 1fr;
  }

  .hosp-section-header h2 {
    font-size: var(--font-32);
  }
}

/* --- Ecosystem Wheel Placeholder --- */
.hosp-ecosystem-placeholder {
  text-align: center;
  padding: 60px 0 20px;
}

.hosp-ecosystem-wheel {
  position: relative;
  width: 480px;
  height: 480px;
  margin: 0 auto 30px;
}

.hosp-wheel-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(230, 195, 85, 0.2), rgba(220, 166, 39, 0.1));
  border: 2px solid var(--golden-dark);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hosp-wheel-center span {
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--golden-dark);
  line-height: 1;
}

.hosp-wheel-center small {
  font-size: var(--font-12);
  color: #b0b1b3;
  margin-top: 4px;
}

.hosp-wheel-nodes {
  position: absolute;
  inset: 0;
}

.hosp-wheel-node {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(230, 195, 85, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #b0b1b3;
  text-align: center;
  line-height: 1.4;
  transform-origin: 0 0;
  transform: rotate(var(--angle)) translateX(175px) rotate(calc(-1 * var(--angle))) translate(-50%, -50%);
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 8px;
}

.hosp-wheel-node:hover {
  background: rgba(230, 195, 85, 0.1);
  border-color: var(--golden-dark);
  color: var(--white);
}

.hosp-ecosystem-note {
  font-size: var(--font-14);
  color: #555;
  font-style: italic;
  margin-top: 20px;
}

/* --- Static Lead Capture Form --- */
.hosp-static-form {
  margin-top: 50px;
  background: #16141a;
  border: 1px solid rgba(230, 195, 85, 0.15);
  border-radius: 24px;
  padding: 50px;
}

.hosp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.hosp-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hosp-form-group--full {
  grid-column: 1 / -1;
}

.hosp-form-group label {
  font-size: var(--font-14);
  font-weight: 700;
  color: #b0b1b3;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hosp-form-group input,
.hosp-form-group select,
.hosp-form-group textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 18px;
  color: var(--white);
  font-size: var(--font-16);
  font-family: var(--atkinson);
  outline: none;
  transition: border-color 0.3s ease;
  width: 100%;
}

.hosp-form-group input:focus,
.hosp-form-group select:focus,
.hosp-form-group textarea:focus {
  border-color: rgba(230, 195, 85, 0.5);
}

.hosp-form-group input::placeholder,
.hosp-form-group textarea::placeholder {
  color: #555;
}

.hosp-form-group select option {
  background: #1c1a1f;
  color: var(--white);
}

.hosp-form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.hosp-form-submit {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.hosp-form-note {
  font-size: var(--font-14);
  color: #555;
  line-height: 1.5;
}

/* RevEvolve trust line */
.hosp-revevolve-trust {
  margin-bottom: 28px;
}

.hosp-trust-line {
  font-size: var(--font-16);
  color: #b0b1b3;
  line-height: 1.6;
}

.hosp-trust-line strong {
  color: var(--white);
}

/* Responsive additions */
@media (max-width: 767px) {
  .hosp-form-row {
    grid-template-columns: 1fr;
  }

  .hosp-static-form {
    padding: 30px 24px;
  }

  .hosp-ecosystem-wheel {
    width: 320px;
    height: 320px;
  }

  .hosp-wheel-node {
    width: 70px;
    height: 70px;
    font-size: 9px;
    transform: rotate(var(--angle)) translateX(120px) rotate(calc(-1 * var(--angle))) translate(-50%, -50%);
  }

  .hosp-wheel-center {
    width: 90px;
    height: 90px;
  }

  .hosp-form-submit {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* ==========================================================================
   CANNABIS ADVISORY VERTICAL — Visual Identity
   ========================================================================== */

.cannabis-page {
  --cann-brand: #2d5a3c;
  /* Deep Forest Green */
  --cann-brand-light: #4c8a5f;
  /* Lighter Forest */
  --cann-accent: #8ACB8B;
  /* Amber/Warm Gold (shared with main) */
  --cann-olive: #606c38;
  /* Muted Earthy Green */
  --cann-earth: #152C22;
  /* Deep Dark Green/Black */
  --cann-glow: rgba(45, 90, 60, 0.25);

  background: var(--cann-earth) !important;
  color: var(--white);
}

/* Banner Premium Override */
/* Banner Premium Override */
.cann-hero-minimal {
  padding: 180px 0 120px;
  background: var(--cann-earth);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.cann-hero-minimal-inner {
  max-width: 900px;
}

.cann-hero-tag {
  display: inline-block;
  color: var(--cann-accent);
  font-size: var(--font-14);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 24px;
}

.cann-hero-h1 {
  font-size: var(--font-60);
  line-height: 1.05;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 30px;
}

.cann-hero-sub {
  font-size: var(--font-22);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 700px;
  margin-bottom: 50px;
  font-weight: 400;
}

.cann-minimal-ctas {
  display: flex;
  gap: 20px;
}

.cann-btn-solid,
button.cann-btn-solid {
  display: inline-block;
  background: var(--white);
  color: var(--black);
  padding: 16px 36px;
  font-size: var(--font-18);
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  transition: all 0.3s ease;
}

button.cann-btn-solid:hover {
  border: none;
}

.cann-btn-solid:hover {
  background: var(--cann-brand-light);
  color: var(--white);
}

.cann-btn-border {
  display: inline-block;
  background: transparent;
  color: var(--white);
  padding: 16px 36px;
  font-size: var(--font-18);
  font-weight: 400;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cann-btn-border:hover {
  border-color: var(--cann-brand-light);
  color: var(--cann-brand-light);
}

/* Section Heads */
.cann-section-head {
  margin-bottom: 80px;
}

.cann-section-head h2 {
  font-size: var(--font-36);
  color: var(--white);
  font-weight: 700;
  margin-bottom: 15px;
}

.cann-section-head p {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-18);
}

/* Audiences Minimal */
.cann-audience-minimal {
  padding: 120px 0;
  background: #111;
}

.cann-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.05);
  /* Creates borders between blocks via gap */
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cann-aud-block {
  background: #111;
  padding: 50px;
  transition: background 0.3s ease;
}

.cann-aud-block:hover {
  background: #132A20;
}

.aud-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.aud-icon {
  margin-bottom: 20px;
}

.aud-icon img {
  width: 62px;
}

.aud-top h3 {
  font-size: var(--font-26);
  color: var(--white);
  font-weight: 700;
  margin: 0;
}

.cann-aud-block p {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-18);
  line-height: 1.6;
  margin: 0;
}

/* Services ListView */
.cann-services-minimal {
  padding: 120px 0;
  background: var(--cann-earth);
}

.cann-services-list-view {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cann-service-row {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.cann-service-row:hover {
  background: #1b3328;
  padding-left: 20px;
  padding-right: 20px;
}

.cann-service-name {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cann-service-name .num {
  font-size: var(--font-14);
  color: var(--cann-accent);
}

.cann-service-name h4 {
  font-size: var(--font-24);
  color: var(--white);
  font-weight: 700;
  margin: 0;
}

.cann-service-desc {
  flex: 0 0 60%;
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font-18);
  line-height: 1.6;
}

/* Differentiators Minimal */
.cann-differentiators-minimal {
  padding: 120px 0;
  background: #0a0a0a;
}

.cann-diff-h2 {
  font-size: var(--font-40);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 30px;
}

.cann-diff-p {
  font-size: var(--font-18);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 40px;
}

.cann-minimal-check {
  list-style: none;
  padding: 0;
}

.cann-minimal-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: var(--white);
  font-size: var(--font-16);
}

.cann-minimal-check li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--cann-accent);
}

.cann-stat-giant-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  justify-content: center;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.cann-giant-stat .g-num {
  display: block;
  font-size: var(--font-60);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 10px;
}

.cann-giant-stat .g-text {
  font-size: var(--font-14);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.highlight-stat .g-num {
  color: var(--cann-brand-light);
}

/* Contact Minimal */
.cann-contact-minimal {
  padding: 120px 0;
  background: var(--cann-earth);
}

.cann-contact-box {
  background: #111;
  padding: 80px;
  position: relative;
}

.cann-contact-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--cann-brand-light);
}

.cann-contact-left h2 {
  font-size: var(--font-48);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}

.cann-contact-left p {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font-18);
  margin-bottom: 60px;
}

.cann-contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-block strong {
  display: block;
  color: var(--white);
  font-size: var(--font-16);
  margin-bottom: 8px;
  font-weight: 700;
}

.info-block span {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-14);
}

.cann-minimal-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cann-minimal-form .form-group {
  flex: 1;
  margin-bottom: 20px;
}

.cann-minimal-form input,
.cann-minimal-form select,
.cann-minimal-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  color: var(--white);
  font-size: var(--font-16);
  transition: all 0.3s ease;
  border-radius: 0;
}

.cann-minimal-form select option {
  color: var(--black);
}


.cann-minimal-form input:focus,
.cann-minimal-form select:focus,
.cann-minimal-form textarea:focus {
  border-bottom-color: var(--cann-brand-light);
  outline: none;
}

.cann-submit-minimal {
  background: transparent;
  color: var(--white);
  border: none;
  font-size: var(--font-18);
  font-weight: 700;
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--white);
  transition: all 0.3s ease;
}

.cann-submit-minimal:hover {
  color: var(--cann-accent);
  border-bottom-color: var(--cann-accent);
  gap: 15px;
}

/* Responsive Overrides */
@media (max-width: 1200px) {
  .cann-stat-giant-grid {
    padding-left: 30px;
  }

  .cann-contact-box {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .cann-hero-h1 {
    font-size: 56px;
  }

  .cann-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cann-service-row {
    flex-direction: column;
    gap: 15px;
    padding: 30px 0;
  }

  .cann-differentiators-minimal .col-xl-6 {
    margin-bottom: 50px;
  }

  .cann-stat-giant-grid {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
  }

  .cann-contact-right {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .cann-hero-h1 {
    font-size: 42px;
  }

  .cann-minimal-ctas {
    flex-direction: column;
  }

  .cann-audience-grid {
    grid-template-columns: 1fr;
  }

  .cann-minimal-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}


.page-template-cannabis-advisory .footer-main {
  margin-top: 0;
  padding-top: 100px;
}

.cannabis-page .cann-hero-minimal {
  margin-top: -140px;
}

.hosp-logos-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}


/* ==========================================
   INVESTMENTS VERTICAL — THE INSIDE EDGE
   ========================================== */
.investments-page {
  background: #0D0D0F;
  /* Ultra deep charcoal/black */
  color: #FFFFFF;
}
.investments-page .invest-hero-final {
    margin-top: -140px;
}
/* --- 5.1 HERO --- */
.invest-hero-final {
  padding: 230px 0 100px;
  background: radial-gradient(circle at center, rgba(226, 195, 85, 0.05) 0%, transparent 70%),
    url('../image/bodyafter.png') no-repeat top center;
  background-size: cover;
  border-bottom: 1px solid rgba(226, 195, 85, 0.1);
}

.invest-eyebrow {
  display: block;
  font-size: 14px;
  letter-spacing: 5px;
  color: var(--golden-dark);
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.invest-headline {
  font-size: var(--font-60);
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}

.invest-slogan-gold {
  font-size: 24px;
  color: var(--golden);
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.invest-description {
  font-size: 20px;
  color: #B0B1B3;
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

.invest-narrative-box {
  max-width: 80%;
  margin: 0 auto 60px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 60px;
  border-radius: 40px;
  text-align: left;
}

.invest-narrative-box p {
  font-size: 19px;
  line-height: 1.8;
  color: #D1D1D1;
  margin-bottom: 30px;
}

.invest-bold-statement {
  font-size: 24px !important;
  font-weight: 700;
  color: var(--white) !important;
  border-left: 3px solid var(--golden-dark);
  padding-left: 25px;
}

.ready-edge {
  margin-top: 50px;
  text-align: center;
}

.ready-edge h3 {
  font-size: 32px;
  color: var(--golden-dark);
  margin-bottom: 15px;
}

.ready-edge p {
  text-align: center !important;
  max-width: 600px;
  margin: 0 auto;
}

.invest-hero-cta-wrap {
  text-align: center;
  margin-top: 40px;
}

/* --- CTA BUTTON STYLING (GOLD BORDER, WHITE TEXT, GOLD FILL ON HOVER) --- */
.btn-invest-edge {
  border: 2px solid var(--golden-dark);
  color: var(--white);
  background: transparent;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}

.btn-invest-edge:hover {
  background: var(--golden-dark);
  color: var(--black);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(226, 195, 85, 0.3);
}

/* --- 5.2 PILLARS (REDESIGNED V5: HIGH-CONTRAST 2X2 GRID) --- */
.invest-pillars-final {
  padding-top: 140px;
  background: #0D0D0F;
}

.invest-pillars-grid-final {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2x2 for more impact */
  gap: 1px; /* Divider lines via gap */
  background: rgba(255, 255, 255, 23%); /* The divider color */
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.invest-pillar-card-final {
  background: #0D0D0F;
  padding: 100px 80px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.invest-pillar-card-final:hover {
  background: var(--golden);
  cursor: pointer;
}

.invest-pillar-card-final h3 {
  font-size: 42px; /* Massive impact */
  font-weight: 900;
  color: var(--golden-dark);
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  transition: all 0.4s ease;
}

.invest-pillar-card-final:hover h3 {
  color: var(--black);
  transform: translateX(10px);
}

.invest-pillar-card-final p {
  font-size: 18px;
  line-height: 1.6;
  color: #888;
  max-width: 500px;
  transition: all 0.4s ease;
}

.invest-pillar-card-final:hover p {
  color: var(--black);
  opacity: 0.8;
  transform: translateX(15px);
}

/* TECHNICAL CATEGORY INDICATOR */

@media (max-width: 991px) {
  .invest-pillars-grid-final {
    grid-template-columns: 1fr;
  }
  .invest-pillar-card-final {
    padding: 60px 40px;
  }
  .invest-pillar-card-final h3 {
    font-size: 32px;
  }
}

/* --- 5.3 DEAL TYPES (REFINED NORMAL) --- */
.invest-deals-blueprint {
  padding: 120px 0;
  background: #0D0D0F;
}

.blueprint-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.bp-item {
  position: relative;
  padding: 60px 40px;
  background: #151517;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px; /* Subtle rounding for a professional feel */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bp-item:hover {
  background: #1C1C1E;
  border-color: rgba(226, 195, 85, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 
              0 0 20px rgba(226, 195, 85, 0.03);
}

.bp-item:hover .bp-tag {
  color: var(--golden);
}

.bp-item:hover h3 {
  color: #fff;
  transform: translateY(-2px);
}

.bp-item:hover p {
  color: #ccc;
}

/* CLEAN HOVER INDICATOR */
.bp-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--golden-dark);
  transition: width 0.3s ease;
}

.bp-item:hover::after {
  width: 100%;
}

@media (max-width: 1199px) {
  .blueprint-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .blueprint-grid {
    grid-template-columns: 1fr;
  }
}

.corner-tr::after, .corner-bl::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--golden-dark);
}

.corner-tr::after { top: -2px; right: -2px; }
.corner-bl::after { bottom: -2px; left: -2px; }

@media (max-width: 1199px) {
  .blueprint-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .blueprint-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .blueprint-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .blueprint-grid {
    grid-template-columns: 1fr;
  }
}

/* --- 5.4 TRUST V5 (ULTRA POLISH) --- */
.invest-trust-v5 {
  /* padding-bottom: 160px; */
  background: #0D0D0F;
}

.trust-v5-list {
  display: flex;
  flex-direction: column;
}

.trust-v5-row {
  display: flex;
  align-items: center;
  padding: 70px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.trust-v5-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.v5-num {
  font-size: 80px;
  /* Massive outline look */
  font-weight: 900;
  -webkit-text-stroke: 1px rgba(226, 195, 85, 0.15);
  color: #313131;
  width: 150px;
  flex-shrink: 0;
  transition: all 0.5s ease;
  font-family: 'Inter', sans-serif;
  line-height: 1;
}

.v5-title {
  width: 480px;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}

.v5-title h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* HIDDEN ARROW THAT SLIDES IN */
.v5-title h3::before {
  content: '→';
  color: var(--golden-dark);
  font-size: 24px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease;
}

.v5-body {
  flex: 1;
  position: relative;
  z-index: 2;
}

.v5-body p {
  font-size: 19px;
  color: #999;
  line-height: 1.8;
  margin: 0;
}

/* HOVER LUXURY STATE */
.trust-v5-row:hover {
  background: linear-gradient(90deg, rgb(226 195 85 / 15%) 0%, #ffffff2e 100%);
  padding-left: 60px;
}

.trust-v5-row:hover .v5-num {
  -webkit-text-stroke: 1px var(--golden-dark);
  color: rgba(226, 195, 85, 0.02);
  transform: translateX(10px);
}

.trust-v5-row:hover .v5-title h3::before {
  opacity: 1;
  transform: translateX(0);
}

.trust-v5-row:hover .v5-body p {
  color: #fff;
}

@media (max-width: 1199px) {
  .v5-num { font-size: 60px; width: 100px; }
  .v5-title { width: 380px; }
}

@media (max-width: 991px) {
  .trust-v5-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 20px;
  }
  .v5-num { margin-bottom: 20px; }
  .v5-title { width: 100%; padding: 0; margin-bottom: 10px; }
}

@media (max-width: 1199px) {
  .v5-title {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .trust-v5-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 40px 20px;
  }
  .v5-title {
    width: 100%;
    padding: 0;
  }
}

/* --- 5.5 LEAD CAPTURE --- */
.invest-intake-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #0D0D0F 0%, #17151a 100%);
}

.invest-intake-card {
  max-width: 900px;
  margin: 0 auto;
  background: #1C1A1F;
  padding: 80px;
  border-radius: 40px;
  border: 1px solid rgba(226, 195, 85, 0.2);
}

.invest-intake-head h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.invest-intake-head p {
  font-size: 18px;
  color: #B0B1B3;
  max-width: 700px;
  margin: 0 auto 60px;
}

.invest-form-step {
  display: none;
}

.invest-form-step.active {
  display: block;
  animation: fadeInInvest 0.5s ease;
}

@keyframes fadeInInvest {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.invest-form-step h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--golden-dark);
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.investor-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.type-btn {
  cursor: pointer;
  position: relative;
  background: #0D0D0F;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.type-btn:hover {
  border-color: var(--golden-dark);
}

.type-btn input {
  position: absolute;
  opacity: 0;
}

.type-btn input:checked+span {
  color: var(--golden-dark);
  font-weight: 700;
}

.invest-minimal-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.invest-minimal-form .form-group {
  margin-bottom: 30px;
}

.invest-minimal-form label {
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.invest-minimal-form input,
.invest-minimal-form select,
.invest-minimal-form textarea {
  width: 100%;
  background: #0D0D0F;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}

.step-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.btn-next-step,
.btn-submit-invest {
  background: var(--golden-dark);
  color: var(--black);
  border: none;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-next-step:hover,
.btn-submit-invest:hover {
  background: #fff;
  transform: translateX(5px);
}

.btn-prev-step {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 18px 40px;
  cursor: pointer;
}

.invest-intake-footer {
  margin-top: 80px;
  text-align: center;
}

.invest-intake-footer p {
  font-size: 16px;
  font-style: italic;
  color: #777;
  margin-bottom: 40px;
}

.final-brand-mark p {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  color: var(--white);
  margin-bottom: 5px;
}

.final-sects {
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--golden) !important;
}

@media (max-width: 1199px) {
  .invest-pillars-grid-final {
    grid-template-columns: repeat(2, 1fr);
  }

  .invest-deal-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .invest-headline {
    font-size: 45px;
  }

  .invest-trust-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .invest-intake-card {
    padding: 40px;
  }

  .invest-narrative-box {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .invest-pillars-grid-final {
    grid-template-columns: 1fr;
  }

  .invest-deal-grid-wrap {
    grid-template-columns: 1fr;
  }

  .invest-minimal-form .form-row {
    grid-template-columns: 1fr;
  }

  .investor-type-grid {
    grid-template-columns: 1fr;
  }

  .invest-headline {
    font-size: 36px;
  }
}


/* --- 5.5 ACCESS PORTAL (REDESIGNED) --- */
.invest-access-portal {
  padding: 140px 0;
  background: #08080A;
}

.portal-wrapper {
  background: #0D0D0F;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.portal-info-col {
  background: #111113;
  padding: 80px 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.portal-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--golden-dark);
  margin-bottom: 30px;
}

.portal-h2 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 30px;
}

.portal-h2 span {
  color: var(--golden);
}

.portal-desc {
  font-size: 18px;
  color: #888;
  line-height: 1.7;
  max-width: 450px;
  margin-bottom: 50px;
}

.portal-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-feature {
  display: flex;
  align-items: center;
  gap: 15px;
}

.f-icon { font-size: 20px; }

.p-feature p {
  font-size: 14px;
  color: #ccc;
  font-weight: 600;
  margin: 0;
}

/* FORM SIDE */
.portal-form-col {
  padding: 80px 60px;
}

.portal-progress {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 20px;
}

.p-step {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-step span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #444;
  border-radius: 50%;
  font-size: 10px;
}

.p-step.active { color: var(--golden); }
.p-step.active span { border-color: var(--golden); }

/* FORM GRID */
.portal-form-box .investor-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.portal-form-box .type-btn {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.portal-form-box .type-btn input { display: none; }

.portal-form-box .t-title { display: block; font-weight: 700; color: #fff; margin-bottom: 5px; font-size: 16px; }
.portal-form-box .t-desc { display: block; font-size: 11px; color: #666; font-weight: 500; }

.portal-form-box .type-btn:has(input:checked) {
  background: rgba(226, 195, 85, 0.05);
  border-color: var(--golden-dark);
}

/* INPUTS */
.form-grid-portal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.form-group-portal.full-w { grid-column: span 2; }

.form-group-portal label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.form-group-portal input,
.form-group-portal select,
.form-group-portal textarea {
  width: 100%;
  background: transparent;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 0;
}

.form-group-portal input:focus {
  border-bottom-color: var(--golden) !important;
  outline: none;
}

/* BUTTONS */
.btn-portal-next, .btn-submit-portal {
  background: var(--golden-dark);
  color: var(--black);
  border: none;
  padding: 18px 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-portal-next:hover, .btn-submit-portal:hover {
  background: var(--golden);
  transform: translateY(-2px);
}

.btn-portal-back {
  background: transparent;
  color: #777;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.step-actions.split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.portal-footer { padding: 40px; opacity: 0.5; font-size: 13px; color: #888; }

@media (max-width: 991px) {
  .portal-info-col, .portal-form-col { padding: 50px 30px; }
  .portal-h2 { font-size: 32px; }
  .investor-type-grid, .form-grid-portal { grid-template-columns: 1fr; }
  .form-group-portal.full-w { grid-column: span 1; }
  .portal-info-col { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
}


/* ==========================================================================
   ===== 7.0 TECHNOLOGY PAGE (HOMEPAGE DNA THEME) =====
   ========================================================================== */

.tech-banner {
  background: radial-gradient(circle at 30% 30%, rgba(226, 195, 85, 0.05) 0%, transparent 60%),
              url('../image/bodyafter.png') no-repeat top center;
  background-size: cover;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.tech-solutions-intro {
  padding: 140px 0;
}

.tech-solutions-intro {
  padding: 140px 0;
}

.tech-synergy-splits {
  background: #050505;
}

.synergy-row {
  padding: 140px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.synergy-row-alt {
  background: #08080A;
}

.synergy-label {
  display: block;
  font-family: monospace;
  font-size: 10px;
  color: var(--golden-dark);
  letter-spacing: 4px;
  margin-bottom: 35px;
}

.synergy-content h2 {
  font-size: 64px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -3px;
  margin-bottom: 35px;
  color: #fff;
}

.synergy-content h2 span {
  color: #444;
}

.synergy-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #888;
  max-width: 500px;
  margin-bottom: 50px;
}

.synergy-visual {
  height: 500px;
  background: #0D0D10;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.synergy-row:hover .synergy-visual {
  border-color: rgba(226, 195, 85, 0.1);
  transform: scale(1.02);
}

.synergy-v-box {
  width: 100%; height: 100%;
  background: radial-gradient(circle at 70% 30%, rgba(226, 195, 85, 0.05) 0%, transparent 60%);
}

.synergy-v-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to right, #050505 0%, transparent 40%, transparent 100%);
  pointer-events: none;
}

.synergy-row-alt .synergy-v-overlay {
  background: linear-gradient(to left, #08080A 0%, transparent 40%, transparent 100%);
}

.tech-visual-col {
  padding-left: 60px;
}

.tech-visual-col {
  padding-left: 60px;
}

.tech-inquiry-box {
  box-shadow: 0 40px 100px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.03);
}

.tech-inquiry-box input:focus, 
.tech-inquiry-box textarea:focus {
  outline: none;
  border-bottom-color: var(--golden) !important;
}

@media (max-width: 991px) {
  .tech-visual-col { padding-left: 0; margin-top: 60px; }
  .tech-inquiry-box { padding: 40px 20px !important; }
}
