* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  background-color: #121212;
  color: #fff;
  min-height: 100vh;
  padding: 2rem 4rem;
}

 p {
transition: transform 0.4s ease-in-out, color 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

 p:hover {
transform: translateY(-8px) scale(1.02) !important;
  color: #e91e63 !important;
  text-shadow: 0 2px 8px rgba(233, 30, 99, 0.5) !important;
  }


.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
}


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icon-box {
  font-size: 3rem;
}

.logo-text {
    line-height: 12px;
    font-size: 12px;
}

.nav-links a {
  color: #ccc;
  text-decoration: none;
  margin-left: 2rem;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: white;
}

.hero {
    padding-left: 1rem;
    max-width: 60rem;
    margin: 0 auto;
    padding-top: 12rem;
    padding-bottom: 8rem;
}

.title {
  font-size: 5rem;
  font-weight: 200;
}
h2:hover {
    color: #19d7f5;
}


.buttons-flex {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.button {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  transition: color 0.3s;
}

.button:hover {
  color: #19d7f5;
}
.hero-flex {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #ccc;
    border-top: 2px solid #333;
    padding-top: 1.2rem;
    line-height: 1.6;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

p.subtitle {
    font-size: 2rem;
	width: 53%;
}	
	
	.about-section {
    position: relative;
    background-color: #121212;
    color: white;
    padding: 6rem 0rem;
    overflow: hidden;
    max-width: 62rem;
	padding-top: 10rem;
    padding-bottom: 6rem;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.about-content h2 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.about-content p {
  font-size: 20px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 1rem;
  width: 80%;
}

.about-bg-text {
    position: absolute;
    right: 9rem;
    bottom: 8rem;
    font-size: 12rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 18%);
    z-index: 1;
    user-select: none;
    pointer-events: none;
	opacity: 1;
  transform: scale(0.8);
  animation: zoomIn 0.8s ease-out forwards;
}




.services-section {
  position: relative;
  background-color: #121212;
  color: white;
  padding: 6rem 2rem;
  overflow: hidden;
  padding-top: 10rem;
    padding-bottom: 6rem;
}

.services-bg-text {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 18%);
  z-index: 0;
  user-select: none;
  top: 30%;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}

.service-box {
  max-width: 300px;
  
}

.service-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.service-box h3 {
 font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.service-box p {
  color: #ccc;
  font-size: 1.25rem;
        line-height: 1.8;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7rem;
  position: relative;
  z-index: 1;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 220px;
}

.feature-icon {
    font-size: 1.5rem;
    border: 3px solid #fff;
    padding: 10px 8px;
    border-radius: 20px;
}
.section-3-flex {
font-size: 1.25rem;
    margin-bottom: 0.5rem;
}



/* Team Section */
.team-section {
  position: relative;
  padding: 100px 40px;
  background-color: #111;
  color: #fff;
  text-align: center;
  padding-top: 10rem;
    padding-bottom: 6rem;
}

.team-bg-text {
  position: absolute;
  font-size: 160px;
  font-weight: 900;
  color: rgba(255, 255, 255, 18%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.team-members {
    display: flex;
    justify-content: space-evenly;
    gap: 10%;
    position: relative;
    z-index: 1;
    flex-direction: row;
    flex-wrap: nowrap;
}

.team-card {
  max-width: 200px;
}

.team-card img {
    width: 250px;
    height: 262px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    margin-bottom: 15px;
}

.team-card h4 {
  font-size: 1.25rem;
    font-weight: bold;
  margin-bottom: 6px;
}

.team-card p {
  font-size: 1.25rem;
  color: #ccc;
  margin-bottom: 12px;
}

.social-icons {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 15px;
}

i.fab.fa-twitter:hover {
    color: #19d7f5 !important;
}
i.fab.fa-instagram:hover {
    color: #19d7f5 !important;
}
i.fab.fa-linkedin:hover {
    color: #19d7f5 !important;
}




/* Pricing Section */
.pricing-section {
  position: relative;
  padding: 100px 40px;
  background: #111;
  color: #fff;
  overflow: hidden;
  padding-top: 10rem;
    padding-bottom: 6rem;
}

.pricing-bg-text {
  position: absolute;
  font-size: 160px;
  font-weight: 900;
  color: rgba(255, 255, 255, 18%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.pricing-header {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  margin-left: 6%;
}

.pricing-header h2 {
  font-size: 4rem ;
  font-weight: 700;
    line-height: 1.8;

}

.pricing-header p {
  color: #ccc;
  font-size: 1.25rem;
  max-width: 600px;
  line-height: 1.8;
}

.pricing-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.pricing-card {
  background-color: #ffffff1a;
  border: 2px solid white;
  border-radius: 16px;
  padding: 30px 20px;
  width: 290px;
  text-align: left;
}

.pricing-card.highlight {
  background-color: #fff;
  color: #111;
}

.pricing-card h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
      font-weight: bold;

}

.price {
  font-size: 3rem;
    font-weight: bold;
  margin-bottom: 20px;
}

.price .sub {
  font-size: 1.25rem;
  font-weight: normal;
  color: #bb379e;
}

.price.pink,
.pricing-card.highlight .price {
  color: #c51d7f;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.pricing-card ul li {
  margin: 10px 0;
  font-size: 1.25rem;
}

.pricing-card ul li i {
  color: #0f0;
  margin-right: 10px;
}

.pricing-card ul li.disabled {
  color: #888;
}

.pricing-card ul li.disabled i {
  color: #f00;
}

.pricing-card button {
  width: 100%;
  padding: 12px;
  background: white;
  color: #c51d7f;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.pricing-card button:hover {
  background: #ddd;
}

.pricing-card button.pink {
  background: #c51d7f;
  color: white;
}

.pricing-card button.pink:hover {
  background: #a01065;
}




/* Works Section */
.works-section {
    background: #111;
    padding: 80px 40px;
    color: #fff;
    max-width: 63rem;
    margin: 0 auto;
	padding-top: 10rem;
    padding-bottom: 6rem;
}

.works-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.works-header h2 {
  font-size: 4rem;
  font-weight: bold;
}

.works-header p {
  color: #ccc;
  font-size: 1.25rem;
        line-height: 1.8;
  max-width: 600px;
  margin-top: 10px;
}

.works-button {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.works-button:hover {
  background-color: #fff;
  color: #000;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}





.work-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.work-card img {
  width: 75%;
  border-radius: 16px;
  object-fit: cover;
  height: auto;
}

.work-card h4 {
 font-size: 1.3125rem;
    font-weight: bold;
margin-top: 1.75rem;
}

.work-card p {
  color: #ccc;
  font-size: 1.25rem;
}

.work-card-1 img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  height: auto;
}

.work-card-1 h4 {
  font-size: 1.3125rem;
    font-weight: bold;
margin-top: 1.75rem;
}

.work-card-1 p {
 color: #ccc;
  font-size: 1.25rem;
}

.work-card-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.work-card-2 img {
  width: 75%;
  border-radius: 16px;
  object-fit: cover;
  height: auto;
}

.work-card-2 h4 {
  font-size: 1.3125rem;
    font-weight: bold;
margin-top: 1.75rem;
}

.work-card-2 p {
 color: #ccc;
  font-size: 1.25rem;
}
	
.box-shadow:hover {
border: 2px solid #80808033;
border-radius: 24px;
padding: 15px 15px;
}	

.work-margin {
    margin-top: 6%;
}

.box-shadow-1 {
text-align: right;
}

.box-shadow-1:hover {
border: 2px solid #80808033;
border-radius: 24px;
padding: 15px 15px;
}	





/* Products Section */
.products-section {
  background: #111;
  padding: 80px 40px;
  color: #fff;
  padding-top: 10rem;
    padding-bottom: 6rem;
}

.products-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
  max-width: 1100px;
  margin-inline: auto;
}



.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 925px;
    margin: 0 auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  height: auto;
  transition: 0.3s;
}

.product-card img:hover {
  transform: scale(1.02);
}

.product-info h4 {
  font-size: 1.3125rem;
    font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.product-info .price {
  font-size: 1.3125rem;
    font-weight: bold;
  color: #ccc;
  margin-left: 10px;
    margin-top: 17px;

}

.product-info p {
  font-size: 1.25rem;
  color: #aaa;
  margin-top: 4px;
  line-height: 0px;
  margin-bottom: 15px;
}

.product-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto 40px;
	gap: 5%;
}

.product-card:hover {
    border: 2px solid #80808033;
    padding: 15px 15px;
    border-radius: 24px;
}


.product-header h2 {
  font-size: 4rem;
  font-weight: bold;
}

.product-header p {
  color: #ccc;
  font-size: 1.25rem;
        line-height: 1.8;
  max-width: 600px;
  margin-top: 10px;
}

.product-button {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.product-button:hover {
  background-color: #fff;
  color: #000;
}




/* Newsletter Section */
.newsletter-section {
  background-color: #111;
  padding: 80px 40px;
  color: #fff;
  padding-top: 10rem;
    padding-bottom: 6rem;
}

.newsletter-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 920px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-end;
}

.newsletter-left {
  flex: 1;
  min-width: 300px;
}

.newsletter-left h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.newsletter-left p {
  color: #ccc;
  font-size: 1.25rem;
  line-height: 1.8;
}

.newsletter-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsletter-right label {
  font-size: 14px;
  color: #ccc;
}

.newsletter-right input {
  padding: 10px;
  font-size: 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #fff;
}

.newsletter-right input:focus {
  outline: none;
  border-color: #f92672;
}

.newsletter-right button {
  width: max-content;
  padding: 10px 24px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-right button:hover {
  background: #f92672;
  color: #fff;
}

/* Feedback Section */
.feedback-section {
    background-color: #111;
    padding: 80px 40px;
    color: #fff;
    padding-top: 10rem;
    padding-bottom: 6rem;
}

.feedback-container {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-end;
}

.feedback-left {
  flex: 1;
  min-width: 300px;
}

.feedback-left h2 {
 font-size: 4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.feedback-left p {
   color: #ccc;
  font-size: 1.25rem;
  line-height: 1.8;
}

.feedback-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feedback-right .quote {
    font-size: 1.25rem;
    font-style: italic;
    color: #eee;
    position: relative;
    padding-left: 24px;
    line-height: 1.8;
}

.feedback-right .quote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 32px;
  color: #f92672;
}

.feedback-author {
        justify-content: left;
        flex-direction: row;
        text-align: center;
        display: flex;
        gap: 5%;
        align-items: center;
    }

.feedback-author img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}

.feedback-author strong {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.feedback-author span {
  font-size: 14px;
  color: #aaa;
}


.feedback-bg-text {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 18%);
  z-index: 0;
  user-select: none;
  top: 30%;
}


footer {
    position: relative;
    background-color: #111;
    padding: 50px 20px;
    overflow: hidden;
    max-width: 60rem;
    margin: 0 auto;
    padding-top: 10rem;
    padding-bottom: 6rem;
}

    footer h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}

    .contact-email {
      font-size: 2.5rem;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 10px 0;
    }

    span.icon:hover {
    background: #e60073;
    color: white;
}
.contact-email .icon {
    background-color: white;
    color: #e60073;
    border-radius: 50%;
    padding: 8px;
    font-size: 1.6rem;
}

    .contact-description {
      font-size: 1.25rem;
        line-height: 1.8;
      color: #ccc;
      max-width: 600px;
      margin-bottom: 30px;
    }

    .footer-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14%;
    position: relative;
    z-index: 2;
}

   
    .footer-column h3 {
      font-weight: bold;
font-size: 1.5rem;
      margin-bottom: 10px;
    }

    .footer-column p {
	font-size: 1.25rem;
      margin: 5px 0;
      color: #ccc;
    }

    .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .footer-links a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    margin: 3px 0;
}


    .background-text {
    font-size: 9rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 18%);
    position: absolute;
    bottom: 71px;
    left: 20px;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

 h2 {
  opacity: 0;
  transform: translateY(40px);
  animation: h2 0.8s ease-out forwards;
    animation-delay: 0.2s;

}


@keyframes h2 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
   {
    flex-direction: column;
    padding: 0;
  }

  .newsletter-section,
  .feedback-section {
    padding: 40px 20px;
	padding-top: 4rem;
        padding-bottom: 4rem;
  }

  .newsletter-left h2,
  .feedback-left h2 {
    font-size: 28px;
    text-align: center;
  }

  .newsletter-left p,
  .feedback-left p {
    text-align: center;
    font-size: 15px;
  }

  .newsletter-right {
    gap: 12px;
  }

  

  .feedback-right .quote {
    padding-left: 16px;
    font-size: 15px;
  }

  .feedback-right .quote::before {
    font-size: 24px;
    top: 0;
  }

  .feedback-author {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  body {
    padding: 20px;
  }

  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
  .logo h1 {
    font-size: 20px;
  }

  .logo p {
    font-size: 12px;
  }

  .nav {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
  }

  .nav a {
    margin: 0;
    font-size: 14px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 1.2;
    word-break: break-word;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .buttons {
    gap: 12px;
  }

  .buttons a {
    font-size: 15px;
    flex-wrap: wrap;
  }
  
  
  .about-section {
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
	padding-top: 4rem;
        padding-bottom: 4rem;
  }

  .about-bg-text {
        position: absolute;
        font-size: 100px;
        top: 100px;
        left: 10px;
        color: rgba(255, 255, 255, 18%);
        z-index: 0;
    }

  .about-content {
    position: relative;
    z-index: 1;
    text-align: left;
  }

  .about-content h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ddd;
  }
  
  
   .services-section {
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
	padding-top: 4rem;
        padding-bottom: 4rem;
  }

  .services-bg-text {
    font-size: 80px;
    position: absolute;
    top: 20px;
    left: 10px;
    color: rgba(255, 255, 255, 0.03);
    z-index: 0;
  }

  .services-grid.top,
  .services-grid.bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
  }

  .service-card {
    text-align: center;
  }

  .service-card img {
    width: 48px;
    margin-bottom: 10px;
  }

  .service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .service-card p {
    font-size: 15px;
    color: #ccc;
  }

  .feature-box {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .feature-icon img {
    width: 32px;
  }

  .feature-box h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .feature-box p {
    font-size: 14px;
    color: #aaa;
  }
  
  
  
  .team-section {
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
	padding-top: 4rem;
        padding-bottom: 4rem;
  }

  .team-bg-text {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.03);
    z-index: 0;
  }

  .team-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
  }

  .team-member {
    text-align: center;
  }

  .team-member img {
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 100px;
    margin: 0 auto 16px;
  }

  .team-member h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .team-member p {
    font-size: 15px;
    color: #ccc;
    margin-bottom: 10px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .social-icons a {
    font-size: 18px;
    color: #fff;
  }
  
  
  
  
  .pricing-section {
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
	padding-top: 4rem;
        padding-bottom: 4rem;
  }

  .pricing-bg-text {
    font-size: 80px;
    position: absolute;
    top: 20px;
    left: 10px;
    color: rgba(255, 255, 255, 0.03);
    z-index: 0;
  }

  .pricing-header {
    position: relative;
    z-index: 1;
    text-align: left;
    margin-bottom: 30px;
  }

  .pricing-header h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .pricing-header p {
    font-size: 15px;
    color: #ccc;
  }

  .pricing-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
  }

  .pricing-card {
    background: #1f1f1f;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }

  .pricing-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .pricing-card .price {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .pricing-card .price .sub {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 4px;
  }

  .pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .pricing-card ul li {
    font-size: 15px;
    padding: 8px 0;
  }

  .pricing-card ul li i {
    margin-right: 8px;
  }

  .pricing-card ul .disabled {
    color: #777;
  }

  .pricing-card button {
    padding: 10px 20px;
    background: #e91e63;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
  }

  .pricing-card.highlight {
    border: 2px solid #e91e63;
  }

  .pricing-card.highlight .pink {
    background-color: #e91e63;
  }
  
  
  
   .works-section {
    padding: 40px 20px;
	padding-top: 4rem;
        padding-bottom: 4rem;
  }

  .works-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
  }

  .works-header h2 {
    font-size: 28px;
  }

  .works-header p {
    font-size: 15px;
    color: #ccc;
  }

  .works-button {
    align-self: flex-start;
    background-color: #e91e63;
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
  }

  .works-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .work-card {
    text-align: center;
  }

  .work-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .work-card h4 {
    font-size: 18px;
    margin-top: 12px;
  }

  .work-card p {
    font-size: 14px;
    color: #aaa;
  }
   .work-card-2 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .work-card-2 h4 {
        font-size: 18px;
        margin-top: 12px;
    }
  
  .products-section {
    padding: 40px 20px;
	padding-top: 4rem;
        padding-bottom: 4rem;
  }

  .products-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .products-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .product-card img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 10px;
  }

  .product-info h4 {
    font-size: 18px;
    margin-top: 12px;
  }

  .product-info .price {
    display: block;
    font-size: 16px;
    color: #e91e63;
    margin-top: 4px;
  }

  .product-info p {
    font-size: 14px;
    color: #aaa;
  }
  
      .product-header {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 30px;
align-items: flex-start;
    }
 
.product-header h2 {
font-size: 28px;
align-items: start;
}

.product-header p {
font-size: 15px;
color: #ccc;
}
 
 .footer-content {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer-links {
        align-items: flex-start;
      }

      .background-text {
        font-size: 3rem;
        position: static;
        margin-top: 40px;
      }
 
 .title {
    font-size: 3rem;
    font-weight: 200;
}
 p.subtitle {
    font-size: 1rem;
    width: 53%;
}

.hero-flex {
        font-size: 1.2rem;
        color: #ccc;
        border-top: 2px solid #333;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

.buttons-flex {
    margin-top: 0.3rem;
    display: flex
;
    flex-direction: column;
    gap: 2px;
}

.button {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    transition: color 0.3s;
}


.hero {
    padding-left: 1rem;
    max-width: 60rem;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
 
 .service-box p {
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
}
 
 .features-grid {
    display: flex
;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
    flex-direction: column;
}
 
 .services-grid {
        display: flex
;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        position: relative;
        z-index: 1;
        margin-bottom: 4rem;
        flex-direction: column;
    }
     .feature-box {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        flex-direction: column;
    }
 
 .team-card img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    margin-bottom: 15px;
}
 
 .social-icons {
        display: flex;
        justify-content: flex-start;
        gap: 14px;
    }
	
	.team-card {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	margin-bottom: 16%;
}
	.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12%;
    position: relative;
    z-index: 1;
    flex-direction: column;
}

    .pricing-header {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
		margin-left: 0px;
    }
    .pricing-card {
        background: #1f1f1f;
        padding: 20px;
        border-radius: 10px;
		text-align: left;
    }

.pricing-card.highlight .pink {
        background-color: #ffffff;
    }
.price.pink, .pricing-card.highlight .price {
    color: #000000;
}
.work-card {
         text-align: left; 
    }
	.work-card-1 h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 1.75rem;
}
	
	.work-card-1 p {
    color: #ccc;
    font-size: 14px;
}
	.box-shadow-1 {
     text-align: left;
}
	.work-card-2 p {
    color: #ccc;
    font-size: 14px ;
}
	
	.products-grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
	
	    .newsletter-left h2, .feedback-left h2 {
        font-size: 28px;
        text-align: left;
    }
	.newsletter-left p, .feedback-left p {
        text-align: left;
        font-size: 15px;
    }
	
	    .newsletter-right button {
        align-self: left;
		margin-top: 5%;
    }

footer h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}
.contact-email {
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.contact-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #ccc;
    max-width: 600px;
    margin-bottom: 30px;
}
.footer-column p {
    font-size: 1rem;
    margin: 5px 0;
    color: #ccc;
}
	
	.footer-column {
    flex: 0;
}
	.feedback-author {
        justify-content: left;
        flex-direction: column;
        text-align: center;
    }
	
	.feedback-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}
	
	.header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .hamburger {
    display: block;
    color: #fff;
    margin-top: 10px;
  }

  .nav {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .nav a {
    padding: 10px 0;
    border-bottom: 1px solid #444;
    font-size: 16px;
    color: #eee;
  }

  .nav.show {
    display: flex;
  }
  
  .feedback-author br {
    display: none;
}
  
  .product-info {
    display: none;
}
  
}

