body,
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #111;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-size: clamp(8px, 1vw, 16px);
}

section {
  padding: 4vw;
}

nav {
  padding: 3vw 3vw 2vw 3vw;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav > div {
  display: flex;
  gap: 1rem;
}
nav > div .logo {
  width: 3.5rem;
  height: 3.5rem;
}
nav > div .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
nav > div .logo-text {
  line-height: 1.8rem;
  font-size: 1.7rem;
  color: black;
}
nav .year {
  font-size: 2.3rem;
}

.hero {
  background: #f5f5f5;
  background-image: url("https://ik.imagekit.io/sheryians/Cohort%202.0/MacBook%20Pro%2014_%20-%201(2)_12gwyD5jc.png?updatedAt=1754481756470");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 6rem;
}
.hero .hero-content {
  padding: 4vw 3vw;
}
.hero .btn-group {
  margin-top: 3rem;
}
.hero .btn-group div {
  margin-bottom: 1rem;
  display: flex;
  gap: 2rem;
}
.hero .btn-group .btn {
  cursor: pointer;
  width: 21rem;
  text-align: center;
  padding: 1rem 1rem;
  border-radius: 9999px;
  background: black;
  color: white;
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
}
.hero .btn-group .btn:hover {
  background: #333;
  transform: translateY(-2px);
}
.hero button {
  padding: 0.6rem 1.6rem;
  border-radius: 9999px;
  color: transparent;
  font-size: 1rem;
  color: black;
  border: 1px solid black;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.hero h1 {
  font-size: 8.3rem;
  font-weight: 400;
  margin: 0;
  line-height: 9rem;
}
.hero h1 span {
  font-size: 11.3rem;
  font-weight: 800;
}
.hero p {
  width: 61%;
  color: #555;
  font-size: 1.8rem;
  text-transform: capitalize;
}

.section-dark {
  height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #111;
  color: white;
  padding: 6vw;
}
.section-dark h4 {
  font-weight: 400;
  font-size: 1.3rem;
}
.section-dark h2 {
  font-size: 8rem;
  margin-bottom: -0.5rem;
  margin-top: -1rem;
}
.section-dark p {
  font-size: 2.3rem;
  font-weight: 400;
  text-transform: capitalize;
}
.section-dark .contact-buttons {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
}
.section-dark .contact-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: white;
  color: black;
  gap: 1rem;
  border-radius: 9999px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1.2rem;
  width: 20rem;
  text-align: center;
  transition: 0.3s;
}
.section-dark .contact-buttons a i {
  font-size: 2rem;
}
.section-dark .contact-buttons a:hover {
  scale: 1.05;
}

.cards-section {
  background: white;
  text-align: center;
}
.cards-section h2 {
  font-size: 8rem;
  width: 70%;
  margin: auto;
  line-height: 8rem;
}
.cards-section > p {
  font-size: 1.8rem;
  width: 70%;
  margin: auto;
  margin-top: 1.4rem;
  margin-bottom: 2rem;
  color: #555;
  text-transform: capitalize;
}
.cards-section .cards {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 4rem;
}
.cards-section .cards > div {
  gap: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards-section .cards .card {
  width: 28rem;
  border-radius: 8px;
  overflow: hidden;
  border-radius: 0.5rem;
  transition: 0.2s ease;
  border: 2px solid rgba(0, 0, 0, 0.08);
}
.cards-section .cards .card .image {
  width: 100%;
  background-color: pink;
  height: 14rem;
}
.cards-section .cards .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cards-section .cards .card .text {
  padding: 0 1.5rem;
  padding-top: 3rem;
  font-size: 1.4rem;
  height: 10rem;
}
.cards-section .cards .card .text h3 {
  margin: 0;
  margin-bottom: 0.7rem;
}
.cards-section .cards .card .text p {
  font-size: 1.2rem;
  margin: 0;
}

#footer {
  background-color: black;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 2rem;
}
#footer .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}
#footer .top::after, #footer .top::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 105%;
  height: 0.05rem;
  opacity: 0.5;
}
#footer .top::before {
  top: initial;
  bottom: 0;
}
#footer .top .footer-section {
  display: flex;
  gap: 1.3rem;
  flex-direction: column;
}
#footer .top .footer-section > a {
  font-size: 1.3rem;
  color: white;
}
#footer .top .footer-section:nth-child(1) {
  flex-basis: 18rem;
  margin-top: 1rem;
  color: white;
}
#footer .top .footer-section .logo {
  width: 3.5rem;
}
#footer .top .footer-section .socials {
  display: flex;
  gap: 2rem;
}
#footer .top .footer-section .socials a {
  color: white;
  text-decoration: none;
}
#footer .top .footer-section .socials i {
  font-size: 1.7rem;
}
#footer .top .footer-section h1 {
  color: white;
  font-size: 1.1rem;
}
#footer .top .footer-section .options {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
  margin-top: 0.4rem;
}
#footer .top .footer-section .options a {
  color: white;
  font-weight: 300;
  font-size: 1.05rem;
  text-decoration: none;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
#footer .top .footer-section .options a:hover {
  color: green;
}
#footer .top .footer-section:nth-last-child(1) a {
  color: white;
  max-width: 17ch;
}
#footer .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.4rem;
}
#footer .bottom h1 {
  color: white;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 600px) {
  #footer {
    flex-wrap: nowrap;
  }
  #footer .top {
    flex-direction: column;
    gap: 2rem;
  }
  #footer .top .footer-section:nth-child(1) {
    flex-basis: initial;
    margin-bottom: 2rem;
  }
  #footer .top .footer-section .options {
    gap: 0.7rem;
  }
  #footer .top .footer-section .options a {
    font-size: 1.5rem;
  }
  #footer .top .footer-section:nth-last-child(1) a {
    max-width: 34ch;
  }
  #footer .bottom {
    padding-bottom: 4rem;
  }
}

@media (max-width: 786px) {
  .hero {
    padding-bottom: 3rem;
    background-image: none;
  }
  .hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
  }
  .hero h1 {
    text-align: center;
    font-size: 5rem;
    line-height: 6rem;
    margin-top: 1rem;
  }
  .hero h1 span {
    font-size: 7rem;
  }
  .hero p {
    text-align: center;
    font-size: 1.4rem;
    width: 100%;
  }
  .hero .btn-group {
    width: 40rem;
  }
  .section-dark h2 {
    font-size: 4.7rem;
    font-weight: 500;
  }
  .section-dark p {
    text-align: center;
    font-size: 1.4rem;
    width: 80%;
  }
  .section-dark .contact-buttons {
    gap: 1.5rem;
  }
  .section-dark .contact-buttons a {
    width: 18rem;
  }
  .cards-section h2 {
    font-weight: 500;
    padding-top: 4rem;
    font-size: 5rem;
    line-height: 5.5rem;
    width: 100%;
  }
  .cards-section p {
    text-align: center;
    font-size: 1.4rem;
    width: 80%;
  }
  .cards-section .cards > div {
    flex-direction: column;
  }
  .cards-section .cards .card {
    width: 25rem;
    height: 30rem;
  }
  .cards-section .cards .card .text h3 {
    font-size: 1.8rem;
  }
  .cards-section .cards .card .text p {
    text-align: center;
    width: 100%;
    font-size: 1.4rem;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  padding: 2rem;
  box-sizing: border-box;
}

.popup-container {
  background: #111;
  color: white;
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  animation: popupSlideIn 0.3s ease-out;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  border: 1px solid #333;
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.5rem 1rem 2.5rem;
  border-bottom: 1px solid #333;
}

.popup-header h2 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 500;
  color: white;
}

.close-btn {
  background: none;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  color: #888;
  transition: color 0.2s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.close-btn:hover {
  color: white;
  background: #222;
}

.popup-content {
  padding: 0;
}

.popup-body {
  padding: 2rem 2.5rem;
  padding-top: 3rem;
}

.popup-section {
  margin-bottom: 2.5rem;
}

.popup-section:last-child {
  margin-bottom: 0;
}

.popup-section h3 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  color: white;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-item:hover {
  cursor: pointer;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  border-color: #555;
}

.feature-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: white;
  border-radius: 10px;
  border: 1px solid #555;
}

.feature-text h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
}

.feature-text p {
  margin: 0;
  font-size: 1.1rem;
  color: #ccc;
  line-height: 1.5;
}

.specializations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.spec-tag {
  background: #222;
  color: white;
  border: 1px solid #444;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.spec-tag:hover {
  cursor: pointer;
  transform: translateY(-2px);
  background: #333;
  border-color: #666;
}

.popup-footer {
  background: #0a0a0a;
  padding: 2rem 2.5rem;
  border-top: 1px solid #333;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.cta-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  flex: 1;
  justify-content: center;
  max-width: 250px;
}

.cta-btn {
  background: black;
  color: white;
  border: 2px solid #333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.cta-btn:hover {
  background: white;
  color: black;
  border-color: white;
  transform: translateY(-2px);
}

.cta-btn i {
  font-size: 1.2rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .popup-container {
    max-height: 75vh;
    overflow: scroll;
    width: 100%;
    max-width: 90%;
    border-radius: 10px;
  }
  .popup-overlay {
    padding: 1rem;
  }
  .popup-header {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .popup-header h2 {
    font-size: 1.8rem;
  }
  .popup-body {
    padding: 1.5rem;
  }
  .popup-footer {
    padding: 1.5rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .feature-item {
    border-radius: 8px;
    padding: 1rem;
  }
  .feature-item .feature-text h4 {
    font-size: 1.5rem;
  }
  .feature-item .feature-text p {
    font-size: 1.3rem;
  }
  .spec-tag {
    font-size: 1.3rem;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .cta-btn {
    font-size: 1.3rem;
    max-width: none;
  }
  .popup-section h3 {
    font-size: 1.5rem;
  }
  .close-btn {
    font-size: 2rem;
    width: 35px;
    height: 35px;
  }
}/*# sourceMappingURL=hireFromUs.css.map */