@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #0D0D0D;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #CCD1D9;
}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

h1 {
  font-size: 250px;
  line-height: 90px;
}

h2 {
  font-size: 200px;
  line-height: 180px;
}

h3 {
  font-size: 60px;
  line-height: 75px;
}

h4 {
  font-size: 45px;
  line-height: 50px;
}

h5 {
  font-size: 30px;
  line-height: 35px;
}

h6 {
  font-size: 20px;
  line-height: 25px;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #CEA96A;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.b-r-15 {
  border-radius: 15px;
}

.b-r-20 {
  border-radius: 20px;
}

.b-r-10 {
  border-radius: 10px;
}

.btn-border {
  border: 1px solid #000 !important;
  padding: 12px 20px;
  color: #000 !important;
  border-radius: 30px;
  text-align: center;
}

.btn-fill {
  padding: 10px 13px 10px;
  color: #222222 !important;
  font-weight: 400 !important;
  border-radius: 30px;
  background: linear-gradient(to right, rgba(175, 144, 90, 1) 1%, rgba(216, 186, 136, 1) 50%, rgba(175, 144, 90, 1) 100%);
  display: inline-block;
  border: none;
  text-align: center;
  font-weight: bold;
}

.home-banner {
  min-height: 100vh;
  color: #fff;
}

.banner.home-banner .container {
  border-radius: 75px 75px 0 0;
  overflow: hidden;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.btn-fill .img-round {
  background: #191818;
  padding: 8px;
  border-radius: 100%;
  width: 32px;
}

header.site-header {
  padding: 15px 0;
}

.risk {
  width: 100%;
  background: rgb(0 0 0 / 37%);
  border: 1px solid #7C6E5F;
  padding: 15px;
  border-radius: 10px;
}

.risk img {
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-right: 10px;
}

.operations {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  color: #2D2C2C;
}

.operations h6 {
  font-size: 20px;
}

.operations span {
  background: #191818;
  border-radius: 100%;
  width: 52px;
  height: 35px;
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.operations span img {
  filter: invert(1);
}

.gold-bg {
  background: linear-gradient(to right, rgba(175, 144, 90, 1) 1%, rgba(216, 186, 136, 1) 50%, rgba(175, 144, 90, 1) 100%);
  padding: 50px 0;
  color: #2D2C2C;
}

.logo-section-holder {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.logo-section .logo-holder {
  border-right: 1px solid #676767;
  padding: 45px 0;
}

.col-lg-2:last-child .logo-holder {
  border-right: none;
}

.max-width-800 {
  max-width: 800px;
  margin: 0 auto;
}

.user img {
  border-radius: 100%;
  border: 2px solid #fff;
  margin-left: -12px;
}

img.plus-icon {
  padding: 15px;
  background: #fff;
}

.user-item {
  background: #fff;
  text-align: center;
  padding: 35px 15px;
  border-radius: 20px;
}

.status .dot {
  background: #9F9F9F;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
}

.status .dot.active {
  background: #191818;
}

.color-gray {
  color: #5D5C5B;
}

.black-bg {
  background: #0D0D0D;
}

.site-section {
  padding: 50px 0;
}

.partner ul li a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #242424;
  padding: 15px;
  color: #fff;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.partner ul li a img {
  display: none;
}

.partner ul li a:hover img {
  display: block;
}

.partner ul li a:hover {
  border-bottom-color: #505050;
}

.partner-img {
  border: 22px solid #161616;
  border-radius: 20px;
}

.partner-img img {
  border-radius: 20px;
}

.color-gold {
  color: #C09953;
}

.tick-item {
  border-right: 1px solid #393939;
}

.round-white {
  background: #fff !important;
  padding: 9px !important;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background: #171616;
}

.item-count {
  display: block;
  background: #313131;
  height: 5px;
  width: 85%;
}

table {
  color: #fff !important;
}

tr {
  background: #171717;
  border-bottom: 1px solid #000;
}

td {
  padding: 25px ! IMPORTANT;
}

.table-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: 1px solid #414141;
}

table tr:hover {
  background: linear-gradient(to right, rgba(175, 144, 90, 1) 1%, rgba(216, 186, 136, 1) 50%, rgba(175, 144, 90, 1) 100%);
}

table tr:hover .table-link {
  border: 1px solid #ffffff;
  background: #fff;
}

table tr:hover .table-link img {
  filter: invert();
  transform: rotate(-35deg);
}

td {
  vertical-align: middle;
}

.table-link img {
  max-width: 15px;
}

.trust {
  background: linear-gradient(to right, rgba(175, 144, 90, 1) 1%, rgba(216, 186, 136, 1) 50%, rgba(175, 144, 90, 1) 100%);
  padding: 0px 0;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0px 9px 11px rgb(0 0 0 / 16%);
}

.trust h6 {
  font-size: 20px;
  line-height: 25px;
  background: #2D2C2C;
  color: #fff;
  padding: 3px 15px;
  border-radius: 30px;
  margin-right: 10px;
}

.owl-carousel .owl-item img {
  width: initial !important;
}

.customer-details img {
  border-radius: 5px;
}

.customer-item {
  background: #120A0E;
  color: #fff;
}

.customer-item {
  background: #120A0E;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
}

body button.owl-dot {
  border-radius: 30px;
  width: 40px;
  height: 13px;
  background: #F1F0F0 !important;
  display: block;
  z-index: 122;
  position: relative;
  margin: 5px;
}

body .owl-carousel .owl-dots.disabled {
  display: block !important;
  position: initial;
  display: flex !important;
  justify-content: center;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.owl-dot.active {
  width: 70px;
}

.owl-nav {
  display: none;
}

.gray-lite {
  color: #5D5C5B;
}

.accordion-button {
  background-color: transparent;
  font-size: 22px;
  padding: 20px;
  border-radius: 10px !important;
  color: #fff;
}

.accordion-header {
  line-height: initial;
  border: 1px solid #3D3D3D !important;
  border-radius: 10px;
}

.accordion-button::after {
  background-image: url(../img/open.svg);
  background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  position: relative;
  top: -7px;
}

.accordion-body {
  padding: 15px;
  border: 1px solid #3D3D3D;
  border-radius: 0 0 10px 10px;
  position: relative;
  top: 5px;
}

.max-width-1000 {
  max-width: 1000px;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}

.accordion-item {
  background-color: transparent;
  border: none;
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 10px;
}

.footer-menu a {
  color: #fff;
}

.footer-menu li {
  margin-bottom: 6px;
}

.footer-item-2 h2 {
  font-size: 186px;
  margin: 0;
}

footer.site-footer {
  background: #0d0d0d;
  padding-top: 40px;
}

.footer-icon {
  width: 34px;
  height: 34px;
  background: #1B1B1B;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #282828;
}

.footer-icon img {
  width: 16px;
  height: 16px;
}

.footer-contact-info p {
  margin-bottom: 15px;
  color: #CCD1D9;
}

.footer-contact-info a {
  color: #fff;
  transition: color 0.2s ease;
}

.footer-contact-info a:hover {
  color: #CEA96A !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #EDEDED;
}

.inner-banner.without-img {
  padding-top: 70px;
}

.details-content {
  border-left: 1px solid #3D3D3D;
  padding-left: 50px;
}

.blog-list-item {
  padding: 15px;
}

.blog-list {
  border-right: 1px solid #3D3D3D;
}

.blog-list-holder {
  border: 1px solid #3D3D3D;
}

.blog-list:nth-child(3n) {
  border-right: 0;
}

.float-video {
  position: absolute;
  padding: 0 30px 0 15px;
}

.partner {
  padding-top: 80px;
}

section.site-section.video-2 {
  padding: 0;
}

section.site-section.tick {
  padding-top: 70px;
  padding-bottom: 0;
}

section.site-section.wwd {
  padding-bottom: 0;
}

section.site-section.overview {
  padding-bottom: 70px;
}

section.site-section.expert {
  padding-bottom: 60px;
}

section.site-section.faq {
  padding-top: 80px;
}

.heading-holder span img {
  margin-right: 5px;
}

.arrow-down {
  width: 50px;
  height: 50px;
  background: #3D3D3D;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.list li {
  margin-bottom: 15px;
}

.count-holder-2 {
  border-right: 1px solid #222222;
}

.count-holder-2:last-child {
  border-right: 0;
}

.inner-banner {
  background-position: center;
  background-size: cover;
}

.with-img {
  min-height: 100vh;
}

.inner-banner.with-img {
  background-position: center;
  background-size: cover;
  padding: 70px 0;
}

.bg-white {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

.white-item {
  color: #2D2C2C;
}

.white-item img {
  border-radius: 10px !important;
}

.align-bottom-2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.btn-fill.bg-black {
  background: #000;
  color: #fff !important;
}

.star-list li {
  background: #121212;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
}

.star-list li {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 10px;
}

.star-list ul {
  padding-left: 0;
}

.list-big p {
  color: #A0A0A0;
}

li.list-big {
  flex-direction: column;
}

span.color-gold {
  font-style: italic;
  margin-right: 10px;
  font-size: 35px;
}

.service .accordion-collapse.collapse.show {
  background: #1B1B1B;
}

.service .accordion-button:not(.collapsed) {
  background-color: #1B1B1B;
}

.service .accordion-header {
  border: none;
  border-radius: 0;
}

.service .accordion-body {
  border: none;
  padding-left: 60px;
}

.service .accordion-header {
  border-radius: 10px;
}

.service .accordion-button {
  font-size: 20px;
}

.service .accordion-button:not(.collapsed)::after {
  background-image: url(../img/close-arrow-down.svg);
  transform: initial;
  top: 0;
}

.service .accordion-button::after {
  background-image: url(../img/open-arrow-down.svg);
  background-repeat: no-repeat;
}

.service .accordion-button {
  border-radius: 0 !important;
}

.service .accordion-header {
  border: none !important;
}

.service .accordion-item {
  border-radius: 20px !important;
  overflow: hidden;
}

.bg-black .img-round {
  background: #fff;
}

.white-holder {
  background: #fff;
  border-radius: 10px;
}

/* ==========================================================================
   Contact Page - Figma Desktop 8 Pixel-Perfect Styles
   ========================================================================== */

.contact-container {
  max-width: 1280px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-page-section {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #0D0D0D;
}

.contact-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 55px;
}

.contact-header-left {
  flex: 1 1 auto;
}

.contact-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.contact-tag img {
  width: 13px;
  height: 13px;
}

.contact-title {
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.14;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -0.02em;
}

.contact-header-right {
  flex: 0 0 460px;
  max-width: 460px;
  padding-bottom: 6px;
}

.contact-description {
  font-size: 15px;
  line-height: 1.65;
  color: #9CA3AF;
  margin: 0;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: stretch;
}

.contact-form-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-image-column {
  display: flex;
  align-items: stretch;
}

.contact-image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border-radius: 20px;
  overflow: hidden;
  background: #191818;
}

.contact-image {
  width: 100%;
  height: 100%;
  min-height: 560px;
  max-height: 620px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* Minimalist Underline Contact Form */
.contact-form-minimal {
  width: 100%;
}

.contact-form-minimal p {
  margin: 0 !important;
}

.contact-form-minimal .form-group {
  margin-bottom: 24px;
  position: relative;
}

.contact-form-minimal label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8C8F96;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-form-minimal .form-control-minimal,
.contact-form-minimal input[type="text"],
.contact-form-minimal input[type="email"],
.contact-form-minimal input[type="tel"],
.contact-form-minimal select,
.contact-form-minimal textarea {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #2B2B2B !important;
  border-radius: 0 !important;
  padding: 8px 0 10px 0 !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease;
  display: block;
}

.contact-form-minimal textarea,
.contact-form-minimal textarea.form-control-minimal {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #2B2B2B !important;
  border-radius: 0 !important;
  padding: 8px 0 10px 0 !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease;
  display: block;
  height: 60px !important;
  min-height: 50px !important;
  resize: vertical;
  line-height: 1.5;
}

.contact-form-minimal .form-control-minimal:focus,
.contact-form-minimal input:focus,
.contact-form-minimal select:focus,
.contact-form-minimal textarea:focus {
  border-bottom-color: #CEA96A !important;
}

.contact-form-minimal .form-control-minimal::placeholder,
.contact-form-minimal input::placeholder,
.contact-form-minimal textarea::placeholder {
  color: #555555 !important;
  font-size: 14px;
  opacity: 1;
}

.contact-form-minimal select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238C8F96' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  background-size: 12px 8px !important;
  padding-right: 28px !important;
  cursor: pointer;
  color: #CCD1D9 !important;
}

.contact-form-minimal select option {
  background: #141414;
  color: #FFFFFF;
  padding: 8px;
}

/* Submit Button & Pill */
.contact-form-minimal .form-submit-wrap,
.contact-form-minimal .m-t-40 {
  margin-top: 32px !important;
}

.btn-submit-pill,
.contact-form-minimal .btn-fill,
.contact-form-minimal input.wpcf7-submit,
.contact-form-minimal input[type="submit"],
.contact-form-minimal button.wpcf7-submit,
.contact-form-minimal button[type="submit"] {
  border: none !important;
  cursor: pointer !important;
  border-radius: 30px !important;
  background-color: #CEA96A !important;
  background-image: linear-gradient(to right, rgba(175, 144, 90, 1) 1%, rgba(216, 186, 136, 1) 50%, rgba(175, 144, 90, 1) 100%) !important;
  color: #191818 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 11px 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease !important;
  outline: none !important;
  line-height: 1.2 !important;
}

.btn-submit-pill .btn-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #191818;
  border-radius: 50%;
}

.btn-submit-pill .btn-icon-circle img {
  width: 12px;
  height: 12px;
}

.contact-form-minimal input.wpcf7-submit,
.contact-form-minimal input[type="submit"] {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='%23191818'/%3E%3Cpath d='M10 13H16M16 13L13 10M16 13L13 16' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), linear-gradient(to right, rgba(175, 144, 90, 1) 1%, rgba(216, 186, 136, 1) 50%, rgba(175, 144, 90, 1) 100%) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: right 12px center, center !important;
  background-size: 24px 24px, 100% 100% !important;
  padding: 12px 50px 12px 24px !important;
}

.btn-submit-pill:hover,
.contact-form-minimal .btn-fill:hover,
.contact-form-minimal input.wpcf7-submit:hover,
.contact-form-minimal input[type="submit"]:hover,
.contact-form-minimal button.wpcf7-submit:hover,
.contact-form-minimal button[type="submit"]:hover {
  opacity: 0.94 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 15px rgba(206, 169, 106, 0.3) !important;
  color: #191818 !important;
}

/* Contact Form 7 Wrappers */
.contact-form-minimal .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-form-minimal .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 5px;
}

.contact-form-minimal .wpcf7-response-output {
  border-radius: 8px;
  margin: 20px 0 0 0 !important;
  padding: 12px 16px !important;
  font-size: 14px;
  background: #191818;
  border-color: #CEA96A !important;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .contact-main-grid {
    gap: 50px;
  }
}

@media (max-width: 992px) {
  .contact-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .contact-header-right {
    max-width: 100%;
    flex: 0 0 auto;
  }

  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-image-wrapper,
  .contact-image {
    min-height: 360px;
    max-height: 420px;
  }
}


@media (max-width: 1400px) {
  .footer-item-2 h2 {
    font-size: 136px;
  }
}

@media (max-width: 1200px) {
  .banner.home-banner h2 {
    font-size: 130px;
    margin-top: 65px;
  }

  .banner.home-banner h3 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media (max-width: 992px) {
  .logo-section .logo-holder {
    border-right: none;
    text-align: center;
  }

  .overview .heading-holder {
    width: 80% !important;
  }

  .max-width-1000 {
    max-width: 720px;
  }

  .blog-list:nth-child(3n) {
    border-right: 1px solid #3D3D3D;
  }

  .blog-list:nth-child(1n) {
    border-right: none;
  }

  .details-content {
    padding-left: 0;
    border: none;
  }

  .float-video {
    position: initial;
  }

  .banner-head-big-top {
    justify-content: flex-start !important;
    margin-bottom: 0 !important;
  }

  .banner.home-banner h2 {
    margin-top: 0;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-top .w-50 {
    width: 100% !important;
  }

  .logo-section-holder {
    border: none;
  }

  .navbar-collapse {
    position: absolute;
    right: -100px;
    top: 52px;
    z-index: 99;
    background: #303030;
    background: linear-gradient(180deg, rgb(23 21 21) 24%, rgb(0 0 0 / 99%) 50%, rgb(0 0 0) 76%);
    padding: 15px;
    border-radius: 15px;
    width: 210px;
  }

  .navbar-toggler {
    padding: 2px;
  }

  .logo-holder.m-r-50 {
    margin-right: 0px !important;
  }

  .sm-top {
    margin-top: 0 !important;
  }

  .banner-head-big-bottom {
    padding-bottom: 45px;
  }

  .trust.d-flex.align-items-center.m-t-50 {
    margin-top: 0 !important;
  }

  .inner-banner.without-img {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .img-holder img {
    width: 100% !important;
    margin: 0 0 25px !important;
  }

  .img-holder {
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .header-holder a.btn-fill {
    font-size: 12px;
  }

  .banner.home-banner h2 {
    font-size: 100px;
  }

  .footer-item-2 h2 {
    font-size: 106px;
    line-height: 90px;
  }
}

.brand-fall {
  display: inline-flex;
  margin: 0;
}

.brand-fall span {
  display: inline-block;
  color: #C09953;
  opacity: 0;
  transform: translateY(-30px) rotate(-10deg);
  animation: fallIn 4s cubic-bezier(.2,.8,.2,1) infinite;
}

.brand-fall span:nth-child(1) {
  animation-delay: 0s;
}

.brand-fall span:nth-child(2) {
  animation-delay: .15s;
}

.brand-fall span:nth-child(3) {
  animation-delay: .30s;
}

.brand-fall span:nth-child(4) {
  animation-delay: .45s;
}

.brand-fall span:nth-child(5) {
  animation-delay: .60s;
}

.brand-fall span:nth-child(6) {
  animation-delay: .75s;
}

@keyframes fallIn {
  0% {
    opacity: 0;
    transform: translateY(-30px) rotate(-10deg);
  }

  15% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }

  75% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }

  100% {
    opacity: 0;
    transform: translateY(30px) rotate(10deg);
  }
}

/* ===================================================
   FIND THE RIGHT BROKER PAGE STYLES (.broker-page)
   Aligned with Enafto Theme Design System
   =================================================== */
.broker-page {
  background-color: #0D0D0D;
  color: #CCD1D9;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.broker-page a {
  color: #fff;
  transition: color 0.2s ease;
}

.broker-page a:hover {
  color: #CEA96A;
}

.broker-page .bp-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.broker-page .bp-section {
  padding: 80px 0;
  position: relative;
}

.broker-page .bp-section + .bp-section {
  border-top: 1px solid #1F1F1F;
}

/* Breadcrumb Sub-bar */
.broker-page .bp-subbar {
  border-bottom: 1px solid #1C1C1C;
  background: #111111;
}

.broker-page .bp-subbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.broker-page .bp-crumb {
  font-size: 13px;
  font-weight: 400;
  color: #6C727F;
  letter-spacing: 0.03em;
}

.broker-page .bp-crumb a {
  color: #A0A5B1;
  text-decoration: none;
}

.broker-page .bp-crumb a:hover {
  color: #CEA96A;
}

.broker-page .bp-crumb span {
  color: #E5E7EB;
}

/* Hero Section */
.broker-page .bp-hero {
  padding-top: 70px;
  padding-bottom: 70px;
}

.broker-page .bphero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.broker-page .bp-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.broker-page .bp-tag img {
  width: 13px;
  height: 13px;
}

.broker-page h1.bp-hero-title {
  font-family: "Inter Tight", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(38px, 4.4vw, 56px) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.02em !important;
  color: #FFFFFF !important;
  margin: 0 0 22px !important;
}

.broker-page .bp-hero-body {
  color: #9CA3AF;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.7;
  max-width: 520px;
  margin: 0;
}

/* Hero Visual Card */
.broker-page .bp-hero-visual {
  background: #141414;
  border: 1px solid #242424;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.broker-page .bp-hero-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.broker-page .bp-hero-img-wrapper img.bp-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.broker-page .bp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.1) 0%, rgba(13, 13, 13, 0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.broker-page .bp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(206, 169, 106, 0.15);
  border: 1px solid rgba(206, 169, 106, 0.35);
  color: #CEA96A;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 10px;
}

.broker-page .bp-hero-overlay-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
}

.broker-page .bp-hero-overlay-desc {
  color: #A0A5B1;
  font-size: 13.5px;
  margin: 0;
  line-height: 1.5;
}

/* Form Section */
.broker-page .bp-form-section {
  padding-top: 20px;
  padding-bottom: 90px;
  border-top: none !important;
}

.broker-page .bp-form-heading {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 45px;
}

.broker-page .bp-form-heading h2 {
  font-family: "Inter Tight", sans-serif !important;
  font-weight: 600 !important;
  font-size: clamp(26px, 3vw, 36px) !important;
  line-height: 1.3 !important;
  color: #FFFFFF !important;
  margin: 0 0 12px !important;
  letter-spacing: -0.01em !important;
}

.broker-page .bp-form-heading p {
  color: #8C8F96;
  font-size: 15px;
  margin: 0;
}

.broker-page .bp-card {
  background: #141414;
  border: 1px solid #242424;
  padding: 44px 40px;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.broker-page .bp-field {
  margin-bottom: 24px;
  position: relative;
}

.broker-page .bp-field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8C8F96;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
}

.broker-page .bp-required {
  color: #CEA96A;
}

.broker-page .bp-field input,
.broker-page .bp-field select {
  width: 100%;
  background: #191818;
  border: 1px solid #2B2B2B;
  color: #FFFFFF;
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 16px;
  border-radius: 8px;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color .2s ease, background .2s ease;
}

.broker-page .bp-field input::placeholder {
  color: #555555;
  font-size: 14px;
}

.broker-page .bp-field input:focus,
.broker-page .bp-field select:focus {
  border-color: #CEA96A !important;
  background: #1F1E1E;
}

.broker-page .bp-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238C8F96' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  padding-right: 36px;
  cursor: pointer;
  color: #FFFFFF;
}

.broker-page .bp-field select option {
  background: #141414;
  color: #FFFFFF;
  padding: 10px;
}

.broker-page .bp-row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.broker-page .bp-error-msg {
  display: none;
  font-size: 12px;
  color: #ff6b6b;
  margin-top: 6px;
  text-align: left;
}

.broker-page .bp-field.invalid input,
.broker-page .bp-field.invalid select {
  border-color: #ff6b6b !important;
}

.broker-page .bp-field.invalid .bp-error-msg {
  display: block;
}

.broker-page button.bp-submit {
  width: 100%;
  border: none !important;
  cursor: pointer !important;
  border-radius: 30px !important;
  background: linear-gradient(to right, rgba(175, 144, 90, 1) 1%, rgba(216, 186, 136, 1) 50%, rgba(175, 144, 90, 1) 100%) !important;
  color: #191818 !important;
  font-family: "Inter Tight", sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 13px 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 10px;
  outline: none !important;
  box-shadow: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.broker-page button.bp-submit:hover {
  opacity: 0.94 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 15px rgba(206, 169, 106, 0.3) !important;
}

.broker-page button.bp-submit:active {
  transform: translateY(1px) !important;
}

.broker-page button.bp-submit .btn-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #191818;
  border-radius: 50%;
}

.broker-page button.bp-submit .btn-icon-circle img {
  width: 12px;
  height: 12px;
}

.broker-page .bp-privacy-note {
  font-size: 13px;
  color: #6C727F;
  margin-top: 18px;
  margin-bottom: 0;
  text-align: center;
}

/* Contact Form 7 Integration in Broker Page */
.broker-page .bp-card .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.broker-page .bp-card .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 6px;
  text-align: left;
}

.broker-page .bp-card .wpcf7-response-output {
  border-radius: 8px;
  margin: 20px 0 0 0 !important;
  padding: 12px 16px !important;
  font-size: 14px;
  background: #191818;
  border-color: #CEA96A !important;
  color: #ffffff;
  text-align: center;
}

.broker-page .bp-card input.wpcf7-submit,
.broker-page .bp-card input[type="submit"] {
  width: 100%;
  border: none !important;
  cursor: pointer !important;
  border-radius: 30px !important;
  background-color: #CEA96A !important;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='%23191818'/%3E%3Cpath d='M10 13H16M16 13L13 10M16 13L13 16' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), linear-gradient(to right, rgba(175, 144, 90, 1) 1%, rgba(216, 186, 136, 1) 50%, rgba(175, 144, 90, 1) 100%) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: right 14px center, center !important;
  background-size: 26px 26px, 100% 100% !important;
  color: #191818 !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 13px 50px 13px 26px !important;
  margin-top: 10px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.broker-page .bp-card input.wpcf7-submit:hover,
.broker-page .bp-card input[type="submit"]:hover {
  opacity: 0.94 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 15px rgba(206, 169, 106, 0.3) !important;
}

.broker-page .bp-card .wpcf7-spinner {
  margin: 10px auto 0;
  display: block;
}


/* Callback Modal */
.bp-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 20px;
}

.bp-modal-overlay.show {
  display: flex;
}

.bp-modal {
  background: #141414;
  border: 1px solid #2B2B2B;
  max-width: 420px;
  width: 100%;
  padding: 40px 32px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
  animation: bpModalFade .25s ease-out;
}

@keyframes bpModalFade {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.bp-modal-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(206, 169, 106, 0.12);
  border: 1px solid rgba(206, 169, 106, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.bp-modal h3 {
  font-family: "Inter Tight", sans-serif !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  color: #FFFFFF !important;
  margin: 0 0 10px !important;
}

.bp-modal p {
  color: #9CA3AF;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 28px;
}

.bp-modal-actions {
  display: flex;
  gap: 12px;
}

.bp-modal-actions a,
.bp-modal-actions button {
  flex: 1;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.bp-btn-call {
  background: linear-gradient(to right, rgba(175, 144, 90, 1) 1%, rgba(216, 186, 136, 1) 50%, rgba(175, 144, 90, 1) 100%) !important;
  color: #191818 !important;
  border: none !important;
}

.bp-btn-call:hover {
  opacity: 0.94;
  transform: translateY(-1px);
  color: #191818 !important;
}

.bp-btn-close {
  background: transparent !important;
  color: #CCD1D9 !important;
  border: 1px solid #333333 !important;
}

.bp-btn-close:hover {
  color: #FFFFFF !important;
  border-color: #CEA96A !important;
}

/* Why It Matters Section */
.broker-page .bp-why-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.broker-page h2.bp-section-title {
  font-family: "Inter Tight", sans-serif !important;
  font-weight: 600 !important;
  font-size: clamp(28px, 3.4vw, 42px) !important;
  line-height: 1.22 !important;
  letter-spacing: -0.01em !important;
  color: #FFFFFF !important;
  margin: 0 0 18px !important;
}

.broker-page .bp-why-lede {
  color: #9CA3AF;
  font-size: 16.5px;
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 520px;
}

.broker-page ul.bp-factors {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  columns: 2;
  column-gap: 32px;
}

.broker-page ul.bp-factors li {
  font-size: 14.5px;
  color: #CCD1D9;
  padding: 10px 0 10px 22px;
  position: relative;
  border-bottom: 1px solid #1E1E1E;
  break-inside: avoid;
}

.broker-page ul.bp-factors li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 2px;
  background: #C09953;
  border-radius: 1px;
}

.broker-page .bp-why-img-card {
  background: #141414;
  border: 1px solid #242424;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.broker-page .bp-why-img-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  display: block;
}

/* What We Look At Section */
.broker-page .bp-section-head {
  max-width: 640px;
  margin: 0 0 45px;
}

.broker-page .bp-look-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.broker-page .bp-look-card {
  background: #141414;
  border: 1px solid #222222;
  border-radius: 16px;
  padding: 34px 28px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.broker-page .bp-look-card:hover {
  background: #181818;
  border-color: #333333;
  transform: translateY(-3px);
}

.broker-page .bp-look-num {
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #C09953;
  margin: 0 0 14px;
  line-height: 1;
}

.broker-page .bp-look-card h3 {
  font-family: "Inter Tight", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #FFFFFF !important;
  margin: 0 0 12px !important;
}

.broker-page .bp-look-card p {
  font-size: 14.5px;
  color: #9CA3AF;
  margin: 0;
  line-height: 1.65;
}

/* We Can Help Section */
.broker-page .bp-help-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.broker-page .bp-help-card {
  background: #141414;
  border: 1px solid #222222;
  border-radius: 16px;
  padding: 32px 30px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.broker-page .bp-help-card:hover {
  border-color: #383838;
  transform: translateY(-3px);
}

.broker-page .bp-help-card h3 {
  font-family: "Inter Tight", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #C09953 !important;
  margin: 0 0 10px !important;
}

.broker-page .bp-help-card p {
  font-size: 14.5px;
  color: #9CA3AF;
  margin: 0;
  line-height: 1.6;
}

/* Banner Section */
.broker-page .bp-banner-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 220px;
  display: flex;
  align-items: center;
  border: 1px solid #262626;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.broker-page .bp-banner-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 13, 0.82);
}

.broker-page .bp-banner-inner {
  position: relative;
  z-index: 2;
  padding: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.broker-page .bp-banner-inner h4 {
  font-family: "Inter Tight", sans-serif !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #FFFFFF !important;
  margin: 0 0 8px !important;
}

.broker-page .bp-banner-inner p {
  color: #A0A5B1;
  font-size: 15px;
  margin: 0;
  max-width: 580px;
}

/* Disclaimer Section */
.broker-page .bp-disclaimer {
  background: #141414;
  border: 1px solid #222222;
  border-radius: 14px;
  padding: 26px 30px;
  font-size: 13.5px;
  color: #717682;
  line-height: 1.7;
}

.broker-page .bp-disclaimer strong {
  color: #CCD1D9;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .broker-page .bp-wrap {
    padding: 0 20px;
  }
  .broker-page .bp-section {
    padding: 60px 0;
  }
  .broker-page .bphero-grid,
  .broker-page .bp-why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .broker-page .bp-look-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .broker-page .bp-banner-inner {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .broker-page .bp-card {
    padding: 32px 24px;
  }
}

@media (max-width: 640px) {
  .broker-page .bp-row-two {
    grid-template-columns: 1fr;
  }
  .broker-page ul.bp-factors {
    columns: 1;
  }
  .broker-page .bp-look-grid,
  .broker-page .bp-help-grid {
    grid-template-columns: 1fr;
  }
}

