/* 1st section css start */
/* --- 1. General Hero Layout --- */
.hero-wrapper {
  background: radial-gradient(circle at 75% 25%, #2b84ea, #0a58ca);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px 50px;
  color: #ffffff;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  min-height: 650px;
  overflow: hidden;
}

/* --- 2. Left Side Content --- */
.hero-left {
  flex: 1;
}

.hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.hero-description {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 45px;
  max-width: 520px;
}

/* --- 3. SEARCH BAR (COMMENTED OUT) --- */

.hero-search {
  display: flex;
  gap: 1rem;
  margin-bottom: 45px;
}

.hero-search input {
  background: #ffffff;

  padding: 6px;
  border-radius: 10px;
  max-width: 520px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  flex: 1;
  border: none;
  padding: 12px 20px;
  outline: none;
  font-size: 15px;
  color: #333;
}

.hero-search button {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.hero-search button:hover {
  background: #333333;
}

/* --- 4. Popular Tags Section --- */
.popular-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.popular-links .label {
  font-weight: 600;
  font-size: 15px;
}

.tag-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-tag {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-tag:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

/* --- 5. Right Side Image Tab --- */
.hero-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.image-tab {
  position: relative;
  max-width: 600px;
  width: 100%;
}

#hero-image {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.5s ease-in-out;
  border-radius: 20px;
}

/* --- 6. Pagination Dots --- */
.pagination-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  margin-left: 2rem;
  width: 100%;
}

.dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dot.active {
  background: #ffffff;
  width: 24px;
  border-radius: 10px;
}

/* 1st section css end*/

/* 2nd section css */

.talent-categories-section {
  padding: 50px 100px;
  font-family: sans-serif;
  background-color: #fff;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px 0;
  max-width: 450px;
}

.description-text {
  color: #666;
  font-size: 14px;
  margin-bottom: 1rem;
  max-width: 500px;
  line-height: 1.6;
}

.hire-full-time-talent-btn {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

/* Slider and Cards */
.slider-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cards-list {
  display: flex;
  gap: 15px;
  flex-grow: 1;
}

.talent-card {
  flex: 1;
  height: 180px;
  border: 1px solid #a5a5a5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;

  cursor: pointer;
}

.talent-card:focus {
  border: 2px solid rgb(0, 0, 0);
  outline: none;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.08);
}

.icon-box {
  background-color: rgba(243, 244, 246, 1);
  width: 50px;
  height: 50px;
  border-radius: 10%;
  font-size: 20px;
  margin-bottom: 15px;
}
.code-icon {
  color: #000;
}

.role-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

/* Navigation Buttons */
.prev-btn,
.next-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #000000;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 2nd section end */

/* 3nd section start */
.hiring-solutions-section {
  background-color: #121212;
  color: #ffffff;
  padding: 30px 100px 50px;
  font-family: sans-serif;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
}

.header-left {
  border-top: 2px solid #ffffff;
  padding-top: 1rem;
}
.main-title {
  font-size: 32px;
  margin: 10px 0;
}
.sub-heading {
  color: #888;
  max-width: 500px;
  font-size: 14px;
}

.primary-hire-btn,
.cta-action-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 4px;
}

.tabs-container {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.tab-link {
  background: none;
  border: none;
  color: #666;
  padding: 15px 0;
  font-size: 18px;
  cursor: pointer;
}

.tab-link.active-tab {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.display-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.visual-side {
  flex: 1;
}

#display-image {
  width: 100%;
  max-width: 450px;
  display: block;
}

.text-side {
  flex: 1;
}
.text-side h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.text-side p {
  color: #aaa;
  margin-bottom: 20px;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.benefit-list li {
  margin-bottom: 12px;
  color: #ccc;
}
.benefit-list li::before {
  content: "✓ ";
  color: #7b61ff;
  margin-right: 10px;
}

/* 3rd section end */

/* 4th section start */
.about-talent-section {
  padding: 20px 100px;
  background-color: #fff;
  font-family: sans-serif;
}

.headline {
  font-size: 34px;
  max-width: 500px;
  margin: 15px 0;
}
.sub-headline {
  color: #666;
  max-width: 550px;
  font-size: 15px;
}

.contact-us-btn {
  padding: 12px 25px;
  border: 1px solid #000;
  background: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.main-content-grid {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* Points Column */
.points-column {
  flex: 1.2;
}

.point-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}

.point-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.gray-bg {
  background: rgba(243, 244, 246, 1);
}

.point-text h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
}
.point-text p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

/* Photo Column */
.photo-column {
  flex: 1;
}

.photo-wrapper {
  position: relative;
  text-align: right;
}

.main-team-photo {
  width: 100%;
  max-width: 500px;
  /* Circular clip effect to match image */
  border-radius: 50% 50% 0 0;
  display: block;
  margin-left: auto;
}

/* 4th section end */

/* 5th section start  */
.why-choose-us {
  padding: 30px 100px 60px;
  background-color: rgba(238, 239, 240, 0.5);
  font-family: "Inter", sans-serif;
}

.main-title {
  font-size: 36px;
  margin: 15px 0;
}
.description {
  color: #666;
  max-width: 550px;
  line-height: 1.5;
}

.start-hiring-btn {
  padding: 12px 28px;
  border: 1px solid #000;
  background: white;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

/* Interactive Layout */
.interactive-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.photo-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.circle-bg {
  width: 450px;
  height: 450px;
  /* background: #eef2ff;*/
  border-radius: 50%;
  position: relative;
}

#center-img {
  width: 110%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.photo-tag {
  position: absolute;
  display: flex;
  gap: 0.3rem;
  bottom: 20px;
  left: 20px;
  background: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Feature Cards */
.feature-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 15px;
  width: 280px;
  margin-bottom: 40px;
}

.icon-box {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.blue-bg {
  background-image: linear-gradient(
    rgba(43, 127, 255, 1),
    rgba(0, 184, 219, 1)
  );
}

.card-text h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
}
.card-text p {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}
.dot-green {
  align-self: center;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 201, 80, 1);
}

/* 5th section end */

/* 6th section start */
.vision-banner-container {
  background-color: #000000;
  padding: 0rem 0rem 0rem 4rem;
  position: relative;
  overflow: hidden;
  min-height: 140px;
}
/* Top section styles */
.banner-content {
  max-width: 1400px;
  min-height: 200px;
  margin: auto;
  position: relative;
}

.main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px; /* gap: 2rem; */
}
.services-header {
  flex-basis: 80%;
  margin-bottom: 30px;
}

.connect-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.connect-dot-empty {
  width: 20px;
  height: 20px;
  border: 1.5px solid rgb(255, 255, 255);
  border-radius: 50%;
  position: relative;
}

.connect-dot-filled {
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline-line {
  position: absolute;
  top: 10%;
  left: 0;
  width: 350px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transform: translateY(-50%);
}

.connect-text {
  color: rgb(255, 255, 255);
  font-family: "Roboto Mono";
  font-size: 1rem;
}

.vision-heading {
  color: #ffffff;
  font-size: 2rem;
  font-family: "Poppins";
  font-weight: 600;
  max-width: 100%;
  line-height: 1.2;
  margin: 25px 0px;
  margin-bottom: 40px;
}

.cta-section {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 100%;
}

.demo-button {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.4rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  font-family: "Poppins";
}
.demo-button:hover {
  background-color: #ffffff;
  color: #000000;
}

.decorative-pattern {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.cta-content-btn {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

/* 6th section end */

/* 7th section start */
.process-section {
  padding: 20px 100px 50px;
  background: #fff;
  font-family: "Inter", sans-serif;
}

/* Header */
.process-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  margin-bottom: 60px;
}

.main-title {
  font-size: 34px;
  margin: 15px 0;
  line-height: 1.2;
}
.subtitle {
  color: #666;
  max-width: 450px;
  font-size: 15px;
}

.hire-btn {
  background: #000;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

/* Timeline Indicators */
.timeline-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.base-line {
  height: 2px;
  background: #eee;
  width: 100%;
  position: absolute;
  top: 11px;
  z-index: 1;
}
.steps-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.step-node {
  width: 25px;
  height: 25px;
  background: #e5e7eb;
  border-radius: 50%;
  border: 4px solid #fff;
  transition: 0.3s;
}
.step-node span {
  position: absolute;
  top: 35px;
  transform: translateX(-30%);
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

/* Active States */
.step-node.active-blue {
  background: #2563eb;
}
.step-node.active-blue span {
  color: #2563eb;
  font-weight: bold;
}

/* Cards Grid */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-card {
  background: linear-gradient(180deg, #d8e9ff 0%, #ffffff 100%);
  border-radius: 24px;
  padding: 40px 20px;
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: 0.4s ease;
}

.card-info h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.card-info p {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.5;
}

.image-stack-container img {
  width: 100%;
  height: auto;
  display: block;
}

.process-card.active-card {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.08);
}
.step-ptm {
  border-radius: 50%;
  background: #dadada;
  padding: 1px;
}

/* 7th section end */

/* 8th section start */
.contact-card-container {
  display: flex;
  /* max-width: 1200px; */
  margin: 0 100px 50px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
}

/* Sidebar Styling */
.sidebar-dark {
  flex: 1;
  background-color: #0d0d0d;
  color: #ffffff;
  padding: 60px 40px;
}

.sidebar-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.sidebar-subtext {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.feature-checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.feature-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}
.check-icon {
  font-weight: bold;
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
}
.icon-circle {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.address-text {
  line-height: 1.5;
  color: #ccc;
}

/* Form Section Styling */
.form-section-white {
  flex: 1.5;
  padding: 60px 50px;
  background: #fdfdfd;
}

.form-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.form-subtext {
  color: #666;
  font-size: 14px;
  margin-bottom: 40px;
}

.form-group {
  margin-bottom: 20px;
  flex: 1;
}
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.form-row {
  display: flex;
  gap: 20px;
}

input,
.custom-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}

.input-with-icon {
  position: relative;
}
.input-with-icon input {
  padding-left: 40px;
}
.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 14px;
}

.disclaimer-text {
  font-size: 12px;
  color: #666;
  margin: 30px 0;
}

.form-submit-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

/* top line  Design  */

.connect-text-1 {
  margin-left: -2rem;
  margin-top: 2rem;
}

.timeline-line-1 {
  top: unset;
  margin-top: 0.7rem;
  left: 170px;
}

.connect-dot-container-1 {
  margin-bottom: 1.9rem;
}

/* 8th section end */

/* white dot section for every section this code are used */
.timeline-header {
  align-items: center;
}

.timeline-dot-empty {
  width: 20px;
  height: 20px;
  border: 1.5px solid black;
  border-radius: 50%;
  position: relative;
}

.timeline-dot-filled {
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  background-color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline-dot-container {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 10px;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  background-color: black;
  border-radius: 50%;
}

.timeline-line-2 {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 330px;
  height: 2px;
  background-color: black;
  transform: translateY(-50%);
}

.timeline-heading {
  font-family: "Roboto Mono";
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

/* --- Responsiveness --- */
/* 1st section Responsiveness design start. */

@media (max-width: 1024px) {
  .hero-wrapper {
    padding: 40px 5% 60px;
    min-height: auto;
    gap: 40px;
  }

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

  .image-tab {
    max-width: 500px;
  }
}

@media (max-width: 912px) and (min-width: 768px) {
  .tag-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .hero-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px 20px;
  }

  .hero-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .hero-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 15px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hero-search {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    gap: 10px;
  }

  .hero-search input {
    max-width: 100%;
  }

  .hero-search button {
    width: 100%;
  }

  .popular-links {
    flex-direction: column;
    gap: 10px;
  }

  .hero-right {
    width: 100%;
    align-items: center;
  }

  .pagination-dots {
    margin-left: 0;
  }
  #hero-image {
    height: 320px;
    margin-left: -0.8rem;
  }
  .hero-wrapper {
    gap: unset;
  }
  .hero-search {
    margin-bottom: 20px;
  }
}

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

  .btn-tag {
    padding: 8px 15px;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  #hero-image {
    height: 280px;
  }
}

/* 2nd section Responsiveness design start. */

@media (max-width: 1024px) {
  .talent-categories-section {
    padding: 40px 5%;
  }
}

@media (max-width: 768px) {
  .top-row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .main-heading {
    font-size: 26px;
  }

  .description-text {
    max-width: 100%;
    text-align: justify;
    margin-bottom: unset;
    line-height: 1.5;
  }

  .cards-list {
    overflow-x: auto;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
  }

  .talent-card {
    min-width: 160px;
    flex: 0 0 auto;
  }

  .prev-btn,
  .next-btn {
    display: none;
  }
  .timeline-line-2 {
    width: 250px;
  }
}

@media (max-width: 480px) {
  .talent-categories-section {
    padding: 30px 20px;
  }

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

  .hire-full-time-talent-btn {
    width: 100%;
    text-align: center;
  }
}

/* 3rd section Responsiveness design start. */

@media (max-width: 1024px) {
  .hiring-solutions-section {
    padding: 30px 5% 50px;
  }

  .display-content {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .top-header {
    flex-direction: column;
    gap: 20px;
  }

  .header-left {
    width: 100%;
  }

  .tabs-container {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    gap: 20px;
  }

  .display-content {
    flex-direction: column;
    text-align: center;
  }

  .visual-side {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #display-image {
    max-width: 100%;
    height: auto;
  }

  .text-side {
    width: 100%;
  }

  .benefit-list {
    text-align: left;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 26px;
  }

  .text-side h2 {
    font-size: 22px;
  }

  .primary-hire-btn,
  .cta-action-btn {
    width: 100%;
  }
}

/* 4th section Responsiveness design  start. */

@media (max-width: 1024px) {
  .about-talent-section {
    padding: 20px 5%;
  }
}

@media (max-width: 768px) {
  .main-content-grid {
    flex-direction: column;
    gap: 40px;
  }

  .headline {
    font-size: 28px;
    max-width: 100%;
  }

  .sub-headline {
    max-width: 100%;
    text-align: justify;
  }
  .point-text p {
    text-align: justify;
  }

  .photo-column {
    order: -1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .main-team-photo {
    max-width: 100%;
    margin: 0 auto;
  }

  .points-column {
    width: 100%;
  }

  .point-item {
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .headline {
    font-size: 24px;
  }

  .point-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .contact-us-btn {
    width: 100%;
    text-align: center;
  }
}

/* 5th section Responsiveness design start. */

@media (max-width: 1024px) {
  .why-choose-us {
    padding: 30px 5% 60px;
  }

  .circle-bg {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 912px) and (min-width: 768px) {
  .feature-card {
    width: auto;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
  }
  .icon-box {
    align-self: center;
  }
}

@media (max-width: 767px) {
  .interactive-center {
    flex-direction: column;
    gap: unset;
  }

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

  .photo-center {
    order: -1;
    margin-bottom: 20px;
  }

  .circle-bg {
    width: 300px;
    height: 300px;
  }

  .feature-card {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .left-side,
  .right-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .timeline-heading {
    margin-left: -12.5rem;
  }
  .icon-box {
    align-self: center;
    margin-bottom: unset;
  }
  .why-choose-us {
    padding: 30px 5%;
  }
}

@media (max-width: 480px) {
  .why-choose-us {
    text-align: center;
  }

  .description {
    margin: 0 auto 20px;
    text-align: justify;
  }

  .circle-bg {
    width: 250px;
    height: 250px;
  }

  .photo-tag {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    white-space: nowrap;
  }

  .feature-card {
    padding: 15px;
  }

  .start-hiring-btn {
    width: 100%;
  }
}

/* 6th section Responsiveness design start. */

@media (max-width: 1024px) {
  .vision-banner-container {
    padding: 0 5%;
  }

  .timeline-line {
    width: 200px;
  }
}

@media (width: 768px) and (height: 1024px) {
  .connect-header-3rd {
    margin-top: 1rem;
    margin-left: -9rem;
  }
}

@media (width: 820px) and (height: 1180px) {
  .connect-dot-empty-b {
    margin-top: 2rem;
  }
  .connect-text-b {
    margin-top: 2rem;
  }
  .demo-button {
    width: 150px;
    text-align: center;
    padding: 0.4rem;
  }
}

@media (width: 912px) and (height: 1368px) {
  .connect-dot-empty-b {
    margin-top: 2rem;
  }
  .connect-text-b {
    margin-top: 2rem;
  }
  .demo-button {
    width: 150px;
    text-align: center;
    padding: 0.4rem;
  }
}
@media (max-width: 768px) {
  .vision-banner-container {
    padding: 30px 20px 20px;
    min-height: auto;
  }

  .main-content {
    flex-direction: column;
    height: auto;
    text-align: center;
  }

  .services-header {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .vision-heading {
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: justify;
  }

  .cta-section {
    flex-direction: column;
    height: auto;
    gap: unset;
  }

  .cta-content-btn {
    width: 100%;
    align-items: center;
  }

  .demo-button {
    width: 80%;
    text-align: center;
  }

  .decorative-pattern {
    width: 100px;
  }

  .timeline-line-b {
    top: -2%;
  }
}

@media (max-width: 480px) {
  .vision-heading {
    font-size: 1.4rem;
  }

  .demo-button {
    width: 100%;
  }
}
@media (min-width: 820px) and (max-width: 853px) {
  .connect-dot-empty-6th {
    margin-top: 2rem !important;
  }
  .connect-text-6th {
    margin-top: 2rem !important;
  }
}

/* 7th section Responsiveness design start. */

@media (max-width: 1024px) {
  .process-section {
    padding: 20px 5% 50px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 912px) and (min-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .process-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

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

  .timeline-wrapper {
    display: none;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    padding: 30px 20px;
  }
  .timeline-heading-2 {
    margin-left: unset;
  }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
  .process-section {
    padding: 20px 20px 40px;
  }

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

  .hire-btn {
    width: 100%;
    text-align: center;
  }

  .card-info h3 {
    font-size: 18px;
  }
}
@media (width: 540px) and (height: 720px) {
  .process-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-heading {
    margin-left: unset;
  }
}

/* 8th section Responsiveness design start. */

@media (max-width: 1024px) {
  .contact-card-container {
    margin: 0 5% 50px;
  }

  .sidebar-dark {
    padding: 40px 30px;
  }

  .form-section-white {
    padding: 40px 30px;
  }
  .timeline-line-1 {
    left: 100px;
  }
}

@media (max-width: 768px) {
  .contact-card-container {
    flex-direction: column;
    margin: 0 20px 40px;
  }

  .sidebar-dark {
    flex: none;
    width: 100%;
  }

  .form-section-white {
    flex: none;
    width: 100%;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .sidebar-heading {
    font-size: 26px;
  }

  .connect-text-1 {
    text-align: center;
  }
  .timeline-line-1 {
    left: 70px;
  }
  .sidebar-subtext {
    margin-bottom: 20px;
    text-align: justify;
  }
  .feature-checklist {
    margin-bottom: 30px;
  }
  .form-subtext {
    text-align: justify;
    margin-bottom: 20px;
  }
  .disclaimer-text {
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .sidebar-dark,
  .form-section-white {
    padding: 30px 20px;
  }

  .sidebar-heading {
    font-size: 22px;
  }

  .form-submit-btn {
    width: 100%;
  }

  .icon-circle {
    width: 30px;
    height: 30px;
  }
}
