@import url("https://fonts.cdnfonts.com/css/bdo-grotesk");
.notification-body {
  background: #2dbe6b;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-family: "BDO Grotesk";
  font-weight: 400;
}
.notification-text {
  padding: 10px 16px;
}
.moving-text-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #0825a2;
  background: #ebf4ee;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 0;
  z-index: 9999;
}

.moving-text {
  display: inline-block;
  padding-left: 100%;
  animation: moveText 15s linear infinite;
  font-family: "BDO Grotesk";
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 800;
}

@keyframes moveText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.navbar-wrapper {
  background: #f5fcf800;
  padding-block: 45px 22px !important;
  z-index: 999;
  box-shadow: none !important;
  /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; */
  border-bottom: 0.5px solid #8181812e;
}
.navbar .container {
  justify-content: center;
}
.navbar-wrapper .navbar-brand {
  margin: 0 !important;
}

.navbar-wrapper .navbar-brand img {
  max-height: 70px;
  transition: 0.5s;
}

.book-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 0 20px;
  margin-top: -123px;
}

.book-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.infinity-left {
  position: absolute;
  top: 140px;
  left: 10px;
  width: 100%;
  max-width: 383px;
  height: auto;
  z-index: -1;
}
.infinity-right {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 100%;
  max-width: 517px;
  height: auto;
  z-index: -1;
}

.book-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #091b3bf2;
  z-index: -1;
}
.book-hero-content {
  padding: 170px 0 76px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.book-hero h1 {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 66px */
  letter-spacing: -2.4px;
  max-width: 903px;
  margin-bottom: 25px;
}

.hr-subtitle {
  color: #2dbe6b;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.254px; /* 159.391% */
  letter-spacing: -0.24px;
  margin-bottom: 65px;
}

.hr-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: start;
  width: 100%;
  margin-bottom: 90px;
}

.hr-left p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "BDO Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 170% */
  letter-spacing: -0.2px;
  max-width: 514px;
  text-align: left;
  margin: 58px 0 0;
}
.hr-right h3 {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.254px; /* 159.391% */
  letter-spacing: -0.24px;
  margin-bottom: 18px;
  text-align: left;
}
.hr-right p {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 170% */
  letter-spacing: -0.2px;
  max-width: 514px;
  text-align: left;
  margin: 0;
}
.hr-right ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.hr-right li {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 11px;
  text-align: left;
}

.cta-btn {
  display: inline-block;
  background: rgba(34, 174, 125, 0.25);
  padding: 18px 36px;
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 38.254px; /* 173.881% */
  text-decoration: none;
  border-radius: 12px;
  transition: 0.3s;
  border: none;
}

.cta-btn:hover {
  background: rgba(34, 174, 126, 0.35);
  color: #2dbe6b;
  transform: scale(1.05);
}

.consultation-section {
  padding: 90px 20px;
  background: #ebf4ee;
}
.consultation-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  gap: 40px;
}
/* Left content */
.consultation-left {
  flex: 1;
}

.consultation-left h2 {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: -1.92px;
  max-width: 572px;
  margin-bottom: 53px;
}

.consultation-left ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}

.consultation-left li {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  text-align: left;
}

/* Right form */
.consultation-form {
  flex: 1;
  background: #fff;
  padding: 45px 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 100%;
}

.form-row {
  display: flex;
  gap: 19px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-group-2 {
  flex: 1;
  display: flex;
  align-items: center;
}
.form-group-2 .captcha-img {
  border: 1px solid rgba(114, 119, 153, 0.2);
  border-radius: 4px !important;
}

label {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%; /* 24.66px */
  letter-spacing: -0.18px;
  margin-bottom: 8px;
}

input,
textarea {
  border: 1px solid rgba(114, 119, 153, 0.2);
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  padding: 10px 21px;
  color: #08366d;
  width: 100%;
}

input {
  height: 44px;
}

textarea {
  resize: none;
  min-height: 140px;
}

.submit-btn {
  display: block;
  width: 100%;
  padding: 15px 21px;
  border: none;
  color: #fff;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(1, 82, 166, 1) 0%,
    rgba(6, 148, 33, 1) 100%
  );
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
}

.core-solutions {
  width: 100%;
  background: url("../img/process-bg.jpeg") no-repeat center center/cover;
  padding: 100px 20px;
}

.core-solutions h2 {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
  letter-spacing: -1.92px;
  margin-bottom: 25px;
}

.core-solutions .core-subheading {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 56px;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  gap: 11px;
}

.tabs .tab {
  text-align: left;
  padding: 12px 26px;
  border-radius: 8px;
  border: none;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.tabs .tab svg {
  width: 30px;
  height: 22px;
  transition: transform 0.3s ease;
}

.tabs .tab:hover svg {
  transform: translateX(5px) scale(1.1);
}

.tabs .tab:hover {
  transform: scale(1.02);
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.solution-modal-content {
  background-color: #fff;
  border-radius: 15px;
  max-width: 919px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.modal-image-container {
  flex: 1;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  border-radius: 15px 0 0 15px;
}

/* Modal image */
.modal-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-text {
  flex: 1;
  color: #727799;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 27.9px */
  letter-spacing: -0.36px;
  margin: 0;
  padding: 40px;
}

.book-meeting {
  width: 100%;
  background: url("../img/hr-policy-bg.jpeg") no-repeat center center/cover;
  padding: 100px 20px;
}

.book-meeting-container {
  display: flex;
  gap: 77px;
  align-items: center;
}

.calendly-inline-widget {
  width: 100%;
  max-width: 640px;
}
.content {
  max-width: 581px;
}

.content h2 {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
  letter-spacing: -1.92px;
  margin-bottom: 23px;
}

.content p {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 167%; /* 33.4px */
  max-width: 536px;
  margin: 0 0 40px;
  text-align: justify;
}

.page-btn {
  padding: 15px 21px;
  color: #fff;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(1, 82, 166, 1) 0%,
    rgba(6, 148, 33, 1) 100%
  );
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-btn:hover {
  transform: scale(1.05);
  color: #fff;
  background: rgba(6, 148, 33, 1);
}

.location-section {
  background: url("../img/why-choose-bg.png") no-repeat center center/cover;
  padding: 90px 20px 100px;
}

.location-container {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.location-tabs {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
}
.loc-mob {
  display: none;
}

.location-tab {
  padding: 10px 20px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  color: #0e2a54;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.location-tab.active {
  background: linear-gradient(
    90deg,
    rgba(1, 82, 166, 1) 0%,
    rgba(6, 148, 33, 1) 100%
  );
  color: white;
}

/* Layout */
.location-content {
  display: flex;
  gap: 80px;
  align-items: center;
}

/* Image Column */
.location-image img {
  height: auto;
  border-radius: 14px;
  max-width: 560px;
  width: 100%;
}

.location-text {
  max-width: 500px;
  flex: 1;
}

.flag-icon {
  width: 87px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 37px;
}

.location-title {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.92px;
  margin-bottom: 19px;
}

.location-description {
  color: rgba(255, 255, 255, 0.77);
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.36px;
  margin: 0;
}

.cta-section {
  background: linear-gradient(0deg, #0e2a54 0%, #0e2a54 100%), no-repeat,
    #d9d9d9;
  padding: 0px 20px;
  position: relative;
}
.book-infinity-left {
  position: absolute;
  bottom: 10px;
  right: 700px;
  width: 100%;
  max-width: 206px;
  height: auto;
  z-index: 0;
}
.book-infinity-right {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  max-width: 220px;
  height: auto;
  z-index: 0;
}
.book-infinity-3 {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 100%;
  max-width: 220px;
  height: auto;
  z-index: 0;
}
.book-cta-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.overlay {
  color: white;
  padding: 110px 0px 110px;
  width: 60%;
}

.overlay h2 {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 54.38px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: -1.695px;
  margin-bottom: 63px;
  max-width: 734px;
}

.cta-button {
  padding: 15px 21px;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(1, 82, 166, 1) 0%,
    rgba(6, 148, 33, 1) 100%
  );
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  transition: all 0.3s ease;
  border: none;
}
.book-cta-right {
  width: 40%;
  height: auto;
  max-width: 525px;
  max-height: 525px;
  animation: colorZoom 4s ease-in-out infinite;
}

@keyframes colorZoom {
  0% {
    filter: grayscale(100%);
    transform: scale(1);
  }
  50% {
    filter: grayscale(0%);
    transform: scale(1.1);
  }
  100% {
    filter: grayscale(100%);
    transform: scale(1);
  }
}

.form-error {
  color: red;
  font-size: 14px;
  font-family: "BDO Grotesk";
}

.cta-button:hover {
  color: #fff;
  transform: scale(1.05);
  background: rgba(6, 148, 33, 1);
}

@media (max-width: 991px) {
  .infinity-left {
    bottom: 200px;
    top: auto;
    left: 10px;
  }
  .consultation-container {
    flex-direction: column;
  }
  .consultation-left {
    text-align: center;
  }
  .consultation-left h2 {
    max-width: 100%;
  }
  .book-meeting-container {
    flex-direction: column;
  }
  .location-content {
    flex-direction: column;
  }
  .modal-image-container {
    flex: 1.2;
  }
  .book-cta-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .book-infinity-3 {
    top: 300px;
    right: 50px;
  }
  .overlay {
    width: 100%;
  }
  .book-cta-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar-wrapper .navbar-brand img {
    max-height: 65px;
  }
  .infinity-left {
    padding-right: 20px;
  }
  .infinity-right {
    top: 200px;
    padding-left: 20px;
  }
  .hr-content {
    flex-direction: column;
  }
  .hr-left p {
    margin: 10px 0 0;
    max-width: 100%;
    text-align: justify;
  }
  .book-hero h1 {
    font-size: 38px;
  }
  .consultation-section {
    padding: 50px 20px;
  }
  .hr-subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .hr-content {
    margin-bottom: 50px;
  }

  .consultation-form {
    padding: 30px;
  }
  .consultation-left h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .form-row {
    display: flex;
    gap: 19px;
    flex-direction: column;
  }
  .core-solutions {
    padding: 50px 20px;
  }
  .tabs {
    grid-template-columns: repeat(auto-fit, minmax(316px, 1fr));
  }
  .core-solutions h2 {
    font-size: 32px;
  }
  .solution-modal-content {
    flex-direction: column;
    max-width: 400px;
  }
  .modal-image-container {
    flex: 1;
    border-radius: 15px 15px 0 0;
    width: 100%;
  }
  .modal-text {
    padding: 30px;
  }
  .content h2 {
    font-size: 32px;
  }
  .book-meeting {
    padding: 50px 20px;
  }
  .content p {
  text-align: left;
}
  .overlay h2 {
    font-size: 40px;
  }
  .loc-desk {
    display: none;
  }
  .loc-mob {
    display: flex;
  }
  .flag-btn {
    width: 50px;
  }
  .location-tabs {
    gap: 10px;
  }
  .location-tab {
    padding: 10px 14px;
    border-radius: 8px;
  }
  .location-title {
    font-size: 32px;
  }
  .book-infinity-left {
    bottom: 10px;
    left: 20px;
    right: auto;
  }
  .book-infinity-right {
    top: 10px;
    left: 10px;
  }
  .book-infinity-3 {
    top: 400px;
    right: 10px;
  }
  .overlay {
    padding: 70px 0px 50px;
  }
  .tabs .tab:nth-child(n+11) {
    display: none; 
  }
  .tabs.show-all .tab {
    display: block;
  }
  .tabs .tab {
    padding: 10px 16px;
  }
  .read-more-btn {
    display: block;
    padding: 10px 15px;
    margin: 15px auto 0;
    text-align: center;
    font-family: "BDO Grotesk";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    letter-spacing: -0.36px;
    border-radius: 6px;
    background: rgba(6, 148, 33, 1);
    color: white;
    border: none;
    cursor: pointer;
  }
}
