h1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 40px;
}

a,
li,
p {

  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;

}

.Looking-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background-color: rgb(245, 250, 255);
  position: relative;
  top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  gap: 80px
}

.Looking-content h1 {
  color: #1976d2;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: start;

}

.Looking-content p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 24px;
  font-family: "Arial", sans-serif;
  max-width: 600px;
}

.Looking-content a {
  background-color: #007bff;
  padding: 14px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.5s;
}

.Looking-content a:hover {
  background-color: #17589e;
}


.Looking-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:1350px) {
  .Looking-section {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}

@media (max-width: 1024px) {
  .Looking-section {
    /* flex-direction: row;
    text-align: center; */
    gap: 50px
  }

  .Looking-content h1 {
    line-height: 44px;
    text-align: start;
  }

  .Looking-content p {
    font-size: 16px;
    text-align: start;
  }
}

@media (max-width: 768px) {
  .Looking-section {
    flex-direction: column;
    padding-top: 30px;
    /* text-align: center; */
    top: 100px
  }

  .Looking-content h1 {
    line-height: 40px;
    margin-top: 40px
  }

  .Looking-content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .Looking-content h1 {
    line-height: 32px;
  }

  .Looking-content p {
    font-size: 14px;
  }

  .Looking-section {
    top: 80px
  }
}

/* section 2 */

.landscape {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 150px;
  padding-bottom: 100px;

}

.land-text h1 {
  font-weight: 400;
  font-style: normal;
  margin-top: 40px;
}




.landscape ul {
  margin-top: 20px;
  padding-left: 20px
}

.land-text li {
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.land-img img {
  width: 100%;
  max-width: 550px;
}



.laand-text {
  width: 51%
}


@media screen and (max-width:1137px) {
  .laand-text {
    width: 95%
  }

  .landscape {
    flex-direction: column-reverse;
    padding-top: 50px;
  }
}


.land-text p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 25px;
}


@media screen and (max-width:768px) {
  .landscape {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}





/* section-3 */

.three-challenges {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgb(245, 250, 255);
}

.challenge-text h1 {
  font-weight: 400;
  font-style: normal;
}

.challenge-text p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 25px;
}


.challenge-text {
  width: 60%;
  text-align: center;
  margin: auto;
}

@media screen and (max-width:1340px) {
  .challenge-text {
    width: 80%
  }
}

@media screen and (max-width:768px) {
  .challenge-text {
    width: 95%
  }
}


.challenge-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
  margin-top: 50px;


}

.cards-row {
  width: 100%;
  max-width: 400px;
  background-color: white;
  box-shadow: 0 20px 15px 10px rgb(211, 211, 211);
  border-radius: 10px;
  height: 430px;
  line-height: 24px;
  padding-top: 50px;
  color: rgba(111, 107, 128, 1);
  padding-left: 20px;
  padding-right: 20px;
}

.cards-row h4 {
  margin-top: 20px;
}

.cards-row p {
  margin-top: 20px;
  font-size: 17px;
  color: rgba(111, 107, 128, 1)
}

@media screen and (max-width:768px) {
  .challenge-cards {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}

@media screen and (max-width:400px) {
  .cards-row {
    height: auto
  }
}



/* section 4 */

.branch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 140px;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.branch-text h1 {
  font-weight: 400;
  font-style: normal;
  margin-top: 40px;
}

.branch ul {
  margin-top: 20px;
  padding-left: 20px
}

.branch-text li {
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.branch-img img {
  width: 100%;
  max-width: 550px;
}

.branch-text p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 25px;
}


.branch-2 {
  background-color: rgb(245, 250, 255);
}


.branch-text {
  width: 40%
}

@media screen and (max-width:1085px) {
  .branch-text {
    width: 95%
  }

  .branch {
    padding-top: 50px;
    gap: 20px
  }
}

@media screen and (max-width:768px) {
  .branch {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}

@media screen and (max-width:1190px) {
  .branch-2 {
    flex-direction: column-reverse;
  }
}





/* section 7 */

.Budget {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.Budget-1 {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.Budget-1 h2 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #272727;
}

.Budget-1 img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
  object-fit: contain;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .Budget-1 h2 {
    font-size: 28px;
  }

  .Budget-1 img {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .Budget {
    padding: 20px 10px;
  }

  .Budget-1 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .Budget-1 img {
    margin: 20px 0;
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .Budget-1 h2 {
    font-size: 20px;
  }

  .Budget-1 img {
    margin: 15px 0;
  }
}

/* section 8 */

.hire {
  width: 100%;
  padding: 40px;
  background-color: rgb(245, 250, 255);
}

.hire-txt {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  line-height: 24px;
  color: #272727;
}

.hire-card {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.cards {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.cards img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cards p {
  font-size: 18px;
  color: #6f6b80;
  margin-top: 15px;
  padding: 20px;
}

@media (max-width: 1024px) {
  .hire-txt {
    font-size: 28px;
  }

  .hire-card {
    grid-template-columns: auto auto;
    gap: 15px;
  }

  .cards {
    max-width: 600px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .hire {
    padding: 30px 15px;
  }

  .hire-txt {
    font-size: 26px;
  }

  .hire-card {
    grid-template-columns: auto auto;
  }

  .cards {
    max-width: 90%;
    margin: auto;
    padding: 15px;
  }

  .cards p {
    font-size: 16px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .hire {
    padding: 20px;
  }

  .hire-txt {
    font-size: 24px;
    line-height: 34px;
  }

  .hire-card {
    grid-template-columns: auto;
    gap: 10px;
  }

  .cards {
    width: 100%;
    max-width: 95%;
    padding: 12px;
  }

  .cards p {
    font-size: 14px;
    padding: 10px;
  }
}











@media screen and (max-width:1550px) {
  h1 {
    font-size: 35px;
  }
}


@media screen and (max-width:768px) {
  h1 {
    font-size: 30px;
  }
}

@media screen and (max-width:425px) {
  h1 {
    font-size: 25px;
  }
}

.challenges-section {
  padding: 80px 20px;
  max-width: 1400px;
  margin: 0 auto;
  background-color: rgb(245, 250, 255);
}

.challenges-header {
  text-align: center;
  margin-bottom: 60px;
}

.challenges-header h1 {
  font-size: 2.5rem;
  color: #1e293b;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

.intro-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.7;
}

/* .challenge-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
} */

.cards-row {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 500px;
}

.cards-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.card-image {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.card-image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.cards-row h2 {
  font-size: 1.5rem;
  color: #1e293b;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.card-content {
  position: relative;
}

.card-text {
  color: #475569;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 20px;
}

.more-content {
  display: none;
}

.card-content.expanded .more-content {
  display: inline;
}



/* Fade in animation for expanded content */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-content.expanded .more-content {
  animation: fadeIn 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .challenge-cards {
    grid-template-columns: 1fr;
  }

  .challenges-header h1 {
    font-size: 2rem;
  }

  .cards-row {
    padding: 30px 20px;
  }
}