body{
    margin:0;
    font-family: Arial, sans-serif;
}
.nav-one{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px 20px;
}
.nav-left img{
    height: 40px;
}
.nav-center ul{
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.nav-center ul li a{
    color: black;
    text-decoration: none;
}
.nav-center ul li a:hover{
    color: gray;
}
.nav-right a{
    color: black;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid black;
    padding: 8px 16px;
    border-radius: 50px;
    transition: background-color 0.3s, color 0.3s; 
}
.nav-right a:hover{
    background-color: white;
    color: gray;
}
.hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 100px;

}
.hero-text{
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 480px;
}
.hero-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 250px;
}
.hero-right img{
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}
.intro{
    font-size: 14px;
    max-width: 200px;
    color: black;
    text-align: right;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logo-links{
    display: flex;
    gap: 15px;
    margin-top: 300px;
    justify-content: center;
}
.logo-button{
    display:flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: whitesmoke;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: all 0.3s ease;
    
}
.logo-button img{
    height: 20px;
    width: 20px;
    margin-right: 8px;
}
.logo-button:hover{
    background-color: gray;
    transform: scale(1.05);
}


.hero2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 100px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.hero2-text{
    font-size: 1rem;
    margin-top: 390px;}

.button{
    display:flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: whitesmoke;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 0;
    
}

.button:hover{
    background-color: gray;
    transform: scale(1.05);
}
.brief1{
    font-size: 1rem;
    margin-top: 50px;
    
}.brief2{
    font-size: 1rem;
    margin-top: 50px;
    
}
h1{
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.hero2-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 350px;
}
.intro-two{
    font-size: 14px;
    max-width: 400px;
    color: black;
    text-align: left;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hero2-left video{
    width: 500px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin-top: 10px auto;
}

.hero3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 100px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.hero3-text{
    font-size: 1rem;
    margin-top: 390px;}

.button-service{
    display:flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: whitesmoke;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease;
    margin: 0;
}
.button-service:hover{
    background-color: gray;
    transform: scale(1.05);
}
.button-signin{
    display:flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: black;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    margin: 0;
    
}
.button-signin:hover{
    background-color: lightgrey;
    transform: scale(1.05);
}

.hero3-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 950px;
}
.services1{
    font-size: 2rem;
    max-width: 400px;
    color: black;
    text-align: left;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.services2{
    font-size: 14px;
    max-width: 400px;
    color: black;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero3-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 1120px;
    justify-items: center;
}

.card1, .card2, .card4 {
    width: 250px;
    height: 200px;
    border-radius: 10px;
    background-color: white;
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    transition: 0.3s;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.card1:hover, .card2:hover, .card4:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.15);
}

.card3 {
    width: 250px;
    height: 200px;
    border-radius: 10px;
    background-color: black;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    transition: 0.3s;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.card3:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}

.card3-container::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
}

.card1-container::before,
.card2-container::before,
.card4-container::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 2px;
  background-color: black;
  border-radius: 1px;
}

.card3-container::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 10px;
  width: 60px;
  height: 60px;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0.1;
}

.arrow {
    font-size: 24px;
    align-self: flex-end;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.card3 .arrow {
    color: white;
}

.card1 .arrow,
.card2 .arrow,
.card4 .arrow {
    color: black;
}

.card1:hover .arrow,
.card2:hover .arrow,
.card4:hover .arrow {
    transform: translateX(5px);
}

.card3:hover .arrow {
    transform: translateX(5px);
}

.hero4 {
  padding: 40px;
  background-color: whitesmoke;
  border-radius: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 780px;
}

.button-experience {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background-color: white;
  border-radius: 50px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-bottom: 5px;
  
}

.button-experience:hover {
  background-color: gray;
  transform: scale(1.05);
  color: white;
}

.experience-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.experience-left {
    font-size: 2rem;
    max-width: 400px;
    color: black;
    text-align: left;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-self: left;
}

.experience-right {
    font-size: 14px;
    max-width: 400px;
    color: black;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-self: right;
}

.hero4-experience {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.job {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.job:hover {
  background: #eaeaea;
}

.job-info {
  max-width: 70%;
}

.job-info h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111;
}

.job-info p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.date {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  white-space: nowrap;
  margin-top: 40px;
}

.hero5 {
  padding: 40px;
  background-color: white;
  border-radius: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 50px;
 
}

.button-portfolio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background-color: whitesmoke;
  border-radius: 50px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-bottom: 2px;
  
}

.button-portfolio:hover {
  background-color: gray;
  transform: scale(1.05);
  color: white;
}

.portfolio-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.portfolio-left {
    font-size: 2rem;
    max-width: 400px;
    color: black;
    text-align: left;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-self: left;
}

.portfolio-right {
    font-size: 14px;
    max-width: 400px;
    color: black;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-self: right;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

.portfolio-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.portfolio-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.portfolio-card:hover img {
  transform: scale(1.1);
}

.hero6 {
  padding: 40px;
  background-color: whitesmoke;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 50px;
  justify-content: center;
  text-align: center;
 
}
.testimonial img {

  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-top: 20px;
}

.hero7 {
    background: black;
    color: #fff;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.connect-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.connect-left {
    font-size: 3rem;
    font-weight: bold;
}

.button-connect {
    background: #222;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    transition: 0.3s;
}

.button-connect .arrow {
    margin-right: 8px;
    font-size: 1.5rem;
}

.button-connect:hover {
    background: #fff;
    color: #111;
}

.divider {
    border: none;
    border-top: 1px solid #333;
    margin: 20px 0;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-left {
    max-width: 350px;
}

.footer-logo {
    width: 50px;
    margin-bottom: 15px;
}

.footer-description {
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #aaa;
}

.social-icons a {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #fff;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #00aced;
}

.footer-info {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-info h3 {
    margin-bottom: 10px;
    font-size: 1rem;
}

.footer-info p {
    font-size: 0.9rem;
    color: #aaa;
}

.footer-bottom-nav {
    text-align: center;
    margin-bottom: 15px;
}

.footer-bottom-nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-bottom-nav a:hover {
    color: #00aced;
}

.footer-bottom {
    text-align: center;
    font-size: 0.8rem;
    color: #666;
    margin-top: 10px;
}

/* Tablets (landscape, portrait) */
@media (max-width: 1024px) {
  .hero, .hero2, .hero3 {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    height: auto;
  }

  .hero-text {
    font-size: 3rem;
    margin-top: 50px;
  }

  .hero-right {
    margin-top: 40px;
    align-items: center;
  }

  .hero2-left video {
    width: 100%;
    height: auto;
  }

  .hero3-cards {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .experience-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

/* Mobile screens */
@media (max-width: 768px) {
  .nav-one {
    flex-direction: column;
    gap: 15px;
  }

  .nav-center ul {
    flex-direction: row;
    gap: 10px;
  }

  .hero-text {
    font-size: 2.5rem;
    margin-top: 20px;
  }

  .hero-right img {
    width: 150px;
    height: 200px;
  }

  .logo-links {
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .hero2-left, .hero3-left {
    margin-top: 50px;
    align-items: center;
    text-align: center;
  }

  .hero3-cards {
    grid-template-columns: 1fr;
    
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .footer, .footer-info {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .connect-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .connect-left {
    font-size: 2rem;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .hero-text {
    font-size: 2rem;
  }

  .intro, .intro-two, .services2, .experience-right, .portfolio-right {
    max-width: 100%;
    font-size: 12px;
    text-align: center;
  }

  .button, .button-service, .button-signin, .button-experience, 
  .button-portfolio, .button-connect {
    padding: 8px 14px;
    font-size: 0.8rem;
  }

  .hero-right img {
    width: 120px;
    height: 150px;
  }
}
