.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;
  
}

.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;
}
.process-ready-section {
  max-width: 1150px;
  margin: 0 auto;
  padding: 55px 18px 40px 18px;
  text-align: center;
}

.process-tag {
  text-transform: uppercase;
  color: #ad9d8f;
  font-size: 15px;
  display: block;
  margin-bottom: 7px;
}

.process-ready-title {
  font-size: 41px;
  color: #795649;
  font-weight: 600;
  margin-bottom: 9px;
  letter-spacing: 0.5px;
}

.process-ready-subtitle {
  font-size: 16px;
  color: #93877b;
  margin-bottom: 32px;
}

.process-ready-steps {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 31px;
  flex-wrap: wrap;
}

.ready-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 140px;
}

.step-number {
  background: #6d4636;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -16px;
  z-index: 2;
  margin-top: 4px;
  box-shadow: 0 2px 7px rgba(100,70,40,0.10);
}

.ready-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 2px 12px rgba(140,90,30,0.08);
  padding: 26px 18px 20px 18px;
  min-width: 138px;
  margin-top: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.orange {
  border-top: 5px solid #ffb147;
}

.blue {
  border-top: 5px solid #49a3c2;
}

.green {
  border-top: 5px solid #7cc68d;
}

.step-icon {
  font-size: 28px;
  margin-bottom: 8px;
  color: #ad9d8f;
}

.step-title {
  font-size: 16px;
  font-weight: 600;
  color: #7a5c39;
  margin-bottom: 6px;
}

.step-desc {
  font-size: 13px;
  color: #a0887c;
}

.process-ready-note {
  margin-top: 20px;
  text-align: center;
}

.batch-note {
  background: #6d4636;
  color: #fff;
  padding: 6px 25px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 2px 7px rgba(100,70,40,0.08);
}


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; }
}

.process-tag, .process-ready-title, .process-ready-subtitle {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 1s ease-out forwards;
}
.process-tag { animation-delay: 0.2s; }
.process-ready-title { animation-delay: 0.4s; }
.process-ready-subtitle { animation-delay: 0.6s; }
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.ready-step {
  opacity: 0;
  transform: scale(0.85);
  animation: stepIn 0.9s ease-out forwards;
}
.ready-step:nth-child(1) { animation-delay: 0.3s; }
.ready-step:nth-child(2) { animation-delay: 0.45s; }
.ready-step:nth-child(3) { animation-delay: 0.6s; }
.ready-step:nth-child(4) { animation-delay: 0.75s; }
.ready-step:nth-child(5) { animation-delay: 0.9s; }
.ready-step:nth-child(6) { animation-delay: 1.05s; }
.ready-step:nth-child(7) { animation-delay: 1.2s; }
@keyframes stepIn {
  to { opacity: 1; transform: scale(1); }
}

.step-icon {
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); color: #ad9d8f; }
  50% { transform: scale(1.2); color: #8b745c; }
}

.batch-note {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInNote 1s ease-out 1.3s forwards;
}
@keyframes fadeInNote {
  to { opacity: 1; transform: translateY(0); }
}

.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 1.4s forwards;
}
@keyframes fadeInFooter {
  to { opacity: 1; }
}
.ready-step {
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform .35s ease, opacity .6s ease;
}

.ready-card {
  transition: transform .5s ease, box-shadow .5s ease;
  transform-style: preserve-3d;
}

.ready-step:hover .ready-card {
  transform: rotateX(12deg) rotateY(-12deg) translateY(-10px) scale(1.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

.ready-step:hover .step-number {
  transform: translateZ(20px) scale(1.15);
}

.ready-step:hover .step-icon {
  transform: translateZ(25px) scale(1.25);
}

.process-ready-section {
  position: relative;
  overflow: hidden;
}

.process-ready-section::before,
.process-ready-section::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background: rgba(255, 199, 122, 0.25);
  filter: blur(120px);
  z-index: -1;
  animation: floatGlow 14s ease-in-out infinite alternate;
}

.process-ready-section::before {
  top: -40px;
  left: -40px;
}

.process-ready-section::after {
  bottom: -40px;
  right: -40px;
  background: rgba(120, 180, 255, 0.25);
}

@keyframes floatGlow {
  0% { transform: translateY(0); opacity: 0.6; }
  100% { transform: translateY(60px); opacity: 1; }
}

.ready-step {
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  animation: stepReveal 1s ease-out forwards;
}

.ready-step:nth-child(1) { animation-delay: .2s; }
.ready-step:nth-child(2) { animation-delay: .35s; }
.ready-step:nth-child(3) { animation-delay: .5s; }
.ready-step:nth-child(4) { animation-delay: .65s; }
.ready-step:nth-child(5) { animation-delay: .8s; }
.ready-step:nth-child(6) { animation-delay: .95s; }
.ready-step:nth-child(7) { animation-delay: 1.1s; }

@keyframes stepReveal {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.batch-note {
  transition: transform .4s ease, background .4s ease;
}

.batch-note:hover {
  transform: scale(1.09);
  background: #553424;
}

@media (max-width: 900px) {
  .ready-step {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .ready-step {
    width: 100%;
  }
  .ready-card {
    padding: 20px;
  }
  .step-icon {
    font-size: 26px;
  }
}


.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;
  }
}
