@charset "UTF-8";
.contact .contact-container, .services-icons .container, .values .container, .team .container, .team .founders, .team .members, .cta .cta-container, .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.portfolio-gallery .container, .story .container, .portfolio .portfolio-container, .process .process-container, footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact .info .details .detail, .contact .info .social-section .social-links a, .portfolio-gallery .grid article, .portfolio-gallery .grid article img, .services-icons article, .services-details .category, .story .image-container img, .portfolio .portfolio-grid article {
  transition: all 0.3s ease;
}

.testimonial-card, .value-card, .team-card {
  transition: transform 0.3s ease;
}
.testimonial-card:hover, .value-card:hover, .team-card:hover {
  transform: translateY(-5px);
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.btn-cta, .submit-btn {
  font-family: "Basis Grotesque Arabic Pro", "Manrope", sans-serif;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  font-family: "Manrope", sans-serif;
  list-style: none;
}

@font-face {
  font-family: "Basis Grotesque Arabic Pro";
  src: url("../assets/fonts/BasisGrotesqueArabicPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Arabic Pro";
  src: url("../assets/fonts/BasisGrotesqueArabicPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1, h3, h4 {
  font-family: "Basis Grotesque Arabic Pro", "Manrope", sans-serif;
  font-weight: bold;
  color: #1a1a1a;
}

h1, h3 {
  font-size: clamp(48px, 8vw, 96px);
  line-height: 1;
}

h4 {
  font-size: clamp(32px, 6vw, 64px);
  line-height: 1.4;
}

h2 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.4;
}

p {
  font-family: "Manrope", sans-serif;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: normal;
  color: #666666;
  line-height: 1.6;
}

a {
  font-family: "Manrope", sans-serif;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: normal;
  transition: color 0.3s ease;
}
a:hover {
  color: #979797;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
}

.container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
  grid-template-areas: "subtitle title" ". description" ". tags";
}
.container h2 {
  grid-area: subtitle;
  align-self: start;
}
.container h1, .container h3, .container h4 {
  grid-area: title;
  text-align: left;
  align-self: start;
}
.container p {
  grid-area: description;
  text-align: left;
  max-width: none;
}
.container .tags {
  grid-area: tags;
  align-self: start;
}

header {
  position: fixed;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 95%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: slideDown 1s cubic-bezier(0.4, 0, 0.2, 1);
}
header:hover {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%) translateY(-2px);
}
header nav.navbar {
  padding: 0.5rem 1.5rem;
  background: transparent;
  border: none;
}
header .container-fluid {
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
header .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
}
header .navbar-brand img {
  height: 32px;
  width: auto;
  filter: brightness(0.2);
}
header .navbar-toggler {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
header .navbar-toggler:hover {
  background: rgba(26, 26, 26, 0.1);
}
header .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
header .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
}
header .navbar-nav .nav-item {
  margin: 0;
}
header .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #1a1a1a;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
}
header .nav-link:hover {
  color: #979797;
  transform: translateY(-1px);
}
header .nav-link.active {
  color: #979797;
  font-weight: 600;
}

main {
  margin-top: 2%;
}

footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 50px 0 30px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  grid-template-columns: none;
  grid-template-areas: none;
}
footer .content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
footer .info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
footer .info-contact p {
  color: #cccccc;
  font-size: 16px;
  margin-bottom: 0.5rem;
  align-self: flex-start;
}
footer .brand {
  text-align: right;
  justify-self: end;
}
footer .brand .tagline {
  color: #cccccc;
  font-size: 16px;
  margin-bottom: 1rem;
  text-align: right;
  display: block;
  width: 100%;
}
footer .social {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
footer .social a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
footer .social a:hover {
  opacity: 0.7;
}
footer .social a img {
  width: 24px;
  height: 24px;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid #333333;
}
footer .bottom .logo {
  height: clamp(40px, 10vw, 80px);
  width: auto;
}
footer .bottom .copyright {
  color: #666666;
  font-size: 14px;
}

.btn-cta {
  font-family: "Basis Grotesque Arabic Pro", "Manrope", sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  text-decoration-line: underline;
  color: #979797;
  background: transparent;
}
.btn-cta:hover {
  color: #1a1a1a;
}

.submit-btn {
  font-size: 18px;
  color: #ffffff;
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  padding: 15px 40px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.submit-btn:hover {
  background-color: #333333;
  border-color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 26, 26, 0.3);
}
.submit-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.3);
}
.submit-btn:active {
  transform: translateY(0);
}

.testimonial-card {
  flex: 0 0 400px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.testimonial-card .quote {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.testimonial-card .author {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}

.value-card {
  text-align: center;
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.value-card h4 {
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  font-size: clamp(24px, 4vw, 32px);
}
.value-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #666666;
}

.team-card {
  text-align: center;
  padding: 2rem;
}
.team-card h5 {
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  font-size: 24px;
}
.team-card p {
  color: #666666;
  font-size: 16px;
  line-height: 1.4;
}

.form-label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-control,
.form-select {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #f9f9f9;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.3s ease;
}
.form-control:focus,
.form-select:focus {
  background-color: #ffffff;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.1);
  outline: none;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #999999;
  font-style: italic;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 3rem 2rem 2rem 2rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.overlay h5 {
  font-family: "Basis Grotesque Arabic Pro", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.overlay p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #cccccc;
  margin: 0;
  letter-spacing: 1px;
}

.hero {
  padding: 100px 0;
  background-color: #ffffff;
}
.hero .tags {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 3rem;
}
.hero .tags span {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 1rem 0.5rem 0rem;
}

.portfolio {
  padding: 100px 0;
  background-color: #f9f9f9;
}
.portfolio .portfolio-container {
  padding: 0 10px;
}
.portfolio .portfolio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 2rem;
  grid-template-areas: "item1 item2 item2" "item3 item4 item5" "item6 item6 item7";
}
.portfolio .portfolio-grid article {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.portfolio .portfolio-grid article:nth-child(1) {
  grid-area: item1;
}
.portfolio .portfolio-grid article:nth-child(2) {
  grid-area: item2;
}
.portfolio .portfolio-grid article:nth-child(3) {
  grid-area: item3;
}
.portfolio .portfolio-grid article:nth-child(4) {
  grid-area: item4;
}
.portfolio .portfolio-grid article:nth-child(5) {
  grid-area: item5;
}
.portfolio .portfolio-grid article:nth-child(6) {
  grid-area: item6;
}
.portfolio .portfolio-grid article:nth-child(7) {
  grid-area: item7;
}
.portfolio .portfolio-grid article a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.portfolio .portfolio-grid article:hover {
  transform: translateY(-5px);
}
.portfolio .portfolio-grid article img {
  width: 100%;
  height: clamp(200px, 50vw, 500px);
  object-fit: cover;
  display: block;
}

.process {
  padding: 100px 0;
  background-color: #ffffff;
}
.process .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.process .steps article {
  text-align: center;
  max-width: 300px;
}
.process .steps article h4 {
  margin-bottom: 1rem;
}
.process .steps article p {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
}
.process .steps .arrow {
  font-family: "Basis Grotesque Arabic Pro", "Manrope", sans-serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: bold;
  color: #1a1a1a;
}

.testimonials {
  padding: 50px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}
.testimonials .testimonials-container {
  margin: 0 auto;
}
.testimonials .slider {
  overflow: hidden;
  position: relative;
}
.testimonials .track {
  display: flex;
  gap: 2rem;
  animation: slideInfinite 30s linear infinite;
  width: calc(200% + 2rem);
}
.testimonials .track:hover {
  animation-play-state: paused;
}

.cta {
  padding: 50px 0;
  background-color: #ffffff;
}
.cta .cta-container {
  max-width: 800px;
  text-align: center;
}
.cta .container {
  grid-template-columns: 1fr;
  grid-template-areas: "title";
  text-align: center;
}
.cta .container h4 {
  text-align: center;
  grid-area: title;
}

.story {
  padding: 100px 0;
  background-color: #f9f9f9;
}
.story .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  grid-template-columns: none;
  grid-template-areas: none;
}
.story .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.story .text {
  padding-right: 2rem;
}
.story .text h3 {
  margin-bottom: 2rem;
  color: #1a1a1a;
}
.story .text p {
  margin-bottom: 1.5rem;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.7;
  color: #666666;
}
.story .text p:last-child {
  margin-bottom: 0;
}
.story .image-container {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.story .image-container img {
  width: 100%;
  height: clamp(250px, 50vw, 600px);
  object-fit: cover;
  display: block;
}
.story .image-container img:hover {
  transform: scale(1.02);
}

.values {
  padding: 100px 0;
  background-color: #ffffff;
}
.values .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  grid-template-columns: none;
  grid-template-areas: none;
}
.values .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

.team {
  padding: 100px 0;
  background-color: #f9f9f9;
}
.team .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  grid-template-columns: none;
  grid-template-areas: none;
}
.team .founders {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
.team .founders .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .founders .image .illustration {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.team .founders .info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.team .members {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.services-icons {
  padding: 100px 0 30px 0;
  background-color: #ffffff;
  position: relative;
}
.services-icons .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  position: relative;
  z-index: 100;
  grid-template-columns: none;
  grid-template-areas: none;
}
.services-icons .line {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 2%;
  right: 0;
  z-index: 1;
}
.services-icons .line img {
  max-width: 100%;
}
.services-icons article {
  flex: 1 1 280px;
  max-width: 350px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.services-icons article:hover {
  transform: translateY(-5px);
}
.services-icons article img {
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  display: block;
}
.services-icons article h5 {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  font-weight: 600;
}

.divider {
  max-width: 1400px;
  text-align: center;
  margin-top: 4rem;
}
.divider .scissors {
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 1rem;
}

.services-details {
  padding: 20px 0;
  background-color: #ffffff;
}
.services-details .service-section {
  max-width: 1300px;
  margin: 0 auto 5rem auto;
  padding: 0 20px;
}
.services-details .service-section:last-of-type {
  margin-bottom: 0;
}
.services-details .service-section h3 {
  text-align: center;
  margin-bottom: 3rem;
  color: #1a1a1a;
}
.services-details .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}
.services-details .content.single {
  grid-template-columns: 1fr;
  place-items: center;
}
.services-details .content.grid-2x2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.services-details .category {
  border: 1px solid #666666;
  padding: 2rem;
  border-radius: 15px;
}
.services-details .category:hover {
  transform: translateY(-3px);
}
.services-details .category h4 {
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-size: 24px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.5rem;
}
.services-details .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-details .category ul li {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}
.services-details .category ul li:last-child {
  margin-bottom: 0;
}
.services-details .category ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #979797;
  font-weight: bold;
}

.portfolio-gallery {
  padding: 100px 0;
  background-color: #f9f9f9;
}
.portfolio-gallery .container {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  grid-template-columns: none;
  grid-template-areas: none;
}
.portfolio-gallery .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 2rem;
  grid-template-areas: "item1 item1 item2 item2" "item3 item3 item3 item3" "item4 item5 item5 item5" "item6 item6 item7 item7" "item8 item8 item8 item9" "item10 item10 item10 item10";
}
.portfolio-gallery .grid article {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.9s ease forwards;
}
.portfolio-gallery .grid article:nth-child(1) {
  grid-area: item1;
  animation-delay: 0.1s;
}
.portfolio-gallery .grid article:nth-child(2) {
  grid-area: item2;
  animation-delay: 0.2s;
}
.portfolio-gallery .grid article:nth-child(3) {
  grid-area: item3;
  animation-delay: 0.3s;
}
.portfolio-gallery .grid article:nth-child(4) {
  grid-area: item4;
  animation-delay: 0.4s;
}
.portfolio-gallery .grid article:nth-child(5) {
  grid-area: item5;
  animation-delay: 0.5s;
}
.portfolio-gallery .grid article:nth-child(6) {
  grid-area: item6;
  animation-delay: 0.6s;
}
.portfolio-gallery .grid article:nth-child(7) {
  grid-area: item7;
  animation-delay: 0.7s;
}
.portfolio-gallery .grid article:nth-child(8) {
  grid-area: item8;
  animation-delay: 0.8s;
}
.portfolio-gallery .grid article:nth-child(9) {
  grid-area: item9;
  animation-delay: 0.9s;
}
.portfolio-gallery .grid article:nth-child(10) {
  grid-area: item10;
  animation-delay: 1s;
}
.portfolio-gallery .grid article:hover {
  transform: translateY(-5px);
}
.portfolio-gallery .grid article:hover img {
  transform: scale(1.05);
}
.portfolio-gallery .grid article:hover .overlay {
  transform: translateY(0);
}
.portfolio-gallery .grid article a {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.portfolio-gallery .grid article img {
  width: 100%;
  height: clamp(200px, 50vw, 500px);
  object-fit: cover;
  display: block;
}

.contact {
  padding: 100px 0;
  background-color: #ffffff;
}
.contact .contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.contact .info {
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 20px;
}
.contact .info h4 {
  font-family: "Basis Grotesque Arabic Pro", "Manrope", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
.contact .info .description {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.contact .info .details {
  margin-bottom: 3rem;
}
.contact .info .details .detail {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.contact .info .details .detail:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.contact .info .details .detail:hover {
  padding-left: 10px;
}
.contact .info .details .detail h5 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact .info .details .detail p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}
.contact .info .social-section {
  text-align: center;
}
.contact .info .social-section h5 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
.contact .info .social-section .social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.contact .info .social-section .social-links a {
  display: inline-block;
}
.contact .info .social-section .social-links a:hover {
  transform: translateY(-3px);
}
.contact .info .social-section .social-links a img {
  background-color: #1a1a1a;
  width: 160px;
  height: 56px;
  padding: 10px;
  border-radius: 25px;
}
.contact .form-section {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.contact .form-section h4 {
  font-family: "Basis Grotesque Arabic Pro", "Manrope", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 2rem;
  text-align: center;
}
.contact .form-section .form {
  width: 100%;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes slideInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .container {
    grid-template-columns: 1fr;
    grid-template-areas: "subtitle" "title" "description" "tags";
  }
  .container h1, .container h2, .container h3, .container h4, .container p {
    text-align: center;
  }
  .container .tags {
    justify-content: center;
  }
  header {
    top: 1%;
    width: 96%;
    max-width: none;
    border-radius: 20px;
  }
  header nav.navbar {
    background: transparent;
  }
  header .collapse {
    background: transparent;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    padding: 0.75rem;
  }
  header .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  header .navbar-nav .nav-item {
    width: 100%;
  }
  header .navbar-nav .nav-link {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem;
    border-radius: 15px;
  }
  main {
    margin-top: 5vw;
  }
  .hero {
    padding: 100px 0 30px 0;
  }
  .portfolio,
  .process,
  .testimonials,
  .cta {
    padding: 30px 0;
  }
  .process .steps {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .process .steps .arrow {
    transform: rotate(90deg);
    margin: 1rem 0;
  }
  footer .container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  footer .info-contact {
    text-align: left;
  }
  footer .info-contact p {
    text-align: left;
  }
  footer .bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .services-icons {
    padding: 30px 0;
  }
  .services-icons .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .services-icons article img {
    width: clamp(160px, 25vw, 180px);
    height: clamp(160px, 25vw, 180px);
  }
  .services-icons .line {
    display: none;
  }
  .services-details .content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .services-details .content.grid-2x2 {
    grid-template-columns: 1fr;
  }
  .services-details .service-section {
    max-width: 100%;
    padding: 0 15px;
  }
  .portfolio-gallery .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .portfolio-gallery .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item1 item1" "item2 item3" "item4 item4" "item5 item6" "item7 item7" "item8 item9" "item10 item10";
  }
  .contact .contact-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contact .contact-container .social-links a img {
    width: 120px;
    height: 42px;
  }
  .story .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .story .content {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  .story .content .text {
    padding-right: 0;
    order: 2;
  }
  .story .content .image-container {
    order: 1;
  }
  .values .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .values .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .team .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .team .founders {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  .team .members {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  header {
    top: 10px;
    width: 97%;
    border-radius: 20px;
  }
  header nav.navbar {
    padding: 0.5rem 1rem;
  }
  header .navbar-brand img {
    height: 28px;
  }
  header .nav-link {
    font-size: 14px;
    padding: 0.6rem 1rem;
  }
  main {
    margin-top: 10vw;
  }
  .container,
  .portfolio-container,
  .process-container,
  .testimonials-container,
  .cta-container {
    padding: 0 15px;
  }
  footer .container {
    padding: 0 15px;
  }
  footer .brand {
    text-align: left;
    justify-self: start;
  }
  footer .social {
    justify-content: left;
  }
  .hero .tags {
    flex-direction: column;
    align-items: center;
  }
  .portfolio .portfolio-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7";
  }
  .testimonials .track {
    animation-duration: 10s;
  }
  .testimonials .track .testimonial-card {
    flex: 0 0 300px;
    padding: 1.5rem;
  }
  .services-icons article img {
    width: clamp(140px, 35vw, 160px);
    height: clamp(140px, 35vw, 160px);
    margin-bottom: 1rem;
  }
  .services-icons article h5 {
    font-size: 16px;
  }
  .services-details .service-section {
    padding: 30px 15px;
    margin-bottom: 3rem;
  }
  .services-details .category {
    padding: 1.5rem;
  }
  .services-details .category h4 {
    font-size: 20px;
  }
  .services-details .category ul li {
    font-size: 15px;
    padding-left: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .portfolio-gallery {
    padding: 30px 0;
  }
  .portfolio-gallery .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8" "item9" "item10";
  }
  .portfolio-gallery .grid article img {
    height: clamp(200px, 60vw, 300px);
  }
  .contact {
    padding: 30px 0;
  }
  .contact .info,
  .contact .form-section {
    padding: 1.5rem;
  }
  .contact .info h4,
  .contact .form-section h4 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .contact .social-links {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .contact .social-links a img {
    width: 100px;
    height: 36px;
  }
  .story .content,
  .team .founders {
    gap: 2rem;
  }
  .value-card,
  .team-card {
    padding: 1.5rem;
  }
  .team .members {
    grid-template-columns: 1fr;
  }
  .team .founders .image .illustration {
    max-width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
