.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: 300px;

}

.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;
}
.badge {
  background: rgba(207,221,170,0.70);
  color: #3f4129;
  padding: 7px 22px;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 23px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.14);
}

.hero-main {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #222;
}





.hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('../images/Container.png')  center/cover no-repeat;
  filter: brightness(0.7);
  z-index: 1;
}
.hero-center-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: -40px;
}

.hero-center-content h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 650;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.hero-subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 38px;
}

.hero-btn-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 50px;
}













.hero-btn-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 50px;
}

.hero-btn {
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  color: #222;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: background 0.18s, color 0.18s;
}

.hero-btn.primary-btn {
  background: #90b251;
  color: #fff;
}

.hero-btn:hover {
  background: #e9e9e9;
  color: #90b251;
}

.hero-btn.primary-btn:hover {
  background: #6c8c32;
  color: #fff;
}

.hero-scroll-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.scroll-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f1ede6;
  opacity: 0.72;
  border: 2px solid #b6c68d;
  display: inline-block;
}
.stats-section {
  background: #fcfaf6;
  padding: 76px 20px 85px 20px;
}

.stats-row {
  display: flex;
  justify-content: center;
  gap: 58px;
  margin-bottom: 62px;
}

.stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
  color: #7d612c;
}

.stat-icon {
  font-size: 38px;
  margin-bottom: 8px;
  color: #c2ad8f;
}

.stat-box h3 {
  font-size: 39px;
  font-weight: 700;
  margin: 0;
}

.stat-label {
  font-size: 17px;
  font-weight: 400;
  color: #9b8760;
  margin-top: 7px;
  text-align: center;
}

.about-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 45px;
  max-width: 1000px;
  margin: 0 auto;
}

.about-img img {
  width: 370px;
  height: 450px;
  border-radius: 15px;
  box-shadow: 0 3px 18px rgba(55, 37, 15, 0.11);
  object-fit: cover;
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
}

.about-text h2 {
  font-size: 31px;
  margin-bottom: 15px;
  color: #7d612c;
  font-weight: 700;
}

.about-text p {
  color: #4a3916;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.about-btn {
    display: inline-block;

  background: #ede4d1;
  color: #765d27;
  border:1px solid #cab892;
  padding:14px 16px;
  width:180px;


  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  
  transition: background 0.2s;
}

.about-btn:hover {
  background: #dcc184;
  color: #472e09;
}
.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;
}
.products-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 55px 16px 50px 16px;
  text-align: center;
}

.products-title {
  font-size: 32px;
  font-weight: 600;
  color: #81654e;
  margin-bottom: 12px;
}

.products-subtitle {
  color: #94806c;
  font-size: 16px;
  margin-bottom: 42px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, 1fr));
  gap: 34px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 28px;
}

.product-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(150, 120, 90, 0.07);
  padding: 18px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.17s;
}

.product-card:hover {
  box-shadow: 0 4px 22px rgba(120,100,70,0.11);
}

.product-card img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 13px;
  box-shadow: 0 2px 12px rgba(120, 100, 70, 0.12);
}

.product-info {
  text-align: left;
  width: 100%;
  margin-left:90px;
}

.product-title {
  font-size: 18px;
  font-weight: 500;
  color: #81654e;
}

.product-type {
  font-size: 15px;
  color: #a29281;
  margin-bottom: 2px;
}

.product-desc {
  font-size: 13px;
  color: #ab9b8a;
}

.products-btn-row {
  text-align: center;
  margin-top: 14px;
}

.products-btn {
  background: #a6bf7d;
  color: #fff;
  padding: 9px 36px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.17s;
}

.products-btn:hover {
  background: #849554;
}
.why-choose-section {
  padding: 60px 0 38px 0;
  background: #f7f5f3;
  text-align: center;
}

.why-choose-section h2 {
  color: #80685a;
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: 600;
}

.why-subtitle {
  font-size: 16px;
  color: #99897a;
  margin-bottom: 38px;
}

.why-cols {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.why-col {
  min-width: 190px;
}

.why-title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #79614e;
  margin-bottom: 8px;
}

.why-desc {
  display: block;
  font-size: 15px;
  color: #b5a092;
}

.process-section {
  background: #f7f5f3;
  padding: 48px 0 62px 0;
  text-align: center;
}

.process-section h2 {
  color: #80685a;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-subtitle {
  font-size: 15px;
  color: #99897a;
  margin-bottom: 38px;
}

.process-steps {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.process-step {
  min-width: 92px;
}

.circle {
  background: #8b6141;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 13px auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-label {
  font-size: 15px;
  font-weight: 500;
  color: #7a5c39;
  margin-bottom: 2px;
}

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

.process-bottom {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 35px;
}

.process-feature {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(190,170,150,0.08);
  padding: 24px 36px;
  min-width: 220px;
  text-align: center;
}

.feature-icon {
  font-size: 25px;
  color: #a59170;
  margin-bottom: 8px;
  display: block;
}

.feature-title {
  font-weight: 600;
  color: #81654e;
  font-size: 16px;
  margin-bottom: 6px;
}

.feature-desc {
  color: #b5a092;
  font-size: 14px;
}

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

.hero-bg {
  transform: scale(1.05);
  animation: heroZoom 14s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1.05); filter: brightness(0.8); }
  to { transform: scale(1.12); filter: brightness(1); }
}

.hero-center-content h1 {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease-out 0.3s forwards;
}
.hero-center-content .hero-subtitle {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease-out 0.6s forwards;
}
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.hero-btn {
  opacity: 0;
  transform: scale(0.85);
  animation: popIn 0.8s ease-out 1s forwards;
}
@keyframes popIn {
  to { opacity: 1; transform: scale(1); }
}

.scroll-dot {
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(8px); opacity: 1; }
}

.stat-box {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeStats 1s ease-out forwards;
}
.stat-box:nth-child(1) { animation-delay: 0.3s; }
.stat-box:nth-child(2) { animation-delay: 0.5s; }
.stat-box:nth-child(3) { animation-delay: 0.7s; }
.stat-box:nth-child(4) { animation-delay: 0.9s; }
@keyframes fadeStats {
  to { opacity: 1; transform: translateY(0); }
}

.about-img {
  opacity: 0;
  transform: translateX(-40px);
  animation: slideInLeft 1s ease-out 0.3s forwards;
}
.about-text {
  opacity: 0;
  transform: translateX(40px);
  animation: slideInRight 1s ease-out 0.6s forwards;
}
@keyframes slideInLeft {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
  to { opacity: 1; transform: translateX(0); }
}

.product-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeCard 0.9s ease-out forwards;
}
.product-card:nth-child(1) { animation-delay: 0.3s; }
.product-card:nth-child(2) { animation-delay: 0.5s; }
.product-card:nth-child(3) { animation-delay: 0.7s; }
.product-card:nth-child(4) { animation-delay: 0.9s; }
.product-card:nth-child(5) { animation-delay: 1.1s; }
.product-card:nth-child(6) { animation-delay: 1.3s; }
@keyframes fadeCard {
  to { opacity: 1; transform: translateY(0); }
}

.why-col {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUpCol 1s ease-out forwards;
}
.why-col:nth-child(1) { animation-delay: 0.3s; }
.why-col:nth-child(2) { animation-delay: 0.5s; }
.why-col:nth-child(3) { animation-delay: 0.7s; }
.why-col:nth-child(4) { animation-delay: 0.9s; }
@keyframes fadeUpCol {
  to { opacity: 1; transform: translateY(0); }
}

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

.process-feature {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeFeature 1s ease-out forwards;
}
.process-feature:nth-child(1) { animation-delay: 0.3s; }
.process-feature:nth-child(2) { animation-delay: 0.6s; }
.process-feature:nth-child(3) { animation-delay: 0.9s; }
@keyframes fadeFeature {
  to { opacity: 1; transform: translateY(0); }
}

.main-footer {
  opacity: 0;
  animation: fadeInFooter 1.2s ease-out 0.9s forwards;
}
@keyframes fadeInFooter {
  to { opacity: 1; }
}

.hero-btn:hover, .products-btn:hover, .about-btn:hover, .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;
}

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

.footer-icon:hover {
  color: #fff;
  transform: scale(1.2);
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .navbar {
    flex-wrap: wrap;
    padding: 12px 18px;
  }
  .nav-menu {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }
  .nav-logo {
    min-width: auto;
  }
}

@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    gap: 15px;
  }
  .nav-menu {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .nav-quote-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero-center-content h1 {
    font-size: 38px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-btn {
    padding: 10px 22px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .stats-row {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .about-row {
    flex-direction: column;
    text-align: center;
  }
  .about-img img {
    width: 90%;
    height: auto;
  }
  .about-text {
    max-width: 100%;
  }
  .about-btn {
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-card img {
    width: 100%;
    height: auto;
  }
  .product-info {
    margin-left: 10px;
  }
}

@media (max-width: 900px) {
  .why-cols {
    flex-direction: column;
    gap: 25px;
  }
}

@media (max-width: 900px) {
  .process-bottom {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .footer-main {
    flex-direction: column;
    text-align: center;
  }
  .footer-logo-row {
    justify-content: center;
  }
  .footer-social {
    justify-content: center;
  }
}

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

.process-section::before {
  content: "";
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 4px;
  background: linear-gradient(90deg, #d4c3a2, #8fa267, #d4c3a2);
  opacity: 0.25;
  border-radius: 20px;
  filter: blur(1px);
  animation: glowLine 3s ease-in-out infinite alternate;
}

@keyframes glowLine {
  0% { opacity: 0.2; }
  100% { opacity: 0.45; }
}

.process-step {
  opacity: 0;
  transform: translateY(40px) scale(0.9);
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8b6141;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0 auto 12px auto;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.process-step:hover .circle {
  transform: translateY(-8px) scale(1.08);
  box-shadow: 0 10px 22px rgba(0,0,0,0.22);
  background: #a7835a;
}

.step-label {
  font-size: 16px;
  font-weight: 600;
  color: #7a5c39;
}

.step-desc {
  color: #a68e74;
  font-size: 14px;
}

@media (max-width: 768px) {
  .process-section::before {
    display: none;
  }
}
.process-step {
  perspective: 900px;
  transform-style: preserve-3d;
  transition: transform 0.3s ease, opacity 0.8s ease;
  opacity: 0;
  transform: translateY(40px) scale(0.9);
}

.process-step:hover {
  transform: rotateX(10deg) rotateY(-10deg) translateY(-8px) scale(1.05);
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b6141, #b58d6a);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 12px auto;
  box-shadow: 0 10px 25px rgba(0,0,0,0.22);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.process-step:hover .circle {
  transform: translateZ(25px) scale(1.1);
  box-shadow: 0 20px 35px rgba(0,0,0,0.28);
}

.step-label, .step-desc {
  transform: translateZ(10px);
}
.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;
  }
}
