:root {
  --theme-color: #febc00;
  --main-color: #ff5900;
  --theme-blue: rgb(0 65 153);
  --dark-black: #ffffff;
  --heading-font: "Poppins", sans-serif;
  --theme-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
  --title-color: #000000;
}

.text-secondary {
  color: rgb(75, 85, 99) !important;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.title {
  font-family: var(--heading-font);
  color: var(--theme-color);
  font-size: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.title span {
  background-color: #1c63b8;
  display: inline-block;
  width: 40px;
  height: 3px;
  margin-left: 7px;
}

.common-heading {
  font-size: 45px;
  font-family: var(--heading-font);
  font-weight: 500;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.common-heading span {
  color: var(--theme-color);
  font-weight: 800;
}

.text {
  margin-bottom: 10px;
  line-height: 28px;
  font-family: var(--theme-font);
  font-size: 16px;
  text-align: justify;
}

.common-btn {
  padding: 12px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: box-shadow 0.5s;
  font-family: var(--nav-font);
  transition: 0.3s;
  background-color: var(--theme-blue);
  border-radius: 5px;
}
.common-btn:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.common-space {
  padding: 75px 0;
}

.common-margin {
  padding: 30px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #000000;
  margin-bottom: 20px;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #000000;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.sub-heading {
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}
.sub-heading::before {
  content: "\f2dc";
  font-size: 14px;
  font-family: fontawesome;
  color: var(--theme-color);
  position: absolute;
  left: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  position: relative;
}
.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link.show::before {
  width: 100% !important;
  left: 0;
}

.nav-link:focus,
.nav-link:hover {
  color: white !important;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  width: 100%;
  z-index: 11;
  background-color: rgb(255, 255, 255);
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
header .top-header {
  background-color: #00173C;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 0 0 !important;
}
header nav .navbar-brand img {
  max-width: 240px;
}
header nav .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
header nav .navbar-nav .nav-item {
  padding: 25px 5px 15px 5px;
  font-weight: 400;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item div img {
  filter: brightness(0) invert(1);
  max-width: 25px;
  margin-right: 20px;
  cursor: pointer;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.192);
  position: relative;
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  font-family: var(--nav-font);
  line-height: 27.0001px;
  position: relative;
  padding: 5px;
  font-size: 16px;
  color: #000;
  margin: 3px;
  transition: all 0.4s;
  font-weight: 600;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color) !important;
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color) !important;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .common-btn {
  background-color: var(--theme-color);
  color: var(--title-color);
  border-radius: 50px;
  padding: 0.8rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header .common-btn .icon {
  margin-right: 8px;
}
header .common-btn:hover {
  background-color: var(--main-color);
  color: var(--dark-black);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
header .call-btn {
  display: flex;
  gap: 20px;
}
header .call-btn a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
}
header .call-btn a i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--theme-blue);
  transition: 0.3s;
  width: 35px;
  height: 35px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  transition: 0.3s;
}
header .call-btn a:hover {
  color: var(--theme-blue);
}
header .call-btn a:hover i {
  color: var(--theme-color);
  background: var(--theme-blue);
}

.banner-home .desktop {
  display: block !important;
}
.banner-home .mobile {
  display: none !important;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}
.banner-home .banner-content {
  position: absolute;
  top: 50%;
  z-index: 31;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.banner-home .banner-content .sub-heading {
  font-family: var(--theme-font);
  font-size: 92px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #f18d75;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
}
.banner-home .banner-content .cont-banner {
  text-align: left;
}
.banner-home .banner-content ul {
  display: flex;
  gap: 2px;
  justify-content: center;
  font-size: 15px;
  color: rgb(255, 187, 0);
}
.banner-home .banner-content .hero-text {
  font-size: 22px;
  position: relative;
}
.banner-home .banner-content .hero-text::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: var(--main-color);
  bottom: -10px;
  left: 0;
}
.banner-home .banner-content .hero-text::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 2px;
  background: var(--theme-color);
  bottom: -10px;
  left: 100px;
}
.banner-home .banner-content h2 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 800;
  color: var(--main-color);
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.719);
}
.banner-home .banner-content p {
  line-height: normal;
  font-size: 16px;
  color: inherit;
  letter-spacing: normal;
  font-weight: 340;
}
.banner-home .banner-content .para {
  line-height: 30px;
}
.banner-home .contact-form {
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  height: 100%;
  background: white;
}
.banner-home .contact-form .tites {
  text-align: center;
  margin-bottom: 20px;
}
.banner-home .contact-form .tites h4 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}
.banner-home .contact-form .form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.banner-home .contact-form label {
  margin: 0 0 2px 0;
}
.banner-home .contact-form .form-select,
.banner-home .contact-form .form-control {
  margin: 0 0 8px 0;
  border-radius: 5px;
  padding: 7px 10px;
  background: transparent;
  border: 1px solid rgb(0, 0, 0);
}
.banner-home .contact-form .form-select:focus,
.banner-home .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
}
.banner-home .contact-form .form-select option {
  color: rgb(0, 0, 0) !important;
}
.banner-home .contact-form ::-moz-placeholder {
  color: rgb(0, 0, 0);
  opacity: 1;
  /* Firefox */
}
.banner-home .contact-form ::placeholder {
  color: rgb(0, 0, 0);
  opacity: 1;
  /* Firefox */
}

header.sticky, header.sec-nav {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #ffffff;
}
header.sticky nav .navbar-brand img, header.sec-nav nav .navbar-brand img {
  max-width: 130px;
}
header.sticky .navbar-nav .nav-item .nav-link, header.sec-nav .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.sticky .nav-link:focus,
header.sticky .nav-link:hover, header.sec-nav .nav-link:focus,
header.sec-nav .nav-link:hover {
  color: var(----main-back) !important;
}
header.sticky nav .navbar-nav .nav-item .nav-link, header.sec-nav nav .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: var(--nav-font);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 27.0001px;
}
header.sticky nav .navbar-nav .nav-item .nav-link::before, header.sec-nav nav .navbar-nav .nav-item .nav-link::before {
  background-color: var(----main-back);
  left: 0;
}
header.sticky nav .navbar-nav .nav-item, header.sec-nav nav .navbar-nav .nav-item {
  padding: 19px 5px;
}
header.sticky header .social a, header.sec-nav header .social a {
  color: #000000;
}
header.sticky .social a, header.sec-nav .social a {
  color: #000000;
}
header.sticky1 {
  background-color: white !important;
}
header.sticky1 .navbar-nav .nav-item .nav-link {
  color: #000000;
}
header.sticky1 .nav-link:focus,
header.sticky1 .nav-link:hover {
  color: var(--theme-hover) !important;
}
header.sticky1 .navbar-nav .nav-link.active,
header.sticky1 .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.luxury-loan-hero {
  color: var(--dark-black);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(38, 105, 207, 0.95)), url(img/home-banner.jpeg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 6.5rem !important;
}
.luxury-loan-hero .contact-form {
  background: rgba(255, 255, 255, 0.7882352941);
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
.luxury-loan-hero .contact-form .contact-heading {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.luxury-loan-hero .contact-form .contact-heading .enquiry {
  display: flex;
  gap: 10px;
  align-items: center;
}
.luxury-loan-hero .contact-form .contact-heading .enquiry img {
  max-width: 30px;
}
.luxury-loan-hero .contact-form .contact-heading .call-form {
  color: var(--title-color);
  font-weight: 700;
  font-size: 17px;
}
.luxury-loan-hero .contact-form .contact-heading .call-form i {
  color: var(--theme-blue);
}
.luxury-loan-hero .contact-form .contact-heading h4 {
  color: var(--theme-blue);
}
.luxury-loan-hero .contact-form h4 {
  text-align: center;
  margin-bottom: 0 !important;
  font-size: 20px !important;
  color: rgb(0, 0, 0);
  font-weight: 700;
}
.luxury-loan-hero .contact-form h4 span {
  color: var(--theme-color);
}
.luxury-loan-hero .contact-form label {
  margin: 0 0 8px 0;
  color: white;
  font-size: 17px;
}
.luxury-loan-hero .contact-form .form-label {
  color: white;
  font-weight: 700;
  font-size: 17px;
}
.luxury-loan-hero .contact-form .form-select,
.luxury-loan-hero .contact-form .form-control {
  margin: 0 0 10px 0;
  border-radius: 0px;
  padding: 10px 10px;
  background: transparent;
  border: none;
  border: 1px solid rgba(163, 163, 163, 0.75);
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.75);
  background: rgba(163, 163, 163, 0.05);
  background: white;
}
.luxury-loan-hero .contact-form .form-select:focus,
.luxury-loan-hero .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.luxury-loan-hero .contact-form .form-select option,
.luxury-loan-hero .contact-form .form-control option {
  color: #000;
  padding: 10px;
}
.luxury-loan-hero .contact-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
  opacity: 1;
  /* Firefox */
}
.luxury-loan-hero .contact-form ::placeholder {
  color: rgba(0, 0, 0, 0.75);
  opacity: 1;
  /* Firefox */
}
.luxury-loan-hero .contact-form button {
  border: 0px solid white;
  background-color: var(--theme-color);
  color: rgb(0, 0, 0);
  margin-top: 0;
  border: 1px solid var(--theme-color);
  transition: 0.3s;
}
.luxury-loan-hero .contact-form button:hover {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: white;
}
.luxury-loan-hero .contact-form .painted {
  color: white;
  font-weight: 700;
  margin-bottom: 8px;
}

.book-free-btn {
  background-color: rgb(255, 188, 0);
  font-size: 18px;
  line-height: 28px;
  padding: 18px 32px;
  border-radius: 43px;
  display: flex;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 600;
  margin-right: auto;
  color: rgb(0, 65, 153);
}
.book-free-btn i {
  margin-right: 10px;
}

.hero-glass-effect {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.hero-specialist-pill {
  border-radius: 25px;
  padding: 8px 20px;
  color: rgb(219, 234, 254);
}

.hero-rating-box .rating-text {
  display: flex;
  align-items: center;
}
.hero-rating-box .left-ratings {
  border-right: solid 1px rgba(255, 255, 255, 0.4705882353);
  padding-right: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.hero-rating-box .stars {
  color: var(--theme-color);
  font-size: 1.4rem;
  letter-spacing: 13px;
}
.hero-rating-box .google-text .g {
  color: #4285F4;
}
.hero-rating-box .google-text .o1 {
  color: #DB4437;
}
.hero-rating-box .google-text .o2 {
  color: #F4B400;
}
.hero-rating-box .google-text .g2 {
  color: #4285F4;
}
.hero-rating-box .google-text .l {
  color: #0F9D58;
}
.hero-rating-box .google-text .e {
  color: #DB4437;
}

.hero-main-heading {
  font-family: var(--heading-font);
  color: var(--dark-black);
}
.hero-main-heading span {
  display: block;
  color: var(--theme-color);
}

#animated-word {
  display: inline-block;
  color: var(--theme-color);
  margin-right: 0.5rem;
  border-right: 3px solid rgba(255, 255, 255, 0.7);
  animation: blink-caret 0.75s step-end infinite;
  min-height: 4rem;
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.7);
  }
}
.hero-sub-heading {
  font-family: var(--theme-font);
  max-width: 900px;
  color: #fff;
  font-size: 20px;
}

.hero-feature-item {
  gap: 1rem;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.05);
}
.hero-feature-item .checkmark {
  background-color: var(--main-color);
  color: var(--dark-black);
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.9rem;
}

/* --- Common Button Style You Provided (with hero-specific override) --- */
.common-btn {
  padding: 12px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  background-color: var(--main-color);
  border-radius: 5px;
  border: none;
  text-decoration: none;
}
.common-btn:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.hero-cta-button {
  background-color: var(--theme-color);
  color: var(--theme-blue);
  border-radius: 50px;
  padding: 13px 28px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.hero-cta-button .icon {
  margin-right: 8px;
}
.hero-cta-button:hover {
  background-color: var(--main-color);
  color: var(--theme-blue);
  transform: scale(1.05);
}

.section-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--title-color);
}
.section-heading .text-highlight {
  color: var(--main-color);
}

.trusted-section {
  background-color: rgb(249, 250, 251);
}
.trusted-section .section-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--title-color);
}
.trusted-section .section-heading .text-highlight {
  color: var(--main-color);
  background: -webkit-linear-gradient(53deg, var(--main-color), #FFBC00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trusted-section .hero-cta-button {
  margin-top: 2.5rem;
}
.trusted-section .stat-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 15px 16px -12px rgba(0, 0, 0, 0.2509803922);
  border-radius: 8px;
}
.trusted-section .stat-card .stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e7f1ff;
  color: var(--theme-blue);
}
.trusted-section .stat-card .stat-icon i {
  font-size: 1.75rem;
}
.trusted-section .stat-card .stat-number {
  font-family: var(--heading-font);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--theme-blue);
  margin-bottom: 0.5rem;
}
.trusted-section .stat-card .stat-title {
  color: var(--title-color);
  font-size: 1.1rem;
  transition: 0.3s;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.trusted-section .stat-card:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
}
.trusted-section .stat-card:hover .stat-title {
  font-size: 1.1rem;
}
.trusted-section .cta-quote-btn {
  background-color: var(--theme-color);
  color: var(--title-color);
  border-radius: 50px;
  padding: 0.9rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: none;
}
.trusted-section .cta-quote-btn:hover {
  color: var(--title-color);
  background-color: #ffcd39;
  box-shadow: 0 5px 15px rgba(254, 188, 0, 0.4);
  transform: translateY(-3px);
}

.sweet-spot-section {
  background-color: #fff;
}
.sweet-spot-section .hero-cta-button {
  margin-top: 2.5rem;
}
.sweet-spot-section .feature-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}
.sweet-spot-section .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08) !important;
}
.sweet-spot-section .feature-card .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
}
.sweet-spot-section .feature-card .feature-icon i {
  font-size: 1.5rem;
}
.sweet-spot-section .feature-card .feature-title {
  font-family: var(--heading-font);
  color: rgb(17, 24, 39);
  font-size: 20px;
  font-weight: 500;
}
.sweet-spot-section .feature-card .feature-description {
  font-size: 0.95rem;
  line-height: 1.6;
}
.sweet-spot-section .feature-card .feature-pill {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  align-self: flex-start;
}
.sweet-spot-section .card-interest .feature-icon {
  background-color: #fff4ec;
  color: var(--main-color);
}
.sweet-spot-section .card-interest .feature-pill {
  background-color: #fff4ec;
  color: var(--main-color);
}
.sweet-spot-section .card-loan .feature-icon {
  background-color: #e7f1ff;
  color: var(--theme-blue);
}
.sweet-spot-section .card-loan .feature-pill {
  background-color: #e7f1ff;
  color: var(--theme-blue);
}
.sweet-spot-section .card-experience .feature-icon {
  background-color: var(--theme-blue);
  color: #ffffff;
}
.sweet-spot-section .card-experience .feature-pill.pill-solid {
  background-color: var(--theme-blue);
  color: #ffffff;
}
.sweet-spot-section .card-advisory .feature-icon {
  background-color: #f1f3f5;
  color: #343a40;
}
.sweet-spot-section .card-advisory .feature-pill {
  background-color: #f1f3f5;
  color: #343a40;
}
.sweet-spot-section .cta-consultation-btn {
  background-color: var(--theme-color);
  color: var(--title-color);
  border-radius: 50px;
  padding: 0.9rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: none;
}
.sweet-spot-section .cta-consultation-btn:hover {
  color: var(--title-color);
  background-color: #ffcd39;
  box-shadow: 0 5px 15px rgba(254, 188, 0, 0.4);
  transform: translateY(-3px);
}

.solved-problems-section {
  background-color: #ffffff;
}
.solved-problems-section .hero-cta-button {
  margin-top: 2.5rem;
}
.solved-problems-section .problem-card {
  background-color: #ffffff;
  border: 2px solid;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.solved-problems-section .problem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
}
.solved-problems-section .problem-icon-wrapper {
  padding: 0.85rem;
  border-radius: 0.75rem;
  display: inline-flex;
}
.solved-problems-section .problem-icon-wrapper i {
  font-size: 1.5rem;
}
.solved-problems-section .problem-content .problem-title {
  font-size: 1.15rem;
  color: var(--title-color);
}
.solved-problems-section .problem-content .problem-label {
  font-size: 1em;
  margin-bottom: 0.25rem;
}
.solved-problems-section .problem-content .problem-description {
  font-size: 0.95rem;
}
.solved-problems-section .problem-content .solution-link {
  text-decoration: none;
  font-size: 0.95rem;
  transition: letter-spacing 0.3s ease;
}
.solved-problems-section .problem-content .solution-link:hover {
  letter-spacing: 0.5px;
}
.solved-problems-section .card-orange {
  border-color: #fde7d4;
}
.solved-problems-section .card-orange .problem-icon-wrapper {
  background-color: #fff7f0;
  color: #f58a40;
}
.solved-problems-section .card-orange .solution-link {
  color: #f58a40;
}
.solved-problems-section .card-blue {
  border-color: #dbe9ff;
}
.solved-problems-section .card-blue .problem-icon-wrapper {
  background-color: #f0f6ff;
  color: #4a8cff;
}
.solved-problems-section .card-blue .solution-link {
  color: #4a8cff;
}
.solved-problems-section .card-green {
  border-color: #d9f7e6;
}
.solved-problems-section .card-green .problem-icon-wrapper {
  background-color: #f0fdf7;
  color: #34c77b;
}
.solved-problems-section .card-green .solution-link {
  color: #34c77b;
}
.solved-problems-section .card-purple {
  border-color: #e9dfff;
}
.solved-problems-section .card-purple .problem-icon-wrapper {
  background-color: #f7f2ff;
  color: #8c54ff;
}
.solved-problems-section .card-purple .solution-link {
  color: #8c54ff;
}
.solved-problems-section .cta-discuss-btn {
  background-color: var(--theme-color);
  color: var(--title-color);
  border-radius: 50px;
  padding: 0.9rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: none;
}
.solved-problems-section .cta-discuss-btn:hover {
  color: var(--title-color);
  background-color: #ffcd39;
  box-shadow: 0 5px 15px rgba(254, 188, 0, 0.4);
  transform: translateY(-3px);
}

.success-stories-section {
  background: rgb(249, 250, 251);
}
.success-stories-section .story-card {
  border-radius: 1.25rem;
  border: 1px solid #e9ecef;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.success-stories-section .story-card .card-body {
  padding: 0;
}
.success-stories-section .story-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
}
.success-stories-section .story-card .story-title {
  color: var(--title-color);
  margin-bottom: 0;
}
.success-stories-section .story-card .story-details {
  font-size: 0.9rem;
}
.success-stories-section .story-card .story-details li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.success-stories-section .story-card .story-details li i {
  color: #adb5bd;
  margin-top: 6px;
}
.success-stories-section .story-card .problem-to-solve {
  font-size: 0.9rem;
  color: rgb(37, 99, 235);
}
.success-stories-section .story-card .stat-label {
  font-size: 13px;
}
.success-stories-section .story-card .story-stats {
  font-size: 0.95rem;
  border-top: 1px dashed #dee2e6;
  border-bottom: 1px dashed #dee2e6;
  padding: 0.75rem 0;
}
.success-stories-section .story-card .story-stats .stat-value .after {
  color: var(--main-color);
}
.success-stories-section .story-card .story-stats .stat-value .arrow {
  color: #adb5bd;
}
.success-stories-section .story-card .result-box {
  background-color: #fff4ec;
  border-radius: 0.75rem;
}
.success-stories-section .story-card .result-box .result-label {
  font-size: 0.8rem;
  color: var(--main-color);
  font-weight: 600;
}
.success-stories-section .story-card .result-box .result-value {
  font-size: 1.25rem;
  color: var(--main-color);
  line-height: 1.2;
}
.success-stories-section .story-card .result-box .result-subtext {
  font-size: 0.8rem;
  color: #ff5900;
}
.success-stories-section .cta-results-btn {
  background-color: var(--theme-color);
  color: var(--title-color);
  border-radius: 50px;
  padding: 0.9rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: none;
}
.success-stories-section .cta-results-btn:hover {
  color: var(--title-color);
  background-color: #ffcd39;
  box-shadow: 0 5px 15px rgba(254, 188, 0, 0.4);
  transform: translateY(-3px);
}

.testimonials-section {
  background-color: #eef2ff;
}
.testimonials-section .testinomials-wrappers {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(2, 1fr);
}
.testimonials-section .google-rating .stars {
  color: var(--theme-color);
}
.testimonials-section .stars i {
  color: var(--theme-color);
}
.testimonials-section .testimonial-card {
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #e9ecef;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.testimonials-section .testimonial-card .quote-icon {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 4rem;
  color: #f1f3f5;
  z-index: 0;
  line-height: 1;
}
.testimonials-section .testimonial-card .stars i {
  color: var(--theme-color);
}
.testimonials-section .testimonial-card .stars,
.testimonials-section .testimonial-card .review-text,
.testimonials-section .testimonial-card .author-info {
  position: relative;
  z-index: 1;
}
.testimonials-section .testimonial-card .review-text {
  font-size: 0.95rem;
  line-height: 1.7;
}
.testimonials-section .testimonial-card .quote-icon {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 2.3rem;
  color: transparent;
  z-index: 0;
  line-height: 1;
  -webkit-text-stroke: 2px #febc00;
  opacity: 0.4;
}
.testimonials-section .testimonial-card .author-info .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--theme-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
}
.testimonials-section .testimonial-card .author-info .author-name {
  font-size: 1rem;
  font-weight: 500;
}
.testimonials-section .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #d1d9e6;
  transition: all 0.3s ease;
}
.testimonials-section .owl-theme .owl-dots .owl-dot.active span, .testimonials-section .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-color);
}
.testimonials-section .cta-join-btn {
  background-color: var(--theme-color);
  color: var(--title-color);
  border-radius: 50px;
  padding: 0.9rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: none;
}
.testimonials-section .cta-join-btn:hover {
  color: var(--title-color);
  background-color: #ffcd39;
  box-shadow: 0 5px 15px rgba(254, 188, 0, 0.4);
  transform: translateY(-3px);
}

.contact-quote-section {
  background-color: var(--theme-blue);
}
.contact-quote-section .contact-info-item {
  align-items: center;
}
.contact-quote-section .contact-info-item .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: rgb(0, 65, 153);
  font-size: 1.1rem;
}
.contact-quote-section .contact-info-item .contact-details p {
  margin-bottom: 0px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 13px;
}
.contact-quote-section .contact-info-item .contact-link {
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-quote-section .contact-info-item .contact-link:hover {
  color: var(--theme-color) !important;
}
.contact-quote-section .next-steps-box {
  background-color: rgb(0, 61, 138);
  border: unset;
}
.contact-quote-section .next-steps-box .next-steps-list li {
  color: #e9ecef;
  font-size: 13px;
  padding-left: 0rem;
  position: relative;
  margin-bottom: 0.75rem;
  list-style: disc;
  margin-left: 18px;
}
.contact-quote-section .quote-form-wrapper {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: #fff;
  padding: 30px 30px;
}
.contact-quote-section .quote-form-wrapper .form-label {
  font-size: 0.9rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.5rem;
}
.contact-quote-section .quote-form-wrapper .form-control,
.contact-quote-section .quote-form-wrapper .form-select {
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-quote-section .quote-form-wrapper .form-control:focus,
.contact-quote-section .quote-form-wrapper .form-select:focus {
  border-color: var(--theme-blue);
  box-shadow: 0 0 0 0.25rem rgba(0, 65, 163, 0.2);
}
.contact-quote-section .quote-form-wrapper .cta-submit-btn {
  background-color: var(--theme-color);
  color: var(--title-color);
  border-radius: 8px;
  padding: 1.2rem 1rem;
  font-weight: 500;
  color: var(--theme-blue);
  font-size: 1.1rem;
  border: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.contact-quote-section .quote-form-wrapper .cta-submit-btn:hover {
  background: var(--main-color);
}
.contact-quote-section .social-links .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: #000;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.contact-quote-section .social-links .social-icon:hover {
  background-color: var(--main-color);
  color: white;
  transform: translateY(-3px);
}

/*================================================
    Site Footer (Nested SCSS)
=================================================*/
.site-footer {
  background-color: #030406;
  color: #a0a8b4;
  font-size: 0.9rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.site-footer .social-links a {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: var(--theme-blue);
  color: #fff;
  padding: 8px;
  display: inline-flex;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
}
.site-footer p {
  color: #a0a8b4;
  font-size: 13px;
}
.site-footer .footer-logo img {
  width: 80px;
  filter: brightness(0) invert(1);
}
.site-footer .footer-heading {
  font-weight: 400;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  color: #ffffff;
}
.site-footer .footer-nav li {
  margin-bottom: 0.85rem;
}
.site-footer .footer-nav li a,
.site-footer .footer-nav li span {
  color: #a0a8b4;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  transition: color 0.3s ease, padding-left 0.3s ease;
  font-size: 13px;
}
.site-footer .footer-nav li a i,
.site-footer .footer-nav li span i {
  width: 24px;
  margin-top: 3px;
}
.site-footer .footer-nav li a:hover {
  color: #fff;
  padding-left: 4px;
}
.site-footer .footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
}
.site-footer .copyright-notice {
  font-size: 0.8rem;
  color: #a0a8b4;
  border-top: solid 1px rgba(0, 65, 153, 0.368627451);
  padding-top: 1.5rem;
  margin-top: 2.5rem;
}

.mobile-Btn {
  display: none;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 89, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 89, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 89, 0, 0);
  }
}
@keyframes pulse-call-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 89, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 89, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 89, 0, 0);
  }
}
@keyframes pulse-whatsapp-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.floating-btn {
  position: fixed;
  right: 25px;
  z-index: 1050;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.floating-btn:hover {
  animation: none;
  transform: scale(1.1);
}

.floating-whatsapp-btn {
  bottom: 100px;
  background-color: #25D366;
  animation: pulse-whatsapp-animation 2s infinite;
}
.floating-whatsapp-btn:hover {
  background-color: #1DA851;
}

.floating-call-btn {
  bottom: 25px;
  background-color: var(--main-color);
  animation: pulse-call-animation 2s infinite;
  font-size: 1.5rem;
}
.floating-call-btn:hover {
  background-color: var(--theme-color);
  color: var(--title-color);
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}/*# sourceMappingURL=style.css.map */