/* AGS — Green Apple Brand Theme */
:root {
  --primary: #6ab04a;
  --primary-dark: #4a8c2f;
  --secondary: #badc58;
  --dark: #1e3d1a;
  --green: #2d6a4f;
  --cream: #f6faf3;
  --cream2: #eaf5e4;
  --light: #f9fcf7;
  --shadow: 0 8px 40px rgba(30, 61, 26, 0.08);
  --shadow-lg: 0 20px 60px rgba(30, 61, 26, 0.14);
}

/* —— Unified font: Poppins everywhere —— */
body,
h1, h2, h3, h4, h5, h6,
.bname, .fnm, .htitle, .stitle, .stat-num, .page-banner h1 {
  font-family: "Poppins", sans-serif !important;
}

.slbl {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
}

.brand-tagline {
  font-family: "Poppins", sans-serif !important;
  font-style: italic;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--primary-dark);
}

/* —— Global green overrides (kill template red/orange) —— */
::-webkit-scrollbar-thumb { background: var(--primary); }

#topbar span i { color: var(--secondary); }
#topbar .tsoc a:hover, .ttag { background: #000000; }

.bico {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 4px 15px rgba(106, 176, 74, 0.35);
}
.bname span { color: var(--primary); }

.navbar-nav .nav-link::after { background: var(--primary); }
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--primary) !important; }

.nav-cta {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
  box-shadow: 0 4px 15px rgba(106, 176, 74, 0.3) !important;
}
.nav-cta:hover { box-shadow: 0 8px 22px rgba(106, 176, 74, 0.4) !important; }

.slbl, .stitle span { color: var(--primary); }
.sline { background: linear-gradient(90deg, var(--primary), var(--secondary)); }

.btn-red {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
  box-shadow: 0 6px 20px rgba(106, 176, 74, 0.3) !important;
}
.btn-red:hover {
  box-shadow: 0 10px 28px rgba(106, 176, 74, 0.4) !important;
  color: #fff;
}

.btn-outline-green {
  background: transparent;
  color: var(--primary-dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  padding: 11px 26px;
  font-weight: 600;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}
.btn-outline-green:hover { background: var(--primary); color: #fff; }

.hbadge .hbi {
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
}
.htitle .hl { color: var(--primary); }
.htitle .hl::before { background: rgba(106, 176, 74, 0.15); }

.hstat .snum { color: var(--primary); }
.hstat small { color: #666; }

.fcoi.r, .fcoi.y, .fcoi.g {
  background: rgba(106, 176, 74, 0.15) !important;
  color: var(--primary) !important;
}

.ftico.r, .ftico.y, .ftico.g {
  background: rgba(106, 176, 74, 0.12) !important;
  color: var(--primary) !important;
}

.mqsec { background: var(--primary-dark) !important; }

#newsletter {
  background: linear-gradient(135deg, var(--dark), var(--primary-dark)) !important;
}

.filtbtn.active, .filtbtn:hover {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}
.catcard.active, .catcard:hover { border-color: var(--primary) !important; }
.catcard.active .catnm, .catcard:hover .catnm { color: var(--primary) !important; }

#menuPop .mpaddcart {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
}

.chcard .chrole { color: var(--primary); }

.ctdark .cticon { background: rgba(106, 176, 74, 0.15) !important; color: var(--primary) !important; }

/* —— Compact Hero —— */
#hero.hero-compact {
  padding: 36px 0 32px;
}

#hero.hero-compact .row {
  min-height: auto !important;
}

#hero.hero-compact .htitle {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  margin-bottom: 10px;
  line-height: 1.15;
}

#hero.hero-compact .hdesc {
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 16px;
  max-width: 480px;
}

#hero.hero-compact .hbadge {
  margin-bottom: 14px;
  padding: 5px 14px 5px 5px;
}
#hero.hero-compact .hbadge span { font-size: 0.72rem; }

#hero.hero-compact .hcircle {
  max-width: 380px;
  margin: 0 auto;
}

#hero.hero-compact .hcircle img {
  border-radius: 20px;
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

#hero.hero-compact .hbgtxt {
  font-size: 18vw;
  opacity: 0.03;
}

#hero.hero-compact .hs1 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(106, 176, 74, 0.1), transparent 70%);
}

#hero.hero-compact .hero-stat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

#hero.hero-compact .hero-pill {
  background: #fff;
  border: 1px solid rgba(106, 176, 74, 0.25);
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#hero.hero-compact .hero-pill i {
  color: var(--primary);
  font-size: 0.7rem;
}

/* —— Hero Images Grid —— */
.hero-images-grid {
  position: relative;
  height: 400px;
}

.hero-main-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 1;
}

.hero-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-main-image:hover img {
  transform: scale(1.05);
}

.hero-floating-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.floating-card {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 8px 25px rgba(30, 61, 26, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: float 3s ease-in-out infinite;
  pointer-events: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(30, 61, 26, 0.2);
}

.floating-card img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.floating-card span {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--dark);
  white-space: nowrap;
}

.floating-1 {
  top: 10%;
  right: -5%;
  animation-delay: 0s;
}

.floating-2 {
  top: 50%;
  right: -8%;
  animation-delay: 1s;
}

.floating-3 {
  bottom: 10%;
  right: -5%;
  animation-delay: 2s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991px) {
  .hero-images-grid {
    height: 300px;
  }
  
  .floating-card {
    padding: 6px 10px;
  }
  
  .floating-card img {
    width: 40px;
    height: 40px;
  }
  
  .floating-card span {
    font-size: 0.7rem;
  }
  
  .floating-1 {
    right: -3%;
  }
  
  .floating-2 {
    right: -5%;
  }
  
  .floating-3 {
    right: -3%;
  }
}

@media (max-width: 767px) {
  .hero-images-grid {
    height: 250px;
  }
  
  .floating-card {
    display: none;
  }
}

/* Hide old floating cards & inline stats in compact hero */
#hero.hero-compact .fcard,
#hero.hero-compact .hstats { display: none !important; }

#hero .hs1 {
  background: radial-gradient(circle, rgba(106, 176, 74, 0.08), transparent 70%);
}
#hero .hs2 {
  background: radial-gradient(circle, rgba(186, 220, 88, 0.1), transparent 70%);
}

/* —— Page Banner —— */
.page-banner {
  background: linear-gradient(135deg, var(--dark) 0%, #3b9231 50%, var(--primary-dark) 100%);
  padding: 100px 0 56px;
  position: relative;
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/svg%3E");
}

.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { color: #fff; font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700; margin-bottom: 10px; }
.page-banner p { color: rgba(255,255,255,0.82); max-width: 560px; font-size: 0.9rem; line-height: 1.65; }

.breadcrumb-nav { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 0.8rem; }
.breadcrumb-nav a { color: rgba(255,255,255,0.65); }
.breadcrumb-nav a:hover { color: var(--secondary); }
.breadcrumb-nav span { color: var(--secondary); }
.breadcrumb-nav i { color: rgba(255,255,255,0.35); font-size: 0.6rem; }

/* —— Dropdown —— */
.nav-item.dropdown .dropdown-menu {
  border: none; border-radius: 10px;
  box-shadow: var(--shadow-lg); padding: 8px 0;
}
.nav-item.dropdown .dropdown-item {
  font-size: 0.85rem; padding: 9px 20px; font-weight: 500;
}
.nav-item.dropdown .dropdown-item:hover,
.nav-item.dropdown .dropdown-item.active {
  background: var(--cream); color: var(--primary-dark);
}

/* —— Stats —— */
.stats-bar { background: linear-gradient(135deg, var(--dark) 0%, #3b9231 50%, var(--primary-dark) 100%);
  padding: 36px 0; border-radius: 16px; margin-bottom: 40px;
}
.stat-box { text-align: center; padding: 16px; }
.stat-box .stat-num {
  font-size: 2.4rem; font-weight: 700;
  color: var(--secondary); line-height: 1; display: block;
}
.stat-box .stat-num em { font-style: normal; font-size: 1.2rem; color: var(--secondary); }
.stat-box small {
  color: rgba(255,255,255,0.7); font-size: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.8px; margin-top: 6px; display: block;
}

/* —— Cards —— */
.svc-card, .pillar-card, .prod-card {
  background: #fff; border-radius: 16px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(106, 176, 74, 0.1);
  transition: 0.3s;
}
.svc-card:hover, .pillar-card:hover, .prod-card:hover {
  transform: translateY(-5px); box-shadow: var(--shadow-lg);
}

.svc-card { overflow: hidden; height: 100%; }
.svc-card .svc-img { height: 200px; overflow: hidden; }
.svc-card .svc-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s; }
.svc-card:hover .svc-img img { transform: scale(1.05); }
.svc-card .svc-body { padding: 24px; }
.svc-card .svc-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.2rem; margin-bottom: 14px;
}
.svc-card h5 { font-size: 1.05rem; margin-bottom: 8px; font-weight: 600; }
.svc-card p { color: #777; font-size: 0.85rem; line-height: 1.65; margin-bottom: 14px; }

.pillar-card { text-align: center; padding: 32px 20px; height: 100%; }
.pillar-card .pillar-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--cream); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 1.6rem; color: var(--primary);
}
.pillar-card h5 { margin-bottom: 8px; font-weight: 600; font-size: 1rem; }
.pillar-card p { color: #777; font-size: 0.85rem; line-height: 1.65; }

.global-partners { background: var(--cream); border-radius: 16px; padding: 36px; }
.country-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: #fff; border: 1px solid rgba(106, 176, 74, 0.2);
  border-radius: 30px; padding: 7px 14px;
  font-size: 0.8rem; font-weight: 500; color: var(--dark); margin: 3px;
}
.country-tag i { color: var(--primary); }

.exclusive-callout {
  background: linear-gradient(135deg, #54ab48, #2d5a28);
  border-radius: 16px; padding: 40px; color: #fff; position: relative; overflow: hidden;
}
.exclusive-callout h3 { color: #fff; margin-bottom: 12px; font-weight: 600; font-size: 1.35rem; }
.exclusive-callout p { color: rgba(255,255,255,0.8); line-height: 1.7;  font-size: 0.9rem; }
.exclusive-badge {
  display: inline-block; background: var(--secondary); color: var(--dark);
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; padding: 5px 12px; border-radius: 20px; margin-bottom: 14px;
}

.facility-feature { display: flex; gap: 14px; margin-bottom: 20px; }
.facility-feature .ff-icon {
  width: 46px; height: 46px; border-radius: 10px;
  background: var(--cream); display: flex; align-items: center; justify-content: center;
  color: var(--primary); font-size: 1.1rem; flex-shrink: 0;
}
.facility-feature h6 { margin-bottom: 3px; font-weight: 600; font-size: 0.9rem; }
.facility-feature p { color: #777; font-size: 0.84rem; line-height: 1.6; margin: 0; }

.contact-card {
  background: #fff; border-radius: 14px; padding: 24px;
  box-shadow: var(--shadow); height: 100%; text-align: center;
  border: 1px solid rgba(106, 176, 74, 0.08);
}
.contact-card .cc-icon {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--cream); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; font-size: 1.25rem; color: var(--primary);
}
.contact-card h6 { margin-bottom: 6px; font-weight: 600; }
.contact-card p { color: #777; font-size: 0.85rem; margin: 0; }

/* —— Clean Footer —— */
.ags-footer {
  background: #2e5f27 !important;
  padding: 48px 0 0 !important;
}

.ags-footer .fnm {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 10px;
}

.ags-footer .fnm span { color: var(--secondary) !important; }

.ags-footer .fdesc {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.84rem !important;
  line-height: 1.7;
  max-width: 320px;
}

.ags-footer .ftit {
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  margin-bottom: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ags-footer .flinks li { margin-bottom: 8px; }
.ags-footer .flinks a {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.84rem !important;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.ags-footer .flinks a i { display: none; }
.ags-footer .flinks a:hover { color: var(--secondary) !important; padding-left: 4px; }

.ags-footer .footer-contact li {
  color: rgba(255,255,255,0.55);
  font-size: 0.84rem;
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ags-footer .footer-contact li i {
  color: var(--primary);
  margin-top: 3px;
  width: 16px;
}

.ags-footer .fsoc a {
  background: rgba(255,255,255,0.08) !important;
  color: rgba(255,255,255,0.7) !important;
}
.ags-footer .fsoc a:hover {
  background: var(--primary) !important;
  color: #fff !important;
}

.ags-footer .fbot {
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  padding: 16px 0 !important;
  margin-top: 36px !important;
}

.ags-footer .fbot p {
  color: rgba(255,255,255,0.4) !important;
  font-size: 0.78rem !important;
  margin: 0;
  text-align: center;
  width: 100%;
}

.ags-footer .fbot span { color: var(--secondary) !important; }

@media (max-width: 991px) {
  .page-banner { padding: 90px 0 44px; }
  #hero.hero-compact .hcircle img { height: 220px; }
  .stat-box .stat-num { font-size: 2rem; }
}

@media (max-width: 767px) {
  #hero.hero-compact { padding: 28px 0 24px; }
  #hero.hero-compact .hcircle { max-width: 100%; margin-top: 20px; }
}

/* —— Clean Animations —— */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.animate-fade-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

.animate-fade-left {
  animation: fadeInLeft 0.6s ease-out forwards;
}

.animate-fade-right {
  animation: fadeInRight 0.6s ease-out forwards;
}

.animate-scale {
  animation: scaleIn 0.5s ease-out forwards;
}

.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}

/* Staggered animation delays */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }

/* Smooth hover animations */
.svc-card, .pillar-card, .prod-card, .catcard, .contact-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.svc-card:hover, .pillar-card:hover, .prod-card:hover, .catcard:hover, .contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(30, 61, 26, 0.15);
}

/* Button hover animations */
.btn-red, .btn-outline-green, .nav-cta {
  transition: all 0.3s ease;
}

.btn-red:hover, .nav-cta:hover {
  transform: translateY(-2px);
}

.btn-outline-green:hover {
  transform: translateY(-2px);
}

/* Icon animations */
.ftico i, .pillar-icon, .cc-icon, .facility-feature .ff-icon {
  transition: transform 0.3s ease;
}

.ftico:hover i, .pillar-card:hover .pillar-icon, .contact-card:hover .cc-icon, .facility-feature:hover .ff-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Link hover animations */
.ags-footer .flinks a {
  transition: all 0.3s ease;
}

.ags-footer .fsoc a {
  transition: all 0.3s ease;
}

/* Stat counter animation */
.stat-box .stat-num {
  transition: all 0.3s ease;
}

.stat-box:hover .stat-num {
  transform: scale(1.05);
  color: var(--secondary);
}

/* —— Contact Info List —— */
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: var(--cream);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow);
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-info-text strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 4px;
}

.contact-info-text p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

/* —— Map Container —— */
.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  height: 500px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* —— Mini Info —— */
.mini-info {
  padding: 12px 0;
}

.mini-info strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mini-info p {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.4;
}

/* —— Team Cards —— */
.team-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  text-align: center;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.team-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--cream);
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}

.team-card:hover .team-image img {
  transform: scale(1.05);
}

.team-info {
  padding: 20px;
}

.team-info h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
}

.team-role {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 500;
  margin: 0;
}

@media (max-width: 991px) {
  .team-image {
    height: 240px;
  }
  
  .team-info {
    padding: 16px;
  }
  
  .team-info h5 {
    font-size: 1rem;
  }
  
  .team-role {
    font-size: 0.8rem;
  }
}

@media (max-width: 575px) {
  .team-image {
    height: 200px;
  }
}

/* —— Team Slider —— */
.team-slider-container {
  position: relative;
  padding: 0 50px;
}

.team-swiper {
  padding: 20px 0;
}

.team-slide-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 250px;
  transition: all 0.3s ease;
}

.team-slide-card:hover {
  box-shadow: var(--shadow-lg);
}

.team-slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-swiper-next,
.team-swiper-prev {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.team-swiper-next:hover,
.team-swiper-prev:hover {
  background: var(--primary-dark);
}

.team-swiper-next::after,
.team-swiper-prev::after {
  font-size: 18px;
  font-weight: normal;
}

.team-swiper-pagination {
  bottom: 5px;
}

.team-swiper-pagination .swiper-pagination-bullet {
  background: var(--primary);
  opacity: 0.4;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}

.team-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-dark);
  width: 24px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .team-slider-container {
    padding: 0 40px;
  }
  
  .team-swiper-next,
  .team-swiper-prev {
    width: 38px;
    height: 38px;
  }
  
  .team-swiper-next::after,
  .team-swiper-prev::after {
    font-size: 16px;
  }
  
  .team-slide-card {
    height: 200px;
  }
}

/* —— Market Sections —— */
.market-section {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  height: 100%;
}

.market-section:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.market-header {
  margin-bottom: 24px;
}

.market-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.market-header h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
}

.market-desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.btn-link:hover {
  color: var(--primary-dark);
  gap: 12px;
}

@media (max-width: 768px) {
  .market-section {
    padding: 24px;
  }
  
  .market-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  
  .market-header h4 {
    font-size: 1.1rem;
  }
  
  .market-desc {
    font-size: 0.85rem;
  }
}

/* —— Product Cards (Gallery Style) —— */
.product-card {
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.product-card:hover .catimg {
  transform: scale(1.05);
}

.catcard {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.catimg {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.3s ease;
}

.catnm {
  padding: 12px 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark);
  background: var(--cream);
  margin: 0;
}

@media (max-width: 768px) {
  .catimg {
    height: 140px;
  }
  
  .catnm {
    padding: 10px 6px;
    font-size: 0.8rem;
  }
}

/* —— Product Modal —— */
#menuPop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.mpbox {
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mpclose {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 10;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.mpclose:hover {
  background: var(--primary-dark);
  transform: rotate(90deg);
}

.mpimg {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.mpimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mpbody {
  padding: 30px;
}

#mpCat {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

#mpTitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
}

#mpDesc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.mpmeta {
  margin-bottom: 20px;
  padding: 16px;
  background: var(--cream);
  border-radius: 8px;
}

.meta-item {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 8px;
}

.meta-item:last-child {
  margin-bottom: 0;
}

.meta-item strong {
  color: var(--dark);
  font-weight: 600;
}

.mpaddcart {
  background: var(--primary);
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.mpaddcart:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .mpbox {
    margin: 10px;
  }
  
  .mpimg {
    height: 200px;
  }
  
  .mpbody {
    padding: 20px;
  }
  
  #mpTitle {
    font-size: 1.2rem;
  }
}


.testimonial-card{
    background:#fff;
    transition:.3s;
    border-radius:20px;
}

.testimonial-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.testimonial-logo{
    width:70px;
    height:70px;
    object-fit:contain;
}

.testimonial-text{
    color:#555;
    line-height:1.8;
    font-size:15px;
}

.ags-footer {
    padding: 35px 0 0;   /* Reduce top padding */
    font-size: 15px;
}

.ags-footer .row {
    margin-bottom: 0;
}

.ags-footer .fnm {
    margin-bottom: 10px;
}

.ags-footer .fdesc {
    margin-bottom: 0;
    line-height: 1.5;
}

.ags-footer .ftit {
    margin-bottom: 10px;
}

.ags-footer .flinks li {
    margin-bottom: 6px;
    line-height: 1.4;
}

.footer-contact li {
    margin-bottom: 8px;
}

.ags-footer .fbot {
    padding: 12px 0;
    margin-top: 20px;
}

.ags-footer .fbot p {
    margin: 0;
}

.modal-content{
    border-radius:16px;
    overflow:hidden;
}

.modal-body video{
    display:block;
    width:100%;
}

.btn-watch-video{
    background:#4f8f2f;
    color:#fff;
    border:none;
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-watch-video:hover{
    background:#3d7325;
    color:#fff;
    transform:translateY(-2px);
}