@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Reem+Kufi+Ink&display=swap');

* {
  box-sizing: border-box;
}
html {
  margin-top: 0 !important;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif !important;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", serif !important;
}

.reemkufi {
  font-family: "Reem Kufi Ink", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-primary {
  color: var(--primary) !important;
}

.title-head {
  color: #42646E;
  font-size: 33px;
  display: inline-block;
  /* font-weight: 500; */
  padding-bottom: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.mt-7rem {
  margin-top: -7rem;
}

.mt-10rem {
  margin-top: 10rem;
}

.para {
  font-size: 16px;
  color: var(--hash);
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20px {
  font-size: 20px;
}

.z-3 {
  z-index: 3 !important;
}

.rounder-1rem {
  border-radius: 1rem;
}

.z-2 {
  z-index: 2 !important;
}

.ms-12 {
  margin-left: 12rem;
}

.me-14 {
  margin-right: 14rem;
}

.z-1 {
  z-index: 1 !important;
}

.w-60 {
  width: 60%;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-35 {
  border-radius: 35px;
}

.padd-80 {
  padding: 80px 0;
}

.padd-pe-ps-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.padd-60 {
  padding: 60px 0;
}

.padd-50 {
  padding: 50px;
}

.title-head span {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: var(--pink);
  border-radius: 50px;
}

.title-head .line-1 {
  width: 80px;
  height: 4px;
}

.title-head .line-2 {
  width: 30px;
  height: 4px;
  bottom: 0;
  left: 86px;
}

.title-head .line-3 {
  width: 4px;
  height: 4px;
  bottom: 0;
  left: 121px;
}

.main-app__banner::before {
  content: '';
  position: absolute;
/*  background-image: url("../img/banner-sub.svg");*/
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  z-index: 0;
}

.main-app__banner {
  position: relative;
  background-color: #cdedee7d;
  height: 700px;
  border-radius: 15px;
}

.main-app__banner::after {
  content: '';
  position: absolute;
/*  background-image: url(../img/all/banner-img.svg);*/
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 60px;
  width: 50%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position-x: right;
}


/* BANNER */

/* ABOUT */
.about {
  position: relative;
}

.about::after {
  content: '';
  position: absolute;
/*  background-image: url("../img/all/about-img.svg");*/
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position-x: right;
}

/* ABOUT */

/* SUBSCRIPTION */
.optica-char .optica-char-img {
  position: absolute;
  top: -100px;
  transform: scale(0.9);
  width: 100%;
}

.optica-char .claim-cont span {
  width: 30px;
  height: 30px;
}

/* .optica-char .claim-cont h5 {
  font-size: 15px;
} */


/* SUBSCRIPTION */
.claim-cont {
  position: relative;

}

.claim-cont h3 {
  font-size: 18px;
}

.claim-cont p {
  font-size: 14px;
  /* font-weight: 300; */
  line-height: 24px;
}

.claim-cont span {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50px;
  padding: 4px;
}


.banner-home .card {
  padding: 30px 30px 36px 30px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: rgb(0 0 0 / 0%) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* or */
.banner-home {
  padding-left: 20px;
  padding-right: 20px;

}

/* SLIDE MOVE ANIMATIONS */

/* WHO USES */
.who-uses {
  background-color: #cdedeec0;
}

.who-uses .card .icon {
  width: 63px;
  height: 63px;
  object-fit: contain;
}

.linh-5 {
  line-height: 1.5;
}

.linh-8 {
  line-height: 1.8;
}

/* WHO USES */

/* PRICING */
.hr-line {
  color: #2f778342 !important;
}

.pricing:hover .hr-line {
  color: var(--white) !important;
}

.pricing.active .hr-line {
  color: var(--white) !important;
}

.pricing .price .custom {

  font-size: 20px;
}

.pricing button {
  padding: 11px;
  border-radius: 1cap !important;
}

.pricing .price {
  font-size: 35px;

}

.pricing .price span {

  font-size: 15px;
  color: #42646E80;


}

.pricing {
  background-color: var(--white);
  color: #42646E;
  transition: 0.4s;
  height: 530px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pricing:hover {
  background-color: var(--secondary);
  color: var(--white);
  box-shadow: none
}

.pricing.active {
  background-color: var(--secondary);
  color: var(--white);
  box-shadow: none
}


.pricing.active button {
  background-color: var(--white) !important;
  color: var(--secondary-800) !important;
}

.pricing:hover button {
  background-color: var(--white) !important;
  color: var(--secondary-800) !important;
}


.pricing.active h3 span {
  color: var(--white);
  opacity: 50%;
}

.pricing:hover h3 span {
  color: var(--white);
  opacity: 50%;
}

.pricing:hover button .arrow svg path,
.pricing.active:hover button .arrow svg path {
  stroke: var(--secondary) !important;
  transition: stroke 0.3s ease;
}

.pricing:hover .icon svg path,
.pricing.active:hover .icon svg path {
  fill: #5ECDD8 !important;
  transition: stroke 0.3s ease;
}


.pricing button .arrow svg path {
  stroke: #fff !important;
}

.pricing.active button .arrow svg path {
  stroke: var(--secondary) !important;
}



/* Remove left and right borders from the table */
.compare-plans .table.table-bordered {
  border-left: none;
  border-right: none;


}

/* Remove left border from first cell in each row */
.compare-plans .table.table-bordered th:first-child,
.compare-plans .table.table-bordered td:first-child {
  border-left: none;
  text-align: left;
  padding: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #212121CC;
  opacity: 80%;

}

.compare-plans .table td,
th {
  border-color: #C9DDE7;
}

/* Remove right border from last cell in each row */
.compare-plans .table.table-bordered th:last-child,
.compare-plans .table.table-bordered td:last-child {
  border-right: none;
}

/* Center align all table data cells */
.compare-plans .table.table-bordered td {
  text-align: center;


}

/* Center images within cells and ensure proper spacing */
.compare-plans .table.table-bordered td img {
  display: block;
  margin: 0 auto;
}

/* Optional: Center header text if desired */
.compare-plans .table.table-bordered thead th {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #212121 !important;
  padding: 24px;
}

.compare-plans .table.table-bordered {
  border-left: none !important;
  border-right: none !important;
}

/* PRICING */

/* FREQUENTLY ASKED QUESTIONS */

.frequently-asked .accordion-body {
  color: #8987A1;
  padding: 0 1.25rem 1rem 1.25rem;
}

.frequently-asked .accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.frequently-asked .accordion-item:last-of-type .accordion-collapse,
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.frequently-asked .accordion-button,
.accordion-item {
  border: none;
  background-color: #F3F3F9;
  margin-bottom: 12px;
  box-shadow: none;
  font-size: 15px;
  border-radius: 15px;
  padding: 20px;
}

.frequently-asked .accordion-button {
  margin-bottom: 0;
}

.frequently-asked .accordion-button.collapsed {
  color: #252432;
}

.frequently-asked .accordion-button {
  color: #12A5BC;
}

.accordion-button::after {
/*  background-image: url("../img/all/plus.svg") !important;*/

}

.accordion-button:not(.collapsed)::after {
/*  background-image: url("../img/all/minus.svg") !important;*/
  width: 15px;
  height: 2px;
}

/* FREQUENTLY ASKED QUESTIONS */


/* SLIDE MOVE ANIMATIONS */

.tranparent {
  background-color: transparent;

}

/* Base animation styles */


/* Animation for left side */
.animate-left.active {
  opacity: 1;
  transform: translateX(0);
}

.animate-left {
  transform: translateX(-5vw);
}

/* Animation for right side */
.animate-right.active {
  opacity: 1;
  transform: translateX(0);
}

.animate-right {
  transform: translateX(5vw);
}

/* Animation for top side */
.animate-top.active {
  opacity: 1;
  transform: translateY(0);
}

.animate-top {
  transform: translateY(-50px);
}

/* Animation for bottom side */
.animate-bottom.active {
  opacity: 1;
  transform: translateY(0);
}

.animate-bottom {
  transform: translateY(50px);
}

/* .animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
} */
.animate {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate.active {
  opacity: 1;
  transform: translateY(0);
}


.banner-heading {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 12rem;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlide 1s ease-in-out forwards;

}

.fade-img {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeSlideImage 1s ease-in-out 0.5s forwards;
}



/* Keyframes */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideImage {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* SLIDE MOVE ANIMATIONS */




.banner-heading {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 15rem;
  opacity: 0;
  margin-left: 3rem;
  transform: translateY(30px);
  animation: fadeSlide 1s ease-in-out forwards;
}

.fade-img {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeSlideImage 1s ease-in-out 0.5s forwards;
}



/* Keyframes */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideImage {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* SLIDE MOVE ANIMATIONS */


.banner-heading h1 {
  font-weight: 400;
  color: var(--white);
  font-size: 2.7rem;
  line-height: 1.3;
}

.banner-heading h5 {
  line-height: 1.5;
  font-size: 22px;
}

.banner-heading h1 span {
  color: var(--pink-200);
  font-size: 3rem;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  font-weight: 500;
}

.banner-heading button {
  border-radius: 12px;
  padding: 16px 35px;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;

}

.banner-heading button:active {
  transform: scale(0.8);
}

.banner-heading button span {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.banner-heading button span img {
  width: 80%;
}

.banner-heading button:hover span {
  transform: translateX(5px);
}

.banner-heading button.pink:hover span {
  transform: translateY(-5px);
}

.banner-heading button:hover {
  color: var(--white);
}

.banner-heading button.pink {
  background-color: var(--pink);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.banner-heading button.violet {
  background-color: var(--violet);
  border: 1px solid var(--white);
}

/* BANNER */
/* HOVER TO VIEW FULL DIV  */

.hover-on-div {
  display: flex;
  gap: 20px;
}

.hover-on-div .hover-card {
  width: 100%;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 10px;
  transition: width 0.3s ease-in-out, box-shadow 0.8s ease;
  overflow: hidden;
  position: relative;
  height: 500px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}

.hover-on-div .active {
  width: 250%;
}

.icon-area-wrap {
  color: #fff;
  border-radius: 10px 10px 0 0;
  gap: 20px;
}

.icon-area {
  width: 115px;
  height: 115px;
  min-width: 115px;
  min-height: 115px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-area img {
  width: 40px;
  height: 40px;
}

.hover-card .icon-area-wrap {
  padding-left: 0px;
}

.hover-card.active .icon-area-wrap {
  padding-left: 20px;
}

.hover-card.active .icon-area-wrap {
  display: none !important;
}

.hover-card.active .icon-area-wrap h4 {
  text-align: left;
}

.hover-card .icon-area-wrap h4 {
  text-align: center;
  width: 152px;
}

.hover-on-div .hover-none-block {
  display: none;
  padding: 20px;
  animation: slideDown 0.8s ease-in-out;
}

.hover-on-div .active .hover-none-block {
  display: block;
}

@keyframes slideDown {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.icon-area-wrap {
  flex-direction: column;
  width: 100%;
}


/* HOVER TO VIEW FULL DIV  */

/* TAB SIDE  */
.right-tab .nav-item .nav-link {
  color: var(--hash-1);
  width: 100%;
  padding: 16px 0;
  text-align: left;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-size: 17px;
  font-weight: 400;
  border: none;
}

.right-tab .nav-tabs {
  border: none;
}



.right-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.first {
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 0px 10px;
  margin-top: 0 !important;
}

.right-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.last {
  border-top-right-radius: 0px 10px;
  border-bottom-right-radius: 10px 10px;
}

.right-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  padding: 16px 20px;
  background-color: var(--light-blue-200);
  color: var(--black-900);
  width: 100%;
  border-left: 8px solid var(--pink);
  font-weight: 600;
  position: relative;
  border-top-left-radius: 0 0;
  border-bottom-left-radius: 0 0;
  margin: 14px 0;
}


.right-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 16px;
/*  background-image: url('../img/pink-icon-arrow.svg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: wiggle 0.6s infinite ease-in-out;
}

@keyframes wiggle {
  0% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(5px);
  }

  100% {
    transform: translateY(-50%) translateX(0);
  }
}

.right-tab-view .tab-content {
  background-color: var(--light-blue-200);
  padding: 25px;
  border-radius: 15px;
}

.round-ul {
  margin: 0;
  padding-left: 10px;
}

.round-ul li::marker {
  content: url('../img/all/tick-icon.svg');
  color: var(--dark-violet);
  font-size: 1rem;
  font-weight: 900;
}

.round-ul.hash-round li::marker {
  content: url('../img/all/hash-round.svg');

}

.round-ul.red-500 li::marker {
  color: var(--red-500);
}

.round-ul.hash-round li::marker {
  color: #969797;
}

.hover-none-block .round-ul {
  width: 500px;
  padding-right: 26px;
}

.round-ul li {
  line-height: normal;
  font-family: "Poppins", serif;
  font-style: normal;
  font-size: 15px;
  color: #212121CC;
}

/* TAB SIDE  */
.wrap-div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.wrap-div .wrap-single-div {
  width: calc(100% / 4);
  padding-right: 8px;
  padding-left: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.wrap-div .wrap-single-div::after {
  content: '';
}

.wrap-div::before {
  content: "";
  width: 100%;
  height: 100%;
/*  background-image: url(https://www.abzer.com/wp-content/themes/abzer/images/line-approval.svg);*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
}

.wrap-single-div .icon-area {
  overflow: hidden;
}

.wrap-single-div .icon-area img {
  position: relative;
  z-index: 1;
}

.wrap-single-div .icon-area {
  width: 115px;
  height: 115px;
  /* background-color: var(--white); */
  padding: 30px;
  border-radius: 50%;
}

/* .wrap-single-div .icon-area .line {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  left: 75%;
  height: 1px;
  transition: all .5s;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #CECECE 50%, rgba(255, 255, 255, 0) 0);
} */


/* Download Our App */

.billxpro-text {
  bottom: -13px;
  text-align: center;
  width: 100%;
  left: -39px;
}

.billxpro-text img {
  padding: 15px;
  width: 47%;
}



.sign-in h2 {
  padding-bottom: 1rem;
  font-size: 2.5rem;
  text-align: right;
  color: var(--violet);
  font-weight: 400;
}

.sign-in label {
  font-size: 14px;
}


.apps-img img {
  width: 170px;
  max-width: 100%;
}

/* SUBMITTING FORM */
.submiting-check {
  padding: 0;
}

.submiting-check label {
  color: var(--hash-800);
  font-size: 12px;
}

.sign-in .text-words {
  padding: 15px;
}

.sign-in .card {
  padding: 25px;
}

.sign-in button.close {
  background: none !important;
  border: none !important;
  color: #b3b3b7;
  font-size: 30px;
  position: absolute;
  right: 18px;
  top: 9px;
  font-weight: 200;
}

.sign-in button.close:hover {
  color: var(--secondary);
}

.sign-in button {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--white);
  border-radius: 10px;
}

.sign-in .form-control,
.form-select {
  border-color: #D9D9DA;
  padding: .575rem .75rem;
  font-size: 14px;
  color: #979797;
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;


}

.sign-in button:hover {
  background-color: var(--secondary-800);
  color: var(--white);
  border: 1px solid var(--secondary-800);
}

.sign-in button:active {
  background-color: var(--secondary-800);
  border: 1px solid var(--secondary-800);
  color: var(--white);
}

.submiting-check input[type=checkbox]+label {
  display: flex;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

.submiting-check input[type=checkbox] {
  display: none;
}

.submiting-check input[type=checkbox]+label:before {
  content: "\2714";
  border: 0.1em solid var(--hash-800);
  border-radius: 0.2em;
  display: inline-block;
  width: 100%;
  height: 20px;
  max-width: 19px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.6em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

.submiting-check input[type=checkbox]+label:active:before {
  transform: scale(0);
}

.submiting-check input[type=checkbox]:checked+label:before {
  background-color: var(--hash-800);
  border-color: var(--hash-800);
  color: var(--white);
}

.submiting-check input[type=checkbox]:disabled+label:before {
  transform: scale(1);
  border-color: var(--hash-800);
}

.submiting-check input[type=checkbox]:checked:disabled+label:before {
  transform: scale(1);
  background-color: var(--hash-800);
  border-color: var(--hash-800);
}

.sign-in .card {
  box-shadow: rgb(17 17 26 / 0%) 0px 4px 16px, rgb(17 17 26 / 1%) 0px 8px 32px;
}

.sign-in .card {
  margin: 15px;
}


.sign-in-modal {
  width: 500px;
  margin: 4rem auto !important;
}

/* Modal Background */
.sign-in-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* Show the modal */
.sign-in-wrap.show {
  opacity: 1;
  pointer-events: auto;
}

/* Modal Content */
.sign-in-wrap-modal {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}


.sign-in-wrap.show .sign-in-modal {
  transform: translateY(0);
  opacity: 1;
}

/* SUBMITTING FORM */


/* Style for active tab button */
button[id^="tab-"].active {
  background-color: var(--secondary);
  color: white;
  /* Add any other styles you want for active tabs */
}



.tab-button {
  padding: 17px 35px;
  border-radius: 50px;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 14px;
  text-align: right;
  width: fit-content;
  transition: all 0.3s ease;
  /* Smooth transition for all properties */
  transform: translateX(0);
  /* Initial position */
}

.tab-button:hover {
  background-color: #EDF0FA;
  transform: translateX(-8px);
  /* Move left slightly on hover */
  color: var(--primary);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  /* Optional: Add subtle shadow */
}

.tabbutton-wrap h3 {
  cursor: pointer;
}

.tabbutton-wrap {
  gap: 50px;
}


.active-btn {
  color: #fff;
  border-radius: 50px;
  background-color: #12A5BC;
}

.active-content {
  display: block !important;
}

.center-img {
  display: flex;
  align-items: center;
  width: 60%;
}

.tab-button-1 {
  position: relative;
  left: 44px;
}

.tab-button-2 {
  position: relative;
  left: 30px;
}

.tab-button-3 {
  position: relative;
  left: 30px;
}

.tab-button-4 {
  position: relative;
  left: 44px;
}

.custom-toggler {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 30px;
  padding: 0;
  cursor: pointer;
}

.custom-toggler .bar {
  height: 3px;
  width: 100%;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

/* Animation when toggled (navbar is open) */
.custom-toggler.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler.active .bar:nth-child(2) {
  opacity: 0;
}

.custom-toggler.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}


.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler .fa-bars {
  transition: transform 0.3s ease-in-out;
}

.navbar-toggler[aria-expanded="true"] .fa-bars {
  transform: rotate(90deg);
}

.navbar-toggler[aria-expanded="true"] .fa-bars:before {
  content: "\f00d";
}

.header {
  margin: 13px 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: #6363631a 0px 2px 12px 2px;
  background-color: #fff;
}

.header .navbar {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 10px;
  padding-right: 10px;
}

.header .nav-item .nav-link {
  color: #6C758F;
  font-family: "Poppins", serif !important;
  font-weight: 400;
  padding: 10px 23px;
  font-size: 15px;
  margin: 0 11px;

}

.header .nav-item .nav-link:hover {
  color: var(--secondary);
  background-color: #EDF0FA;
}
.round-no-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.header .nav-item .nav-link.active {
  color: var(--white);
  background-color: var(--secondary);
}

 

.header .nav-item button {
  font-size: 15px;
  border: none;
  padding: 8px 16px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  transform: translateY(0);
}

.header .nav-item button:hover {
  transform: translateY(-5px);
  
}
.header .nav-item button img{
  transition: all 0.4s;
  transform: rotate(0deg);
}
.header .nav-item button:hover img{
  transform: rotate(45deg);
}
.btn {
  transition: all 0.4s;
  transform: translateY(0);
}
.btn:hover {
  transform: translateY(-5px);
}
 .card {
  transition: all 0.4s;
  transform: translateY(0);
}
 .card:hover {
   transform: translateY(-5px);
  }
  .card .claim-cont span {
   transition: all 0.4s;
   transform: rotateY(0deg);
   
  }
  .card:hover .claim-cont span {
    transform: rotateY(152deg);
  }

  
  .card .icon  {
   transition: all 0.4s;
   transform: rotateY(0deg);
   
  }
  .card:hover .icon  {
    transform: rotateY(152deg);
  }

.header {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.header .navbar-brand img {
  max-width: 100%;
  /* height: 21px; */
  display: flex;
}

.header.scrolled {
  margin: 0;
  position: fixed;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

/*  */

.banner-home button,
input {
  height: calc(3.5rem + 2px);
  border-radius: 7px;

}


/* Footer Styles */



.footer {
  height: 650px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -40rem;

}


@media (max-width: 767.98px) {
  .footer {
    height: 100%;
    margin-top: 0;
  }

}

.footer-sec {
  z-index: 9;
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 5rem;
}

.footer-sec .logo {
  width: 280px;
}

ul.footer-social li {
  display: inline-block;
}

footer ul li a {

  font-size: 14px;
  font-weight: 300;
  padding: 7px 0;
  display: block;
}

ul.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
  font-size: 22px;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: transform 0.4s ease;
  animation: none;
  color: #8987A1;
}

ul.footer-social li a:hover {
  animation: rotateZoom 0.6s ease forwards;
}

@keyframes rotateZoom {
  0% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1.1) rotate(10deg);
  }

  100% {
    transform: scale(1.05) rotate(0deg);
  }
}

ul.footer-social {
  padding-left: 0;
  padding-top: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

ul.footer-social li a img {
  width: 20px;
  height: 18px;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.4s ease;
}

ul.footer-social li.twitter a img {
  height: 15px !important;
}

ul.footer-social li a:hover img {
  transform: scale(1.05);
}

.social-icons {
  margin-bottom: 10px;
}

.social-icons a {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0 10px;
  transition: color 0.3s;

}

.social-icons a:hover {
  color: #00A8E8;
}

.footer-links {
  margin-bottom: 0;
}

.footer-links a {
  color: #8987A1;
  text-decoration: none;
  margin: 3px 0px;
  font-size: 17px;
  transition: color 0.3s;
  cursor: pointer;
}

.footer-links a img {
  width: 20px;
}

.h-180 {
  height: 180px;
}

.footer-links a:hover {
  color: #c0eeca;
  text-decoration: underline;
}

.copyright {
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  left: 0;
  color: #8987A1;
  right: 0;
}



.table-box-green {
  border-collapse: collapse;
  width: 100%;
}

.table-box-green th {
  font-size: 20px !important;
  font-weight: 500;
}

.table-box-green th,
td {
  border-top: 1px solid #ADD8B0;
  border-bottom: 1px solid #ADD8B0 !important;
  padding: 19px 16px !important;
}

.table-box-green th:first-child,
.table-box-green td:first-child {
  border-right: 1px solid #ADD8B0;
}

/* FOOTER  */

/* SUB BANNER */


.breadcrumb-sub .breadcrumb .breadcrumb-item a {
  color: var(--blue-800) !important;
  text-decoration: none;
}

.breadcrumb-sub .breadcrumb li.active {
  color: var(--secondary) !important;
}

.core-features-line {
  position: relative;
}

.core-features-line::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 85%;
  background-color: #E7C9D9;
  top: 0;
}


.light-blue-border .right-border {
  border-right: 1px solid #C9DDE7;
}

.light-blue-border .left-border {
  border-left: 1px solid #C9DDE7;
}

.light-blue-border .bottom-border {
  border-bottom: 1px solid #C9DDE7;
}

.light-blue-border2 .right-border {
  border-right: 1px solid #D7DAE9;
}

.light-blue-border2 .left-border {
  border-left: 1px solid #D7DAE9;
}

.light-blue-border2 .bottom-border {
  border-bottom: 1px solid #D7DAE9;
}

.sub-banner-bg {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.sub-banner-bg h1 {
  position: absolute;
  font-size: 100px;
  opacity: 0.05;
  font-weight: 700;
}

.sub-banner-bg h2 {
  font-size: 35px;
  z-index: 99;
}



.core-values:hover {

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
}

.progress-wrap {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 2.3rem;
  height: 2.3rem;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.2s linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: Unicons;
  content: "↑";
  /* You can use your icon here */
  text-align: center;
  line-height: 2.3rem;
  font-size: 1.2rem;
  color: var(--secondary);
  left: 0;
  top: 0;
  height: 2.3rem;
  width: 2.3rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.2s linear;
}

.progress-circle {
  transform: rotate(-90deg);
}

.progress-circle path {
  fill: none;
  stroke: var(--secondary);
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {

  .progress-wrap,
  .progress-circle path {
    transition: none;
  }
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.p-lg-14 {
  padding: 3.5rem !important;
}

 .form-control, .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form .form-control,
.form-select {
  border-color: #D9D9DA;
  padding: .575rem .75rem;
  font-size: 14px;
  color: #979797;
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.form-floating>label {
  color: #60697b;
}

.form-select {
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(3.5rem + 2px);
  display: block;
  width: 100%;
  padding: .575rem .75rem;
  font-size: 14px;
  line-height: 1.7;
  border: 1px solid #D9D9DA;
  color: #60697b;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 20px;
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control input:placeholder {
  font-size: 18px !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  color: #60697b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* SUB BANNER */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .wrap-div::before {
    display: none;
  }

  .bottom-border {
    border-bottom: none
  }

  ;

  .banner-heading h5 {
    font-size: 17px;
  }

  .header .nav-item .nav-link {
    padding: 7px 16px;
    font-size: 15px;
    margin: 0 3px;
  }

  .header .navbar-nav {
    margin-top: 20px;
  }

  .ms-12 {
    margin-left: 10px;
  }

  .me-14 {
    margin-right: 10px;
  }

  .para {
    font-size: 12px;
  }

  .fs-14 {
    font-size: 12px;
  }

  .fs-16 {
    font-size: 12px;
  }

  .fs-17 {
    font-size: 12px;
  }

  .fs-18 {
    font-size: 16px;
  }


  .sign-in .card {
    margin: 0px;
  }

  .banner-heading {
    margin-top: 5rem;
  }

  .banner-heading h1 {
    font-size: 1.6rem;
  }

  .banner-heading h1 span {
    font-size: 2rem;
  }

  .main-app {
    height: 100%;
  }

  .mt-1rem {
    margin-top: 0rem;
  }

  .round-ul li {
    font-size: 12px;
  }

  .right-tab .nav-item .nav-link {
    font-size: 14px;
  }

  .title-head {
    font-size: 22px;

  }

  .wrap-div .wrap-single-div {
    width: calc(100% / 3);
  }

  .wrap-single-div .icon-area .line {
    display: none;
  }

  .pb-5 {
    padding-bottom: 1rem !important;
  }

  .pt-5 {
    padding-top: 1rem !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  /* .main-app::before {
    width: 100%;
    background-size: cover;
  } */

  .icon-area {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }

  .main-app__banner {
    height: 500px;
  }

  .padd-pe-ps-80 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {

  .frequently-asked .accordion-button,
  .accordion-item {
    padding: 11px;
    gap: 7px;
  }

  .left-border {
    border-left: none
  }

  ;

  .right-border {
    border-right: none;
  }

  .bottom-border {
    border-bottom: none
  }

  ;

  .light-blue-border2 .right-border {
    border: none;
  }

  .core-features-line::after {
    display: none;
  }

  .header .nav-item .nav-link {
    border-radius: 9px !important;
  }

  .padd-pe-ps-80 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-app__banner::after {
    right: 0;
    left: 5rem;
    top: 30rem;
    width: 53%;
    z-index: 1;
    height: 183px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position-x: right;
    bottom: 0;
  }


  .main-app__banner {
    height: 760px;
  }

  .w-50 {
    width: 100% !important;
  }

  .sub-banner-bg {
    height: 110px;
  }

  .sub-banner-bg h1 {
    display: none;
  }

  .wrap-div::before {
    display: none;
  }

  .tab-button-1,
  .tab-button-2,
  .tab-button-3,
  .tab-button-4 {
    position: static;
  }

  .sign-in h2 {
    font-size: 2rem;
  }

  .padd-80 {

    padding: 30px 0;
  }

  .header .navbar-nav {
    margin-top: 20px;
  }

  .ms-12 {
    margin-left: 0;
  }

  .me-14 {
    margin-right: 0;
  }

  .tab-button {
    width: 100%;
    text-align: center;
    padding: 12px 35px;
  }

  .tabbutton-wrap {
    gap: 10px;
    width: 100%;
  }

  .w-60 {
    width: 100%;
  }

  .mt-rem {
    margin-top: 3rem;
  }

  .banner-home .card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .about::after {
    position: static
  }

  .main-app__banner::before {
    position: static
  }

  .para {
    font-size: 12px;
  }

  .fs-14 {
    font-size: 12px;
  }

  .fs-16 {
    font-size: 12px;
  }

  .fs-17 {
    font-size: 12px;
  }

  .fs-18 {
    font-size: 16px;
  }


  .icon-area {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;

  }

  .sign-in .card {
    margin: 0px;
  }

  .sign-in .text-words {
    padding: 5px;
  }


  .main-app::before {
    width: 100%;
    background-size: cover;
  }


  .right-tab {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }



  .pb-5 {
    padding-bottom: 1rem !important;
  }

  .pt-5 {
    padding-top: 1rem !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .mt-10rem {
    margin-top: 0rem;
  }

  .main-app {
    height: 100%;
  }

  .banner-heading {
    margin-top: 5rem;
    text-align: center;
    margin-left: 0rem;
  }

  .banner-heading h1 {
    font-size: 1.6rem;
  }

  .hover-on-div {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .hover-on-div .active {
    width: 100%;
  }

  .hover-on-div .hover-card {
    height: 100%;
    padding: 15px;
  }

  .wrap-div .wrap-single-div {
    width: calc(100% / 2);
  }

  .wrap-single-div .icon-area .line {
    display: none;
  }

  .banner-heading h1 {
    font-size: 1.6rem;
  }

  .banner-heading h1 span {
    font-size: 2rem;
  }

  .title-head {
    margin: 5px;
    font-size: 23px;
  }

  .center-img {
    display: none;
  }
}