html,
body {
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #f8fafb;
  font-family: 'Archivo', sans-serif;
}

@font-face {
  font-family: 'Optima';
  src: url(../assets/fonts/OPTIMA.TTF);
}

@font-face {
  font-family: 'Al Bayan';
  src: url(../assets/fonts/AlBayan.ttf);
}

/* @font-face{
  font-family: 'Al Bayan';
  src:url("https://www.dafontfree.net/data/35/a/137699/AlBayan.ttf") format("woff"),url("https://www.dafontfree.net/data/35/a/137699/AlBayan.ttf") format("opentype"),url("https://www.dafontfree.net/data/35/a/137699/AlBayan.ttf") format("truetype");
} */
@font-face {
  font-family: 'Matter';
  src: url("../fonts/Matter_Regular.ttf");
}

.matter {
  font-family: 'Matter';
}

.inetr {
  font-family: 'Archivo', sans-serif;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #004259;
}

nav.navbar .contactUsBtn {
  background: #004259;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  border: none;
  font-family: 'Archivo', sans-serif;
  transition: all 0.25s ease;
  cursor: pointer;
}

nav.navbar .contactUsBtn:hover {
  background: #00354a;
  box-shadow: 0 4px 14px rgba(0, 66, 89, 0.25);
  transform: translateY(-1px);
}

/*----- Navigation Bar Start -----*/
.navigation-bar {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.navbar-light .navbar-brand {
  padding: 0;
}

.navigation-bar.shadow {
  margin-left: 0;
  margin-right: 0;
  padding-left: 38px !important;
  padding-right: 38px !important;
  margin: 0 auto;
  top: 0px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.navigation-bar .fixed-top {
  transition: all 0.3s ease;
}

.navigation-bar .navbar .dropdown-toggle::after {
  border: none;
  content: "\25BE";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
  transition: transform 0.25s ease;
}

.navigation-bar .navbar .navbar-nav .nav-link {
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #1a3c4a;
  padding: 16px 22px;
  margin: 0;
  position: relative;
  font-family: 'Archivo', sans-serif;
  transition: color 0.25s ease, font-weight 0.25s ease;
}

.navigation-bar .navbar .navbar-nav .nav-link:hover {
  color: #004259;
  font-weight: 500;
}

.navigation-bar .navbar .navbar-nav .nav-link.active {
  color: #004259;
  font-weight: 500;
}

.navigation-bar .navbar .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 44px);
  height: 2px;
  background-color: #004259;
  border-radius: 1px;
}

.navigation-bar .dropdown-item {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #1a3c4a;
  height: 40px;
  align-content: center;
  font-family: 'Archivo', sans-serif;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 6px;
  padding: 8px 16px;
}

.navigation-bar .dropdown-item:hover {
  background-color: #f0f6f8;
  color: #004259;
}

.navigation-bar .logoHW {
  width: 125px;
}

.navigation-bar .p-l-r {
  padding-left: 40px;
  padding-right: 40px;
  flex-wrap: wrap;
}

.navigation-bar.shadow .navbar {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.navigation-bar .nav-text {
  color: #1a3c4a;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Archivo', sans-serif;
}

.navigation-bar .facebook-insta-HW {
  height: 18px;
  width: 18px;
}

.nav-item {
  cursor: pointer;
}

@media (max-width: 768px) {
  .navigation-bar {
    background-color: #FFFFFF;
    width: auto;
    margin-top: 0px;
  }

  .navigation-bar .p-l-r {
    padding-left: 0px;
    padding-right: 22px;
    flex-wrap: wrap;
  }

  .navigation-bar .p-l-22 {
    padding-left: 22px;
  }

  .navigation-bar .me-4 {
    margin-right: inherit !important;
  }
}

/*----- Navigation Bar End -----*/

div#header-carousel {
  padding-top: 100px;
}

/*----- Top Banner Start -----*/
.banner .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  z-index: 1;
}

.banner .banner-t-r-img {
  float: right;
  width: 100%;
  margin-top: -50px;
  max-height: 550px;
}

.banner .left-corner {
  display: none;
}

#header-carousel .carousel-inner {
  padding-top: 100px;
}

.banner .banner-content-plt {
  padding-left: 0px;
  padding-top: 170px;
  padding-bottom: 100px;
  margin: 0rem 80px;
}

.banner .bookDemo {
  background: #004259;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transform: rotate(-90deg);
  position: absolute;
  right: -35px;
  top: 30%;
  padding: 20px 24px;
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  top: 350px;
  border-radius: 0 0 10px 10px;
  border: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 66, 89, 0.2);
}

.banner .bookDemo:hover {
  background: #00354a;
  box-shadow: 0 6px 20px rgba(0, 66, 89, 0.3);
}


.banner .banner-content-title {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 120.5%;
  display: flex;
  align-items: center;
  color: #1a3c4a;
}

.banner .banner-content-sub-title {
  color: #1a3c4a;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Archivo', sans-serif;
  text-transform: uppercase;
}

.banner .banner-content-description {
  margin-top: 50px;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #5a7d8a;
}

@media (max-width: 991px) {
  .banner .banner-content-plt {
    max-width: 100%;
    margin: 0 30px;
  }
}

@media (max-width: 768px) {
  .left-corner {
    height: 300px;
    width: 350px;
  }

  .banner .banner-t-r-img {
    /* width: 300px;
        float: right;
        display: none; */
    margin-top: 0;
    max-height: fit-content;
  }



  .banner .banner-content-title {
    /* color: #77D0EE; */
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Archivo', sans-serif;
    text-transform: uppercase;
  }

  .banner .banner-content-sub-title {
    color: #06283D;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Archivo', sans-serif;
    text-transform: uppercase;
  }

  .banner .banner-content-description {
    color: #000000;
    opacity: 0.4;
    font-size: 16px;
    margin-top: 25px;
    padding-right: 20px;
  }

  .banner .carousel-inner {
    overflow: inherit;
  }

  .navigation-bar.shadow {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}


@media (max-width: 767px) {
  #header-carousel .carousel-inner {
    padding-top: 110px;
    padding-bottom: 150px;
  }
}

/*----- Top Banner End -----*/


/*----- Use Benevolve Start -----*/
.useBenevolve {
  margin-top: 180px;
  margin-left: 110px;
  margin-right: 110px;
}

.useBenevolve .box-div {
  display: flex;
  align-items: center;
  padding-bottom: 97px;
}

.useBenevolve .box-blue-img {
  width: 84px;
}

.useBenevolve .use-benevolve-text {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 121.5%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1a3c4a;
  position: absolute;
  margin-bottom: inherit;
  margin-left: 115px;
}

.useBenevolve .mt-40 {
  margin-top: 40px;
}

.useBenevolve .use-benevolve-card {
  background: #FFFFFF;
  height: 330px;
  padding: 30px;
  border: 1px solid #e8eff3;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s ease;
}

.useBenevolve .use-benevolve-card:hover {
  box-shadow: 0 8px 30px rgba(0, 42, 58, 0.08);
  border-color: #c8dce5;
  transform: translateY(-4px);
}

.useBenevolve .use-benevolve-card:hover:after {
  content: '';
  border-bottom: 4px solid #004259;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #004259;
  left: 0;
  border-radius: 0 0 12px 12px;
}

.useBenevolve .use-benevolve-icon-hw {
  height: 88px;
  width: 88px;
}

.useBenevolve .use-benevolve-title {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 137.5%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #1a3c4a;
  margin-top: 50px;
}

.useBenevolve .use-benevolve-description {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 154%;
  display: flex;
  align-items: center;
  color: #5a7d8a;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .useBenevolve {
    margin-top: 180px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .useBenevolve .use-benevolve-card {
    background: #FFFFFF;
    height: auto;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 42, 58, 0.06);
    border: 1px solid #e8eff3;
    border-radius: 12px;
    text-align: center;
  }

  .useBenevolve .use-benevolve-text {
    color: #1a3c4a;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Archivo', sans-serif;
    position: absolute;
    margin-bottom: inherit;
    margin-left: 90px;
  }
}

/*----- Use Benevolve End -----*/



/*----- Why Benelove Start -----*/
.whyBenelove {
  margin-top: 180px;
  position: relative;
}

.whyBenelove .background-div {
  display: flex;
  height: 760px;
}

.whyBenelove .width-20 {
  width: 20%;
}

.whyBenelove .width-80 {
  width: 80%;
}

.whyBenelove {
  margin-top: 180px;
  position: relative;
  background: url(../assets/whyBenelove/WhyBenelove.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.whyBenelove .content-div {
  /* position: absolute; */
  top: 220px;
  left: 40px;
  padding: 160px 40px;
}

.whyBenelove .why-benelove-title {
  text-align: left;
  margin-bottom: 65px;
  margin-left: 65px;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 121.5%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1a3c4a;
}

.whyBenelove .why-benelove-line {
  height: 2px;
  width: 50px;
  margin-bottom: 4px;
  margin-right: 4px;
}

.whyBenelove .list-style-type-none {
  list-style-type: none;
}

.whyBenelove .why-benelove-li {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 154%;
  display: flex;
  align-items: center;
  color: #00425A;
  margin-top: 20px;
}

.whyBenelove .img-check-circle {
  height: 35px;
  width: 35px;
  margin-right: 20px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .whyBenelove {
    margin-top: 100px;
    position: relative;
  }

  .whyBenelove .width-20 {
    width: 100%;
  }

  .whyBenelove .width-80 {
    width: 0%;
  }

  .whyBenelove .content-div {
    /* position: absolute;
        top: 80px;
        left: 20px;
        right: 20px; */
  }

  .whyBenelove .why-benelove-title {
    text-align: left;
    margin-bottom: 65px;
    margin-left: 35px;
  }
}

/*----- Why Benelove End -----*/


/*----- Benelove Features Start -----*/
#beneloveFeatures {
  padding-top: 1rem;
}

.beneloveFeatures {
  /* background-color: #F5F7F7; */
  margin-right: 30px;
  margin: 0rem 80px;
  margin-top: 50px;
  /* padding: 50px; */
}

.beneloveFeatures .benelove-features-title {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 121.5%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1a3c4a;
  margin-bottom: 40px;
  /* margin-left: 35px; */
}

.beneloveFeatures .benelove-features-line {
  height: 2px;
  width: 50px;
  margin-bottom: 4px;
  margin-right: 22px;
}

.beneloveFeatures .card-blue-dark {
  background-color: #06283D;
  color: #ffffff;
  height: 230px;
  width: 230px;
  text-align: center;
  padding: 15px;
  padding-top: 35px;
}

.accordion .accordion-item {
  border: 1px solid #e8eff3;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.25s ease;
  margin-bottom: 8px;
}

.accordion .accordion-item:hover {
  border-color: #c8dce5;
}

.accordion .accordion-item .accordion-header .accordion-button {
  transition: background-color 0.25s ease, color 0.25s ease;
}

.accordion .accordion-item .accordion-header .accordion-button div {
  text-align: center;
  padding: 15px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.accordion .accordion-item .accordion-header .collapsed div {
  background-color: #f5f8fa;
  color: #1a3c4a;
  text-align: center;
  padding: 15px;
  position: relative;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.beneloveFeatures .card-white-dark {
  background-color: #F2F2F3;
  color: #256D85;
  height: 230px;
  width: 230px;
  text-align: center;
  padding: 15px;
  padding-top: 35px;
  position: relative;
}

.beneloveFeatures .title {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 25px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.card-white-dark .polygon-div {
  display: none;
}

.card-blue-dark .card-icon-hw {
  display: none;
  height: 74px;
  width: 74px;
}

.card-blue-dark .card-icon-lt {
  height: 74px;
  width: 74px;
}

.card-white-dark .card-icon-lt {
  display: none;
  height: 74px;
  width: 74px;
}

.card-white-dark .card-icon-hw {
  height: 74px;
  width: 74px;
}

.beneloveFeatures .card-benefits-plan {
  background-color: #06283D;
  height: 305px;
  width: 100%;
  margin-left: 0px;
  margin-top: 50px;
  text-align: center;
  justify-content: center;
  align-content: center;
}

.beneloveFeatures .card-benefits-plan-div {
  margin: auto;
  text-align: center;
  padding: 15px;
}

.beneloveFeatures .card-benefits-icon-hw {
  height: 55px;
  /* width: 55px; */
}

.beneloveFeatures .card-benefits-title {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 154%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 15px;
}

.beneloveFeatures .card-benefits-description {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17.1233px;
  line-height: 123%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 5px;
  padding: 0px 60px;
}

.beneloveFeatures .mb-8 {
  margin-bottom: 8px;
}

.card-blue-dark .polygon-div {
  width: 230px;
  text-align: center;
}

.beneloveFeatures .polygon-img {
  height: 30px;
  width: 30px;
}

.beneloveFeatures .display-none {
  display: none;
}

@media (max-width: 991px) {
  .beneloveFeatures {
    background-color: #F5F7F7;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    padding: 30px;
  }

  .beneloveFeatures .benelove-features-title {
    margin-left: 0;
  }

  .beneloveFeatures .benelove-features-title {
    margin-left: 0;
    font-size: 24px;
  }

  .beneloveFeatures .benelove-features-line {
    margin-right: 20px;
  }

  .beneloveFeatures .card-benefits-description {
    padding: 0 10px;
  }

}

@media (max-width: 768px) {


  .beneloveFeatures .card-benefits-plan {
    background-color: #06283D;
    height: auto;
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    align-content: center;
  }
}

@media (min-width: 768px) {
  .beneloveFeatures .card-white-dark {
    /* margin-left: 35px; */
  }

  .beneloveFeatures .card-blue-dark {
    position: relative;
    /* margin-left: 35px; */
  }

  .card-blue-dark .polygon-div {
    margin-top: 85px;
    position: absolute;
    left: 0;
    bottom: -28px;
  }
}

/*----- Benelove Features End -----*/


/*----- Benevolve is Built for entire organization Start -----*/
.entireOrganization {
  margin: 0rem 50px;
  margin-right: 0;
  margin-top: 100px;
}

.entireOrganization .entire-organization-div {
  display: flex;
  align-items: center;
  padding: 20px;
}

.entireOrganization .entire-organization-box {
  width: 50px;
  height: 2px;
  margin-bottom: 4px;
}

.entireOrganization .entire-organization-title {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 145%;
  display: flex;
  align-items: center;
  letter-spacing: 0.045em;
  color: #1a3c4a;
  /* position: absolute; */
  margin-left: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.entireOrganization .pt-20 {
  padding-top: 20px;
}

.entireOrganization .pt-50 {
  padding-top: 50px;
  padding-top: 50px;
  background: url(../assets/whyBenelove/WhyBenelove.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.entireOrganization .ellipse {
  height: 400px;
  width: 350px;
}

.entireOrganization .organization-group {
  /* height: 340px;
  width: 400px;
  position: absolute;
  right: 125px; */
  width: 100%;
  height: 563px;
  margin-top: -100px;
}

.entireOrganization .org-card-div {
  margin: auto;
  text-align: left;
  padding: 15px;
}

.entireOrganization .org-card-icon-hw {
  height: 74px;
  width: 74px;
}

.entireOrganization .org-card-title {
  margin-top: 20px;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #256D85;
}

@media(max-width:768px) {
  .entireOrganization .org-card-description {
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 154%;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0);
    opacity: 0.5;
    margin-top: 21px;
    text-align: start;
  }

}

@media(min-width:768px) {
  .entireOrganization .org-card-description {
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 154%;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0);
    opacity: 0.5;
    margin-top: 21px;
    /* text-align: center; */
  }

}



.entireOrganization .org-bt-div {
  text-align: center;
  padding-left: 280px;
  padding-right: 280px;
  margin-top: 20px;
}

.entireOrganization .org-bt-description {
  color: #06283D;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Archivo', sans-serif;
}

@media (max-width: 991px) {
  .entireOrganization .entire-organization-div {
    padding: 0;
  }

  .entireOrganization .org-card-div {
    margin: auto;
    text-align: center;
    padding: 15px 0px;
  }

  .entireOrganization .col-md-6.col-xl-6 {
    padding: inherit;
  }

  .entireOrganization .col-md-12.col-xl-6 {
    padding: inherit;
  }
}

@media (max-width: 768px) {
  .entireOrganization .entire-organization-title {
    /* color: #06283D; */
    font-size: 24px;
    margin-left: 20px;
  }

  .entireOrganization .entire-organization-box {
    width: 50px;
  }

  .entireOrganization .ellipse {
    height: 250px;
    width: 200px;
  }

  .entireOrganization .organization-group {
    /* height: 240px;
    width: 200px;
    position: absolute;
    left: 100px; */
  }


}

/*----- Benevolve is Built for entire organization End -----*/


/*----- Benevolve use cases start -----*/
.ben-use-cases {
  margin: 1.5rem 80px;
}

.ben-use-cases .use-cases-heading {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 121.5%;
  /* text-align: center; */
  color: #1a3c4a;
  margin-bottom: 50px;
}

.ben-use-cases .use-cases-heading .benelove-features-line {
  width: 50px;
  margin-right: 30px;
  height: 2px;
  margin-bottom: 4px;
}

.ben-use-cases .use-cases-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ben-use-cases .use-cases-cards .use-card {
  width: 32%;
  padding: 0rem 2rem 2rem 2rem;
}

.ben-use-cases .use-cases-cards .use-card .use-card-number {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 128px;
  line-height: 146.5%;
  color: #000000;
  opacity: 0.4;
}

.ben-use-cases .use-cases-cards .use-card .use-card-header {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 154%;
  color: #00425A;
}

.ben-use-cases .use-cases-cards .use-card .use-card-description {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 123%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.5);
}

.ben-use-cases .use-cases-cards .use-card .use-card-points {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 146.5%;
  color: #00425A;
}

.ben-use-cases .use-cases-cards .use-card-gray {
  background: #F2F2F2;
}

.ben-use-cases .use-cases-cards .use-card-dark {
  background: #00425A;
  box-shadow: 6px 6px 20px 6px #f5f7f7;
}

.ben-use-cases .use-cases-cards .use-card-dark .use-card-number {
  color: #FFFFFF;
}

.ben-use-cases .use-cases-cards .use-card-dark .use-card-header {
  color: #FFFFFF;
}

.ben-use-cases .use-cases-cards .use-card-dark .use-card-description {
  color: #DFF6FF;
}

.ben-use-cases .use-cases-cards .use-card-dark .use-card-points {
  color: #DFF6FF;
}

@media (max-width: 991px) {
  .ben-use-cases .use-cases-cards .use-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .ben-use-cases .use-cases-cards {
    display: block;
  }

  .ben-use-cases {
    margin: 30px;
  }
}

@media (max-width: 768px) {

  .ben-use-cases .use-cases-heading {
    text-align: left;
    font-size: 24px;
    margin-top: 50px;
  }

  .ben-use-cases .use-cases-heading .benelove-features-line {
    width: 50px;
    margin-right: 20px;
  }

  .ben-use-cases .use-cases-cards .use-card .use-card-number {
    font-size: 90px;
  }

  .ben-use-cases .use-cases-cards .use-card .use-card-header {
    font-size: 24px;
  }
}

/*----- Benevolve use cases End -----*/


/*----- Why Us Start -----*/
.whyUs {
  background-color: #dff6ff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 100px;
  background: url("../assets/whyUse/why-us-group.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.whyUs .why-us-title {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 121.5%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1a3c4a;
  margin-left: 78px;
  margin-bottom: 48px;
  padding-top: 42px;
}

.whyUs .why-us-line {
  width: 84px;
  margin-bottom: 4px;
  margin-right: 35px;
  height: 2px;
}

.whyUs .list-style-type-none {
  list-style-type: none;
  padding-bottom: 100px;
  padding-inline-start: 50px;
  padding-right: 78px;
}

.whyus-outer {
  background: rgba(255, 255, 255, 0.46);
  margin-top: 150px;
  margin-bottom: 150px;
}

.whyUs .why-us-li {
  color: #06283D;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Archivo', sans-serif;
  margin-top: 20px;
  display: flex;
}

.whyUs .why-us-icon-hw {
  height: 30px;
  width: 30px;
  margin-right: 22px;
  margin-bottom: 2px;
}

.whyUs .why-us-group {
  height: 638px;
  width: 685px;
}

.employeeListSection {
  padding: 0 230px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-bottom: 50px;
}

.employee-engagement {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.employee-engagement .box .boldTitle {
  color: rgba(0, 0, 0, 1);
  padding: 12px 0px;
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}

.employee-engagement .box .label {
  background: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: rgba(24, 69, 84, 1);
  margin: 0;
}

.employee-engagement .box {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .whyUs .why-us-title {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .whyUs .why-us-title {
    font-size: 24px;
  }

  .whyUs .why-us-group {
    height: 100%;
    width: 100%;
  }

  .whyus-outer {
    margin: 0px 0px;
  }

  .whyUs .why-us-line {
    width: 50px;
    margin-right: 20px;
  }

}

@media (max-width: 550px) {
  .whyUs {
    background-position: left;
    background-size: 260% 100%;
  }
}

/*----- Why Us End -----*/


/*----- Contact Us Start -----*/
.contactUs {
  margin-top: 50px;
  padding-top: 1rem;
  margin: 0 50px;
}

.contactUs .t-a-center {
  text-align: center;
}

.contactUs .contactus-group {
  height: 550px;
}

.contactUs .contact-us-title {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 121.5%;
  display: flex;
  align-items: center;
  color: #1a3c4a;
}

.contactUs .contact-us-input {
  border-radius: 8px;
  border: 1px solid #e8eff3;
  height: 50px;
  background-color: #f8fafb;
  margin-bottom: 20px;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #1a3c4a;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contactUs .contact-us-input:focus {
  border-color: #004259;
  box-shadow: 0 0 0 3px rgba(0, 66, 89, 0.08);
  outline: none;
}

.contactUs .contact-us-textarea {
  height: 183px;
  border-radius: 8px;
  border: 1px solid #e8eff3;
  background-color: #f8fafb;
  margin-bottom: 20px;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #1a3c4a;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contactUs .contact-us-textarea:focus {
  border-color: #004259;
  box-shadow: 0 0 0 3px rgba(0, 66, 89, 0.08);
  outline: none;
}

.contactUs .contact-us-btn {
  height: 56px;
  background-color: #004259;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.25s ease;
}

.contactUs .contact-us-btn:hover {
  background-color: #00354a;
  box-shadow: 0 4px 14px rgba(0, 66, 89, 0.25);
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .contactUs {
    margin: 0 -10px;
  }

  .contactUs .container.my-5 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .contactUs .contactus-group {
    height: 100%;
    width: 100%;
    margin-top: 20px;
    padding: 0 25px;
  }
}

/*----- Contact Us End -----*/

/*----- Footer Start -----*/
.footer {
  background-color: #004259;
  padding: 0 40px;
}

.footer .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: rgba(189, 215, 234, 0.85);
  margin-right: 40px;
  font-family: 'Archivo', sans-serif;
}

.footer .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
  color: rgba(189, 215, 234, 0.6);
  padding-bottom: 14px;
  font-family: 'Archivo', sans-serif;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 0px;
  padding: 0;
  text-align: left;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #fff !important;
  transition: opacity 0.25s ease;
  text-decoration: none;
}

.paddingLeft-20 {
  padding-left: 85px;
}

.footer .btn.btn-link::before {
  position: relative;
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  opacity: 0.75;
  box-shadow: none;
  color: #fff !important;
}

.footer .btn {
  transition: all 0.25s ease;
  font-weight: 500;
}

.footer .btn-primary,
.footer .btn-outline-primary:hover {
  color: var(--light);
}

.footer .btn-square {
  width: 38px;
  height: 38px;
}

.footer .btn-sm-square {
  width: 32px;
  height: 32px;
}

.footer .btn-lg-square {
  width: 48px;
  height: 48px;
}

.footer .btn-square,
.footer .btn-sm-square,
.footer .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  transition: opacity 0.25s ease;
}

.footer .btn-square:hover,
.footer .btn-sm-square:hover,
.footer .btn-lg-square:hover {
  opacity: 0.75;
}

.footer .footer-logo {
  width: 165px;
}

.footer .footer-text {
  color: #F5F5F5;
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  font-family: 'Archivo', sans-serif;
}

.footer .footer-icon-hw {
  height: 26px;
  width: 26px;
  transition: opacity 0.25s ease;
}

.footer .footer-icon-hw:hover {
  opacity: 0.75;
}

.accordion-section .clicked i {
  transition: transform 0.5s ease-in-out;
  transform: rotate(45deg);
}

/*----- Footer End -----*/

@media (width: 768px) {
  .navigation-bar {
    margin-top: 0px;
  }

}






/*  */
.showDesktop {
  display: block;
}

.showMob {
  display: none;
}

@media (max-width: 991px) {
  .showDesktop {
    display: none;
  }

  .showMob {
    display: block;
  }

  .accordion-button {
    padding: 0rem 0rem;
  }

  .card-white-dark-accordian {
    background-color: #f5f8fa;
    color: #1a3c4a;
    text-align: center;
    padding: 15px;
    padding-top: 35px;
    position: relative;
    border-bottom: 1px solid #e8eff3;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    transition: background-color 0.25s ease;
  }

  .card-white-dark-accordian .card-icon-lt {
    display: none;
    height: 74px;
    width: 74px;
  }

  .card-white-dark-accordian .card-icon-hw {
    height: 74px;
    width: 74px;
  }

  .acc-header-with-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0px;
    padding-left: 0px;
  }

  .acc-header-with-icon .title {
    padding-left: 0px;
  }

  .acc-header-with-icon i {
    font-size: 1.75rem;
  }

  .accordion-button .card-white-dark-accordian .acc-header-with-icon i {
    transition: transform 0.5s ease-in-out;
    transform: rotate(45deg);
  }

  .collapsed .card-white-dark-accordian .acc-header-with-icon i {
    transition: transform 0.5s ease-in-out;
    transform: rotate(0deg);
  }

  .beneloveFeatures .title {
    position: relative;
    bottom: auto;
    margin: inherit;
    text-align: start;
  }

  .accordion-button::after {
    display: none;
    position: absolute;
    right: 15px;
  }

  .beneloveFeatures .card-blue-dark {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 15px;
  }

  .beneloveFeatures .card-benefits-plan {
    height: auto;
  }

  .beneloveFeatures .card-benefits-description {
    padding: 0 0;
  }

  .accordion .accordion-button:focus {
    border: none;
    box-shadow: none;
  }

  .entireOrganization .pt-50 {
    height: 300px;
  }

  .navigation-bar .navbar .navbar-nav .nav-link {
    padding: 10px 40px;
  }

  .entireOrganization {
    /* padding: 15px 40px; */
    margin: 0rem 30px;
  }



}

@media (max-width: 991px) {
  .whyUs .list-style-type-none {
    padding-inline-start: 30px;
  }
}

/* This will remove the arrow buttons in input[type=number] */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}


/* Loader styles */
/* Full-page overlay */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Loader styles */
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #004259;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* css for jquery img slider start  */
.slider-outer {
  max-width: 500px;
  max-height: 660px;
}

@media (max-width: 991px) {
  .slider-outer {
    height: 400px;
    max-width: 320px;
    margin: auto;
  }

  .slider .arrow {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 500px) {
  .slider-outer {
    height: 400px;
    width: 100%;
    margin: auto;
  }
}


/* //wwwwwwwwwwwwwwww */

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgb(0, 67, 91, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.arrow:hover {
  background-color: rgb(0, 67, 91, 0.2);
}

.arrow:active {
  background-color: rgb(0, 67, 91, 0.7);
}

.arrow i {
  color: rgb(0, 67, 91);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgb(0, 67, 91, 0.3);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.dot.active {
  background-color: rgb(0, 67, 91);
}

/* css for jquery img slider end */

.dropdown-menu {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #e8eff3;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 42, 58, 0.1);
  padding: 8px;
  font-family: 'Archivo', sans-serif;
}

/*  */

@media (min-width: 992px) and (max-width: 1300px) {
  .dropdown-menu {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Archivo', sans-serif;
  }
}

@media (max-width: 767px) {
  .footer .footer-logo {
    width: 150px;
    margin-bottom: 45px;
  }

  .footerLogoOuter {
    display: flex;
    justify-content: space-between;
  }

  .footer .desc {
    margin-left: 0 !important;
  }

  .paddingLeft-20 {
    padding-left: 25px !important;
  }

  .footer .rightLinks {
    margin-left: 1px;
  }

  .footer.pt-5 {
    padding: 20px 16px !important;
    padding-top: 30px !important;
  }

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

  .footer .footer-logo {
    width: 165px;
    margin-bottom: 45px;
  }

  .navigation-bar .navbar .navbar-nav .nav-link:hover,
  .navigation-bar .navbar .navbar-nav .nav-link.active {
    border-bottom: 0px solid #004259 !important;
  }

  .navigation-bar .navbar .navbar-nav .nav-link.active::after {
    display: none;
  }

  .dropdown-menu {
    margin: 0px 16px;
    box-shadow: none;
    border: 1px solid #e8eff3;
  }

  .footer .g-5,
  .gy-5 {
    --bs-gutter-y: 0rem;
    padding-bottom: 1rem !important;
  }

  .footer .desc {
    margin-right: 0px;
    font-family: 'Archivo', sans-serif;
  }

  .footer .footer-logo {
    width: 165px;
    margin-bottom: 17px;
  }
}


.input-container {
  display: flex;
  align-items: center;
}

.fixed-prefix {
  font-size: 16px;
  margin-right: 4px;
}

.country-codes {
  border: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 10px;
  width: 100px;
  /* Adjust width as needed */
  -moz-appearance: textfield;
  /* Remove the up/down arrows in Firefox */
}

.country-codes::-webkit-outer-spin-button,
.country-codes::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Remove the up/down arrows in Chrome, Safari, Edge, Opera */
}

