* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #1f2937;
}

a:hover, button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

img {
  transition: transform 0.5s ease;
}

img:hover {
  transform: scale(1.04);
}

.service-item:hover,
.testimonial-card:hover,
.why-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.hero-text {
  animation: fadeSlideLeft 1s ease forwards;
}

.hero-image {
  animation: fadeSlideRight 1s ease forwards;
}

@keyframes fadeSlideLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


a {
  text-decoration: none;
  color: inherit;
}

section {
  padding: 80px 8%;
}

h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.2rem;
}

/* header */
header {
  background: #0f172a;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 8%;
}

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
}

.nav-links a {
  font-weight: 500;
}

.nav-cta a {
  background: #2563eb;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
}
/* hero */
.hero {
  padding: 100px 8%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  background: #ffffff;
}

.hero-badge {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-text h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 25px;
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  color: #f59e0b;
  font-weight: bold;
}

.hero-rating span {
  color: #475569;
  font-weight: 500;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 35px;
}

.hero-stats h3 {
  font-size: 2rem;
  color: #0f172a;
}

.hero-stats p {
  color: #64748b;
  font-size: 0.9rem;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-primary {
  background: #2563eb;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: bold;
}

.btn-secondary {
  border: 2px solid #2563eb;
  color: #2563eb;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: bold;
}

.hero-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}


/* service section */
.services {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  padding: 100px 8%;
  background: #f8fafc;
  align-items: center;
}

.services-left h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0f172a;
}

.services-left p {
  font-size: 1.05rem;
  color: #475569;
  margin-bottom: 40px;
  max-width: 500px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.service-item {
  display: flex;
  gap: 18px;
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.service-item .icon {
  font-size: 1.6rem;
  background: #2563eb;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.service-item h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: #0f172a;
}

.service-item p {
  font-size: 0.95rem;
  color: #64748b;
}

.services-right img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}


/* why choose us */
.why-us {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  padding: 100px 8%;
  align-items: center;
  background: #ffffff;
}

/* LEFT IMAGE */
.why-image {
  position: relative;
}

.why-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* EXPERIENCE OVERLAY CARD */
.experience-card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #2563eb;
  color: #fff;
  padding: 24px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.experience-card h3 {
  font-size: 2.2rem;
  margin-bottom: 5px;
}

/* RIGHT CONTENT */
.section-tag {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-content h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0f172a;
}

.why-content p {
  font-size: 1.05rem;
  color: #475569;
  max-width: 520px;
  margin-bottom: 35px;
}

/* FEATURES */
.why-features {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.why-item .icon {
  width: 42px;
  height: 42px;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.why-item h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: #0f172a;
}

.why-item p {
  font-size: 0.95rem;
  color: #64748b;
}


/* about */

.about-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  padding: 100px 8%;
  align-items: center;
  background: #f8fafc;
}

/* IMAGE SIDE */
.about-images {
  position: relative;
  border-radius: 18px;
}

.about-main-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.about-overlay {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 220px;
  background: #ffffff;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.about-overlay img {
  width: 100%;
  border-radius: 12px;
}

/* CONTENT SIDE */
.about-content h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 20px 0;
  color: #0f172a;
}

.about-content p {
  font-size: 1.05rem;
  color: #475569;
  max-width: 520px;
  margin-bottom: 25px;
}

.about-list {
  list-style: none;
  padding: 0;
}

.about-list li {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #0f172a;
}



/* testimonial */

.testimonials {
  padding: 100px 8%;
  background: #ffffff;
}

.center {
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.testimonial-card {
  background: #f8fafc;
  padding: 30px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.testimonial-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-card strong {
  color: #f59e0b;
  display: block;
  margin: 10px 0;
}


/* cta section */
.cta-section {
  background: #2563eb;
  color: #ffffff;
  padding: 80px 8%;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.6rem;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.cta-btn {
  background: #ffffff;
  color: #2563eb;
  padding: 14px 36px;
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;
}

/* contact form */

form {
  max-width: 600px;
  margin: auto;
  display: grid;
  gap: 20px;
}

input, select, textarea {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

button {
  background: #2563eb;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}

/* footer */
.footer p{
  text-align: center;
}

.footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 70px 8% 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer h3, .footer h4 {
  color: #ffffff;
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

copyright {
  text-align: center;
}

.footer iframe {
  border-radius: 12px;
  filter: grayscale(20%);
}


.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #0f172a;
    flex-direction: column;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    padding: 15px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-image {
    order: -1;
  }

  .hero-text h2 {
    font-size: 2.2rem;
  }

  .hero-stats {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .services,
  .why-us,
  .about-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-overlay {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-section h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  a, button {
    padding: 16px 28px;
    font-size: 1rem;
  }
}
