@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700&display=swap");
/* Bootstrap 5.3.3 */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header {
  width: 100%;
  position: absolute;
  z-index: 1500;
  color: white;
  padding: 10px 0;
}

* {
  scrollbar-width: none !important;
  scrollbar-color: #ffffff #ffffff !important;
}

/* navigation */
.navbar {
  transition: all 0.3s ease;
  background-color: transparent !important;
  font-weight: 700;
   height:80px;
}

.navbar.scrolled {
  background-color: #14192d !important;
  backdrop-filter: blur(10px);
  height: 80px;
}

.navbar-nav .nav-link:hover {
  color: #ff6b6b !important;
}

.nav-logo {
  height: 25px;
}

.navbar-nav .nav-link.active {
  color: #e55a2b !important;
}

@media (min-width: 992px) {
  .navbar-collapse {
    border-radius: 0 !important;
    margin-top: 0 !important;
    height: 80px;
  }
}

@media (max-width: 991.98px) {
  .navbar.mobile-menu-open {
    background-color: #14192d !important;
  }
}


/* Mobile dropdown background */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #14192d; /* Change this color */
  }
}

.hamburger {
  display: none;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
    margin-right: -326px;
    position: absolute;
    top: 32px;
  }
}
/******* header text section *********** */
.header-text h2 {
  position: absolute;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 300;
  top: 100px;
}
.background-img {
  position: relative;
  height: 100vh;
  /* overflow: hidden; */
}

.background-img img {
  width: 100%;
  height: auto;
}
.header-text h1 {
  font-size: 50px;
  position: relative;
  top: 135px;
}

.header-text h1::before {
  content: "●";
  color: #f57c00;
  position: absolute;
  left: 59px;
  top: -45px;
  font-size: 16px;
}

.header-text p {
  font-size: 15px;
  position: relative;
  top: 120px;
  color: #e1e1e1;
  line-height: 30px;
  max-width: 707px;
  letter-spacing: 0.2px;
  text-align: justify;
  font-family: "Syne", sans-serif;
}

.text-blue {
  color: #f57c00;
  font-family: "Satisfy";
}

.footer-content{
    padding-top: 20px;
  }

  .quick_link_footer{
  margin: 30px 0 0 50px !important;
}

/* Media Query for Mobile Responsiveness */
@media (max-width: 1200px) {
  .background-img img {
    height:500px;
  }
}

@media (max-width: 768px) {
  .text-blue {
    font-size: 35px;
    text-align: center;
  }

  @media (max-width: 768px) {
    .text-orange {
        margin-left: -22px;
    }
}
.header-text h1 {
    padding: 15px;
}
  .header-text p {
    font-size: 15px;
    top: 115px;

    left: -10px;
    padding: 10px;
  }
}

/************* career description section styles  *****************/
.career-description-header {
  padding: 60px 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  gap: 40px;
  position: relative;
}
.career-header-div {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.career-header {
  padding: 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  gap: 40px;
  position: relative;
}
.left-shape-svg {
  position: absolute;
  left: 0;
  top: 0;
}
.right-shape-svg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.career-image {
  flex: 1;
  position: relative;
}
.career-content {
  flex: 1;
}

.career-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  color: #2f327d;
}

.career-title .highlight {
  color: #f57c00;
}

.career-description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #646464;
  margin-bottom: 20px;
  line-height: 2;
  text-align: justify;
}
@media (min-width: 1800px) {
  .career-header-div {
    max-width: 1700px;
  }
  .career-member-div {
    max-width: 1700px;
  }
}

@media (max-width: 991px) {
  .career-header {
    flex-direction: column;
    padding: 40px 30px;
    text-align: center;
  }

  .career-content {
    padding-left: 0;
    padding-top: 30px;
  }

  .career-title {
    font-size: 22px;
  }
  .career-header-div {
    grid-template-columns: 1fr;
  }
  .floating-photo {
    position: static;
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  .career-image img {
    width: 300px;
    display: none;
  }

  .career-description-header{
    padding: 20px 15px;
  }

  .career-description{
    font-size: 14px;
    text-align: justify;
  }

  .left-shape-svg, .right-shape-svg{
    display: none;
  }
}

/* vacancies section  */
.vacancies-section {
  margin: 0 auto;
  background: white;
  padding: 80px 60px;
  text-align: justify;
}

.vacancies-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  color: #2c3e50;
}

.vacancies-title .highlight {
  color: #f57c00;
}

.vacancies-message {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #646464;
  margin-bottom: 20px;
  line-height: 2;
}

.email-link {
  color: #ff6b35;
  text-decoration: none;
  font-weight: 600;
}

.email-link:hover {
  color: #e55a2b;
}

@media (max-width: 768px) {
  .vacancies-section {
    padding: 20px !important;
    text-align: justify;
    font-size: medium;
  }

  .vacancies-title {
    font-size: 22px;
  }

  .vacancies-message {
    font-size: 14px;
  }
}

/************* benifit section ************************/
.benefits-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 60px;
}
.benifit-section-div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.benefits-image {
  flex: 1;
  position: relative;
}

.benefits-content {
  flex: 1;
}

.benefits-header {
  margin-bottom: 30px;
}

.benefits-subtitle {
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  color: #2f327d;
}

.benefits-subtitle .highlight {
  color: #f57c00;
}

.benefits-title {
  font-family: Inter;
  font-size: 22px;
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
}

.benefits-description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #646464;
  margin-bottom: 20px;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: justify;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
}

.benefit-icon {
  width: 8px;
  height: 8px;
  background: #ff6b35;
  border-radius: 50%;
  flex-shrink: 0;
}

.benefit-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: #646464;
}
@media (min-width: 1800px) {
  .benifit-section-div {
    max-width: 1700px;
  }
}

@media (max-width: 991px) {
  .benifit-section-div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .benefits-section {
    flex-direction: column;
    padding: 20px 15px;
    gap: 40px;
  }

  .image-container {
    width: 300px;
    height: 200px;
    border-radius: 150px;
  }

  .benefits-title {
    font-size: 22px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .benefits-image img {
    width: 300px;
  }
}

@media(max-width:568px) {
    .background-img img{
        height: 550px !important;
    }

    .career-description-header{
      padding: 10px !important;
    }

    .vacancies-section container {
      padding: 10px !important;
    }

    .benefits-section{
      padding: 10px !important;
    }

    .benefits-image img {
      text-align: center !important;
  }
}

/* join section styles  */
.join-section-div {
  position: relative;
  padding: 20px;
}
.join-section {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  /* overflow: hidden; */
}

.world-map {
  position: absolute;
  left: 10px;
  top: 40px;
  width: 50%;
  height: 100%;
  background: url("./Image/world-map.png");
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 1;
}

.join-content {
  position: relative;
  z-index: 2;
}

.join-title {
  font-family: Inter;
  font-size: 30px;
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.join-subtitle {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #646464;
  margin-bottom: 10px;
}

.email-link {
  color: #f57c00;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
}

.email-link:hover {
  color: #e55a2b;
}

@media (max-width: 768px) {
  .join-section {
    padding: 60px 30px;
  }

  .join-title {
    font-size: 2rem;
  }

  .join-subtitle {
    font-size: 1.1rem;
  }

  .email-link {
    font-size: 1.1rem;
  }

  .world-map {
    height: 200px;
  }

  .benefits-description{
    font-size: 14px;
    text-align: justify;
    margin-top: 30px;
  }

  .benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
}

@media (max-width: 480px) {
  .join-title {
    font-size: 1.6rem;
  }

  .join-subtitle {
    font-size: 1rem;
  }
}


.footer-content{
    padding-top: 20px;
  }
/* footer */

.company_infor_footer{
  margin: 30px 0 0 30px !important;
}

.quick_link_footer{
  margin: 30px 0 0 50px !important;
}

.service_footer_sec{
  margin: 30px 0 0 30px !important ;
}

@media (min-width: 768px) and (max-width: 991px) {
    .company_infor_footer{
      margin: 30px 0 0 30px !important;
    }

    .quick_link_footer{
      margin: 30px 0 0 30px !important;
    }

    .service_footer_sec{
  margin: 30px 0 0 30px !important;
}
    .benefits-image{
      text-align: center;
    }



}

@media(max-width:1400px) {
  .company_infor_footer{
    margin: 30px 0 0 0 !important;
  }

  .quick_link_footer{
  margin: 30px 0 0 0px !important;
}

.service_footer_sec{
  margin: 30px 0 0 30px !important;
}
}

@media(max-width:1200px) {
  .company_infor_footer{
    margin: 30px 0 0 0 !important;
  }

  .quick_link_footer{
  margin: 30px 0 0 0px !important;
}

.service_footer_sec{
  margin: 30px 0 0 30px !important;
}

.career-image{
      margin-top: 50px;
}
}


@media (max-width: 768px) {
  .footer-section {
    padding: 40px 0 20px;
    background-color: #14192d;
  }

  .footer-background {
    display: none !important;
  }

  .footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .footer-section .col-lg-4,
  .footer-section .col-lg-3 {
    margin: 20px 0 0 0 !important;
  }

  .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}