* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Instrument Sans', sans-serif;

}

.back-Color {
  background-color: #F8F9FC;
}



/* Header Styles */
.header-transparent {
background-color: white;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
}

.navbar {
  background: transparent !important;
  padding: 0.5rem 0;
}

.nav-logo {
  width: 130px;
}

/* Logo Styles */
.logo-container {
  position: relative;
  width: 32px;
  height: 32px;
}

.logo-shape {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
  border-radius: 4px;
  transform: rotate(45deg);
}

.logo-accent {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #f97316 0%, #ef4444 100%);
  border-radius: 4px;
  transform: rotate(12deg);
}

/* Brand Text */
.brand-text {
  line-height: 1.2;
}

.brand-main {
  font-weight: bold;
  font-size: 1.1rem;
  color: #2563eb;
  margin-bottom: -2px;
}

.brand-sub {
  font-weight: 600;
  font-size: 0.75rem;
  color: #374151;
  margin-bottom: -2px;
}

/* Navigation Links */
.nav-custom {
  color: black !important;
  font-weight: 500 !important;
  font-size: 14px;
  text-decoration: none !important;
  padding: 0.5rem 1rem !important;
  transition: color 0.3s ease;
}

.nav-custom:hover {
  color: #2563eb !important;
}

/* Buttons */
.btn-link.nav-custom {
  border: none;
  background: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.btn-pro {
  background-color: #111827;
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-pro:hover {
  background-color: #1f2937;
  color: white;
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav-custom {
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid #e5e7eb;
  }

  .nav-custom:last-child {
    border-bottom: none;
  }

  .d-flex.align-items-center {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
  }

  .btn-link.nav-custom {
    text-align: center;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 0 !important;
  }

  .btn-pro {
    width: 100%;
    margin: 0;
  }

  .logo-container {
    width: 28px;
    height: 28px;
  }

  .logo-shape {
    width: 28px;
    height: 28px;
  }

  .brand-main {
    font-size: 1rem;
  }

  .brand-sub {
    font-size: 0.7rem;
  }
}


.hero-section {
  width: 100%;
}

.hero-content {
  width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.hero-title {
  font-size: 48px;
  font-weight: bold;
  color: black;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-subtitle {
  color: #333333;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}

.wraperr-head {
  width: 789.71px;
  margin: 0 auto;
}

.header-img {
  width: 100%;
  height: auto;
  margin: 30px auto 0 auto;
  border-radius: 15px;
  z-index: 1;
  display: block;
}

.features-section {
  display: flex;
  gap: 4px;
  margin: 0 auto;
  width: 770.71px;
  flex-wrap: wrap; /* for smaller screens */
  justify-content: center;
}

.feature-box {
  flex: 1;
  min-width: 160px;
  max-width: 48%;
  margin-top: -0.5px;
  background: linear-gradient(to bottom, #EBEDF3, #F8F9FC);
  height: 212.69px;
  text-align: center;
  padding: 40px 33px;
  font-weight: bold;
  font-size: 17.08px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: black;
  transition: all 0.3s ease;
  cursor: pointer;
  /* border-radius: 15px 15px 0 0; */
}

.feature-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* About Us Section */
.about-section {
  padding: 80px 20px;
}

.about-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.about-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.about-bullet {
  color: #007bff;
  font-size: 20px;
  font-weight: bold;
}

.about-label {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.about-title {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 1.4;
  margin: 0;
  text-align: left;
  max-width: 100%;
}

.fact-container {
  height: 273px;
  background-color: #F0F1F3;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  transition: all 0.3s ease;
}

.fact-container:hover{
  transform: translateY(-3px);
  cursor: pointer;
  background-color: #E7E7E7;
}

.fact-container>span {
  font-size: 48px;
  font-weight: 700;
  color: #161616;
}

.fact-container>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fact-container>div>span {
  font-size: 18px;
  font-weight: 600;
  color: #161616;
}

.fact-container-about {
  height: 273px;
  background-color: #2575E8;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease;
}

.fact-container-about>span {
  font-size: 48px;
  font-weight: 700;
  color: #161616;
}

.fact-container-about>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fact-container-about>div>span {
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.icon-arrow {
  background-color: black;
  color: white;
  padding: 5px 8px;
  border-radius: 50%;
  font-size: 14px;
}

.icon-arrow-about {
  background-color: white;
  color: #2575E8;
  padding: 5px 8px;
  border-radius: 50%;
  font-size: 14px;
}

.browse-job-section {
  padding: 40px 0px;
  margin-top: 20px;
  /* background-color: red; */
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.browse-job-section>div>h4 {
  font-size: 36px;
  font-weight: 600;
  color: #7C7C7C
}

.browse-job-section>div>h4>span {

  font-weight: 600;
  color: black
}

.job-talent {
  width: 100%;

  display: flex;
  flex-direction: row;
  gap: 10px
}

.side-gray {
  background-color: #EEEEEE;
  flex: 1;
  /* height: 20px; */

}

.center-content {
  /* height: 721px; */
  background-color: yellow;
  border-radius: 30px;
  /* height: 20px; */
  background-image: url('../assets/browseJobImage.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.right-gray {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.left-gray {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}



.content-wrapper {
  padding: 0px 40px;
  margin-top: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-section {
  text-align: center;
  /* margin-bottom: 40px; */
}

.section-label {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}

.main-title {
  font-size: 42px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
  line-height: 1.2;
}

.description {
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1.5;
}

.description>span {
  font-weight: 600;
}

.browse-btn {
  background-color: #2d3748;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.browse-btn:hover {
  background-color: #1a202c;
  transform: translateY(-2px);
}

.btn-icon {
  font-size: 18px;
}

.img-container,
.img-container>img {
  width: 100%;
}


.box-section {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pattern-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.box-section>.content-wrapper {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  max-width: 90%;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  max-width: 100%;
  line-height: 1.4;
}

.carousel-container {
            /* max-width: 1200px; */
            margin: 50px auto;
            padding: 20px;
        }

        .custom-carousel-item {
            height: 483px;
        }

        .carousel-panel {
            height: 100%;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .left-panel {
            background: linear-gradient(135deg, #fef3c7, #fde047);
        }

        .center-panel {
            background: linear-gradient(135deg, #fde047, #facc15);
            font-weight: 500;
            color: #374151;
            font-size: 16px;
        }

        .right-panel {
            background: linear-gradient(135deg, #facc15, #f59e0b);
        }

        .custom-indicators {
          width: 100%;
          /* background-color: red; */
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 30px;
            padding: 0 20px;
        }

        .indicator-btn {
            width: 44px;
            height: 44px;
            border-radius: 10px;
            border: 2px solid #CECECE;
            background-color: white;
            color: #000000  ;
            font-weight: bold;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator-btn:hover {
            border-color: #9ca3af;
            background-color: #f9fafb;
        }

        .indicator-btn.active {
            border-color: #374151;
            background-color: #374151;
            color: white;
        }

        .center-content-c {
            flex-grow: 1;
            text-align: left;
            /* margin: 0 30px; */
        }

        .center-content-c h5 {
            font-weight: bold;
            color: #111827;
            margin-bottom: 8px;
        }

        .center-content-c p {
            color: #6b7280;
            margin: 0;
            font-size: 14px;
        }

        .indicator-2-content {
            display: flex;
            align-items: center;
        }

        /* Hide default Bootstrap indicators */
        .carousel-indicators {
            display: none;
        }

        /* Custom carousel transition */
        .carousel-item {
            transition: transform 0.6s ease-in-out;
        }




.abc-main-section {
  padding: 60px 0;
  /* background-color: #f8f9fa; */
}

.abc-page-subtitle {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.abc-page-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #4285f4;
  border-radius: 50%;
}

.abc-hero-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 60px;
  color: #000000;
}

.abc-hero-heading .abc-text-accent {
  color: #2575E8;
}

.abc-service-card {
  /* background: white; */
  border-radius: 12px;
  padding: 20px 20px;
  margin-bottom: 30px;
  border: none;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-bottom: 1px solid #E5E5E5;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  height: 100%;
}

.abc-service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  border: none;
}

.abc-card-icon {
  width: 48px;
  height: 48px;
  /* margin-bottom: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.abc-icon-dots {
  display: grid;
  grid-template-columns: repeat(3, 6px);
  grid-template-rows: repeat(3, 6px);
  gap: 4px;
  width: 44px;
  height: 44px;
}

.abc-single-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.abc-dot-primary {
  background-color: #2575E8;
}

.abc-dot-secondary {
  background-color: #1a1a1a;
}

.abc-dot-neutral {
  background-color: #e8eaed;
}

.abc-card-heading {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #000000;
}

.abc-card-text {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
}

.abc-action-buttons {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.abc-btn-primary {
  background-color: #1a1a1a;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s ease;
}

.abc-btn-primary:hover {
  background-color: #333;
  color: white;
  transform: translateY(-2px);

}

.abc-btn-secondary {
  background-color: transparent;
  color: #1a1a1a;
  border: 1px solid black;
  padding: 10px 24px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.abc-btn-secondary:hover {
  border-color: #1a1a1a;
  color: #1a1a1a;
  transform: translateY(-2px);

}

.abc-btn-arrow {
  width: 16px;
  height: 16px;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}





/* Verified Section Styles */

.verified-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.verified-card-left {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c2c7 100%);
  border-radius: 30px;
  padding: 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.verified-card-right {
  background: url("../assets/verifiedSection.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 40px;
  height: 583px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
  color: white;
}




.verified-subtitle {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.verified-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #4285f4;
  border-radius: 50%;
}

.verified-main-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
  width: 368px;
  color: #000000;
}

.verified-main-title .verified-accent {
  color: #2575E8;
}

.verified-description {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 20px;
}

.verified-btn {
  background-color: #1a1a1a;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  margin-top: 20px;
}

.verified-btn:hover {
  background-color: #333;
  color: white;
  transform: translateY(-1px);
}

.verified-btn-arrow {
  width: 16px;
  height: 16px;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}

.verified-badge-title {
  font-size: 92px;
  font-weight: bold;
  line-height: 90px;
  margin-bottom: 24px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.8);
  text-stroke: 2px rgba(255, 255, 255, 1);
  /* text-shadow: 0 0 0 rgba(255, 255, 255, 0.1); */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.verified-badge-title>img {
  display: inline;
  width: 85px;
}

.verified-badge-text {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  /* margin-top: 20px; */
}

.verified-highlight {
  color: #F8CD0A;
  font-weight: bold;
}

.verified-checkmark {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #4caf50;
  border-radius: 50%;
  position: relative;
  margin-left: 12px;
  vertical-align: middle;
}

.verified-checkmark::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.custom-row {
  min-height: 300px;
  margin-top: 20px;
}

.left-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  border-radius: 30px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}

.left-column img {
  width: 109.93px;
  margin-bottom: 15px;
}

.left-column .title {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.left-column p {
  font-size: 18px;
  font-weight: 600;
  color: #7C7C7C;
  margin: 0;
}

.middle-column {

  border-radius: 30px;
  background-color: #E74C4C;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all 0.3s ease;
}

.middle-column img {
  width: 100%;
  max-width: 100%;
}

.right-column {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  border-radius: 30px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
}

.right-column img {
  width: 100%;
  max-width: 390px;
  margin-bottom: 15px;
}

.right-column p {
  font-size: 18px;
  font-weight: 600;
  color: #7C7C7C;
  margin-bottom: 10px;
}

.right-column .subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.highlight {
  color: #000000;
}


.left-column:hover , .middle-column:hover , .right-column:hover{
   transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}


.insight-section {
  height: 100%;
  /* background-color: red; */
      /* margin: 40px auto; */
      display: flex;
      flex-direction: column;
      
      justify-content: space-between;
      
    }

    .insight-card {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e5e7eb;
      padding-bottom: 20px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .insight-title {
      max-width: 400px;
      font-size: 24px;
      font-weight: 600;
      color: #111827;
      margin-bottom: 8px;
    }

    .insight-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .insight-meta {
      font-size: 12px;
      color: #6b7280;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .insight-arrow {
      font-size: 24px;
      color: #9ca3af;
      transition: opacity 0.3s ease;
    }

    .insight-card:hover .insight-arrow {
      opacity: 0;
    }

    .insight-img {
      position: absolute;
      right: 0;
      top: 40%;
      transform: translateY(-50%) scale(0.95);
      width: 100px;
      height: 120px;
      border-radius: 12px;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
      transition: all 0.4s ease;
    }

    .insight-card:hover .insight-img {
      opacity: 1;
      transform: translateY(-50%) scale(1);
      pointer-events: auto;
    }

    .insight-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .award-card {
      height: 377px;
      background: url("../assets/latestNew.png") no-repeat center center;
      background-size: cover;
      padding: 30px;
      border-radius: 12px;
      color: #000000;
    }

    .award-card h4 {
      font-size: 24px;
      font-weight: 600;
    }

    .award-card p {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 20px;
      max-width: 100%;
    }

    .award-meta {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }

    .award-meta div {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
    }

    .award-card button {
      padding: 10px 30px;
      font-size: 16px;
      border-radius: 50px;
      display: flex;
      align-items: center;
    }

    .btn-outline-dark {
      border: 1px solid black;
    }

    .btn-link-dark {
      background: transparent;
      border: none;
      color: #000;
      text-decoration: none;
    }





.values-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.values-section-main-heading {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  width: 940px;
}

.values-section-main-heading>span {
  color: #2575E8;
}

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0;
}

.highlight-blue {
  color: #007bff;
}

.value-card {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 30px 60px;
  /* text-align: center; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  margin-bottom: 30px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.value-card:hover {
  transform: translateY(-5px);
  background-color: #E7E7E7;
}

.value-icon,
.value-icon>img {
  font-size: 102.46px;
  width: 102.46px;
  /* height: 100%; */
  color: #999;
  margin-bottom: 40px;
}

.value-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.value-description {
  font-size: 16px;
  color: #000000;
  /* width: 220px; */
  /* line-height: 1.4; */
}

.connect {
  color: #7651FF;
}

.support {
  color: #09CCAE;
}

.inspire {
  color: #F8CD0A;
}

.innovate {
  color: #F8CD0A;
}

.strengthen {
  color: #7651FF;
}

.grow {
  color: #09CCAE;
}

.bullet-point {
  color: #007bff;
  margin-right: 8px;
}






.footer-card {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.footer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


/* Footer Styles */
.footer {
  background-color: #030616;
  color: white;
  padding: 0 0 30px;
}

.footer-logo {
  width: 150px;
  height: auto;
  margin-bottom: 40px;
}

.footer-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.footer-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}

.footer-btn-primary {
  background-color: white;
  color: #1a1d29;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.footer-btn-secondary {
  background-color: transparent;
  color: white;
  padding: 12px 30px;
  border: 2px solid white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.footer-btn-primary:hover {
  background-color: #f1f1f1;
  color: #1a1d29;
  transform: translateY(-2px);
}

.footer-btn-secondary:hover {
  background-color: white;
  color: #1a1d29;
  transform: translateY(-2px);
}

.footer-links {
  margin-bottom: 40px;
}

.footer-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #646986;
}

.footer-link {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-weight: 200;
  margin-bottom: 12px;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: white;
}

.footer-bottom {
  /* border-top: 1px solid #2d3748; */
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  color: #FFFFFF;
  font-size: 0.9rem;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: #FFFFFF;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: white;
}








/* Responsive Styles */
@media (max-width: 1025px) {
  .content-wrapper {
    padding: 0px 40px;
  }

  .verified-badge-title {
    font-size: 70px;
  }

  .wraperr-head,
  .features-section {
    width: 95%;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-title {
    font-size: 30px;
  }

  .browse-job-section>div>h4 {
    font-size: 30px;
  }

  .content-wrapper {
    padding: 0px 20px;
  }

  .values-section-main-heading {
    font-size: 28px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .features-section {
    flex-direction: column;
    align-items: center;
  }

  .feature-box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-section {
    padding: 60px 20px;
  }

  .fact-container {
    height: auto;
    padding: 16px;
  }

  .fact-container>span {
    font-size: 36px;
  }

  .fact-container>div>span {
    font-size: 16px;
  }

  .fact-container-about {
    height: 100px;
    padding: 16px;
  }

  .fact-container-about>span {
    font-size: 36px;
  }

  .fact-container-about>div>span {
    font-size: 16px;
  }

  .browse-job-section>div>h4 {

    font-size: 28px;
  }

  .main-title {
    font-size: 36px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .section-title {
    font-size: 24px;
  }

  .abc-hero-heading {
    font-size: 32px;
  }

  .abc-action-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .verified-badge-title {
    font-size: 80px;
    line-height: 80px;
  }

  .verified-badge-title>img {
    width: 70px;
  }

  .values-section-main-heading {
    font-size: 22px;
  }

  .value-card {
    padding: 10px;
  }

  .center-content-c h5 {
            font-size: 14px;
            
        }

        .center-content-c p {
            
            font-size: 8px;
        }

        .indicator-btn{
          width: 36px;
          height: 36px;
          font-size: 14px;
        }


  .footer-heading {
    font-size: 1.8rem;
  }

  .footer-buttons {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}









@media (max-width: 576px) {
  .hero-title {
    font-size: 28px;
  }

  .about-title,
  .browse-job-section>div>h4 {
    font-size: 22px;
  }

  .description {
    font-size: 14px;
  }

  .img-container {
    margin-bottom: 20px;
  }

  .img-container>img {
    display: none;
  }

  .header-img> {
    max-width: 100%;
  }

  .main-title {
    font-size: 28px;
  }

  .fact-container>span {
    font-size: 30px;
  }

  .fact-container>div>span {
    font-size: 14px;
  }

  .verified-badge-title {
    font-size: 60px;
    line-height: 70px;
  }

  .verified-badge-title>img {
    width: 50px;
  }



  .footer-heading {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {

  .hero-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .feature-box {
    font-size: 16px;
    padding: 30px 20px;
    height: 180px;
  }

  .section-subtitle,
  .section-title {
    max-width: 100%;
  }

  .section-title {
    font-size: 20px;
  }

  .verified-main-title {
    font-size: 28px;
  }

  .verified-badge-title {
    font-size: 50px;
  }

  .verified-badge-title>img {
    width: 50px;
  }
}