/* CSS extracted from marketing.html */

/* Prevent horizontal overflow */

html,
body {
  overflow-x: hidden !important;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.div-recruit {
  min-height: 500px;
  height: auto;
  background-color: aliceblue;
  background-image: url("../image/solutionBG.png");
  background-repeat: no-repeat;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
}

.free-btn {
  background-color: #0072bc;
  color: #ffffff;
  font-weight: 550;
}

.free-btn:hover {
  border-color: #0072bc;
  background-color: #ffffff;
  color: #000000;
}

.div-para-4,
.div-white,
.div-black-marketing {
  min-height: 550px;
  height: auto;
  background-color: #ffffff;
  margin-top: 0px;
  padding: 20px 3px;
  box-sizing: border-box;
}

.div-black-marketing {
  background-color: #000000;
}

.global-img {
  background-image: url("../image/.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Extracted from marketing.html inline styles */
.nav-dropdown-medium {
  width: 240px;
}

.nav-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.nav-dropdown-large {
  width: 350px;
}

.nav-column-header-simple {
  text-align: center;
  font-weight: 550;
}

.login-icon {
  vertical-align: middle;
  margin-left: 5px;
}

.text-center {
  text-align: center;
}

.hero-title-marketing {
  font-size: 60px;
  margin-top: 0px;
  padding-top: 80px;
  line-height: normal;
}

.hero-desc {
  font-size: x-large;
  color: #f0762f;
  padding: 0 20px;
  font-weight: 500 !important;
}

.hero-btn-primary {
  padding: 10px 20px;
  align-self: center;
}

.hero-btn-secondary {
  border-color: #ffffff;
  padding: 10px 20px;
  align-self: center;
}

/* Flex Containers */
.feature-section-container {
  display: flex;
  gap: 50px;
  min-height: 495px;
  padding: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Text Blocks */
.feature-text-block {
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
}

.feature-title-sm {
  font-weight: 500;
  font-size: 30px;
  margin-top: 60px;
}

.feature-highlight-orange {
  font-size: 35px;
  color: #f0762f;
}

.feature-desc {
  font-size: 20px;
}

/* Buttons & Links */
.btn-black {
  margin-top: 30px;
  background-color: black;
  border-color: black;
  color: #ffffff;
}

.link-black {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  color: black;
}

.btn-white {
  margin-top: 30px;
  background-color: white;
  border-color: white;
  color: black;
}

.link-white {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  color: white;
}

.btn-blue-recruiter {
  background-color: #0072bc;
  color: #ffffff;
}

/* Images */
.feature-img-container-1,
.feature-img-container-2,
.feature-img-container-3 {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-img-1,
.feature-img-2,
.feature-img-3 {
  width: 100%;
  height: auto;
  max-width: 450px;
}

/* Specific Feature Styles */
.feature-title-blue-marketing {
  font-weight: 500;
  font-size: 30px;
  margin-top: 60px;
  color: #0072bc;
}

.feature-desc-bold-white {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.feature-desc-white {
  font-size: 20px;
  color: white;
}

/* Solutions Section */
.solutions-section-marketing {
  min-height: 550px;
  height: auto;
  padding-bottom: 50px;
}

.solutions-header-container {
  padding-top: 40px;
  text-align: center;
        font-family: 'Zain1', Helvetica, sans-serif !important;
  font-size: 45px;
  font-weight: 600;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}

.solutions-title {
  font-size: 35px;
  color: #f0762f;
  line-height: normal;
}

.solutions-grid {
  min-height: 250px;
  padding-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.solution-card-content {
  width: 320px;
    height: auto;
  min-height: 200px;
  line-height: 25px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.solution-card-content:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.solution-card-title {
  text-align: center;
  color: #0072bc;
}

.solution-card-desc {
  margin-left: 0;
  text-align: justify;
}

.solutions-cta-container {
  text-align: center;
  padding: 20px;
}



/* Media Queries */
@media (max-width: 768px) {
  .feature-section-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .feature-section-container .animate-to-left,
  .feature-section-container .animate-to-right {
    width: 100%;
    order: -1;
  }

  .hero-title-marketing {
    font-size: 40px;
  }

  .feature-title-sm,
  .feature-title-blue-marketing,
  .solutions-title {
    font-size: 32px;
    margin-top: 30px;
  }

  .feature-highlight-orange {
    font-size: 28px;
  }

  .link-black,
  .link-white {
    margin-left: 0;
    display: block;
  }

  .feature-img-container-1,
  .feature-img-container-2,
  .feature-img-container-3 {
    margin-top: 20px;
  }
}