/*! Normalise CSS !*/
@import url(normalize.css);
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../fonts/fonts.css");
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

:root {
  --primary-font: "Apercu Pro";
  --Dusty-Brown: #6d6561;
  --Navy-Blue-Primary: #0c1828;
  --Ochre: #d4a869;
  --white: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--primary-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  background: white;
  font-optical-sizing: auto;
  font-style: normal;
}

ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

sub,
sup {
  position: relative;
  font-size: 7px;
  vertical-align: baseline;
}

sub {
  bottom: -4px;
}

sup {
  top: -4px;
}

a,
button {
  transition: all 0.3s ease;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

::-moz-selection {
  background: var(--Ochre, #c5944d);
  color: var(--white);
  text-shadow: none;
}

::selection {
  background: var(--Ochre, #c5944d);
  color: var(--white);
  text-shadow: none;
}

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
  scroll-behavior: smooth;
}

body {
  margin: 0rem;
  padding: 0rem;
  color: var(--Dusty-Brown, #6d6561);
  font-family: var(--primary-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
  background: #fff;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

p {
  padding: 0rem;
  margin: 0rem 0 0.5rem;
  color: var(--Dusty-Brown, #6d6561);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
}
p:last-child {
  margin: 0;
}

h1 {
  margin: 0rem 0rem 2rem;
  padding: 0rem;
  color: var(--Navy-Blue-Primary, #0c1828);
  font-family: "SangBleu Kingdom Trial";
  font-size: 4.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 5.625rem; /* 128.571% */
}

h2 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Navy-Blue-Primary, #0c1828);
  font-family: "SangBleu Kingdom Trial";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h3 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Navy-Blue-Primary, #0c1828);
  font-family: "SangBleu Kingdom Trial";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

h4 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Navy-Blue-Primary, #0c1828);
  font-family: "Apercu Pro";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

h5 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Navy-Blue-Primary, #0c1828);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal; /* 133.333% */
}

h6 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Navy-Blue-Primary, #0c1828);
  font-family: "Apercu Pro";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal; /* 133.333% */
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  color: var(--Grey, #333);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #000;
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 0.8125rem 1.25rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--Black, #000);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 3.125rem;
  background: var(--Ochre, #d4a869);
  border: 1px solid var(--Ochre, #d4a869);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0.75rem;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
  border: 1px solid var(--Dark-Brown-Secondary, #261d18);
  background: var(--Dark-Brown-Secondary, #261d18);
}
.btn:hover {
  color: #fff;
  border: 1px solid var(--Dark-Brown-Secondary, #261d18);
  background: var(--Dark-Brown-Secondary, #261d18);
}

.bg-brown {
  background-color: #6e5d45;
}

.bg-dark-golden {
  background-color: var(--Ochre);
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: #6d6561;
}

.bg-gray-gradient {
  background: linear-gradient(270deg, rgba(109, 101, 97, 0) 0%, rgba(109, 101, 97, 0.4) 56.73%, #6d6561 100%);
}

.custom-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.custom-list li {
  font-family: "Apercu Pro";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom-list li:before {
  content: "";
  background-size: 100%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.custom-list.--white li {
  color: #fff;
}
.custom-list.--white li:before {
  background: url(../images/icons/white-tick-icon.svg) no-repeat;
  margin-right: 16px;
}
.custom-list.--dark li {
  color: #6d6561;
}
.custom-list.--dark li:before {
  background: url(../images/icons/golden-tick-icon.svg) no-repeat;
  margin-right: 10px;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: inherit;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: inherit;
}

/* --- Standard Inputs, Textareas, and Selects --- */
input:not([type=submit], [type=radio], [type=checkbox]),
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.875rem 1.25rem; /* Clean, even padding */
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.25rem; /* Crisp 4px corners */
  border: 1px solid #dcdcdc; /* Subtle grey border */
  background: #ffffff; /* Pure white background */
  box-shadow: none;
  margin-bottom: 1.5rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease-in-out;
}
input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
input:not([type=submit], [type=radio], [type=checkbox])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
input:not([type=submit], [type=radio], [type=checkbox]),
select,
textarea {
  /* Universal Focus State */
}
input:not([type=submit], [type=radio], [type=checkbox]):focus,
select:focus,
textarea:focus {
  border-color: #5b2c6f; /* Vanguard Brand Purple */
  box-shadow: 0 0 0 3px rgba(91, 44, 111, 0.1); /* Subtle purple glow */
  outline: none;
}

/* --- Textarea Specifics --- */
textarea {
  resize: vertical; /* Let users resize vertically, but not break layout horizontally */
  min-height: 7.5rem;
}

/* --- Select Specifics --- */
select {
  cursor: pointer;
  padding-right: 3rem; /* Make room for the custom arrow */
  background-image: url("../images/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 0.75rem;
}
select option {
  color: #333333;
  font-size: 1rem;
}

/* --- Labels --- */
label {
  display: block;
  color: #4a4a4a;
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
  font-weight: 600; /* Bolder labels improve readability */
  margin: 0 0 0.5rem;
  padding: 0;
}
label .req {
  color: #ff6b6b; /* Red asterisk for required fields */
  margin-left: 2px;
}

/* --- Checkboxes (Pixel-Perfect Figma Match) --- */
input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.5rem; /* Slightly larger, chunky size to match the mockup */
  height: 1.5rem;
  border: 2px solid #e2e2e2; /* Distinct, soft gray border */
  border-radius: 6px; /* Noticeably rounded corners */
  background-color: #ffffff;
  margin: 0;
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  position: relative;
  top: 0.15rem; /* Fine-tunes vertical alignment with the text beside it */
  transition: all 0.2s ease-in-out;
  /* The Coral Checkmark (Using an inline SVG for perfect rounded caps) */
}
input[type=checkbox]::before {
  content: "";
  width: 0.9rem; /* Size of the checkmark inside the box */
  height: 0.9rem;
  transform: scale(0);
  /* A subtle "pop" cubic-bezier animation for a premium feel */
  transition: 120ms transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Inline SVG: stroke='%23ff6b6b' is the hex code #ff6b6b (Coral) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6b6b' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
input[type=checkbox] {
  /* Checked State */
}
input[type=checkbox]:checked {
  border-color: #e2e2e2; /* Border remains light gray */
  background-color: #ffffff; /* Background remains white */
}
input[type=checkbox]:checked::before {
  transform: scale(1); /* Animates the checkmark in */
}
input[type=checkbox] {
  /* Accessibility Focus State */
}
input[type=checkbox]:focus {
  outline: none;
  border-color: #d0d0d0; /* Slightly darkens the border so the user knows they are tabbed onto it */
  box-shadow: 0 0 0 3px rgba(91, 44, 111, 0.15); /* Soft purple Vanguard glow */
}
input[type=checkbox] {
  /* Disabled State */
}
input[type=checkbox]:disabled {
  background-color: #f8f8f8;
  border-color: #eaeaea;
  cursor: not-allowed;
}

/* --- Radios (Clean, Circular, Pure CSS) --- */
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  border: 1px solid #dcdcdc;
  border-radius: 50%; /* Perfect circle */
  background-color: #6d6561;
  margin: 0;
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  position: relative;
  top: 0.125rem;
  transition: all 0.2s ease-in-out;
  /* The Dot */
}
input[type=radio]::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #fff; /* Purple dot */
}
input[type=radio]:checked {
  border-color: #fff;
}
input[type=radio]:checked::before {
  transform: scale(1);
}
input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(91, 44, 111, 0.15);
}
input[type=radio]:disabled {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
  cursor: not-allowed;
}

section h1,
section h2 {
  margin: 0 0 1rem;
}
section.defaultPadding {
  padding: 6.25rem 0;
}
section.defaultPadding90 {
  padding: 5.625rem 0;
}

header.header_main {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  background: #fff;
  padding: 1.0625rem 0;
}
header.header_main .d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header_main .logo {
  position: relative;
  width: 7rem;
  height: 4.125rem;
  flex-shrink: 0;
  aspect-ratio: 56/33;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
header.header_main .logo a {
  display: block;
}
header.header_main .stellarnav {
  margin-left: auto;
}
header.header_main .stellarnav > ul {
  text-align: right;
}
header.header_main .stellarnav > ul > li > a {
  padding: 0.75rem 0;
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #b8860b, #b8860b 50%, #000 0);
  background-position: 100%;
  background-size: 200% 100%;
  transition: all 0.5s;
}
header.header_main .stellarnav > ul > li:hover a, header.header_main .stellarnav > ul > li.current-menu-item a {
  background-position: 0;
}
header.header_main .stellarnav > ul > li + li {
  margin-left: 1.75rem;
}
header.header_main .stellarnav > ul ul li + li {
  border-top: 0.0625rem solid #c0c1d1;
}
header.header_main .stellarnav > ul ul li:last-child {
  border-bottom: none;
}
header.header_main .stellarnav > ul ul li a:hover {
  background-position: 0;
}
header.header_main .rig_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-left: 2.5rem;
}

/* --- Utilities --- */
.mt40 {
  margin-top: 2.5rem;
}

.mt30 {
  margin-top: 1.875rem;
}

.mt20 {
  margin-top: 1.25rem;
}

.mb40 {
  margin-bottom: 2.5rem;
}

.hm_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--White, #fff) url(../images/bg-banner-img1.png) no-repeat center center;
  background-size: auto 32.5rem;
  background-position: calc(50% + 250px) center;
  height: 53.125rem;
  display: flex;
  align-items: center;
}
.hm_banner::before {
  content: " ";
  position: absolute;
  width: 37.3125rem;
  height: 37.3125rem;
  border-radius: 597px;
  background: rgba(132, 179, 211, 0.2);
  filter: blur(285px);
  left: -22.5rem;
  bottom: -18.125rem;
}
.hm_banner .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.hm_banner .banner-content {
  max-width: 43.0625rem;
  color: #fff;
}
.hm_banner .banner-content h1 {
  color: var(--Navy-Blue-Primary, #0c1828);
  margin: 0 0 1.875rem;
}
.hm_banner .banner-content h1 + p {
  margin: 0 0 1.875rem;
}
.hm_banner .banner-content p {
  color: #878787;
}
.hm_banner .banner-content .banner-buttons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
}
.hm_banner .banner-content .banner-buttons .link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
}
.hm_banner .banner-content .banner-buttons .link::before {
  content: "\f095";
  font-family: var(--fa-style-family-classic);
  font-weight: 900;
}
.hm_banner .banner-content .banner-buttons .link:hover {
  opacity: 0.8;
}

section.hmSec1 {
  text-align: center;
}
section.hmSec1 .global-header h2 + p {
  width: 100%;
  max-width: 41.5rem;
}
section.hmSec1 h4 {
  color: var(--Black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.global-header h5 {
  color: var(--Ochre);
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.global-header h2 {
  margin-bottom: 0.5rem;
}
.global-header p {
  max-width: 45rem;
  margin: 0 auto 2rem;
}
.global-header.text-white h5,
.global-header.text-white h2,
.global-header.text-white p,
.global-header.text-white h3 {
  color: #fff;
}
.global-header.left-adjust p {
  margin: 0 0 1.25rem;
}

section.hmSec1 .process_item h4 {
  color: var(--Navy-Blue-Primary, #0c1828);
  text-align: center;
  font-family: "Apercu Pro";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.process_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(109, 101, 97, 0.1);
  background: var(--white);
  padding: 1.875rem 2.4375rem 2.1875rem;
  margin: 0 0 2.5rem;
  text-align: center;
}
.process_item .process-img {
  width: 8.75rem;
  margin: 0 auto 1.875rem;
}
.process_item .process-img img {
  aspect-ratio: 28/25;
  width: 100%;
}
.process_item h4 {
  color: var(--Navy-Blue-Primary, #0c1828);
  text-align: center;
  font-family: "Apercu Pro";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.process_item h4 a {
  color: inherit;
  font-size: inherit;
  text-transform: capitalize;
}
.process_item h4 a:hover {
  color: var(--Ochre);
}

section.hmSec2 {
  background: #6e5d45 url("../images/acquisition-bg-illustration.png") no-repeat left center;
  background-size: 85% auto;
}
section.hmSec2 .services-content {
  padding: 2rem 0;
  margin-left: auto;
  max-width: 784px;
  width: 100%;
}
section.hmSec2 .services-content h5 {
  color: var(--Ochre, #d4a869);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
section.hmSec2 .services-content h2 {
  color: var(--white, #fff);
  margin-bottom: 2rem;
  line-height: 1.1;
}
section.hmSec2 .services-content h4 {
  color: var(--white, #fff);
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
section.hmSec2 .services-content .custom-list {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
section.hmSec2 .services-content .custom-list li {
  color: var(--White, #fff);
  font-family: "Apercu Pro";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.hmSec2 .services-content h3 {
  color: var(--White, #fff);
  font-family: "SangBleu Kingdom Trial";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1.875rem;
}

section.hmSec2.servicesPg .services-content h3 {
  color: var(--White, #fff);
  font-family: "SangBleu Kingdom Trial";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1.875rem;
  text-transform: none;
}
section.hmSec2.servicesPg .services-content h3:nth-of-type(1) {
  color: var(--White, #fff);
  font-family: "Apercu Pro";
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}

.tick-pill-wrap {
  margin-top: 3.5rem;
}
.tick-pill-wrap.gap318 .row {
  gap: 1.25rem 5.625rem;
}
.tick-pill-wrap .row {
  gap: 1.5rem 0;
}
.tick-pill-wrap .tick-pill-item {
  background: #fff;
  border-radius: 16px; /* Updated from 50px to match the image's rounded rectangles */
  padding: 1.5rem 2rem; /* Increased padding to match the image */
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03); /* Softer, wider drop shadow */
}
.tick-pill-wrap .tick-pill-item object {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.tick-pill-wrap .tick-pill-item span {
  color: var(--Navy-Blue-Primary, #0c1828);
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.list-card-wrap {
  border-radius: 1.25rem;
  background: #c5944d;
  border-radius: 1.25rem; /* 20px */
  padding: 1.875rem 0 0 1.25rem; /* Removed bottom and right padding to allow illustration to sit flush */
  height: 100%;
  display: flex;
  justify-content: space-between;
  border: none; /* Removed the white border */
  overflow: hidden;
  position: relative;
}
.list-card-wrap .content {
  padding-bottom: 2.5rem;
  padding-right: 1.5rem;
  width: 60%;
}
.list-card-wrap .content h3 {
  color: #fff;
  margin-bottom: 1.875rem;
}
.list-card-wrap figure {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  max-width: 20.5rem;
}
.list-card-wrap figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

section.hmSec5 {
  background: linear-gradient(180deg, #84b3d3 -581.73%, rgba(132, 179, 211, 0) 100%);
}
section.hmSec5 .global-header h5 {
  color: var(--Navy-Blue-Primary, #0c1828);
  text-align: center;
  /* Header-top */
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
section.hmSec5 .global-header h2 {
  color: var(--Dusty-Brown, #6d6561);
  margin-bottom: 2rem;
  font-family: "SangBleu Sunrise Trial";
  letter-spacing: -1px;
}
section.hmSec5 .global-header h4 {
  color: var(--Navy-Blue-Primary);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
section.hmSec5 .inline-list-wrap {
  margin-bottom: 2.5rem;
}
section.hmSec5 .inline-list-wrap ul.custom-list {
  gap: 1.1875rem;
  flex-direction: row;
}
section.hmSec5 .inline-list-wrap ul.custom-list li {
  display: flex;
  align-items: center;
  color: var(--Dusty-Brown, #6d6561);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.hmSec5 .inline-list-wrap ul.custom-list li:before {
  top: 0; /* Resets the top position for flex alignment */
  margin-right: 12px;
  flex-shrink: 0;
}
section.hmSec5 p.text-center {
  font-size: 1rem;
  font-weight: 500;
  color: #716965;
}

section.contact-section {
  background-color: var(--Dusty-Brown, #6d6561);
  background-image: url("../images/bg-repeat-img.png"); /* Assumes the faint wave graphic is exported as a background */
  background-size: cover;
  background-position: center;
}
section.contact-section h2 {
  color: var(--white);
}
section.contact-section .contact-heading {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}
section.contact-section .contact-list ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
section.contact-section .contact-list ul li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: var(--White, #fff);
  font-family: "Apercu Pro";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
section.contact-section .contact-list ul li:before {
  display: none !important;
}
section.contact-section .contact-list ul li .arrow {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
section.contact-section .contact-form-lined .form-group {
  margin-bottom: 2.5rem;
}
section.contact-section .contact-form-lined .form-group.last {
  margin: 0;
}
section.contact-section .contact-form-lined label.market-label {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  display: block;
}
section.contact-section .contact-form-lined .radio-group label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.contact-section .contact-form-lined .radio-group label input[type=radio] {
  margin: 0;
  top: 0;
}
section.contact-section .contact-form-lined input:not([type=submit], [type=radio], [type=checkbox]),
section.contact-section .contact-form-lined select,
section.contact-section .contact-form-lined textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #fff;
  padding: 0rem 0 1.125rem;
  box-shadow: none;
}
section.contact-section .contact-form-lined input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder, section.contact-section .contact-form-lined select::-moz-placeholder, section.contact-section .contact-form-lined textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
section.contact-section .contact-form-lined input:not([type=submit], [type=radio], [type=checkbox])::placeholder,
section.contact-section .contact-form-lined select::placeholder,
section.contact-section .contact-form-lined textarea::placeholder {
  color: #fff;
  opacity: 1;
}
section.contact-section .contact-form-lined input:not([type=submit], [type=radio], [type=checkbox]):focus,
section.contact-section .contact-form-lined select:focus,
section.contact-section .contact-form-lined textarea:focus {
  border-bottom-color: var(--Ochre, #d4a869);
  box-shadow: none;
}
section.contact-section .contact-form-lined select {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 0 center;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
section.contact-section .contact-form-lined select option {
  color: #333;
}
section.contact-section .contact-form-lined textarea {
  min-height: 5rem;
}
section.contact-section .contact-form-lined .btn {
  min-width: 160px;
}

footer.bg-black {
  padding: 6.25rem 0 0;
}
footer.bg-black .footer-top-block {
  padding-bottom: 6.25rem;
}
footer.bg-black .footer-top-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
footer.bg-black .footer-top-content ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}
footer.bg-black .footer-top-content ul li a {
  color: var(--White, #fff);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer.bg-black .footer-top-content ul li a:hover {
  color: var(--Ochre, #d4a869);
}
footer.bg-black .footer-top-content .footer-logo {
  display: block;
  width: 11.3125rem;
  height: 6.6875rem;
  aspect-ratio: 181/107;
  flex-shrink: 0;
}
footer.bg-black .footer-top-content .footer-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer.bg-black .copyright-block {
  background: var(--Dark-Brown-Secondary, #261d18);
  padding: 0.9375rem 0 1.125rem;
  text-align: center;
  border-top: none;
}
footer.bg-black .copyright-block p {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Apercu Pro";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.inner_banner {
  position: relative;
  padding: 0 0;
  background: var(--White, #fff);
  z-index: 1;
  overflow: hidden;
  height: 25rem;
}
.inner_banner::before {
  position: absolute;
  content: "";
  left: -8.625rem;
  bottom: -13.125rem;
  width: 28.5rem;
  height: 28.5rem;
  border-radius: 456px;
  background: rgba(132, 179, 211, 0.2);
  filter: blur(285px);
}
.inner_banner::after {
  position: absolute;
  content: " ";
  right: -10.625rem;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 18.125rem;
  height: 18.125rem;
  border-radius: 18.125rem;
  background: rgba(212, 168, 105, 0.8);
  filter: blur(285px);
}
.inner_banner .bg-dots {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.inner_banner .bg-dots img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.inner_banner .inner-banner-img {
  width: 36.4375rem;
  height: 100%;
  aspect-ratio: 583/367;
  margin-left: auto;
  margin-right: calc(50vw - 41.25rem);
}
.inner_banner .inner-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.inner_banner .top {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.inner_banner .top h1 {
  color: var(--Navy-Blue-Primary, #0c1828);
  font-family: "SangBleu Kingdom Trial";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.75rem;
  text-transform: capitalize;
  margin: 0 0 1.25rem;
}
.inner_banner .top .brdcump {
  display: flex;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.inner_banner .top .brdcump li {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--Dusty-Brown, #6d6561);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.inner_banner .top .brdcump li:has(a) {
  text-decoration: underline;
}
.inner_banner .top .brdcump li:last-child::after {
  display: none;
}
.inner_banner .top .brdcump li::after {
  content: "";
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  width: 0.875rem;
  height: 0.875rem;
  aspect-ratio: 6/11;
  background: url(../images/black-arrow-breads.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 0.75rem;
}
.inner_banner .top .brdcump li a {
  color: #000;
  text-decoration: none;
}

section.acquisition-sec {
  position: relative;
  z-index: 1;
}
section.acquisition-sec .acquisition-img {
  position: absolute;
  width: 85%;
  height: calc(100% - 12.5rem);
  margin: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
section.acquisition-sec .acquisition-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.acquisition-sec .acquisition-content h5 {
  color: var(--Ochre, #d4a869);
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
section.acquisition-sec .acquisition-content h2 {
  color: var(--Navy-Blue-Primary, #0c1828);
  margin-bottom: 1.875rem;
  line-height: 1.2;
  line-height: 60px;
}
section.acquisition-sec .acquisition-content .subtitle {
  margin-bottom: 1.875rem;
}
section.acquisition-sec .acquisition-content .subtitle p {
  color: var(--Dusty-Brown, #6d6561);
}
section.acquisition-sec .acquisition-content .feature-icon-list {
  margin-bottom: 2.5rem;
}
section.acquisition-sec .acquisition-content .feature-icon-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.acquisition-sec .acquisition-content .feature-icon-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
}
section.acquisition-sec .acquisition-content .feature-icon-list ul li:last-child {
  margin-bottom: 0;
}
section.acquisition-sec .acquisition-content .feature-icon-list ul li .icon-box {
  width: 4.375rem;
  height: 4.375rem;
  aspect-ratio: 1/1;
  border: 1px solid var(--Ochre, #d4a869);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  flex-shrink: 0;
}
section.acquisition-sec .acquisition-content .feature-icon-list ul li .icon-box img {
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
section.acquisition-sec .acquisition-content .feature-icon-list ul li span {
  color: var(--Navy-Blue-Primary, #0c1828);
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
section.acquisition-sec .acquisition-content .disclaimer p {
  color: var(--Dusty-Brown, #6d6561);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  text-transform: capitalize;
  margin: 0;
}

section.hmSec2.servicesPg {
  position: relative;
  background: #6e5d45;
  background-image: none;
}
section.hmSec2.servicesPg .bg-img {
  position: absolute;
  width: 43.125rem;
  aspect-ratio: 689/459;
  left: calc(50vw - 48.125rem);
  top: 0;
  bottom: 0;
  margin: auto;
  height: 459px;
}
section.hmSec2.servicesPg .services-content {
  max-width: 530px;
  width: 100%;
}
section.hmSec2.servicesPg .custom-list {
  margin: 0 0 4.5rem;
}
section.hmSec2.servicesPg .custom-list li {
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

section.hmSec4 h2 {
  font-family: "SangBleu Sunrise Trial";
}
section.hmSec4 .text-white p {
  color: #fff;
}

.adjustFlex {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.principles {
  background: var(--Ochre, #d4a869);
}
.principles .row {
  gap: 20px 0;
}
.principles h5,
.principles h2 {
  color: var(--White, #fff);
  text-align: center;
}
.principles .global-header {
  margin-bottom: 2.5rem;
}
.principles .principles-bx {
  border-radius: 1.25rem;
  background: #c5944d;
  padding: 1.87rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  height: 100%;
}
.principles .principles-bx .icon {
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background-color: var(--White, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.principles .principles-bx .icon img {
  width: 3.125rem;
  height: 3.125rem;
  aspect-ratio: 1/1;
}
.principles .principles-bx .text h3 {
  color: var(--White, #fff);
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.principles .principles-bx .text p {
  color: var(--White, #fff);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  text-transform: capitalize;
  margin-bottom: 0;
}

section.inner-contactPg .global-header h5 {
  color: var(--Ochre, #d4a869);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
section.inner-contactPg .contact-market-card {
  border: 1px solid rgba(109, 101, 97, 0.15);
  border-radius: 1.25rem;
  padding: 1.875rem 1.25rem;
  background: #fff;
  height: 100%;
}
section.inner-contactPg .contact-market-card .card-title-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
section.inner-contactPg .contact-market-card .card-title-wrap h3 {
  color: var(--Black, #000);
  font-family: "SangBleu Kingdom Trial";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
}
section.inner-contactPg .contact-market-card .card-title-wrap .line-divider {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(109, 101, 97, 0.4) 0%, rgba(109, 101, 97, 0) 100%);
  position: relative;
  margin-left: 0.5rem;
  width: 100%;
  max-width: 10.625rem;
}
section.inner-contactPg .contact-market-card .card-title-wrap .line-divider::before {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: var(--Navy-Blue-Primary, #0c1828);
  border-radius: 50%;
}
section.inner-contactPg .contact-market-card .card-contact-info ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.inner-contactPg .contact-market-card .card-contact-info ul li .each-inf {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.inner-contactPg .contact-market-card .card-contact-info ul li .each-inf img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
section.inner-contactPg .contact-market-card .card-contact-info ul li .each-inf a {
  color: var(--Dusty-Brown, #6d6561);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
section.inner-contactPg .contact-market-card .card-contact-info ul li .each-inf a:hover {
  color: var(--Ochre, #d4a869);
}

.insights-list.pt-top-5 {
  padding-top: 5rem;
}
.insights-list.pt-top-5 .row {
  gap: 6.25rem 0;
  margin-bottom: 6.25rem;
}
.insights-list.pt-top-5 .insights-list-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
}
.insights-list.pt-top-5 .insights-list-box span {
  color: var(--Ochre, #d4a869);
  /* Header-top */
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.insights-list.pt-top-5 .insights-list-box h3 {
  color: var(--Navy-Blue-Primary, #0c1828);
  font-size: 2.17rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3rem; /* 133.333% */
  margin-bottom: 1.06rem;
  transition: all 0.3s ease-in-out;
}
.insights-list.pt-top-5 .insights-list-box h3 + p {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  color: var(--Black, #000);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.insights-list.pt-top-5 .insights-list-box h3 + p img {
  max-width: 2.0625rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.insights-list.pt-top-5 .insights-list-box a {
  position: absolute;
  inset: 0;
}
.insights-list.pt-top-5 .insights-list-box:hover h3 {
  color: var(--Ochre, #d4a869);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.insights-list.pt-top-5 .insights-list-box:hover h3 + p img {
  margin-left: 0.625rem;
}
.insights-list.pt-top-5 .custom-pagination {
  text-align: center;
}
.insights-list.pt-top-5 .custom-pagination ul {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.insights-list.pt-top-5 .custom-pagination li a,
.insights-list.pt-top-5 .custom-pagination li span {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.75rem 1.1875rem 0.75rem 1.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.375rem;
  border: 1px solid var(--Olive-Brown-Secondary, #6e5d45);
  color: #000;
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.insights-list.pt-top-5 .custom-pagination li.active a,
.insights-list.pt-top-5 .custom-pagination li.active span, .insights-list.pt-top-5 .custom-pagination li:hover a,
.insights-list.pt-top-5 .custom-pagination li:hover span {
  background: var(--Ochre, #d4a869);
  color: var(--White, #fff);
}

.insights-details {
  padding-bottom: 3.81rem;
}
.insights-details h1 {
  color: var(--Navy-Blue-Primary, #0c1828);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.37rem;
}
.insights-details .cs-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.insights-details .cs-breadcrumb ul li {
  position: relative;
}
.insights-details .cs-breadcrumb ul li a {
  color: var(--Black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}
.insights-details .cs-breadcrumb ul li:before {
  content: "\f054";
  position: absolute;
  top: 0;
  right: -1.4375rem;
  font-weight: 900;
  font-family: FontAwesome;
  color: black;
}
.insights-details .cs-breadcrumb ul li:last-child:before {
  display: none;
}
.insights-details .contentarea {
  padding: 4.75rem 0 7.75rem;
  border-bottom: 1px solid #e8e8e1;
  margin-bottom: 3.81rem;
}
.insights-details .contentarea img {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 4.38rem;
}
.insights-details .contentarea .date {
  color: var(--Ochre, #d4a869);
  /* Header-top */
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.insights-details .contentarea h3:first-of-type {
  margin-top: 0;
}
.insights-details .contentarea h3 {
  color: var(--Navy-Blue-Primary, #0c1828);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3rem; /* 133.333% */
  margin-bottom: 1.37rem;
}
.insights-details .contentarea p {
  margin-bottom: 3.13rem;
  color: var(--Dusty-Brown, #6d6561);
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.insights-details .contentarea p:last-of-type {
  margin-bottom: 0;
}
.insights-details .cs-pagination {
  text-align: center;
  margin-bottom: 3.81rem;
}
.insights-details .cs-pagination ul {
  display: inline-flex;
  align-items: center;
  gap: 1.625rem;
}
.insights-details .cs-pagination ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.insights-details .cs-pagination ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
}
.insights-details .cs-pagination ul li a img {
  width: 1.25rem;
}
.insights-details .backbtn {
  text-align: center;
}
.insights-details .backbtn a.backbtn {
  display: inline-flex;
  padding: 0.438rem 1.25rem;
  align-items: center;
  gap: 0.8125rem;
  border-radius: 3.125rem;
  border: 1px solid var(--Ochre, #d4a869);
  background: #f1f1f1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

/* --- Welcome Entry Modal --- */
.entry-modal .modal-content {
  background-color: #fcfbfa;
  background-image: url("../images/modal_bg.png");
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 100% auto;
  border: none;
  border-radius: 0;
}
.entry-modal .modal-header {
  border-bottom: none;
  padding: 2.5rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry-modal .modal-header .modal-logo {
  width: 7rem;
}
.entry-modal .modal-header .modal-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.entry-modal .modal-header .btn-contact {
  background-color: var(--Ochre, #d4a869);
  color: var(--Navy-Blue-Primary, #0c1828);
  border: none;
  border-radius: 50px;
  padding: 0.625rem 2rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.entry-modal .modal-header .btn-contact:hover {
  background-color: var(--Navy-Blue-Primary, #0c1828);
  color: #fff;
}
.entry-modal .modal-body {
  padding: 2rem;
  overflow-y: unset;
}
.entry-modal .modal-body .modal-body-content {
  max-width: 850px;
  margin: 0 auto;
}
.entry-modal .modal-body .modal-body-content h1 {
  color: var(--Navy-Blue-Primary, #0c1828);
  text-align: center;
  font-family: "SangBleu Kingdom Trial";
  font-size: 4.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 5.625rem; /* 128.571% */
  margin: 0 0 1.875rem;
}
.entry-modal .modal-body .modal-body-content p {
  color: var(--Dusty-Brown, #6d6561);
  text-align: center;
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin: 0 0 1.875rem;
}
.entry-modal .modal-body .modal-body-content .market-title {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Apercu Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0 0 1.25rem;
}
.entry-modal .modal-body .modal-body-content .market-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  border-radius: 50px;
  font-family: var(--primary-font);
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 280px;
  transition: all 0.3s ease;
  box-shadow: none;
}
.entry-modal .modal-body .modal-body-content .market-buttons .btn svg {
  margin-left: 1rem;
  transition: all 0.3s ease;
}
.entry-modal .modal-body .modal-body-content .market-buttons .btn-outline-gold {
  border: 1px solid var(--Ochre, #d4a869);
  color: var(--Navy-Blue-Primary, #0c1828);
  background: #fff;
}
.entry-modal .modal-body .modal-body-content .market-buttons .btn-outline-gold:hover {
  background: var(--Ochre, #d4a869);
  color: #fff;
}
.entry-modal .modal-body .modal-body-content .market-buttons .btn-outline-gold:hover svg path {
  stroke: #fff;
}
.entry-modal .modal-body .modal-body-content .market-buttons .btn-gray {
  background-color: #f2f2f2;
  color: var(--Navy-Blue-Primary, #0c1828);
  border: 1px solid #f2f2f2;
}
.entry-modal .modal-body .modal-body-content .market-buttons .btn-gray:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.entry-modal .modal-footer {
  background-color: #2a2522;
  border-top: none;
  padding: 1.25rem;
  border-radius: 0;
}
.entry-modal .modal-footer p {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 0.875rem;
  margin: 0;
}

section.hmSec4.servicesPgs .global-header h2 {
  font-family: "SangBleu Kingdom Trial";
}

.socail-whatsapp {
  position: fixed;
  right: 33px;
  bottom: 33px;
  z-index: 99;
}
.socail-whatsapp a {
  width: 79.031px;
  height: 79.031px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4bae4f;
  border-radius: 50%;
  color: #fff;
  font-size: 2.625rem;
}

section.inner_banner.insightPg h1 {
  line-height: normal;
}

section.hmSec3.abtPgs {
  background-image: url(../images/city_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
}
section.hmSec3.abtPgs .tick-pill-wrap .tick-pill-item {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}/*# sourceMappingURL=style.css.map */