@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

address {
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
}

.heading-1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1E293B;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.heading-1 span {
  color: #C7E54A;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading-1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 30px;
  }
}

.heading-2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1E293B;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.heading-2 span {
  color: #C7E54A;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading-2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 28px;
  }
}

.heading-3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1E293B;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading-3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: 24px;
  }
}

.heading-4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1E293B;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .heading-4 {
    font-size: 20px;
  }
}

.para {
  color: #4B5563;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.para-lg {
  color: #4B5563;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.primary-btn {
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 50px;
  background: #C7E54A;
  text-align: center;
  color: #4B5563;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  color: #000000;
  text-transform: capitalize;
  transition: all 0.3s ease;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.primary-btn .icon {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .primary-btn {
    width: 100%;
    padding: 16px 0;
    justify-content: center;
  }
  .primary-btn .icon {
    font-size: 22px;
  }
}

.secondary-btn {
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 50px;
  background: #0F1E5A;
  color: #4B5563;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  color: white;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.secondary-btn .icon {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .secondary-btn {
    width: 100%;
    padding: 16px 0;
    justify-content: center;
  }
  .secondary-btn .icon {
    font-size: 22px;
  }
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pe-30 {
  padding-right: 30px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pe-24 {
  padding-right: 24px !important;
}

.ps-24 {
  padding-left: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.m-18 {
  margin: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pe-18 {
  padding-right: 18px !important;
}

.ps-18 {
  padding-left: 18px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.px-18 {
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pe-16 {
  padding-right: 16px !important;
}

.ps-16 {
  padding-left: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

@media (min-width: 768px) {
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pe-md-80 {
    padding-right: 80px !important;
  }
  .ps-md-80 {
    padding-left: 80px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pe-md-50 {
    padding-right: 50px !important;
  }
  .ps-md-50 {
    padding-left: 50px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pe-md-30 {
    padding-right: 30px !important;
  }
  .ps-md-30 {
    padding-left: 30px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-md-24 {
    margin: 24px !important;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .p-md-24 {
    padding: 24px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pe-md-24 {
    padding-right: 24px !important;
  }
  .ps-md-24 {
    padding-left: 24px !important;
  }
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .m-md-18 {
    margin: 18px !important;
  }
  .mt-md-18 {
    margin-top: 18px !important;
  }
  .mb-md-18 {
    margin-bottom: 18px !important;
  }
  .my-md-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .p-md-18 {
    padding: 18px !important;
  }
  .pt-md-18 {
    padding-top: 18px !important;
  }
  .pb-md-18 {
    padding-bottom: 18px !important;
  }
  .pe-md-18 {
    padding-right: 18px !important;
  }
  .ps-md-18 {
    padding-left: 18px !important;
  }
  .py-md-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-md-18 {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .m-md-16 {
    margin: 16px !important;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .p-md-16 {
    padding: 16px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pe-md-16 {
    padding-right: 16px !important;
  }
  .ps-md-16 {
    padding-left: 16px !important;
  }
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pe-lg-50 {
    padding-right: 50px !important;
  }
  .ps-lg-50 {
    padding-left: 50px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pe-lg-30 {
    padding-right: 30px !important;
  }
  .ps-lg-30 {
    padding-left: 30px !important;
  }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-lg-24 {
    margin: 24px !important;
  }
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .p-lg-24 {
    padding: 24px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pe-lg-24 {
    padding-right: 24px !important;
  }
  .ps-lg-24 {
    padding-left: 24px !important;
  }
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .m-lg-18 {
    margin: 18px !important;
  }
  .mt-lg-18 {
    margin-top: 18px !important;
  }
  .mb-lg-18 {
    margin-bottom: 18px !important;
  }
  .my-lg-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .p-lg-18 {
    padding: 18px !important;
  }
  .pt-lg-18 {
    padding-top: 18px !important;
  }
  .pb-lg-18 {
    padding-bottom: 18px !important;
  }
  .pe-lg-18 {
    padding-right: 18px !important;
  }
  .ps-lg-18 {
    padding-left: 18px !important;
  }
  .py-lg-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-lg-18 {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .m-lg-16 {
    margin: 16px !important;
  }
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .p-lg-16 {
    padding: 16px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pe-lg-16 {
    padding-right: 16px !important;
  }
  .ps-lg-16 {
    padding-left: 16px !important;
  }
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-lg-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
.search-input-sec {
  display: flex;
  padding: 9px 9px 9px 14px;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  border: 1px solid #C7E54A;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
}
.search-input-sec .search-icon {
  font-size: 24px;
  color: black;
}
.search-input-sec input {
  border: 0;
  outline: none;
  width: 100%;
  height: 100%;
  color: #A5A5A5;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
}
.search-input-sec .search-btn {
  border: 0;
  cursor: pointer;
  display: inline-block;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background: #C7E54A;
  color: #000000;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: auto;
}

.desktop-header .btn-flex {
  display: flex;
  gap: 18px;
}
.desktop-header .search-input-sec {
  width: 294px;
}

.header-menu {
  background-color: #0F1E5A;
}
.header-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.header-menu ul li {
  position: relative;
}
.header-menu ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Inter", sans-serif;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 0;
  transition: all 0.3s ease;
}
.header-menu ul li a .icon {
  font-size: 24px;
  transition: all 0.3s ease;
}
.header-menu ul li a:hover {
  color: #C7E54A;
}
.header-menu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 16px;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 15px 40px rgba(15, 30, 90, 0.1);
  border: 1px solid #eef1f5;
  z-index: 99;
}
.header-menu ul li ul li {
  width: 100%;
}
.header-menu ul li ul li a {
  padding: 12px 20px;
  color: #4B5563;
  font-size: 15px;
}
.header-menu ul li ul li a:hover {
  background: rgba(199, 229, 74, 0.1);
  color: #0F1E5A;
}
.header-menu ul li:hover > a {
  color: #C7E54A;
}
.header-menu ul li:hover > a .icon {
  transform: rotate(180deg);
}
.header-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-header {
  padding: 16px 0;
  border-bottom: 1px solid #eef1f5;
  background: #fff;
}
.mobile-header .mobile-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .mobile-logo img {
  max-height: 45px;
}
.mobile-header .menu-toggle {
  border: 0;
  background: transparent;
  color: #0F1E5A;
  font-size: 32px;
}

.mobile-menu-modal .modal-content {
  border: 0;
  border-radius: 0;
}
.mobile-menu-modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #eef1f5;
}
.mobile-menu-modal .modal-header img {
  max-height: 45px;
}
.mobile-menu-modal .modal-header .btn-close {
  box-shadow: none;
}
.mobile-menu-modal .modal-body {
  padding: 20px;
}
.mobile-menu-modal .mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-modal .mobile-nav > li {
  border-bottom: 1px solid #eef1f5;
}
.mobile-menu-modal .mobile-nav > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  color: #1E293B;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.mobile-menu-modal .mobile-nav > li .collapse,
.mobile-menu-modal .mobile-nav > li .collapsing {
  padding-bottom: 15px;
}
.mobile-menu-modal .mobile-nav > li .collapse ul,
.mobile-menu-modal .mobile-nav > li .collapsing ul {
  list-style: none;
  padding-left: 15px;
}
.mobile-menu-modal .mobile-nav > li .collapse ul li a,
.mobile-menu-modal .mobile-nav > li .collapsing ul li a {
  display: block;
  padding: 10px 0;
  color: #4B5563;
  font-size: 16px;
}
.mobile-menu-modal .mobile-btns {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu-modal .mobile-btns a {
  width: 100%;
  justify-content: center;
}

.site-footer {
  background: #F8F8F8;
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 2fr 0.7fr 1.2fr 1.3fr;
  gap: 50px;
}
@media (max-width: 991px) {
  .site-footer .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.site-footer .footer-about .footer-logo {
  display: inline-block;
  margin-bottom: 18px;
}
.site-footer .footer-about p {
  color: #4B5563;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 18px;
}
.site-footer .footer-about .footer-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.site-footer .footer-links h4,
.site-footer .footer-contact h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1E293B;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-links h4,
  .site-footer .footer-contact h4 {
    font-size: 20px;
  }
}
.site-footer .footer-links h4,
.site-footer .footer-contact h4 {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-links h4,
  .site-footer .footer-contact h4 {
    margin-bottom: 16px;
  }
}
.site-footer .footer-links ul,
.site-footer .footer-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-links ul li,
.site-footer .footer-contact ul li {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-links ul li,
  .site-footer .footer-contact ul li {
    margin-bottom: 8px;
  }
  .site-footer .footer-links ul li:nth-last-child(1),
  .site-footer .footer-contact ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.site-footer .footer-links ul li a,
.site-footer .footer-links ul li span,
.site-footer .footer-contact ul li a,
.site-footer .footer-contact ul li span {
  color: #4B5563;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.site-footer .footer-links ul li a:hover,
.site-footer .footer-contact ul li a:hover {
  color: #0F1E5A;
}
.site-footer .footer-links ul li a {
  display: inline-block;
}
.site-footer .footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.site-footer .footer-contact ul li iconify-icon {
  color: #0F1E5A;
  font-size: 20px;
  margin-top: 4px;
  flex-shrink: 0;
}
.site-footer .footer-contact .social-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
}
.site-footer .footer-contact .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F1E5A;
  font-size: 22px;
  transition: all 0.3s ease;
}
.site-footer .footer-contact .social-links a:hover {
  color: #C7E54A;
  transform: translateY(-3px);
}
.site-footer .footer-bottom {
  background: #0F1E5A;
  padding: 18px 0;
}
.site-footer .footer-bottom p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hero-section {
  background: url(../images/hero-bg-img.png) no-repeat bottom right, #F8F8F8;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
.hero-section .hero-tag {
  display: inline-block;
  color: #0F1E5A;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  padding-left: 12px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  border-left: 6px solid #C7E54A;
}
.hero-section .hero-content {
  max-width: 681px;
  width: 100%;
}
.hero-section .hero-image {
  max-width: 378.667px;
  aspect-ratio: 4/3;
}
.hero-section .category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hero-section .category-grid .category-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  color: #1E293B;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
}
.hero-section .category-grid .category-card span {
  flex: 1;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #4B5563;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}
.hero-section .category-grid .category-card .icon-box {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 39px;
  background: rgba(196, 218, 93, 0.35);
}
.hero-section .category-grid .category-card .icon-box iconify-icon {
  font-size: 24px;
  color: #000000;
}
.hero-section .category-grid .category-card .arrow {
  font-size: 24px;
  color: #000000;
  margin-left: 8px;
}
.hero-section .category-grid .category-card:hover {
  border-color: #C7E54A;
  transform: translateY(-3px);
}
.hero-section .hero-cta {
  display: flex;
  gap: 24px;
}
.hero-section .hero-cta .candidate-card,
.hero-section .hero-cta .hiring-card {
  max-width: 500px;
  width: 100%;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-cta .candidate-card .icon-circle,
.hero-section .hero-cta .hiring-card .icon-circle {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-cta .candidate-card .icon-circle iconify-icon,
.hero-section .hero-cta .hiring-card .icon-circle iconify-icon {
  font-size: 32px;
}
.hero-section .hero-cta .candidate-card .arrow-circle,
.hero-section .hero-cta .hiring-card .arrow-circle {
  margin-left: auto;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-cta .candidate-card {
  color: #000;
  border-radius: 16px;
  background: url(../images/candidate-right-img.png) no-repeat center right, linear-gradient(90deg, var(--Primary-Color, #C7E54A) 0%, #E9FF8B 100%);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
}
.hero-section .hero-cta .hiring-card {
  color: #fff;
  border-radius: 16px;
  background: url(../images/hiring-right-img.png) no-repeat center right, linear-gradient(90deg, var(--Secondary-Color, #0F1E5A) 0%, #2040C0 100%);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
}
.hero-section .hero-cta .hiring-card .heading-4,
.hero-section .hero-cta .hiring-card .para {
  color: #fff;
}
.hero-section .hero-cta .hiring-card .icon-circle iconify-icon,
.hero-section .hero-cta .hiring-card .arrow-circle iconify-icon {
  color: #0F1E5A;
}
.hero-section .hero-top-section {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.we-helping-flex {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
.we-helping-flex .we-helping-content {
  max-width: 635px;
  width: 100%;
}
.we-helping-flex .we-helping-content .tag {
  display: inline-block;
  color: #0F1E5A;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  padding-left: 12px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  border-left: 6px solid #C7E54A;
}
.we-helping-flex .img-sec {
  max-width: 635px;
  width: 100%;
  aspect-ratio: 4/3;
}

.we-recruit-sec {
  background: #F8F8F8;
}
.we-recruit-sec .heading-content {
  text-align: center;
  max-width: 874px;
  width: 100%;
}
.we-recruit-sec .we-recruit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.we-recruit-sec .we-recruit-card {
  border-radius: 16px;
  background: #FFF;
  text-align: center;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.we-recruit-sec .we-recruit-card .icon-box {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 39px;
  background: rgba(196, 218, 93, 0.35);
}
.we-recruit-sec .we-recruit-card .icon-box iconify-icon {
  font-size: 24px;
  color: #000000;
}
.we-recruit-sec .we-recruit-card .primary-btn {
  margin: auto;
}

.blog-sec .heading-content {
  text-align: center;
}
.blog-sec .heading-content .para {
  max-width: 643px;
  width: 100%;
  margin: auto;
}
.blog-sec .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-sec .blog-card {
  border-radius: 16px;
  background: #F8F8F8;
  text-align: center;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-sec .blog-card .img-wrapper .img-fluid {
  border-radius: 16px;
}
.blog-sec .blog-card .para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  align-self: stretch;
  overflow: hidden;
}
.blog-sec .blog-card .primary-btn {
  margin: auto;
}

.testimonail-sec {
  background: #F8F8F8;
}
.testimonail-sec .heading-content {
  text-align: center;
  max-width: 766px;
  width: 100%;
}
.testimonail-sec .testimonail-card {
  border-radius: 16px;
  background: #FFF;
  text-align: center;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.testimonail-sec .testimonail-card .icon-box {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 39px;
  background: #C7E54A;
}
.testimonail-sec .testimonail-card .icon-box iconify-icon {
  font-size: 24px;
  color: #000000;
}
.testimonail-sec .testimonail-card .para {
  font-style: italic;
}

.cta-sec {
  background: url(../images/cta-bg.png) no-repeat center;
  background-size: cover;
}
.cta-sec .cta-heading {
  max-width: 643px;
  width: 100%;
}
.cta-sec .cta-heading .heading-2,
.cta-sec .cta-heading .para {
  color: white;
}
.cta-sec .cta-flex {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.cta-sec .cta-btn {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.cta-sec .cta-btn .candidate-card,
.cta-sec .cta-btn .hiring-card {
  max-width: 500px;
  width: 100%;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
.cta-sec .cta-btn .candidate-card .icon-circle,
.cta-sec .cta-btn .hiring-card .icon-circle {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-sec .cta-btn .candidate-card .icon-circle iconify-icon,
.cta-sec .cta-btn .hiring-card .icon-circle iconify-icon {
  font-size: 32px;
}
.cta-sec .cta-btn .candidate-card .arrow-circle,
.cta-sec .cta-btn .hiring-card .arrow-circle {
  margin-left: auto;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-sec .cta-btn .candidate-card {
  color: #000;
  border-radius: 16px;
  background: url(../images/candidate-right-img.png) no-repeat center right, linear-gradient(90deg, var(--Primary-Color, #C7E54A) 0%, #E9FF8B 100%);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
}
.cta-sec .cta-btn .hiring-card {
  color: #fff;
  border-radius: 16px;
  background: url(../images/hiring-right-img.png) no-repeat center right, linear-gradient(90deg, #2040C0 0%, #0F1E5A 100%);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
}
.cta-sec .cta-btn .hiring-card .heading-4,
.cta-sec .cta-btn .hiring-card .para {
  color: #fff;
}
.cta-sec .cta-btn .hiring-card .icon-circle iconify-icon,
.cta-sec .cta-btn .hiring-card .arrow-circle iconify-icon {
  color: #0F1E5A;
}/*# sourceMappingURL=style.css.map */