/* ==========================================
   Font Family
========================================== */
/* ==========================================
   Color Codes
========================================== */
/* ==========================================
   BREAKPOINTS
========================================== */
/* ==========================================
   SPACING
========================================== */
.common-margin {
  margin-block: clamp(60px, 8vw, 150px);
}
.inner-padding {
  padding-block: clamp(40px, 8vw, 80px);
}
.top-margin {
  margin-top: clamp(36px, 3vw, 56px);
}
.mb-80 {
  margin-bottom: clamp(40px, 3vw, 80px);
}
.mt-80 {
  margin-top: clamp(40px, 3vw, 80px);
}
.my-80 {
  margin-block: clamp(40px, 3vw, 80px);
}
.mt-40 {
  margin-top: clamp(20px, 3vw, 36px);
}
.mb-40 {
  margin-bottom: clamp(20px, 3vw, 40px);
}
.m-40 {
  margin: clamp(20px, 3vw, 40px);
}
.my-40 {
  margin-block: clamp(20px, 3vw, 40px);
}
.p-40 {
  padding: clamp(20px, 3vw, 40px);
}
.w-lg-auto {
  width: auto;
}
/* ==========================================
   Typography
========================================== */
.hero-heading {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #140707;
}
.primary-heading {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #140707;
}
.sub-heading {
  font-size: clamp(16px, 2.4vw, 18px);
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #140707;
}
.sub-heading-lg {
  font-size: clamp(16px, 2.4vw, 20px);
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #140707;
}
.primary-description {
  color: #474747;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}
.primary-description-sm {
  color: #474747;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}
.primary-description p, .primary-description-sm p {
  margin-bottom: 0;
}
a {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 600;
  color: #990000;
  line-height: 1.5;
  margin-bottom: 0px;
  text-decoration: none !important;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.no-wrap {
  white-space: nowrap;
}
.cursor-pointer {
  cursor: pointer;
  z-index: 9999;
  position: relative;
}
/* ==========================================
   Colors
========================================== */
.bg-custom-primary {
  background: #140707;
}
.bg-custom-red {
  background: #990000;
}
.custom-white-80 {
  color: #FFFFFFCC;
}
.custom-red {
  color: #990000 !important;
}
.custom-divider {
  height: 1px;
  border: 1px solid #FFFFFF33;
}
.primary-color {
  color: #140707 !important;
}
.secondary-color {
  color: #474747;
}
.primary-font {
  font-family: "Poppins", sans-serif !important;
}
/* ==========================================
   Buttons
========================================== */
.custom-btn-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #ffff;
}
.custom-btn {
  border-radius: 100px;
  background: #990000;
  display: inline-flex;
  border: 1px solid #990000;
  height: 46px;
  padding: 12px clamp(12px, 3vw, 24px);
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.custom-btn:hover {
  border: 1px solid #990000;
  background: transparent !important;
  color: #ffff !important;
}
.custom-btn-outline {
  border-radius: 5px;
  background: transparent;
  display: inline-flex;
  height: 48px;
  padding: 10px clamp(10px, 3vw, 16px);
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
[id] {
  scroll-margin-top: 100px;
}
@media (max-width: 991px) {
  [id] {
    scroll-margin-top: 85px;
  }
}
/* ==========================================
   Policy Pages
========================================== */
.common-policy-content h2, .common-policy-content h2 b, .common-policy-content h2 strong {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  color: #140707;
  margin-block: 20px;
}
.common-policy-content h3, .common-policy-content h3 b, .common-policy-content h3 strong {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.3;
  color: #140707;
  margin-block: 20px;
}
.common-policy-content p, .common-policy-content li, .common-policy-content ol {
  color: #140707;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  margin-block: 20px;
}
.common-policy-content p img {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
/* ==========================================
   HEADER
========================================== */
body {
  padding-top: 100px;
}
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 1200px) {
  body, body.admin-bar {
    padding-top: 65px;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.35s ease;
  will-change: transform;
}
.site-header.hide-header {
  transform: translateY(-100%);
}
.site-header .header-main .navbar {
  gap: 40px;
}
.site-header .header-main .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .header-main .navbar-nav {
  gap: clamp(20px, 2vw, 40px);
  padding-block: 30px;
}
.site-header .header-main .nav-link {
  color: #140707;
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
}
.site-header .header-main .nav-link.active, .site-header .header-main .nav-link.show {
  color: #140707;
}
.site-header .header-main .nav-link:focus, .site-header .header-main .nav-link:focus-visible {
  outline: none;
  box-shadow: none;
  background: transparent;
}
/* ==========================================
   DROPDOWNS
========================================== */
.sub-menu {
  display: none;
}
.dropdown-menu.show {
  display: block;
}
/* Arrow */
.dropdown-toggle {
  position: relative;
}
.dropdown-toggle::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 5px;
  border: 0;
  background-image: url("/wp-content/uploads/2026/06/dropdown-icon.svg");
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.dropdown-menu.show + .dropdown-toggle::after, .dropdown-toggle:has(+ .dropdown-menu.show)::after {
  transform: rotate(180deg);
}
/* ==========================================
   OFFCANVAS MOBILE MENU
========================================== */
.header-menu {
  width: 300px !important;
}
.header-menu .offcanvas-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  align-items: center;
}
.header-menu .offcanvas-header a {
  display: flex;
  align-items: center;
}
.header-menu .offcanvas-header .offcanvas-logo {
  max-height: 40px;
  width: auto;
}
.header-menu .offcanvas-header .btn-close {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.header-menu .offcanvas-header .btn-close:hover {
  opacity: 1;
}
.header-menu .offcanvas-body {
  padding: 1rem 1.5rem;
  overflow-y: auto;
}
.header-menu .offcanvas-body a:not(.btn) {
  color: #140707 !important;
  font-size: clamp(14px, 1.2vw, 16px);
}
.header-menu .offcanvas-body a:not(.btn):hover {
  color: #990000 !important;
}
.header-menu .offcanvas-body .navbar-nav {
  gap: 0 !important;
}
.header-menu .offcanvas-body .navbar-nav > .menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header-menu .offcanvas-body .navbar-nav > .menu-item:last-child {
  border-bottom: none;
}
.header-menu .offcanvas-body .navbar-nav > .menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0.5rem;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #140707 !important;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.header-menu .offcanvas-body .navbar-nav > .menu-item > a:hover {
  color: #990000 !important;
  padding-left: 0.75rem;
}
.header-menu .offcanvas-body .navbar-nav > .menu-item.current-menu-parent > a, .header-menu .offcanvas-body .navbar-nav > .menu-item.current-menu-ancestor > a {
  color: #990000 !important;
  font-weight: 600;
}
.header-menu .offcanvas-body .dropdown-toggle {
  padding-right: 1.5rem !important;
}
.header-menu .offcanvas-body .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.header-menu .offcanvas-body .dropdown-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}
.header-menu .offcanvas-body .sub-menu, .header-menu .offcanvas-body .dropdown-menu {
  position: static !important;
  float: none;
  border: none;
  border-radius: 8px;
  background: #f7f7f7;
  box-shadow: none;
  padding: 0.4rem 0;
  margin: 0 0 0.5rem 0.5rem;
  transform: none !important;
}
.header-menu .offcanvas-body .sub-menu .menu-item a, .header-menu .offcanvas-body .sub-menu .menu-item .dropdown-item, .header-menu .offcanvas-body .dropdown-menu .menu-item a, .header-menu .offcanvas-body .dropdown-menu .menu-item .dropdown-item {
  display: block;
  padding: 0.6rem 1.25rem;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #474747 !important;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}
.header-menu .offcanvas-body .sub-menu .menu-item a:hover, .header-menu .offcanvas-body .sub-menu .menu-item .dropdown-item:hover, .header-menu .offcanvas-body .dropdown-menu .menu-item a:hover, .header-menu .offcanvas-body .dropdown-menu .menu-item .dropdown-item:hover {
  background: rgba(153, 0, 0, 0.06);
  color: #990000 !important;
}
.header-menu .offcanvas-body .sub-menu .menu-item.current-menu-item a, .header-menu .offcanvas-body .dropdown-menu .menu-item.current-menu-item a {
  color: #990000 !important;
  font-weight: 600;
}
/* Backdrop */
.offcanvas-backdrop {
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(3px);
}
/* ==========================================
   DESKTOP NAVIGATION
========================================== */
@media (min-width: 1200px) {
  .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    border: none;
  }
  .navbar-nav .dropdown-menu .menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .navbar-nav .dropdown-menu .menu-item:last-child {
    border-bottom: none;
  }
  .navbar-nav .dropdown-menu .menu-item > a {
    display: block;
    padding: 10px 0;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-top: 36px;
    padding: 16px 24px;
    border-radius: 8px;
    background: #f7f7f7;
    width: max-content;
    font-weight: 400;
  }
  .navbar-nav .dropdown:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .navbar-nav .dropdown:hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 38px;
  }
}
/* ==========================================
   MOBILE NAVIGATION
========================================== */
@media (max-width: 1200px) {
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .sub-menu.dropdown-menu {
    border: 0;
    position: relative !important;
    transform: none !important;
  }
}
/* ==========================================
  Kajabi Form
========================================== */
#kajabi-form {
  padding: 0px;
}
#kajabi-form .kajabi-form__content {
  max-width: 100% !important;
}
#kajabi-form .kajabi-form__content fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#kajabi-form .kajabi-form__content fieldset > div {
  flex: 0 0 calc(96% / 2);
  margin: 4px !important;
}
#kajabi-form .kajabi-form__content fieldset input {
  padding: 25px !important;
  background-color: #fff !important;
  border: 1px solid #EBCCCC !important;
  font-family: "Poppins", sans-serif !important;
}
#kajabi-form .kajabi-form__title {
  font-size: 16px !important;
  color: #474747 !important;
}
#kajabi-form .kajabi-form__form-item {
  margin-bottom: 2% !important;
}
#kajabi-form .kajabi-form__form-item input, #kajabi-form .kajabi-form__form-item textarea, #kajabi-form .kajabi-form__form-item select {
  border: 2px solid #ededed !important;
  background-color: #fff !important;
}
#kajabi-form .kajabi-form__form-item textarea {
  height: 140px !important;
}
#kajabi-form .kajabi-form__btn {
  color: #fff;
  background-color: #990000 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 50px !important;
  padding: 14px 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  #kajabi-form .kajabi-form__content fieldset > div {
    flex: 0 0 calc(98% / 1);
    margin: 4px !important;
  }
}
/* ==========================================
  Homepage
========================================== */
.investors-section {
  background: #F7F7F7;
}
.primary-description-wrapper p strong {
  color: #140707;
  font-weight: 600 !important;
}
.primary-description-wrapper ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0px;
}
.primary-description-wrapper ul li {
  position: relative;
  padding-left: 30px;
}
.primary-description-wrapper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2026/06/marker-vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.our-process .process-tabs-wrapper {
  border-top: 1px solid rgba(153, 0, 0, 0.2);
  border-bottom: 1px solid rgba(153, 0, 0, 0.2);
}
.our-process .process-tabs-wrapper .rpk-proc-sidebar {
  padding-block: 32px;
  border-right: 1px solid #EBCCCC;
  padding-right: 40px;
}
.our-process .process-tabs-wrapper .rpk-proc-sidebar .nav-link:hover {
  color: #990000;
}
.our-process .process-tabs-wrapper .rpk-proc-sidebar .nav-link.active {
  background: linear-gradient(90deg, #900 0%, #F00 100%);
  border-radius: 8px;
  color: #fff;
  box-shadow: none;
  display: flex !important;
  gap: 8px !important;
  padding: 16px;
}
.our-process .process-tabs-wrapper .rpk-proc-sidebar .nav-link.active .counter {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding-top: 3px;
}
.our-process .process-tabs-wrapper .tab-content {
  padding-block: 32px;
  padding-left: 40px;
}
.our-process .process-tabs-wrapper .counter {
  border-radius: 100%;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 14px !important;
  line-height: 1;
}
@media (max-width: 991px) {
  .our-process .nav-pills {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
  .our-process .nav-pills .nav-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding-right: 0px;
  }
  .our-process .rpk-proc-sidebar {
    border-right: none !important;
    padding-right: 0px !important;
  }
  .our-process .tab-content {
    padding-left: 0px !important;
  }
}
.main-footer .primary-description {
  font-size: 16px;
}
.main-footer .topbar__social-link {
  border-radius: 8px;
  border: 1px solid #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.get-in-touch {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.get-in-touch::before {
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
}
.get-in-touch .container {
  position: relative;
  z-index: 2;
}
/* ==========================================
   Blog
========================================== */
.main-blog-section .blog-card {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.main-blog-section .blog-card .blog-excerpt {
  font-size: 16px;
}
.main-blog-section .blog-card .card-img-top {
  height: clamp(220px, 20vw, 240px);
  object-fit: cover;
}
ul.page-numbers {
  list-style: none;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
  padding-left: 0px;
}
ul.page-numbers .page-numbers.current {
  background: #990000;
  border: 1px solid #990000;
  padding: 10px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
}
.contact-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.contact-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.contact-banner > * {
  position: relative;
  z-index: 2;
}
/* ==========================================
  Common FAQ
========================================== */
.faq-section .accordion-item {
  border-bottom: 1px solid #0e163b29 !important;
  border-radius: 0px !important;
}
.faq-section .accordion-item:last-child {
  border-bottom: 0 !important;
}
.faq-section .accordion-item .accordion-button {
  padding-block: 24px;
}
.faq-section .accordion-item .accordion-button:not(.collapsed) {
  color: #990000;
}
.faq-section .accordion-item .accordion-button::after {
  background-image: url("/wp-content/uploads/2026/06/accordion-open.svg");
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
}
.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/uploads/2026/06/accordion-close.svg");
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
}
/* ==========================================
   Contact Us
========================================== */
.map-section iframe {
  width: 100%;
}
.page-template-contact-us {
  background: #F7F7F7;
}
.form-container-contact .kajabi-form__title {
  display: none;
}
/* ==========================================
  1031 Page
========================================== */
.service-section .service-icons {
  width: 50px;
  margin-bottom: 34px;
}
.benefits-section .benefit-card-img {
  width: 40px;
}
.over-section .over-card {
  background: #F7F7F7;
  padding: 24px;
}
.over-section .over-card .icon i.fas {
  color: #990000;
  font-size: 35px;
}
.cta-section-custom .bulb-icon {
  width: 80px;
  height: 80px;
}
.counter-section .progress-circle {
  --progress: 0;
  --size: 150px;
  --thickness: 8px;
  --color: #a40000;
  --bg: #e6e6e6;
  width: var(--size);
  height: var(--size);
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(var(--color) calc(var(--progress) * 1%), var(--bg) 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: --progress 2s linear;
  position: relative;
}
.counter-section .progress-inner {
  width: calc(var(--size) - (var(--thickness) * 2));
  height: calc(var(--size) - (var(--thickness) * 2));
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-section .counter {
  font-size: 42px;
  font-weight: 700;
}
.contact-banner-real-estate .contact-banner-overlay .primary-description {
  max-width: 900px;
  margin-inline: auto;
}
/* ==========================================
   Responsive Design
========================================== */
@media (min-width: 1200px) {
  .two-col-list {
    column-count: 2;
    gap: 40px;
  }
  .blog-detail-section .recent-blogs-sidebar {
    position: sticky;
    top: 6rem;
  }
}
@media (max-width: 767px) {
  .custom-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .mobile-slider {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
  }
  .sliderCol {
    flex: 0 0 calc(100% - 40px) !important;
    scroll-snap-align: start;
    padding-right: 16px;
  }
  br {
    display: none !important;
  }
  .study-menu-list br {
    display: block !important;
  }
  .flex-wrap-custom {
    flex-wrap: wrap;
  }
}
