@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);

* {
  margin: 0;
  padding: 0;
}

body,
html {
  overflow-x: hidden;
}

body {
  background-color: #f8f9fa;
}

.feature-text,
.feature-title,
.headingfont,
.highlight-text,
.navbar-brand span,
.section-title,
.subheadingfont,
.textfont,
h4.mb-3 {
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.highlight-text {
  color: #e8b42f;
  font-weight: 700;
}

.feature-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-text {
  color: #555;
  font-weight: 500;
  line-height: 1.6;
}

.career-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  transition: transform 0.3s, box-shadow 0.3s;
}

.career-image:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.section-padding {
  padding: 100px 0;
}

.section-title {
  font-size: 2rem;
  line-height: 1.3;
}

.feature-block {
  margin-top: 1.5rem;
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 1.85rem;
  }

  .feature-text {
    font-size: 0.95rem;
  }
}

@media (max-width: 991px) {
  .career-section .row {
    flex-direction: column;
    text-align: center;
  }

  .career-section .col-lg-6 {
    max-width: 100%;
  }

  .career-image {
    max-width: 90%;
    margin: 0 auto 2rem;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .feature-title {
    font-size: 1.1rem;
  }
}

#message-popup-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 1s;
}

#popup-card,
.popup-consult-btn {
  transition: 0.3s;
}

#message-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup-card {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 280px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
}

#popup-card.show {
  opacity: 1;
  transform: translateY(0);
}

.popup-consult-btn:hover {
  background-color: #fff !important;
  color: #e8b42f !important;
}

.footer {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-link {
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}

.section-title,
h4.mb-3 {
  color: #000;
  font-weight: 700;
}

.footer-link:hover {
  color: #e8b42f;
  text-decoration: none;
}

.social-icon {
  font-size: 1.1rem;
  transition: color 0.3s;
}

.nav-hover:hover,
.social-icon:hover {
  color: #e8b42f;
}

.btn-warning,
input.form-control {
  border-radius: 0;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.subheadingfont {
  font-weight: 500;
}

.textcolour,
.textfont a {
  color: #636363;
}

.headingfont {
  font-weight: 700;
}

.navbar-nav,
.textfont {
  font-weight: 400;
}

.textfont a {
  text-decoration: none;
  transition: 0.3s linear;
}

.textfont a:hover {
  color: #e8b42f;
  transition: 0.2s linear;
}

@media (min-width: 992px) {
  .footer .col-md-3:nth-child(2) {
    padding-left: 3rem;
  }

  .footer .col-lg-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .footer .col-md-3:nth-child(2) {
    padding-left: 4rem;
  }
}

.navbar-nav {
  font-family: Outfit, sans-serif;
  padding-right: 100px;
  font-size: 17px;
}

.navbar-brand {
  font-family: Montserrat, sans-serif;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #eee;
  color: #e8b42f;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
  font-size: 18px;
}

.nav-btn:hover {
  background: #fdf1d1;
}

.nav-btn.left {
  left: 0;
}

.nav-btn.right {
  right: 0;
}

#navbarNav.collapse {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.35s, opacity 0.3s;
}

#navbarNav.collapse.show {
  height: auto;
  opacity: 1;
}

@media (min-width: 992px) {
  #navbarNav.collapse {
    height: auto !important;
    opacity: 1 !important;
    overflow: visible !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #navbarNav.collapse {
    transition: none;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 100px 20px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .feature-title {
    font-size: 1.05rem;
  }

  .feature-text {
    font-size: 0.93rem;
  }

  .career-image {
    max-width: 100%;
    border-radius: 10px;
  }

  .footer .col-12 {
    text-align: left !important;
  }

  .fade-in,
  .fade-up,
  .icon-anim {
    transition: none !important;
  }

  .navbar-toggler {
    padding: 2px 6px;
    font-size: 0.8rem;
  }

  .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 576px) {
  .section-padding {
    padding: 100px 15px;
  }

  .section-title {
    font-size: 1.35rem;
  }

  .feature-text {
    font-size: 0.9rem;
  }

  .career-image {
    margin-bottom: 1.5rem;
  }

  .nav-btn {
    width: 28px;
    height: 28px;
  }

  .nav-btn.left {
    left: -8px;
  }

  .nav-btn.right {
    right: -8px;
  }
}
