@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

:root {
  --primary-color: hsl(160, 85%, 40%);
 
  --secondary-color: #ca8a04;
  --text-dark: #1f2937;
  --text-light: #6b7280;
  --extra-light: #faf5ff;
  --max-width: 1200px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
}

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav__content {
  max-width: var(--max-width);
  margin: auto;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav .logo a {
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(160, 85%, 40%);
  transition: 0.3s;
}


nav .checkbox {
  display: none;
}

nav input {
  display: none;
}
nav .checkbox i {
  font-size: 2rem;
  color: var(--primary-color);
  cursor: pointer;
}

ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  transition: left 0.3s;
}

ul li a {
  padding: 0.5rem 1rem;
  border: 2px solid transparent;
  text-decoration: none;
  font-weight: 600;
  color: var(--text-dark);
  transition: 0.3s;
}

ul li a:hover {
  color: hsl(160, 85%, 40%);
}

.section {
  background-color: var(--extra-light);
}

.section__container {
  min-height: 100vh;
  max-width: var(--max-width);
  margin: auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subtitle {
  letter-spacing: 2px;
  color: var(--text-light);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.title span {
  font-weight: 600;
}

.description {
  line-height: 1.5rem;
  color: var(--text-light);
  margin-bottom: 2rem;
}

.action__btns {
  display: flex;
  gap: 1rem;
}

.action__btns button {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 1rem 2rem;
  outline: none;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.hire__me {
  background-color: var(--primary-color);
  color: #ffffff;
}

.hire__me:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.portfolio {
  color: var(--primary-color);
}

.portfolio:hover {
  background-color: var(--primary-color-dark);
  color: black;
}

.image {
  display: grid;
  place-items: center;
}

.image img {
  width: min(25rem, 90%);
}
.contact-form-section {
  background: #fdfdfd;
  padding: 40px 20px;
  max-width: 800px;
  margin: 50px auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  border-radius: 10px;
  font-family: sans-serif;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-form input,
.contact-form textarea {
  flex: 1;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fcf9f9;
  font-size: 16px;
  width: 100%;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form .form-checkbox {
  font-size: 14px;
}

.contact-form .form-checkbox input {
  margin-right: 5px;
}

.contact-form .form-checkbox a {
  color: #e91e63;
  text-decoration: none;
}

.contact-form button {
  background: #00c389;
  color: white;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* WhatsApp & Social Row */
.contact-form .contact-social-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

/* WhatsApp Button */
.contact-form .whatsapp-btn {
  background: #25D366;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease;
}

.contact-form .whatsapp-btn:hover {
  background: #1da851;
}

/* Social Media Icons */
.contact-form .social-icons {
  display: flex;
  gap: 15px;
}

.contact-form .social-icons a {
  font-size: 22px;
  color: #555;
  transition: color 0.3s ease;
}

.contact-form .social-icons a:hover {
  color: #e91e63;
}



.ad-services-section {
  padding: 40px 20px;
  background: #fff;
}

.ad-services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.ad-text {
  flex: 1;
  min-width: 280px;
  padding: 10px;
}

.ad-text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #00c389;
}

.ad-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.ad-icon {
  font-size: 22px;
  color: #00c389;
  margin-right: 12px;
  flex-shrink: 0;
}

.ad-content h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: bold;
  color: #00c389;
}

.ad-content p {
  margin: 4px 0 0;
  color: #555;
  font-size: 0.92rem;
  line-height: 1.4;
}

.ad-button {
  display: inline-block;
  background: #00c389;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: none;
  transition: background 0.3s ease;
  font-size: 0.95rem;
}

.ad-button:hover {
  background: #333;
}

.ad-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.ad-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



.top-right-button {
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: #00b386;
  color: white;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  z-index: 999;
  font-size: 1rem;
}

/* Hover effect */
.top-right-button:hover {
  background-color: #009e74;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .top-right-button {
    top: 15px;
    right: 15px;
    padding: 8px 14px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .top-right-button {
    top: 10px;
    right: 10px;
    padding: 6px 12px;
    font-size: 0.85rem;
  }
}





@media (max-width: 768px) {
  .ad-services-container {
    flex-direction: column;
    gap: 40px;
  }

  .ad-text h2 {
    font-size: 1.5rem;
  }

  .ad-content h3 {
    font-size: 1rem;
  }

  .ad-content p {
    font-size: 0.9rem;
  }

  .ad-button {
    width: 100%;
    text-align: center;
  }
}



@media (width < 750px) {
  nav .checkbox {
    display: block;
  }

  ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 85px);
    left: -100%;
    top: 85px;
    background-color: var(--extra-light);
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
  }

  nav #check:checked ~ ul {
    left: 0;
  }

  ul li a {
    font-size: 1.25rem;
  }

  .section__container {
    padding: 10rem 1rem 5rem 1rem;
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
  }

  .image {
    grid-area: 1/1/2/2;
  }

  .action__btns {
    margin: auto;
  }
}
