#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: #151c29;
    border-radius: 10px;
    color: white;
    box-shadow: 15px -15px 30px rgb(85 110 164 / 10%) inset, -15px -15px 30px rgb(85 110 164 / 40%) inset, 15px 15px 38px rgb(85 110 164 / 40%) inset, -15px 15px 30px rgb(85 110 164 / 25%);
  }
  #mainNavbar .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;
  }
  #mainNavbar .dropdown-menu li{
    /*margin-top: 10px;*/
  }
  #mainNavbar .dropdown-menu li a{
    font-family: "Montserrat";
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 0px !important;
  }
  #mainNavbar .dropdown-menu li:first-child a {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
  }
  #mainNavbar .dropdown-menu li:last-child a {
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
  }
  #mainNavbar .dropdown-menu li a:hover{
    background-color: #151C29;
    border-radius: 5px;
    color: white;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  } 
  .dropdown-menu li a{
    font-family: "Montserrat";
    color: white;
    font-size: 20px;
  }
  .dropdown-menu li a:hover{
    background-color: #556ea4;
    border-radius: 5px;
    color: white;
  }
  .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;
  }
.privacyPolicySec p {
  font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-top: 20px;
}
.privacyPolicySec {
    margin-top: 60px;
    margin-bottom: 80px;
}
.privacyPolicySec h2:after {
    display: block;
    width: 95%;
    height: 1px;
    background: #556EA4;
    content: "";
    margin-top: 10px;
}
.privacyPolicySec h2 {
    font-size: 96px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: left;
    display: inline-block;
}
p{
    margin-bottom: 80px;
}
.Btn{
    border: 1px solid #556EA4;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 32px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    text-decoration: none;
}

footer {
    border: 1px solid #556ea4;
    border-radius: 30px 30px 0 0;
  }
  /* .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;
    margin: 0px;
  }
  .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;
  }
  