
.body {
   font-family: 'Segoe UI', Arial, sans-serif;
}
.main-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(150, 150, 150, 0.065);
  padding: 0;
  position: relative;
  z-index: 10;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 42px 13px 20px;
}

.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5px;
  min-width: 230px;
}

.nav-logo img {
  height: 50px;
  width:80px;
  margin-bottom: 2px;
}

.company-title {
  font-size: 18px;
  font-weight: 500;
  color: #8b864e;
  margin-bottom: 1px;
}

.company-tag {
  font-size: 12px;
  color: #98a171;
  margin-top: -3px;
}

.nav-menu {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.nav-link {
  color: #555;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 19px;
  border-radius: 17px;
  transition: background 0.16s, color 0.16s;
}

.nav-link.active,
.nav-link:hover {
  background: #b6c68d;
  color: #fff;
}

.nav-quote-btn {
  background: #8ebf52;
  color: #fff;
  font-weight: 600;
  border-radius: 18px;
  padding: 8px 23px;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.21s;
}

.nav-quote-btn:hover {
  background: #6d983e;
}
.main-footer {
  background: linear-gradient(180deg, #93694c 50%, #856042 100%);
  color: #fff;
  padding-top: 38px;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.footer-cta {
  text-align: center;
  padding-bottom: 28px;
}

.footer-cta h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 13px;
}

.footer-cta p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 14px;
}

.enquire-btn {
  background: #98c159;
  color: #fff;
  padding: 8px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-top: 7px;
  transition: background 0.2s;
  border: none;
}

.enquire-btn:hover {
  background: #789e3e;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 8px 22px 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-col {
  flex: 1;
  min-width: 170px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-logo {
  height: 44px;
}

.footer-brand {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2px;
}

.footer-desc {
  font-size: 14px;
  color: #e4d1ba;
}

.footer-social {
  margin-top: 14px;
  display: flex;
  gap: 13px;
}

.footer-icon {
  font-family: "Font Awesome 5 Free"; 
  font-size: 20px;
  color: #e4d1ba;
  padding: 2px 0;
}

.footer-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #ffeee3;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 7px;
}

.footer-links a {
  color: #fff0ee;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #d3e374;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #ffeee3;
}

.footer-contact-icon {
  margin-right: 7px;
  font-size: 16px;
}

.footer-copy {
  text-align: center;
  padding: 21px 0 23px 0;
  font-size: 14px;
  color: #ecd3ba;
  border-top: 1px solid rgba(255,255,255,0.08);
  letter-spacing: 0.2px;
}
.choose-us-section {
  text-align: center;
  margin: 60px 0 30px 0;
}

.choose-us-subtitle {
  font-size: 15px;
  color: #7c7c7c;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.choose-us-header h2 {
  font-size: 42px;
  color: #6b4e3e;
  font-family: 'Georgia', serif;
  margin-bottom: 12px;
  font-weight: 500;
}

.choose-us-desc {
  font-size: 18px;
  color: #656565;
  margin-bottom: 38px;
}

.choose-us-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 34px;
  max-width: 930px;
  margin: 0 auto;
}

.feature-card {
  background: #fff;
  border-radius: 17px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  padding: 24px 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.feature-title {
  font-size: 17px;
  color: #6b4e3e;
  font-weight: 600;
  margin-bottom: 6px;
}

.feature-text {
  font-size: 14.5px;
  color: #888;
}

.reasons-section {
  margin: 40px 0;
  text-align: center;
}

.reasons-section h3 {
  font-size: 27px;
  color: #6b4e3e;
  margin-bottom: 28px;
  font-weight: 500;
}

.reasons-list-grid {
  display: flex;
  justify-content: center;
  gap: 46px;
  margin-bottom: 32px;
}

.reasons-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.reasons-list li {
  font-size: 15px;
  color: #6b4e3e;
  background: none;
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.reasons-list li i {
  color: #b99f6a;
  font-size: 16px;
  margin-right: 3px;
}

.reason-badges {
  display: flex;
  justify-content: center;
  gap: 52px;
  margin-top: 34px;
}

.badge {
  background: #7f5b3b;
  color: #fff;
  padding: 18px 32px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials-section {
  margin: 70px 0 0 0;
  text-align: center;
}

.testimonials-header h2 {
  font-size: 42px;
  color: #6b4e3e;
  font-family: Georgia, serif;
  margin-bottom: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.testimonials-desc {
  color: #656565;
  font-size: 18px;
  margin-bottom: 34px;
}

.testimonial-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 34px;
  max-width: 1150px;
  margin: 0 auto 34px auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 11px rgba(0,0,0,0.06);
  padding: 32px 26px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
}

.stars {
  color: #f2b331;
  font-size: 19px;
  margin-bottom: 16px;
}

.testimonial-text {
  font-size: 15px;
  color: #444;
  margin-bottom: 22px;
  min-height: 68px;
  font-style: italic;
}

.testimonial-user {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 14px;
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
}

.user-name {
  color: #6b4e3e;
  font-weight: 500;
  font-size: 15px;
}

.user-title {
  color: #888;
  font-size: 13px;
}

.user-company {
  color: #a99a8b;
  font-size: 13px;
}

.testimonials-stats-row {
  display: flex;
  justify-content: center;
  gap: 62px;
  margin: 38px auto 0 auto;
  max-width: 650px;
}

.stats-card {
  background: #f7f3ef;
  border-radius: 15px;
  padding: 20px 36px;
  text-align: center;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}

.stats-number {
  color: #6b4e3e;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.stats-label {
  color: #888;
  font-size: 15px;
  display: block;
  margin-top: 6px;
}

body {
  animation: fadeInBody 1.1s ease-in forwards;
}
@keyframes fadeInBody {
  from { opacity: 0; }
  to { opacity: 1; }
}

.navbar {
  animation: slideDown 0.7s ease-out;
}
@keyframes slideDown {
  from { transform: translateY(-50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.choose-us-subtitle, .choose-us-header h2, .choose-us-desc {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 1s ease-out forwards;
}
.choose-us-subtitle { animation-delay: 0.2s; }
.choose-us-header h2 { animation-delay: 0.4s; }
.choose-us-desc { animation-delay: 0.6s; }
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.feature-card {
  opacity: 0;
  transform: translateY(30px);
  animation: featureIn 1s ease-out forwards;
}
.feature-card:nth-child(1) { animation-delay: 0.4s; }
.feature-card:nth-child(2) { animation-delay: 0.6s; }
.feature-card:nth-child(3) { animation-delay: 0.8s; }
.feature-card:nth-child(4) { animation-delay: 1s; }
.feature-card:nth-child(5) { animation-delay: 1.2s; }
.feature-card:nth-child(6) { animation-delay: 1.4s; }
@keyframes featureIn {
  to { opacity: 1; transform: translateY(0); }
}

.feature-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.feature-icon {
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.reasons-section {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInReasons 1s ease-out 1.6s forwards;
}
@keyframes fadeInReasons {
  to { opacity: 1; transform: translateY(0); }
}

.reasons-list li {
  opacity: 0;
  transform: translateX(-25px);
  animation: listIn 0.6s ease-out forwards;
}
.reasons-list li:nth-child(1) { animation-delay: 1.7s; }
.reasons-list li:nth-child(2) { animation-delay: 1.8s; }
.reasons-list li:nth-child(3) { animation-delay: 1.9s; }
.reasons-list li:nth-child(4) { animation-delay: 2s; }
@keyframes listIn {
  to { opacity: 1; transform: translateX(0); }
}

.badge {
  opacity: 0;
  transform: scale(0.8);
  animation: badgePop 0.9s ease-out forwards;
}
.badge:nth-child(1) { animation-delay: 2.1s; }
.badge:nth-child(2) { animation-delay: 2.3s; }
.badge:nth-child(3) { animation-delay: 2.5s; }
.badge:nth-child(4) { animation-delay: 2.7s; }
@keyframes badgePop {
  to { opacity: 1; transform: scale(1); }
}

.testimonials-section {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInTestimonials 1s ease-out 2.8s forwards;
}
@keyframes fadeInTestimonials {
  to { opacity: 1; transform: translateY(0); }
}

.testimonial-card {
  opacity: 0;
  transform: translateY(30px);
  animation: cardFade 1s ease-out forwards;
}
.testimonial-card:nth-child(1) { animation-delay: 3s; }
.testimonial-card:nth-child(2) { animation-delay: 3.2s; }
.testimonial-card:nth-child(3) { animation-delay: 3.4s; }
.testimonial-card:nth-child(4) { animation-delay: 3.6s; }
.testimonial-card:nth-child(5) { animation-delay: 3.8s; }
.testimonial-card:nth-child(6) { animation-delay: 4s; }
@keyframes cardFade {
  to { opacity: 1; transform: translateY(0); }
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.stats-card {
  opacity: 0;
  transform: scale(0.85);
  animation: statPop 1s ease-out forwards;
}
.stats-card:nth-child(1) { animation-delay: 4.2s; }
.stats-card:nth-child(2) { animation-delay: 4.4s; }
.stats-card:nth-child(3) { animation-delay: 4.6s; }
@keyframes statPop {
  to { opacity: 1; transform: scale(1); }
}

.enquire-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.footer-icon:hover {
  color: #fff;
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.main-footer {
  opacity: 0;
  animation: fadeInFooter 1.2s ease-out 4.8s forwards;
}
@keyframes fadeInFooter {
  to { opacity: 1; }
}
@media (max-width: 992px) {
  .choose-us-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .testimonial-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reason-badges {
    gap: 24px;
    flex-wrap: wrap;
  }

  .reasons-list-grid {
    gap: 26px;
  }

  .navbar {
    padding: 12px 20px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .nav-logo img {
    height: 42px;
    width: 60px;
  }

  .choose-us-header h2 {
    font-size: 32px;
  }

  .choose-us-desc {
    font-size: 16px;
  }

  .choose-us-features {
    grid-template-columns: repeat(1, 1fr);
    max-width: 520px;
  }

  .reasons-list-grid {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .testimonials-header h2 {
    font-size: 32px;
  }

  .testimonials-desc {
    font-size: 16px;
  }

  .stats-card {
    padding: 18px 26px;
  }

  .stats-number {
    font-size: 24px;
  }

  .testimonials-stats-row {
    flex-direction: column;
    gap: 22px;
  }

  .footer-main {
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    text-align: center;
  }

  .footer-logo-row {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .choose-us-header h2 {
    font-size: 28px;
  }

  .choose-us-desc {
    font-size: 15px;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-title {
    font-size: 16px;
  }

  .feature-text {
    font-size: 13.5px;
  }

  .badge {
    padding: 12px 24px;
    font-size: 15px;
  }

  .testimonial-card {
    padding: 22px 18px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .avatar {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .stats-number {
    font-size: 22px;
  }

  .main-footer {
    padding-top: 24px;
  }

  .footer-cta h2 {
    font-size: 22px;
  }

  .footer-cta p {
    font-size: 15px;
  }

  .footer-copy {
    font-size: 12px;
    padding: 14px 0;
  }
}
.feature-card,
.testimonial-card,
.stats-card,
.badge {
  transform-style: preserve-3d;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

.feature-card:hover,
.testimonial-card:hover,
.stats-card:hover,
.badge:hover {
  transform: perspective(900px) rotateX(6deg) rotateY(-6deg) scale(1.03);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.feature-icon:hover {
  transform: scale(1.2) rotateZ(8deg);
  transition: 0.3s ease;
}

.avatar:hover {
  transform: perspective(700px) rotateY(12deg) scale(1.1);
  transition: 0.3s ease;
}
.reveal-3d {
  opacity: 0;
  transform: perspective(1000px) rotateX(25deg) translateY(40px);
  transition: all 1s ease;
}

.reveal-3d.visible {
  opacity: 1;
  transform: perspective(1000px) rotateX(0deg) translateY(0);
}
.floating-contact {
  position: fixed;
  bottom: 28px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 99999;
}

.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  animation: popIn 0.9s ease-out forwards;
  transform: scale(0.3);
  opacity: 0;
}

.float-btn.whatsapp {
  background: #25D366;
}

.float-btn.call {
  background: #714f3a;
}

.float-btn:hover {
  transform: scale(1.15) translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.30);
  transition: 0.25s ease;
}

.float-btn.whatsapp {
  animation-delay: 0.2s;
}

.float-btn.call {
  animation-delay: 0.4s;
}

@keyframes popIn {
  60% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 480px) {
  .floating-contact {
    bottom: 20px;
    right: 16px;
  }
  .float-btn {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}

