@font-face {
  font-family: "helvetica";
  src: url("fonts/Helvetica.ttf") format("truetype");
}

@font-face {
  font-family: "monteserrat";
  src: url("fonts/Montserrat.ttf") format("truetype");
}

body {
  font-family: "monteserrat";
}

a {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 54px;
    left: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    width: 100%;
    transition: all 0.4s ease;
    display: block;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 50%;
    left: 50%;
    transition: all 0.2s ease;
  }
  .navbar-collapse.show {
    left: 30%;
    background-color: white;
    height: 100dvh;
    margin-top: 25px;
    font-size: 2.4dvh;
    padding-left: 20px;
  }
}
.nav-link {
  font-weight: 600;
}

.nav-link:hover {
  color: #2e3192 !important;
}

.blue-txt {
  color: #2e3192;
}

.card-prop {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.card-img {
  display: inline-block;
  overflow: hidden;
}
.card-img .card-img-top {
  display: block;
  transition: transform 0.6s ease-in-out;
}
.card-img:hover .card-img-top {
  transform: scale(1.15);
  cursor: pointer;
}

.img-bottom {
  background-color: black;
  position: relative;
  z-index: 10;
  color: white;
  top: -70px;
  padding: 5px;
  margin-bottom: -35px;
}

.img-above {
  background-color: black;
  position: relative;
  z-index: 10;
  color: white;
  top: 0;
  padding: 5px;
}

.card-body {
  margin-top: -35px;
  font-size: 0.8rem;
  padding-bottom: 10px;
}

.card-hr {
  margin-top: 7px;
  margin-bottom: 7px;
}

.btn-form {
  font-size: 0.8rem;
  padding: 0;
  padding-inline: 5px;
  background-color: #2e3192;
  color: white;
  cursor: pointer;
}

.underline2 {
  background: #2c3749;
  height: 4px;
  border-radius: 10px;
  width: 120px;
  margin: 20px auto;
  /* margin-top: -8px; */
}

#hp-ctn-howItWorks img {
  vertical-align: middle;
}

#hp-ctn-howItWorks {
  text-align: center;
  width: 22dvh;
  height: 6dvh;
  margin-top: 150px;
  background: #2e3192;
  border: white 2px solid;
  z-index: 15;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  position: fixed;
  right: 0px;
  top: 4dvh;
}

#hp-ctn-howItWorks p {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  line-height: 5dvh;
  cursor: pointer;
}

#whatsapp {
  text-align: center;
  width: 55px;
  height: 55px;
  background-color: #21be5b;
  border-radius: 35px;
  margin-left: 5px;
  z-index: 15;
  transform-origin: bottom right;
  position: fixed;
  left: 1%;
  bottom: 2%;
}
#whatsapp p {
  color: #fff;
  font-weight: 500;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 50%; */
}
.color-white {
  color: white;
}

html {
  scroll-behavior: smooth;
}

.fixed-footer-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 111;
}

.fixed-footer-btns a {
  width: 100%;
  float: left;
  height: 50px;
  line-height: 50px;
  background: #2e3192;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
}

.whatsapp-footer {
  color: white !important;
  padding: 10px;
}
.footer-whatsapp {
  position: fixed;
  background-color: #21be5b;
  bottom: 60;
  left: 20;
  width: 63px;
  height: 63px;
  border-radius: 50px;
  z-index: 111;
}

#footer a {
  color: black;
  font-weight: 500;
}

.form-bg {
  background-color: #fff;
  padding: 15px;
  opacity: 0.85;
}
.form-border {
  border: 2px solid #000;
  padding: 20px;
}

.form-container {
  background-color: #2e3192;
  border-radius: 5px;
  padding: 1dvh;
}

.form-container .form-control {
  background-color: transparent;
  color: white !important;
  margin-bottom: 0dvh;
}
.form-container li {
  color: white !important;
}

.form-container .form-control::placeholder {
  color: white;
}

.form-container option {
  background-color: #2e3192;
}

.l-desk img {
  width: 40px !important;
}

.l-mob img {
  width: 40px;
}

/* dropdown mobile */
.grow {
  height: 42px;
  position: relative;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
}
.grow:hover {
  height: 110px;
}

/* dropdown nav */
.dropdown-menu,
.dropdown.open > .dropdown-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
.dropdown:hover > .dropdown-menu,
.dropdown.open:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  background-color: white;
  background-position: center;
  padding: 15px;
  width: 20dvw;
}

.dropdown-menu .nav-link {
  padding-block: 4px;
  font-size: 0.9rem !important;
}

.navbar.scrolled {
  background-color: #2e3192 !important;
}

.scrolled .nav-link {
  color: white !important;
}

.scrolled .dropdown-menu {
  background-color: #2e3192;
}

.scrolled .nav-link:hover {
  color: #e74e1b !important;
}

#navbar .nav-link {
  font-size: 1.1dvw;
}

.foot a {
  color: #2e3192;
}

#search {
  bottom: -40;
  width: 12% !important;
  display: none;
  transition: transform 500ms;
  position: absolute;
}

.nav {
  z-index: 10;
}

.show-search {
  display: block !important;
}

hr.new3 {
  border-top: 3px dotted gray;
}

.card {
  display: block;
  top: 0px;
  height: 100px;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;

  &:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
  }
  &:hover:before {
    transform: scale(2.15);
  }
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.custom-card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.custom-card:hover {
  transform: translateY(-5px);
}
.card-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-text {
  font-size: 0.8rem;
}
.card-title,
.card-text {
  margin: 0;
  /* padding: 0 1rem; */
}

/* dropdown nav */
/* .proj-menu,
.proj.open > .proj-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
.proj:hover > .proj-menu,
.proj.open:hover > .proj-menu {
  opacity: 1;
  visibility: visible;
}

.proj-menu {
  background-color: white;
  background-position: center;
  padding: 15px;
  width: 20dvw;
}

.scrolled .proj-menu {
  background-color: #2e3192;
} */

.proj-b {
  overflow: hidden;
  transition: height 0.5s;
  height: 30px;
}
.proj-b:hover {
  height: 250px;
}

.proj-g {
  overflow: hidden;
  transition: height 0.5s;
  height: 30px;
}
.proj-g:hover {
  height: 350px;
}

.back-footer {
  color: white !important;
  padding: 15px;
}
.footer-back {
  position: fixed;
  background-color: #2e3192;
  bottom: 130;
  left: 20;
  width: 63px;
  height: 63px;
  border-radius: 50px;
  z-index: 111;
}

#backbtn {
  text-align: center;
  width: 55px;
  height: 55px;
  background-color: #2e3192;
  border-radius: 35px;
  margin-left: 5px;
  z-index: 15;
  transform-origin: bottom right;
  position: fixed;
  left: 1%;
  bottom: 8%;
  cursor: pointer;
}
#backbtn p {
  color: #fff;
  font-weight: 500;
  padding-top: 8px;
  display: inline-block;
  cursor: pointer;
}
.faqs-list {
  margin: 2rem auto; /* Center the FAQ section */
  max-width: 1200px; /* Max width for the FAQ section */
}

.faq-block {
  background-color: #fff; /* White background for each FAQ */
  border-radius: 8px; /* Rounded corners */
  margin-bottom: 1rem; /* Spacing between FAQs */
  padding: 1rem; /* Padding for content */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: box-shadow 0.3s;
  cursor: pointer;
}

.faq-block:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}

.toggle-icon {
  cursor: pointer; /* Change cursor on hover */
  color: black; /* Black color for toggle icon */
}

.subtitle_default {
  margin-bottom: 0; /* Remove default margin */
  color: black; /* Black text for subtitle */
  flex-grow: 1; /* Make the question text grow */
  font-weight: 600;
  
}

.faq-answer {
  display: none; /* Hide answer initially */
  color: black; /* Black text for answer */
  
  font-size: 0.9rem;
}
.icon-text{
  font-size: 1rem;
  font-family: "QanelasSemiBold";
}
.icon-text1{
  font-size: 0.9rem;
  font-family: "MyriadPro";
}
.main-head{
  font-family: "QanelasBold";
}
.btn-custom1 {
  background-color: #ff6b35;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Sticky form */
div.sticky {
  outline: 0;
  position: sticky;
  color: white !important;
  bottom: 0;
  background-color: #2b3990;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400 !important;
  z-index: 999;
}

input.desktop-sticky-form {
  outline: 0;
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff !important;
  border: none;
  display: inline-block;
}

.sticky table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}
.sticky table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.sticky table {
  border-collapse: collapse;
}
.sticky table th {
  padding-left: 30px;
}
.sticky th {
  text-align: center;
  font-weight: normal;
}
.sticky .form-control {
  border-color: white;
}
.sticky .form-control:focus {
  border-color: #547cbe;
}
/* .sticky .form-control::placeholder {
  color: white;
}
.sticky .form-control {
  color: white;
} */

.formbox {
  /* border-radius: 50px; */
  width: 23%;
  margin: auto;
  margin: 0px 10px;
  display: inline-block;
  background: transparent !important;
}
.formbox1 {
  border-radius: 50px;
  width: 23%;
  margin: auto;
  margin: 0px 10px;
  display: inline-block;
}
.formbox3 {
  border-radius: 50px;
  width: 23%;
  margin: auto;
  margin: 0px 10px;
  display: inline-block;
}
.formbox2 {
  border-radius: 50px;
  width: 50%;
  margin: auto;
  margin: 0px 10px;
  display: inline-block;
}
.intl-tel-input.allow-dropdown {
  width: 100%;
}

.desktop-sticky-form {
  /* display: inline-block; */
  padding: 0 1%;
}
.btnsubmit {
  border-radius: 50px;
  padding: 2px 10px;
  color: #2b3990 !important;
  margin: auto;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
}
/* sticky form end */
.color-white{
  color: white;
  font-size: 0.8rem;
}