body{
  background-image: url(../img/gradientShadeBg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainNavbar {
  height: 100px;
  box-shadow: 0px 13px 14px rgba(0 0 0 / 25%);
}
#mainNavbar .mainNavbarInner {
  max-width: 1320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.dropdown-menu{
  background-color: #556EA4;
  border-radius: 10px;
  padding: 0px;
  color: white;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  top: 80px !important;
}
.dropdown-menu li{
  /*margin-top: 10px;*/
}
.dropdown-menu li a{
  font-family: "Montserrat";
  color: white;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 0px !important;
}
.dropdown-menu li:first-child a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.dropdown-menu li:last-child a {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.dropdown-menu li a:hover{
  background-color: #151C29;
  border-radius: 5px;
  color: white;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.navbar-nav {
  gap: 70px;
}
.navBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0px;
  margin: 0;
}
.navBtns li a {
  background-color: #556ea4;
  padding: 5px 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 25%);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.navBtns li a:hover {
  background-color: #fff;
  color: #000 !important;
  transition: 0.3s;
}
.heroSec {
  padding: 100px 0 0px 0;
  position: relative;
}
/* .heroSec::before {
  content: "";
  background-image: url("../img/heroSecBg.png");
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
} */
.heroSec .heroSecInner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.heroSec h2 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
}
.heroSec .subHeading {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 0;
}
.heroSec .subHeading::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  background-color: #556ea4;
  height: 1px;
  width: 90%;
}

.heroSec .searchBar {
  background-color: #d9d9d9;
  max-width: 80%;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: auto;
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  margin: 20px 0 30px 0;
}

.heroSec input[type="text"] {
  height: inherit;
  margin: 0;
  display: block;
  width: 100%;
  padding: 0 10px;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.heroSec input[type="text"]::placeholder {
  color: #000;
  font-weight: 300;
}

.heroSec .searchBar .searchBarSubmitBtn {
  border: none;
  background: transparent;
  width: 40px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.heroSec .ctaBtn {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background-color: #556ea4;
  padding: 8px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
}

.heroSec .ctaBtn:hover {
  color: #000;
  background-color: #fff;
  transition: 0.3s;
}

.refinance{
  margin: 80px;
}
.refinanceRow{
  display: flex;
  justify-content: center;
  align-items: center;
}
.refinanceDiv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.refinanceDiv h1{
  font-size: 40px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  border: 1px solid #556EA4;
  border-bottom: none;
  border-radius: 5px;
  width: 600px;
  padding: 30px 10px;
}
.refinanceDiv .content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
}
.refinanceDiv .content .refinanceContent{
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border:1px solid #556EA4;
  width: 600px;
  height: 400px;
}
.refinanceDiv .content .cashOutContent{
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border:1px solid #556EA4;
  width: 600px;
  height: 400px;
}
.refinanceDiv .content .refinanceContent h2{
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 600;
}
.refinanceDiv .content .refinanceContent p{
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
}
.refinanceDiv .content .cashOutContent h2{
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 600;
}
.refinanceDiv .content .cashOutContent p{
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
}



.alternativeLoan{
  margin: 60px;
}
.alternativeLoanRow{
  display: flex;
  justify-content: center;
  align-items: center;
}
.alternativeLoanRow2{
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alternativeLoanRow3{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alternativeLoanRow4{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alternativeLoanDiv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.alternativeLoanDiv h1{
  text-align: center;
  border:1px solid #556ea4;
  border-bottom: none;
  border-radius: 5px;
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 600;
  width: 650px;
  padding: 30px 0px;
}
.alternativeLoanDiv h6{
  margin-top: 30px;
  text-align: center;
  border:1px solid #556ea4;
  border-radius: 5px;
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 600;
  width: 1000px;
  padding: 60px 0px;
}

.alternativeLoanRow2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alternativeLoanRow2 .card {
  border-radius: 5px;
  padding: 0px;
  height: 400px;
  width: 414px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  perspective: 1000px; /* Enable 3D space for flip */
}

.alternativeLoanRow2 .card .content {
  position: relative;
  border: 1px solid #556EA4;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  text-align: center;
}

.alternativeLoanRow2 .card:hover .content {
  transform: rotateY(180deg);
}

.alternativeLoanRow2 .card .content .front,
.alternativeLoanRow2 .card .content .back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  backface-visibility: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.alternativeLoanRow2 .card .content .front {
  color: #ffffff;
}

.alternativeLoanRow2 .card .content .back {
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: white;
  transform: rotateY(180deg);
}

.alternativeLoanRow3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alternativeLoanRow3 .card {
  border-radius: 5px;
  padding: 0px;
  height: 400px;
  width: 414px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  perspective: 1000px; /* Enable 3D space for flip */
}

.alternativeLoanRow3 .card .content {
  position: relative;
  border: 1px solid #556EA4;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  text-align: center;
}

.alternativeLoanRow3 .card:hover .content {
  transform: rotateY(180deg);
}

.alternativeLoanRow3 .card .content .front,
.alternativeLoanRow3 .card .content .back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  backface-visibility: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.alternativeLoanRow3 .card .content .front {
  color: #ffffff;
}

.alternativeLoanRow3 .card .content .back {
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: white;
  transform: rotateY(180deg);
}


.alternativeLoanRow4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alternativeLoanRow4 .card {
  border-radius: 5px;
  padding: 0px;
  height: 400px;
  width: 414px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  perspective: 1000px; /* Enable 3D space for flip */
}

.alternativeLoanRow4 .card .content {
  position: relative;
  border: 1px solid #556EA4;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  text-align: center;
}

.alternativeLoanRow4 .card:hover .content {
  transform: rotateY(180deg);
}

.alternativeLoanRow4 .card .content .front,
.alternativeLoanRow4 .card .content .back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  backface-visibility: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.alternativeLoanRow4 .card .content .front {
  color: #ffffff;
}

.alternativeLoanRow4 .card .content .back {
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: white;
  transform: rotateY(180deg);
}







footer {
  border: 1px solid #556ea4;
  border-radius: 30px 30px 0 0;
  background-color: #151C29;
}
/* .footerFirstInner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 40px 0;
} */
.footerFirstInner {
  max-width: 1320px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 40px 0;
}
.footerFirstCol h4 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
}
.footerFirstCol h6 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: left;
  margin: 10px 0 0px 0;
}
.footerFirstCol ul {
  padding: 0px;
  margin: 0;
  text-align: center;
  margin-top: 30px;
}
.footerFirstCol ul li {
  list-style: none;
  margin-top: 10px;
}
.footerFirstCol ul a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.availableIconBox {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  flex-direction: column-reverse;
}
.availableIconBoxInner {
  display: flex;
  gap: 40px;
}
.availableIconBoxInner ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.availableIconBoxInner ul li a {
  width: 34px;
  height: 36px;
  background-color: #556ea4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.availableIconBoxInner ul li a i {
  color: #fff;
}
.borderTop {
  border-top:2px solid #ffffff5c;
}
.footerQuickLinks {
  padding: 20px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 200px;
}

.footerOtherLinks {
  padding: 20px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-top: 2px solid #ffffff5c;
}

.footerQuickLinks a,
.footerOtherLinks a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

#accordionExample {
  max-width: 40%;
  margin: 20px auto 40px auto;
}

.accordion-button {
  background-color: #151c29;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 25px;
  border-radius: 10px !important;
  padding: 30px 35px;
}
.accordion-body p {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.accordion-item {
  background-color: #151c29 !important;
  border: 1px solid #556ea4;
  border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #151c29 !important;
  box-shadow: none !important;
}

.footerFirstCol:first-child img {
  width: 180px;
}
.footerFirstCol:first-child {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button::after {
  filter: invert(1) brightness(100);
}

/* Style for the small circles */
.howItWorkSec .circleAnim {
  position: absolute;
  width: 170px;
  height: 170px;
  /* background-color: rgb(210 189 221); */
  background: #556ea4;
  /* Color of the circle */
  border-radius: 50%;
  pointer-events: none;
  /* Prevent interaction with the circles */
  animation: circle-fade-out 1s forwards;
  /* Fade-out animation */
  filter: blur(2px);
}

/* Main circle that follows the mouse */
.howItWorkSec .mainCircle {
  position: absolute;
  width: 170px;
  height: 170px;
  /* background-color: rgb(185 155 200); */
  background: #556ea4;
  /* Color of the circle */
  opacity: 0.49;
  border-radius: 50%;
  pointer-events: none;
  /* Prevent interaction with the circles */
  transition: transform 0.1s;
  /* Smooth movement */
  filter: blur(2px);
  display: none;
}

/* Fade-out effect */
@keyframes circle-fade-out {
  to {
    opacity: 0;
    transform: scale(0.3);
    /* Optional: Makes the circles grow slightly before fading */
  }
}

.highlight {
  color: #6441a5;
  font-weight: bold;
}
