@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&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  color: #ffffff;
}
.navbar {
  background-color: #1f3a5f;
  padding: 1rem 2rem;
}
.navbar-brand {
  margin-right: 50px;
}
.nav-item .nav-link {
  color: #ffffff;
  margin-right: 1rem;
  text-decoration: none;
}
.navbar-brand img {
  height: 70px;
}
.hero_section {
  background: url(hero.jpg) no-repeat center center/cover;
  margin-top: 72px;
  height: 85vh;
  filter: brightness(80%);
}
.hero_section_about {
  background: url(hero2.jpg) no-repeat center center/cover;
  margin-top: 72px;
  height: 85vh;
  filter: brightness(80%);
}
.hero_section_contact {
  background: url(contact.avif) no-repeat center center/cover;
  margin-top: 72px;
  height: 70vh;
  filter: brightness(80%);
}
.hero_section_job {
  background-color: #1f3a5f;
  margin-top: 72px;
  height: 50vh;
  filter: brightness(80%);
}
.hero_section_text {
  padding: 138px;
}

.hero_section_text h3 {
  font-size: 48px;
  font-weight: 700;
}
.hero_section_text p {
  font-size: 22px;
  padding: 0 100px;
}
.button {
  background-color: #2ca6a4 !important;
  border: 1px solid #2ca6a4 !important;
  padding: 10px 20px !important;
  color: #ffffff;
  cursor: pointer;
}
.about {
  color: #333333;
}
.about p {
  font-size: 16px;
  line-height: 1.6;
}
.aboutus-text {
  color: #333333;
  font-size: 18px;
  line-height: 1.8;
}
.card {
  height: 100%;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.card h4 {
  font-size: 22px;
  color: #1f3a5f;
}
.card p {
  font-size: 13px;
}
.card:hover {
  transform: translateY(-10px);
}
.card-body img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.trusted-by {
  padding: 50px;
}
.trusted-by img {
  width: 50px;
  opacity: 0.8;
  transition: opacity 0.3s;
  filter: grayscale(80%);
  transition:
    filter 0.3s ease,
    opacity 0.3s ease;
  vertical-align: middle;
}
/* .accordion {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 50%;
}
.accordion-button {
    background-color: lightgray;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
}
.accordion-item {
   margin-bottom: 25px;
} */
.accordion {
  margin: 0 auto;
  width: 70%;
}
.grh-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e7eb;
}

/* Accordion buttons */
.grh-accordion .accordion-button {
  background-color: #ffffff;
  color: #1f3a5f; /* Navy */
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  border-radius: 0;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.grh-accordion .accordion-button:focus {
  box-shadow: none;
}

.grh-accordion .accordion-button:not(.collapsed) {
  background-color: #f4f8fb;
  color: #1f3a5f;
}

/* Plus/Minus Icon */
.grh-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.4rem;
  font-weight: 700;
  color: #2ca6a4; /* Teal */
  transition:
    transform 0.3s ease,
    content 0.3s ease;
}

.grh-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}

/* Body */
.grh-accordion .accordion-body {
  background-color: #f9fafb;
  color: #333333;
  font-size: 0.95rem;
  padding: 1.25rem 1.5rem;
  line-height: 1.6;
}

/* Smooth collapse animation */
.animated-collapse {
  transition:
    height 0.35s ease,
    opacity 0.35s ease;
}

.animated-collapse.collapse:not(.show) {
  opacity: 0;
}

.animated-collapse.collapse.show {
  opacity: 1;
}
/* form.quoteform {
    margin: 0 auto;
    width: 50%;
} */

.quoteform {
  max-width: 520px;
  margin: 80px auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 14px;
  border-top: 6px solid #1f3a5f; /* GlobalRemoteHR navy */
}

.quoteform h3 {
  font-weight: 600;
  color: #1f3a5f;
}

.form-label {
  font-weight: 500;
  color: #333333;
}

.form-control,
.form-select {
  padding: 12px 12px 12px 48px;
  border-radius: 8px;
  border: 1px solid #ced4da;
}

.form-control:focus,
.form-select:focus {
  border-color: #2ca6a4;
  box-shadow: 0 0 0 0.15rem rgba(44, 166, 164, 0.25);
}

.input-icon {
  position: absolute;
  top: 42px;
  left: 14px;
  color: #6c757d;
  font-size: 1.1rem;
}

.textarea-icon {
  top: 46px;
}

.btn-primary {
  background-color: #1f3a5f;
  border: none;
}

.btn-primary:hover {
  background-color: #162d48;
}

.btn-success {
  background-color: #2ca6a4;
  border: none;
}

.btn-success:hover {
  background-color: #24918f;
}

.progress {
  height: 8px;
  border-radius: 10px;
}

.progress-bar {
  background-color: #2ca6a4;
  transition: width 0.3s ease;
}

/* Multi-step */
.form-step {
  display: none;
  animation: fadeSlide 0.5s ease;
}

.form-step.active {
  display: block;
}

/* Animation */
.animate-form {
  animation: fadeInUp 0.8s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* footer */
/* Footer Base */
.grh-footer {
  background-color: #1f3a5f; /* Navy */
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.grh-footer .footer-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.grh-footer .footer-heading {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  color: #e5f4f3; /* Light teal tint */
}

.grh-footer .footer-text {
  font-size: 0.9rem;
  color: #dbe5f1;
  line-height: 1.6;
}

/* Links */
.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #dbe5f1;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #2ca6a4; /* Teal */
}

/* Newsletter */
.grh-footer input.form-control {
  border-radius: 6px;
  border: none;
  padding: 0.5rem 0.6rem;
}

.grh-footer input.form-control:focus {
  box-shadow: none;
  outline: 2px solid rgba(44, 166, 164, 0.4);
}

.btn-footer {
  background-color: #2ca6a4; /* Teal */
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  padding: 0.4rem 0.8rem;
  transition: background-color 0.2s ease;
}

.btn-footer:hover {
  background-color: #24918f;
  color: #ffffff;
}

/* Bottom Bar */
.footer-bottom {
  background-color: #162d48; /* Darker navy */
  font-size: 0.85rem;
  color: #dbe5f1;
}

.footer-legal-links a {
  color: #dbe5f1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: #2ca6a4;
}
/* Responsive */
@media screen and (max-width: 850px) {
  .navbar-brand {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 760px) {
  .navbar-brand {
    font-size: 12px;
    margin-right: 0px;
  }
  .navbar-brand img {
    height: 30px;
  }
  .hero_section_text {
    padding: 10px;
  }

  .hero_section_text h3 {
    font-size: 30px;
    font-weight: 700;
  }
  .hero_section_text p {
    font-size: 18px;
    padding: 0 20px;
  }
}
