.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;
  margin-bottom: 2px;
  width:80px;
}

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

.excellence-section {
  max-width: 1150px;
  margin: 0 auto;
  padding: 45px 18px 34px 18px;
}

.about-tag {
  text-transform: uppercase;
  color: #ad9d8f;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
  text-align: center;
}

.excellence-title {
  font-size: 41px;
  color: #795649;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
}

.excellence-subtitle {
  font-size: 17px;
  color: #93877b;
  text-align: center;
  margin-bottom: 31px;
}

.excellence-content {
  display: flex;
  gap: 38px;
  margin-bottom: 34px;
  align-items: flex-start;
  justify-content: center;
}

.excellence-images {
  min-width: 310px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ex-image-row {
  display: flex;
  gap: 14px;
}

.ex-image-row img {
  width: 128px;
  height: 128px;
  border-radius: 10px;
  object-fit: cover;
}

.ex-years {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.ex-years img {
  width: 128px;
  height: 128px;
  border-radius: 10px;
  object-fit: cover;
}

.years-badge {
  position: absolute;
  bottom: 11px;
  right: 2px;
  background: #8ca35c;
  color: #fff;
  border-radius: 11px;
  padding: 5px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.5;
  text-align: center;
  box-shadow: 0 3px 16px rgba(140, 163, 92, 0.19);
}

.badge-small {
  font-size: 11px;
  font-weight: 400;
}

.excellence-info {
  max-width: 540px;
  color: #4b4341;
  font-size: 16px;
  text-align: left;
}

.excellence-info p {
  margin-bottom: 13px;
}

.excellence-list {
  margin-top: 11px;
  margin-left: 14px;
  color: #61504d;
  font-size: 15px;
}

.excellence-list li {
  margin-bottom: 7px;
}

.mission-vision-row {
  display: flex;
  gap: 36px;
  margin-top: 34px;
  margin-bottom: 22px;
  justify-content: center;
}

.mv-box {
  background: #eae7dd;
  border-radius: 13px;
  box-shadow: 0 2px 12px rgba(140,163,92,0.07);
  padding: 24px 30px;
  min-width: 340px;
  max-width: 440px;
  text-align: left;
  color: #4b4341;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mv-icon {
  background: #8ca35c;
  color: #fff;
  border-radius: 7px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 7px;
}

.mv-title {
  font-size: 19px;
  font-weight: 600;
  color: #795649;
}

.mv-desc {
  font-size: 15px;
  color: #61504d;
}

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

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

.ex-image-row img, .ex-years img {
  opacity: 0;
  transform: scale(0.9);
  animation: fadeInImg 1s ease-out forwards;
}
.ex-image-row img:nth-child(1) { animation-delay: 0.3s; }
.ex-image-row img:nth-child(2) { animation-delay: 0.5s; }
.ex-years img { animation-delay: 0.7s; }
@keyframes fadeInImg {
  to { opacity: 1; transform: scale(1); }
}

.years-badge {
  opacity: 0;
  transform: scale(0.8);
  animation: popIn 1s ease-out 0.9s forwards;
}
@keyframes popIn {
  to { opacity: 1; transform: scale(1); }
}

.excellence-info {
  opacity: 0;
  transform: translateX(40px);
  animation: slideInRight 1s ease-out 1s forwards;
}
@keyframes slideInRight {
  to { opacity: 1; transform: translateX(0); }
}

.excellence-list li {
  opacity: 0;
  transform: translateX(-25px);
  animation: listIn 0.6s ease-out forwards;
}
.excellence-list li:nth-child(1) { animation-delay: 1.1s; }
.excellence-list li:nth-child(2) { animation-delay: 1.2s; }
.excellence-list li:nth-child(3) { animation-delay: 1.3s; }
.excellence-list li:nth-child(4) { animation-delay: 1.4s; }
@keyframes listIn {
  to { opacity: 1; transform: translateX(0); }
}

.mv-box {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeBox 1s ease-out forwards;
}
.mv-box:nth-child(1) { animation-delay: 0.4s; }
.mv-box:nth-child(2) { animation-delay: 0.7s; }
@keyframes fadeBox {
  to { opacity: 1; transform: translateY(0); }
}

.mv-icon {
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); background: #8ca35c; }
  50% { transform: scale(1.15); background: #9fb96d; }
}

.main-footer {
  opacity: 0;
  animation: fadeInFooter 1.2s ease-out 1s forwards;
}
@keyframes fadeInFooter {
  to { opacity: 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;
}
@media (max-width: 992px) {
  .navbar {
    flex-wrap: wrap;
    padding: 12px 18px;
  }
  .nav-menu {
    flex-wrap: wrap;
    gap: 12px;
    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 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .excellence-content {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .excellence-images {
    flex-direction: column;
    align-items: center;
  }
  .ex-image-row {
    justify-content: center;
  }
  .excellence-info {
    max-width: 100%;
    text-align: center;
  }
  .excellence-list {
    margin-left: 0;
    text-align: left;
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .ex-image-row img,
  .ex-years img {
    width: 100px;
    height: 100px;
  }
  .years-badge {
    font-size: 16px;
    padding: 4px 10px;
    bottom: 6px;
    right: 4px;
  }
}

@media (max-width: 900px) {
  .mission-vision-row {
    flex-direction: column;
    align-items: center;
  }
  .mv-box {
    min-width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .footer-main {
    flex-direction: column;
    text-align: center;
  }
  .footer-logo-row {
    justify-content: center;
  }
  .footer-social {
    justify-content: center;
  }
}
.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;
  }
}
