@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;
}

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;
}

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

.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;
}

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

.w-60 {
  width: 60%;
}

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

.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;
}

.nav-link {
  color: #8987A1;
}

.title-head-text {
  color: #19463F;
}

.main-app__banner {
  min-height: 800px;
  border-radius: 15px;
  /* padding-top: 30px; */
}

.main-app__banner .form-section {
  background-color: #19463F;
  border: 1px solid #9CBBAB7D !important;

}

.main-app__banner .form-section label {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.main-app__banner .form-section label.submit-check {
  font-weight: 100;
  font-size: 13px;
}

.w-600 {
  width: 560px;
}

.mb--4 {
  margin-top: -4rem;
}

/* 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;
}



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

}

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

.claim-cont p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

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

.hover-box span {
  width: 50px;
  height: 50px;
  display: flex;
  padding: 4px;
}

.hover-box h6 {
  color: #252432;
}

.hover-box {
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

.hover-box p {
  color: #8987A1;
}

.hover-box:hover {
  box-shadow: rgba(66, 173, 39, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  background-color: #68B58D;
  border-color: #68B58D;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hover-box:hover h6 {
  color: #fff;
}

.hover-box:hover p {
  color: #fff;
}

.hover-box span {
  transition: all 0.4s;
  transform: rotateY(0deg);

}

.hover-box:hover span {
  transform: rotateY(152deg);
}

.nav-link:focus,
.nav-link:hover {
  color: #68B58D;
}



.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-item {
  border: none;
  background-color: #ffffff;
  margin-bottom: 12px;
  box-shadow: none;
  border-radius: 15px;
  text-transform: capitalize;
  border-radius: 1rem;
}

.frequently-asked .accordion-button {
  border: none;
  background-color: #F3F3F9;
  margin-bottom: 0;
  font-size: 15px;
  padding: 20px;
  color: #12A5BC;
  border-radius: 1rem;
  text-transform: capitalize;
  font-weight: 600;
}


.frequently-asked .accordion-item:first-of-type {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.frequently-asked .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.frequently-asked .accordion-button.collapsed {
  background-color: #fff;
  color: #252432;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;

}

.frequently-asked .accordion-button:not(.collapsed) {
  background-color: #62AC87;
  color: #fff;
  box-shadow: none;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-button:not(.collapsed):focus {
  background-color: #62AC87;
}

.frequently-asked .accordion-body {
  background-color: #62AC87;
  color: #EBEBEB;
  padding: 0 1.25rem 1rem 1.25rem;
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.frequently-asked .accordion-body p {
  color: #EBEBEB;
  font-size: 14px;
}

/* 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 {
  /* margin-left: 3rem; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlide 1s ease-in-out forwards;
  position: relative;
  align-items: flex-start;
}

.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 */






.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;
  color: #4C4C4C;
}
.banner-heading h5 strong{
  font-weight: 600;
}
.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: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  background-color: var(--white);
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.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;
}


@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.red-500 li::marker {
  color: var(--red-500);
}

.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;
}

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

.round-ul-2 li::marker {
  font-size: 24px;
  color: #000;
}

.feature-icons .feature-item {
  position: relative;
}

.feature-icons .line {
  width: 100px;
  height: 2px;
  background-color: #ccc;
  align-self: center;
  position: absolute;
  left: 18rem;
  top: 2rem;
}

.feature-icons .icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .feature-icons .line {
    left: 14rem;

  }
}

@media (max-width: 1199.98px) {
  .feature-icons .line {
    display: none;
  }
}

/* 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;
  padding: 30px;
  border-radius: 50%;
}


/* 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%;
}


/* HOVER TO VIEW FULL DIV  */

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

@media (max-width: 1199.98px) {
  .why-fatoora .hover-on-div {
    flex-wrap: wrap;
  }
}

.why-fatoora .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;
}

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

@media (max-width: 991.98px) {

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

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

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

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


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

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

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

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

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

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

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

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

@keyframes slideDown {
  from {
    /* scale: 0.8; */
    opacity: 0;
    /* transform: translateY(-20px); */
  }

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


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

.why-fatoora .hover-card.pink {
  background-color: var(--light-pink-100);
}

.why-fatoora .hover-card.blue {
  background-color: var(--light-blue-100);
}

.why-fatoora .hover-card.yellow {
  background-color: var(--light-yellow-100);
}

.why-fatoora .hover-card.green {
  background-color: var(--light-green-100);
}

/* HOVER TO VIEW FULL DIV  */

/* 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);
}


/* General Header Styles */
.header {
  /* overflow: hidden; */
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

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

/* Navbar Styles */
.header .navbar .nav-bg {
  padding: 0.7rem 20px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 12px 2px;
  background-color: #fff;
  margin: 13px 0;
  border-radius: 15px;
}

.header.scrolled .navbar .nav-bg {
  box-shadow: rgba(99, 99, 99, 0) 0px 2px 12px 2px;
  background-color: transparent;
}

.header .navbar-brand img {
  max-width: 230px;
  /* Adjust based on your logo */
  height: 62px;
}

/* Navigation Links */
.header .nav-item .nav-link {
  color: #6C758F;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 15px;
  margin: 0 5px;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: none;
}

.header .nav-item .nav-link:hover {
  color: #19463f;

}

.header .nav-item .nav-link.active {
  color: #19463f;
  font-weight: 600;

}

/* Sign Up Button */
.header .nav-item .btn-primary {
  background-color: #68B58D;
  /* Change to your brand color */
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.header .nav-item .btn-primary:hover {
  background-color: #68B58D;
  /* Darker shade */
  transform: translateY(-2px);
}

/* Mobile Toggle Button */
.navbar-toggler {
  border: none;
  outline: none;
}

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

.custom-toggler .bar {
  display: block;
  width: 25px;
  height: 3px;
  /* margin: 5px auto; */
  background-color: #68B58D;
  /* Change to your brand color */
  transition: all 0.3s ease-in-out;
}

.navbar-toggler[aria-expanded="true"] .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .header {
    border-radius: 0;
    margin: 0;
  }

  .header .navbar-collapse {
    padding: 20px 0;
    background-color: transparent;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 10px transparent;
  }

  .header .nav-item {
    margin: 5px 0;
  }

  .header .nav-item .nav-link,
  .header .nav-item .btn {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}

.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(360deg);
}


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

}

.card:hover .icon {
  transform: rotateY(360deg);
}

/*  */

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

}

/* TAB CHANGE */
.simple-steps {
  padding-left: 0;

}

.simple-steps li {
  border-bottom: 1px solid #0000002B;
  display: flex;
  align-items: center;
  gap: 15px;
}

.simple-steps li span {
  display: flex;
  width: 35px;
  height: 35px;
  background-color: #3F47430D;
  color: #000;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.simple-steps li.active {
  background-color: #68B58D;
  color: #fff;

}

.simple-steps li.active span {
  color: #fff;
  background-color: #FFFFFF33;
}



.tab-1,
.tab-2,
.tab-3 {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.simple-steps li {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.animate-left {
  transform: translateX(-20px);
  opacity: 0;
}

.animate-left.active {
  transform: translateX(0);
  opacity: 1;
}


/* TAB CHANGE */

/* 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;
}

.hover-div:hover p {
  color: #4E5F52;
}

.hover-div {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hover-div:hover {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hover-div:hover .icon-area {
  background-color: #ffffff59;
}

.green-hover:hover {
  background-color: #C3ECCA;
}

.orange-hover:hover {
  background-color: #F7CDB3;
}

.pink-hover:hover {
  background-color: #F5ADB9;
}

.light-blue-hover:hover {
  background-color: #D4E7FF;
}

.violet-hover:hover {
  background-color: #E8CDF8;
}

.sky-blue-hover:hover {
  background-color: #BEF0EE;
}


.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::before {
  content: "";
  position: absolute;
  top: -111px;
  left: 16px;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: left;
  z-index: 1;
}

.sub-banner::after {
  content: "";
  position: absolute;
  bottom: -121px;
  right: 41px;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: right;
  z-index: 1;
}

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

.sub-banner-bg .big-head {
  position: absolute;
  font-size: 112px;
  opacity: 0.05;
  font-weight: 700;
  color: #fff;
}

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

.privacy-section .accordion-button {
  background-color: #C2DBCE;
  font-weight: 500;
}

.privacy-section .accordion-item {
  margin-bottom: 12px;
}

.privacy-section .accordion-button:not(.collapsed) {
  background-color: #add4c0;
  color: #fff;
}



.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(2.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;
}


.red-tick p {
  position: relative;
  padding-left: 24px;
  /* space for tick */
  margin: 8px 0;
}

.red-tick p::before {
  content: '✔';
  /* or use custom icon */
  position: absolute;
  left: 0;
  top: 0;
  color: #FA7676;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}


.main-table td,
.main-table th {
  vertical-align: middle;
  font-size: 15px;
  padding: 1rem 1.25rem;
}

.main-table th {
  border: none;
}

.main-table td:first-child,
.main-table th:first-child {
  text-align: left;
}

@media (max-width: 768px) {
  .main-table {
    font-size: 14px;
  }
}

/* FILE UPLOAD REGISTRATION */
.upload-box {
  border: 2px dashed #1DA4BB;
  padding: 30px;
  text-align: center;
  color: #1DA4BB;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.3s;
  background-color: #fff;
}

.upload-box:hover {
  background-color: #e7f9f3;
}

.file-preview {
  margin-top: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

.file-preview .remove-btn {
  position: absolute;
  top: 22px;
  right: 12px;
  font-size: 18px;
  color: #aaa;
  cursor: pointer;
}

.file-upload-progress .file-name {
  color: #7E84A3;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.file-upload-progress .progress {
  height: 6px;
}

.file-upload-progress .progress-bar {
  background-color: #00B69B !important;
}

.file-upload-progress .progress-label {
  font-size: 12px;
  color: #777;
  text-align: right;
  margin-top: 5px;
}

.file-icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.file-info {
  display: flex;
  align-items: center;
}

input[type="file"] {
  display: none;
}

/* FILE UPLOAD REGISTRATION */

/* 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  */

/* HEADER */
.navbar {
  background: white;
}

.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #444;
}

.arrow {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 15px;
  display: none;
  min-width: 250px;
}

svg.banner {
  animation: zoomInOut2 6s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}

/* Example: Animate only circles inside SVG */
svg.banner circle {
  animation: pulseZoom2 4s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}

/* Animate rects (zoom + fade-in effect) */
svg.banner rect {
  animation: rectZoomFade2 5s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}

/* Keyframes */
@keyframes zoomInOut2 {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes pulseZoom2 {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.8;
  }
}

@keyframes rectZoomFade2 {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

.dropdown-menu li a {
  padding: 5px 0 !important;
  display: block;
  text-decoration: none;
  color: #007b83;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  color: #00B69B;
}

/* First child - remove top padding */
.dropdown-menu li:first-child a {
  padding-top: 0;
}

/* Last child - remove bottom padding & border */
.dropdown-menu li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}


/* Mega menu container */
.mega-menu {
  width: fit-content;
  padding: 20px;
  display: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mega-dropdown:hover .mega-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
}

/* Grid layout for desktop */
.mega-menu .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.mega-menu .col {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
}

/* Headings */
.dropdown-heading {
  font-weight: bold;
  font-size: 14px;
  color: #007b83;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 12px;
}

/* Links */
.mega-menu a {
  display: block;
  color: #0090a6;
  font-size: 14px;
  padding: 4px 0;
  text-decoration: none;
}

.mega-menu a:hover {
  color: #005f73;
  text-decoration: underline;
}

/* Badges */
.badge.new {
  background: #00b69b;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  padding: 2px 6px;
  margin-left: 5px;
}

.badge.beta {
  background: #e0f7f5;
  color: #007b83;
  font-size: 10px;
  border-radius: 10px;
  padding: 2px 6px;
  margin-left: 5px;
}

/* -------- Responsive -------- */

/* Tablet */
@media (max-width: 991px) {
  .mega-menu {
    width: 100%;
    left: 0;
    padding: 15px;
  }

  .mega-menu .row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .mega-menu .col {
    flex: 0 0 45%;
    /* 2 columns on tablet */
  }
}

/* Mobile view dropdown with scroll */
@media (max-width: 576px) {
  .mega-menu {
    width: 100%;
    max-height: 400px;
    /* set height for scrollable area */
    overflow-y: auto;
    /* enable vertical scroll */
    padding: 10px;
  }

  .mega-menu .row {
    flex-direction: column;
    /* stack */
  }

  .mega-menu .col {
    flex: 1 1 100%;
    margin-bottom: 15px;
  }

  /* Optional: nice scroll bar */
  .mega-menu::-webkit-scrollbar {
    width: 6px;
  }

  .mega-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .mega-menu::-webkit-scrollbar-thumb {
    background: #00b69b;
    border-radius: 4px;
  }

  .mega-menu::-webkit-scrollbar-thumb:hover {
    background: #00907d;
  }
}



/* Show dropdown on hover - desktop */
@media (min-width: 768px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

  .nav-item.dropdown:hover .arrow {
    transform: rotate(180deg);
  }

}

/* Mobile dropdown style */
@media (max-width: 767px) {
  .navbar-nav {
    flex-direction: column;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
  }

}

/* HEADER */





.text-blue-400 {
  color: #18486E !important;
}



.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 4px 0;
}

.wpforms-container .wpforms-form .wpforms-field-label {
  color: #fff !important;
  font-weight: 400;
}

.wpforms-one-half input,
.wpforms-field-textarea textarea {
  border-color: #D9D9DA !important;
  padding: 1.575rem .75rem !important;
  font-size: 14px !important;
  color: #979797 !important;
  border: 1px solid rgba(8, 60, 130, 0.07) !important;
  border-radius: 0.4rem !important;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04) !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bg-green-200 {
  background-color: #C3ECCA4D;
}

.wpforms-submit-container {
  text-align: center;
  display: flex;
  justify-content: center;
}

.wpforms-submit-container .wpforms-submit {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  border-radius: 50rem !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.contact-text {
  font-size: 150px !important;
  color: #FFFFFF !important;
  font-weight: 400 !important
}

.wpforms-required-label {
  display: none;
}

.bg-pink1-400 {
  background-color: #F4D8D8;
}

.bg-yellow-400 {
  background-color: #F4F3D8;
}

.text-hash-400 {
  color: #5D5D5D;
}



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

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

.about-img {
  position: absolute;
  right: -4rem;
  top: -4rem;
  bottom: 0;
}

.about-img img {
  height: 600px;
}

@media (max-width: 1200px) {
  .about-img {
    right: 0;
  }
}

@media (max-width: 768px) {
  svg.banner {
    width: 100%;
    height: 320px;
  }

  .about-img {
    position: static;
  }

  .about-img img {
    height: 100%;
  }

}

.journey-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.journey-img img {
  height: 600px;
}


.claim-cont .sub-content {
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
}

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

@media (min-width: 768px) and (max-width: 1199.98px) {
  .about-img img {
    height: 400px;
  }

  .journey-img img {
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .about .padd-60 {
    display: none;
  }

  .journey-img {
    display: none;
  }
}


.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
}

.transition {
  transition: all 0.3s ease;
}


.icon-badge {
  font-size: 1.5rem;
  background: #007bff;
  color: white;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
}

.cta-section {
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.cta-section h3 {
  margin-bottom: 20px;
}

.cta-section a {
  margin: 5px;
}

.dummy-img {
  background: #ddd;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-weight: bold;
}


.feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 1s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  font-size: 2rem;
  color: #68B48D;
  margin-bottom: 15px;
}


.security-card {
  background: #f8f9fa;
  border-left: 5px solid #68B48D;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}



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

.product-container-wrap {
  margin: 5rem 0;
	display: flex;
	background: #E1F0E8;
    padding: 10px;
	border-radius: 15px;
}
.fs-50 {
  font-size: 45px;
}
.product-container {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  width: fit-content;
  margin: 0 2em 0 0;
}
.product-blokk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
/*   margin-bottom: 8px; */
	flex-direction: column;
padding: 0 30px;
	border-right: 1px solid #ADC1B6;
}
/* Green block */
.green-block {
  width: 30px;
  height: 40px;
  background: #0d8958;
  flex-shrink: 0;
}
.home-section-3 .bg-white-400.p-5 {
    border-radius: 15px;
}
.h-section-4>h5 {
    display: flex;
	margin-bottom: 1em !important;
    align-items: flex-start;
    gap: 20px;
	font-weight: 400;
}
/* Text styles */
.text {
  font-size: 22px;
  color: #222;
}

/* Abzer branding */
.abzer-logo {
  display: flex;
/*   align-items: flex-end;
  gap: 5px;
  padding-left: 20px; */
}
.product-para{
  width: 66%;
    font-size: 21px;

}
.tagline {
  font-size: 10px;
  color: #666;
  margin-left: 2px;
}

/* Bottom green underline */
.product-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #0d8958;
}
/* SUB BANNER */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .product-para{ 
    width: 100%;
  }
  .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: 15px;
  }

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

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


  .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;
  }


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

  .main-app__banner {
    height: 770px;
  }

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

@media (max-width: 767.98px) {
    .product-container-wrap {
    margin-top: 0;
  }

  .w-600 {
    width: 100%;
  }

  .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: 100%;
  }

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

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

  .sub-banner-bg .big-head {
    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: 17px;
  }

  .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;
  }
}

