.selected_jobs {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 20px;
    background-color: #F1F4F9;
    color: #0B3D91;
    border-radius: 50px;
    width: fit-content;
}
.section1{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}
.what_seekexperts_box{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  align-items: center;
}
.what_seekexperts{
  width: 40%;
}

.pill-buttons-container {
    grid-column: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    transform: translateX(-2px);
}
.pill-button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: none !important;
}
.pill-button-wrapper .button {
    background: none !important;
    border: 1px solid #e0e0e0;
    color: #333;
}
.pill-button-wrapper .button2 {
    background: none !important;
    border: 1px solid #e0e0e0;
    color: #333;
}
.pill-button-wrapper .button3 {
    background: none !important;
    border: 1px solid #e0e0e0;
    color: #333;
}
.button {
    background-color: #fff;
    border: 2px solid #000;
    color: black;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
    transform: rotate(-2deg);
}
.button2 {
    background-color: #fff;
    border: 2px solid #000;
    color: black;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
    transform: rotate(2deg);
}
.button:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: black;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
    transform: rotate(0deg);
    transform: scale(1.05);
}
.button2:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: black;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
    transform: rotate(0deg);
    transform: scale(1.05);
}

.button3 {
    background-color: #fff;
    border: 2px solid #000;
    color: black;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
}
.button3:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: black;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
    transform: rotate(0deg);
    transform: scale(1.05);
}

.gradient-text {
  background: linear-gradient(25deg, #000000, #2575fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home_laptop_image{
  width: 80%;
  text-align: -webkit-right;
  margin: -40px 0px
}
.section2{
  display: flex;
  flex-direction: column;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  margin: 30px 80px;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  gap: 20px;
}
.find_buttons {
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 10px 50px;
}
.seeker_button_home {
    background-color: #218DFF;
    width: 48%;
    border-radius: 20px;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    align-content: center;
    text-align: center;
    padding: 20px 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seeker_button_home:hover {
    background-color: #218DFF;
    width: 48%;
    border-radius: 20px;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    align-content: center;
    text-align: center;
    padding: 20px 20px;
    transform: scale(1.01);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.section2{
  display: flex;
  flex-direction: column;
  margin: 30px 80px;
  padding: 30px;
  text-align: center;
  gap: 20px;
}

.grid-three-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 2rem;
    padding: 2rem 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.grid-three-column > div {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    gap: 10px;
}
.image44{
  height: 70px;
  margin-bottom: 10px;
}

.image45{
  height: 40px;
  margin-bottom: 20px;
}

.grid-three-column > div:hover {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    gap: 10px;
    transform: scale(1.01);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.for_seeker_box{
  background: white;
  border-radius: 12px;
  padding: 2rem 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: linear-gradient( to bottom, #F7EEFF 0%,  #FFFFFF 40%,  #FFFFFF 100%);
  margin: 30px 0px;
}

.grid-three-column2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 2rem;
    padding: 2rem 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.grid-three-column2 > div {
    background: linear-gradient( to bottom, #DBFEFF 0%,  #FFFFFF 20%,  #FFFFFF 100%);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    gap: 10px;
}
.grid-three-column2 > div:hover {
    background: linear-gradient( to bottom, #DBFEFF 0%,  #FFFFFF 20%,  #FFFFFF 100%);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    gap: 10px;
    transform: scale(1.01);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.grid-three-column3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 2rem;
    padding: 2rem 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 80%;
}

.grid-three-column3 > div {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    gap: 10px;
}
.grid-three-column3 > div:hover {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    gap: 10px;
    transform: scale(1.01);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}




.booking-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
        width: 80%;
    align-self: center;
}
.main-card {
    max-width: 1000px;
    width: 90%;
    margin: 20px auto;
    padding-right: 20px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}
.card-content {
    padding: 20px 30px;
    background-color: #2A2A2A;
    box-sizing: border-box;
    width: 100%;
    min-height: 200px;
}
.card-content {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    padding: 15px;
}
.small-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
        justify-items: center;
}
.small-card {
    background: #131313;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    width: 80%;
    overflow: hidden;
    word-wrap: break-word;
    min-height: 180px;
    position: relative;
}
.small-card-content {
    text-align: left;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
}
.small-card-content h3 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #FFFFFFA3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    word-wrap: break-word;
}
.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.carousel::-webkit-scrollbar {
    display: none; /* Chrome */
}
.group {
    display: flex;
    width: max-content;
    margin: 20px 0px;
    animation: slide 20s linear infinite;
}
.cards1 {
    flex: 0 0 auto;
    width: 280px;
    border-radius: 12px;
    overflow: hidden;
}
.cards1 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cards1:hover img {
    transform: scale(1.05);
}

.card-content {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    padding: 15px;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.pricing_free{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing_free:hover{
  transform: scale(1.01);
}






/* ===== GRID AUTO-RESPONSIVE SYSTEM ===== */

/* MOBILE */
@media (max-width: 768px) {

  .grid,
  .grid-three-column,
  .grid-three-column2,
  .grid-three-column3,
  .small-cards-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .pill-buttons-container {
    grid-template-columns: 1fr !important;
  }

  .carousel .cards1 img {
    width: 100%;
    height: auto;
  }
}

/* TABLET */
@media (min-width: 769px) and (max-width: 1024px) {

  .grid-three-column,
  .grid-three-column2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-three-column3 {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* ===== FIX CAROUSEL LAYOUT (ALL DEVICES) ===== */

.carousel {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.group {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px;
  width: max-content;
  align-items: center;
}

.cards1 {
  flex: 0 0 auto;
  width: 220px;   /* desktop default */
}

.cards1 img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
/* ===== MOBILE CAROUSEL ===== */
@media (max-width: 768px) {

  .carousel {
    overflow-x: scroll;
  }

  .group {
    flex-wrap: nowrap !important;
  }

  .cards1 {
    width: 160px; /* mobile size */
  }

  .home_laptop_image {
    width: 80%;
    text-align: -webkit-right;
    margin: -10px 0px;
  }
  .find_buttons {
    display: flex;
    gap: 32px;
    align-items: center;
    margin: 10px 0px;
  }

  .section2 {
    display: flex;
    flex-direction: column;
    margin: 30px 20px;
    padding: 30px;
    text-align: center;
    gap: 20px;
  }
  .what_seekexperts {
    width: 40%;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {

  .cards1 {
    width: 190px;
  }
  
}
