:root {
  /* Brand */
  --green-primary: #1F6F43;      /* Deep Export Green */
  --green-hover:   #2A8055;

  --light-green: #1F6F43;

  /* Text */
  --text-primary:  #1F2933;      /* Charcoal */
  --text-secondary:#4B5563;
  --text-muted:    #6B7280;

  /* Accent (VERY LIMITED) */
  --accent-gold:   #C9A24D;

  /* Backgrounds */
  --bg-light:      #F8FAF9;
  --bg-white:      #FFFFFF;
  --bg-dark:       #1F2933;

  /* Borders */
  --border-light:  #E5E7EB;
  --border-soft:   #D1D5DB;
}

body {
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizelegibility;
  color: var(--text-primary);
  background: var(--bg-white);
}

iframe {
  border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none !important;
  outline: 0px !important;
}

.container img:not([draggable]),
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

.container img {
  border: none;
  height: auto;
  max-width: 100%;
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  color: black;
}
a:active, a:focus, a:hover, a:visited {
  outline: 0;
  text-decoration: none;
}

button {
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
button:focus {
  outline: none;
}

*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: var(--green-primary);
  font-family: "Roboto", sans-serif;
}

p {
  font-weight: 400;
  color: var(--text-secondary);
}

.banner_btn .button {
  padding: 14px 32px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--green-primary);
  box-shadow: 0 8px 20px rgba(31,111,67,0.25);
}

/* Hover */
.banner_btn .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(124, 192, 0, 0.45);
  background: var(--green-hover);
}

/* Click */
.banner_btn .button:active {
  transform: translateY(0);
  box-shadow: 0 6px 15px rgba(124, 192, 0, 0.3);
}

/* Shine animation */
.banner_btn .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transition: 0.6s;
}

.banner_btn .button:hover::before {
  left: 100%;
}

/* Icon animation */
.banner_btn .button i {
  transition: transform 0.3s ease;
}

.banner_btn .button:hover i {
  transform: translateX(6px);
}


.why-arham-features {
  padding: 70px 20px;
  background: #fff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.feature-icon {
  width: 170px;
  height: 170px;
  background: #f6f6f6;
  border-radius: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feature-icon i {
  font-size: 36px;
  color: #1e6dffd0;
  margin-bottom: 12px;
}

.feature-icon h4 {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

.banner_section_item {
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: calc(10%);
  position: relative;
  min-height: 420px;
}

.banner_section_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.75) 45%,
    rgba(255, 255, 255, 0.3) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

/* Content upar rahe */
.banner_section_item {
  position: relative;
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
}

.banner_content {
  z-index: 3;
}

.banner_sub_title h6 {
  top: 33%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.125rem;
  position: absolute;
  z-index: 1;
  font-weight: 500;
}

.banner_title {
  width: 810px;
}
.banner_title h1 {
  color: #333333;
  font-size: 2.3rem;
  font-weight: 800;
}
.banner_title .first {
  color: #333333;
  font-weight: 100;
}
.banner_title .second {
  color: var(--light-green);
}
.banner_title font {
  color: var(--light-green);
}

.banner_title2 h1 {
  color: #333333;
  font-size: 3.6rem;
  font-weight: 700;
}
.banner_title2 .first {
  color: #333333;
  font-weight: 100;
}
.banner_title2 .second {
  color: var(--light-green);
}
.banner_title2 font {
  color: var(--light-green);
}

.banner_title3 {
  max-width: 600px;
}

.banner_title4 h1 {
  color: #333333;
  font-size: 3.6rem;
  font-weight: 700;
}
.banner_title4 .first {
  color: #333333;
  font-weight: 100;
}
.banner_title4 .second {
  color: var(--light-green);
}
.banner_title4 font {
  color: var(--light-green);
}

.banner_search_bar {
  margin-top: 3rem;
  z-index: 2;
}
.banner_search_bar input {
  width: 650px;
  height: auto;
}
.banner_search_bar input::-webkit-input-placeholder {
  font-size: 14px;
  font-style: italic;
}
.banner_search_bar input::-moz-placeholder {
  font-size: 14px;
  font-style: italic;
}
.banner_search_bar input:-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
}
.banner_search_bar input::-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
}
.banner_search_bar input::placeholder {
  font-size: 14px;
  font-style: italic;
}
.banner_search_bar .select_option {
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 220px;
  height: 59px;
  border: none;
}
.banner_search_bar .select_option .current {
  position: absolute;
  top: 10px;
  right: 50px;
}
.banner_search_bar .nice-select {
  background-color: var(--light-green) !important;
}
.banner_search_bar .nice-select span.current {
  color: #ffffff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.banner_search_bar .nice-select:after {
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  margin-right: 8px;
}
.banner_search_bar .nice-select:before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background-color: #587f00;
  position: absolute;
  right: 6px;
  top: 13px;
}

.action_btns_group > li {
  position: relative;
}
.action_btns_group > li:not(:last-child) {
  margin-right: 8px;
}
.action_btns_group button {
  width: 50px;
  height: 50px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  background-color: #292929;
}
.action_btns_group button .btn_badge {
  top: -5px;
  right: -8px;
  height: 25px;
  color: #ffffff;
  font-size: 12px;
  min-width: 25px;
  font-weight: 500;
  line-height: 27px;
  position: absolute;
  border-radius: 45px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(2, 3, 3, 0.5);
          box-shadow: 0px 1px 4px 0px rgba(2, 3, 3, 0.5);
}

.banner_right_thumb {
  top: 50px;
  right: 30px;
}

.banner_left_thumb {
  bottom: -50px;
  left: 0px;
  width: 550px;
}

.banner_2 .banner_desc {
  max-width: 675px;
}
.banner_2 .banner_desc p {
  color: #2c2e2e;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
  margin: 1rem 0px;
}

.banner_2 .banner2_right_thumb {
  top: 0;
  right: 0;
}

.banner_sec_3 {
  padding: 100px 50px;
}

.banner4_section_wrap .banner4_sub_cont h6 {
  top: 14px;
  left: 30px;
}
.banner4_section_wrap .banner4_title h1 {
  color: #1d1d1d;
  font-size: 85px;
  font-weight: 700;
}
.banner4_section_wrap .banner4_title font {
  color: #7fbc00;
}
.banner4_section_wrap .banner4_desc {
  color: #9a9a9a;
  font-size: 18px;
}
.banner4_section_wrap .banner4_arrow1 {
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner4_section_wrap .banner4_arrow1 .slide_arrow_left {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 100%;
  background-color: #fff8f8;
  margin-left: 5px;
  cursor: pointer;
}
.banner4_section_wrap .banner4_arrow1 i {
  cursor: pointer;
}
.banner4_section_wrap .banner4_arrow2 {
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner4_section_wrap .banner4_arrow2 .slide_arrow_right {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 100%;
  background-color: #fff8f8;
  margin-right: 5px;
  cursor: pointer;
}
.banner4_section_wrap .banner4_arrow2 i {
  cursor: pointer;
}

.banner_left_img {
  top: 61%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

/* INNER HERO BANNER */
.inner-hero {
  position: relative;
  height: 320px;
  background-image: url("/assets/images/breadcrumb/breadcrumb1.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 60px;
  color: #fff;
}

.inner-hero.inner-hero--fresh {
  background-image: url("/assets/images/banner/banner3.png");
}
.inner-hero.inner-hero--agro {
  background-image: url("/assets/images/banner/banner5.png");
}
.inner-hero.inner-hero--healthcare {
  background-image: url("/assets/images/banner/banner7.png");
}

.inner-hero-content h1 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 12px;
  color: white;
}

.inner-hero-content h1 span {
  color: var(--accent-gold);
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.breadcrumb a {
  color: var(--green-primary);
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb span {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .inner-hero {
    height: 240px;
  }

  .inner-hero-content {
    padding: 0 20px;
  }

  .inner-hero-content h1 {
    font-size: 28px;
  }
}

/* COMMON */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* WHO WE ARE – TRUST LAYER */
.who-we-are {
  padding: 80px 0;
  background-color: #f9fafb;
}

.who-we-are .container {
  max-width: 900px;
  text-align: center;
}

.who-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2933;
  margin-bottom: 10px;
}

.who-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 25px;
}

.who-description {
  font-size: 16.5px;
  line-height: 1.8;
  color: #374151;
}

/* Responsive */
@media (max-width: 768px) {
  .who-title {
    font-size: 28px;
  }

  .who-subtitle {
    font-size: 16px;
  }

  .who-description {
    font-size: 15.5px;
  }
}

/* ABOUT SECTION */
.about-section {
  padding: 80px 0;
  background: #f9fafb;
}

.about-header {
  text-align: center;
  max-width: 750px;
  margin: auto;
  margin-bottom: 50px;
}

.about-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
}

.about-header p {
  font-size: 16px;
  color: #555;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.about-card i {
  font-size: 36px;
  color: var(--green-primary);
  margin-bottom: 15px;
}

.about-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.about-card p {
  font-size: 14px;
  color: #555;
}

/* ===================================
   WHAT WE EXPORT SECTION
=================================== */
.export-products-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.export-products-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.export-products-section .section-header h2 {
  font-size: 36px;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.export-products-section .section-subtitle {
  font-size: 18px;
  color: var(--text-muted);
  font-weight: 500;
}

.export-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.export-category-card {
  background: var(--bg-white);
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.export-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.export-category-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--green-primary);
}

.export-category-header i {
  font-size: 28px;
  color: var(--green-primary);
  background: rgba(31, 111, 67, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.export-category-header h3 {
  font-size: 22px;
  color: var(--text-primary);
  margin: 0;
}

.export-product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.export-product-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.export-product-list li i {
  color: var(--green-primary);
  font-size: 14px;
  margin-top: 4px;
  flex-shrink: 0;
}

.export-note {
  background: rgba(31, 111, 67, 0.05);
  border-left: 4px solid var(--green-primary);
  padding: 20px 25px;
  border-radius: 8px;
  margin-top: 30px;
}

.export-note p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--text-primary);
  font-weight: 500;
}

.export-note i {
  color: var(--green-primary);
  font-size: 18px;
}

/* ===================================
   WHO WE SERVE SECTION
=================================== */
.who-we-serve-section {
  padding: 80px 0;
  background: var(--bg-white);
}

.who-we-serve-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.serve-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
  cursor: pointer;
}

.serve-category {
  text-align: center;
  padding: 30px 20px;
  background: var(--bg-light);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.serve-category:hover {
  border-color: var(--green-primary);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.serve-icon {
  width: 70px;
  height: 70px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 28px;
}

.serve-category h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.serve-category p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

.b2b-note {
  background: var(--bg-dark);
  color: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  margin-top: 40px;
}

.b2b-note p {
  display: inline-flex;
  align-items: center;
  color: white;
  gap: 12px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
}

.b2b-note i {
  font-size: 20px;
  color: var(--accent-gold);
}

/* ===================================
   EXPORT PROCESS SECTION
=================================== */
.export-process-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 50px;
  right: 50px;
  height: 3px;
  background: var(--border-light);
  z-index: 1;
}

.process-step {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
  background: var(--bg-white);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--green-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
  border: 5px solid var(--bg-light);
}

.process-step h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--text-primary);
}

.process-step p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 992px) {
  .export-products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .export-category-card {
    padding: 25px 20px;
  }
  
  .serve-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .process-steps::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .export-products-section,
  .who-we-serve-section,
  .export-process-section,
  .why-arham {
    padding: 60px 0;
  }
  
  .export-products-section .section-header h2,
  .who-we-serve-section .section-header h2 {
    font-size: 28px;
  }
  
  .export-category-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .export-category-header h3 {
    font-size: 20px;
  }
  
  .serve-categories-grid {
    grid-template-columns: 1fr;
  }
  
  .process-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .why-content {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .export-product-list li {
    font-size: 15px;
  }
  
  .b2b-note p {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  
  .banner_btn .button {
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }
  
  .banner_btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* ===================================
   WHY ARHAM SECTION ENHANCEMENTS
=================================== */
.why-benefits-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.why-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--text-secondary);
}

.why-benefits-list li i {
  color: var(--green-primary);
  margin-top: 3px;
  flex-shrink: 0;
}

/* WHY CHOOSE US */
.why-arham {
  padding: 80px 0;
}

.why-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.why-text h2 {
  font-size: 34px;
  margin-bottom: 15px;
}

.why-text p {
  color: #555;
  margin-bottom: 20px;
}

.why-text ul {
  list-style: none;
  padding: 0;
}

.why-text li {
  margin-bottom: 10px;
  font-weight: 500;
}

.why-image img {
  width: 100%;
  border-radius: 12px;
}

/* VISION */
.vision-section {
  background: #1f2a2e;
  padding: 70px 0;
  color: #fff;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.vision-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 35px;
  border-radius: 10px;
}

.vision-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--green-primary);
}

.vision-card p {
  font-size: 15px;
  color: #ddd;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .why-content {
    grid-template-columns: 1fr;
  }

  .vision-grid {
    grid-template-columns: 1fr;
  }
}

/* COMMON */
.section-header {
  text-align: center;
  margin: 0 auto 60px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* PARTNER SECTION */
.partner-section {
  padding: 100px 0;
  background: #ffffff;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.partner-card {
  background: #faf7f3;
  padding: 40px 30px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.partner-card i {
  font-size: 40px;
  color: var(--green-primary);
  margin-bottom: 15px;
}

.partner-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* PARTNER MODEL */
.partner-model {
  padding: 100px 0;
  background: #f8f8f8;
}

.partner-model-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.partner-model-content .partner-image {
  width: 60%;
}
.partner-model-content .partner-image img{
  border-radius: 50px;
    display: block;
}

.partner-text ul {
  margin-top: 20px;
}

.partner-text li {
  margin-bottom: 10px;
  font-weight: 500;
}

/* WHO CAN PARTNER */
.who-partner {
  padding: 100px 0;
  background: #ffffff;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.who-card {
  text-align: center;
  padding: 35px;
  border-radius: 12px;
  background: #fafafa;
}

.who-card i {
  font-size: 34px;
  color: var(--green-primary);
  margin-bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .partner-grid,
  .who-grid {
    grid-template-columns: 1fr;
  }

  .partner-model-content {
    flex-direction: column;
  }
}

/* INNER BREADCRUMB */
.inner-breadcrumb {
  background: #f8f8f8;
  padding: 18px 0;
  font-size: 14px;
}

.inner-breadcrumb a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.inner-breadcrumb span {
  margin: 0 6px;
  color: #888;
}

.inner-breadcrumb .active {
  color: var(--green-primary);
  font-weight: 700;
}

/* COUNTRY OVERVIEW */
.country-overview {
  padding: 90px 0;
  background: #ffffff;
}

.country-overview h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 25px;
}

.country-overview p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  max-width: 900px;
}

.overview-highlights {
  margin-top: 40px;
  background: #faf7f3;
  padding: 30px 35px;
  border-radius: 14px;
}

.overview-highlights h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.overview-highlights ul {
  list-style: none;
  padding: 0;
}

.overview-highlights li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

/* TOP ROW LAYOUT */
.overview-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}

.overview-top-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .overview-top {
    grid-template-columns: 1fr;
  }

  .overview-top-image {
    margin-top: 20px;
  }
}


/* CERTIFICATION IMAGE DISPLAY */
.cert-image-container {
  margin: 40px 0;
  text-align: center;
  background: #fafafa;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.cert-display-img {
  max-width: 100%;
  height: auto;
  max-height: 600px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.cert-display-img:hover {
  transform: scale(1.02);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .country-overview h2 {
    font-size: 28px;
  }

  .overview-highlights {
    padding: 25px;
  }
}

/* OVERVIEW GRID */
.overview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 45px;
}

.overview-card {
  background: #faf7f3;
  padding: 35px;
  border-radius: 16px;
}

.overview-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
}

.overview-card ul {
  list-style: none;
  padding: 0;
}

.overview-card li {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .overview-grid {
    grid-template-columns: 1fr;
  }
}

.healthcare-section {
  padding: 80px 20px;
  background: #f9f9f9;
}

.healthcare-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.healthcare-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.healthcare-box.full {
  grid-column: 1 / -1;
}

.healthcare-box h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.healthcare-box h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #2e7d32;
}

.healthcare-box p,
.healthcare-box li {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.healthcare-box ul {
  padding-left: 18px;
}

.healthcare-box ul li {
  margin-bottom: 8px;
}

/* CONTACT PAGE */
.contact-section {
  padding: 70px 0;
  background: #f9fafc;
}

.contact-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}

.contact-header h2 {
  font-size: 32px;
  font-weight: 700;
}

.contact-header p {
  color: #555;
}

/* CONTACT INFO */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}

.contact-box {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.icon-circle {
  width: 55px;
  height: 55px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--green-primary);
  font-size: 22px;
}

/* RFQ FORM */
.rfq-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.rfq-wrapper h3 {
  margin-bottom: 25px;
  font-size: 26px;
}

.rfq-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.rfq-form .form-row.full {
  flex-direction: column;
}

.rfq-form input,
.rfq-form select,
.rfq-form textarea {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-family: inherit;
}

.rfq-btn {
  background: #1F6F43;
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.rfq-btn:hover {
  background: #094cb5;
}

/* SUPPLY NOTE */
.supply-note {
  margin-top: 50px;
  text-align: center;
}

.supply-note ul {
  list-style: none;
  padding: 0;
}

.supply-note li {
  margin: 8px 0;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .rfq-form .form-row {
    flex-direction: column;
  }
}

/* Privacy Policy CSS  */
      .policy-section {
        padding: 60px 60px;
        max-width: 1000px;
        margin: auto;
        line-height: 1.7;
      }

      .policy-section h1 {
        font-size: 32px;
        margin-bottom: 10px;
        color: #1f2a2e;
      }

      .policy-section .date {
        font-size: 14px;
        color: #777;
        margin-bottom: 30px;
      }

      .policy-section h2 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 10px;
        color: #1f2a2e;
      }

      .policy-section p,
      .policy-section li {
        font-size: 15px;
        color: #555;
      }

      .policy-section ul {
        padding-left: 20px;
        margin-top: 10px;
      }

      @media (max-width: 768px) {
        .policy-section {
          padding: 40px 20px;
        }
      }

.faq-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.faq-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}

.faq-subtitle {
  font-size: 24px;
  margin: 40px 0 20px;
  color: #2c2c2c;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background: #fff;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 16px;
  color: #555;
  transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .faq-title {
    font-size: 28px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 15px;
  }
}

/* PRODUCT CATEGORY GRID */
.product-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* CATEGORY CARD */
.category-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.category-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* CONTENT */
.category-content {
  padding: 18px;
}

.category-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1a1a1a;
}

.category-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* LINK */
.category-content .btn-link {
  font-size: 14px;
  font-weight: 600;
  color: #078a23;
  text-decoration: none;
}

.category-content .btn-link:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .product-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .product-category-grid {
    grid-template-columns: 1fr;
  }

  .category-img img {
    height: 160px;
  }
}

/* ==============================
   B2B SKU TABLE – EXPORT STYLE
============================== */

.sku-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  font-size: 14px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.sku-table thead {
 background: var(--bg-light);
}

.sku-table thead th {
  color: var(--text-primary);
  font-weight: 600;
  padding: 14px 12px;
  text-align: left;
  white-space: nowrap;
}

.sku-table tbody td {
  padding: 13px 12px;
  color: #333;
  vertical-align: middle;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-light);
}

.sku-table tbody tr:hover {
  background: #f9fafb;
}

/* SKU CODE HIGHLIGHT */
.sku-table td:first-child {
  font-weight: 600;
  color: #0f172a;
}

/* RFQ BUTTON */
.rfq-btn {
  display: inline-block;
  padding: 8px 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
  background: var(--green-primary);
}

.rfq-btn:hover {
  background: var(--green-primary);
}

/* ==============================
   MOBILE RESPONSIVE SKU TABLE
============================== */

@media (max-width: 768px) {
  .sku-table,
  .sku-table thead,
  .sku-table tbody,
  .sku-table th,
  .sku-table td,
  .sku-table tr {
    display: block;
  }

  .sku-table thead {
    display: none;
  }

  .sku-table tr {
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }

  .sku-table td {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
  }

  .sku-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
    padding-right: 10px;
  }

  .sku-table td:last-child {
    justify-content: center;
  }
}

/* ===================================
   FRESH FRUITS & VEGETABLES PAGE
   (INTERNAL NOTE: This positions us as serious exporter)
=================================== */

/* Fresh Intro Section */
.fresh-intro-section {
  padding: 80px 0;
  background: var(--bg-white);
}

.fresh-intro-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.fresh-intro-header h2 {
  font-size: 36px;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.fresh-intro-header p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Fresh Category Section */
.fresh-category-section {
  margin-bottom: 70px;
  background: var(--bg-light);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
}

.category-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--green-primary);
}

.category-icon {
  width: 70px;
  height: 70px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  flex-shrink: 0;
}

.category-title h3 {
  font-size: 28px;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.category-title p {
  color: var(--text-secondary);
  font-size: 16px;
  margin: 0;
}

/* Category Content Grid */
.category-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.content-list h4 {
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 15px;
  font-weight: 700;
}

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

.fresh-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--text-secondary);
}

.fresh-list li i {
  color: var(--green-primary);
  font-size: 14px;
  margin-top: 5px;
  flex-shrink: 0;
}

.content-note {
  display: flex;
  align-items: flex-start;
}

.note-box {
  background: rgba(31, 111, 67, 0.08);
  border-left: 4px solid var(--green-primary);
  padding: 20px;
  border-radius: 8px;
  width: 100%;
}

.note-box i {
  color: var(--green-primary);
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.note-box p {
  margin: 0;
  font-size: 15px;
  color: var(--text-primary);
}

/* Sourcing & Quality Section */
.sourcing-quality-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8faf9 0%, #ffffff 100%);
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.quality-card {
  text-align: center;
  padding: 30px 25px;
  background: var(--bg-white);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quality-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  border-color: var(--green-primary);
}

.quality-icon {
  width: 70px;
  height: 70px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  margin: 0 auto 20px;
}

.quality-card h4 {
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.quality-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

.quality-note {
  background: var(--bg-white);
  border-radius: 12px;
  padding: 25px 30px;
  border-left: 4px solid var(--green-primary);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.quality-note p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 500;
}

.quality-note i {
  color: var(--green-primary);
  font-size: 20px;
}

/* Packaging Section */
.packaging-section {
  padding: 80px 0;
  background: var(--bg-white);
}

.packaging-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
}

.packaging-block {
  background: var(--bg-light);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
}

.packaging-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--green-primary);
}

.packaging-header i {
  font-size: 32px;
  color: var(--green-primary);
  background: rgba(31, 111, 67, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packaging-header h3 {
  font-size: 24px;
  color: var(--text-primary);
  margin: 0;
}

.packaging-block > p {
  font-size: 16px;
  color: var(--text-secondary);
  margin-bottom: 20px;
  line-height: 1.7;
}

.packaging-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.packaging-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--text-secondary);
}

.packaging-list li i {
  color: var(--green-primary);
  margin-top: 4px;
  flex-shrink: 0;
}

.packaging-note {
  font-style: italic;
  color: var(--text-muted);
  font-size: 15px;
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px dashed var(--border-light);
}

/* Compliance Section */
.compliance-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8faf9 0%, #ffffff 100%);
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
}

.compliance-block {
  background: var(--bg-white);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.compliance-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.compliance-header i {
  font-size: 32px;
  color: var(--green-primary);
}

.compliance-header h3 {
  font-size: 24px;
  color: var(--text-primary);
  margin: 0;
}

.compliance-block > p {
  font-size: 16px;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.compliance-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.compliance-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--text-secondary);
}

.compliance-list li i {
  color: var(--green-primary);
  font-size: 16px;
  width: 24px;
}

.compliance-note {
  background: rgba(31, 111, 67, 0.05);
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 15px;
  color: var(--text-primary);
  margin-top: 20px;
  border-left: 3px solid var(--green-primary);
}

/* Market Tags */
.market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.market-tag {
  background: rgba(31, 111, 67, 0.1);
  color: var(--green-primary);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(31, 111, 67, 0.2);
}

.market-tag i {
  font-size: 12px;
}

.markets-note {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
}

.markets-note p {
  margin: 0;
  font-size: 15px;
  color: var(--text-secondary);
}

/* Why Fresh Section */
.why-fresh-section {
  padding: 80px 0;
  background: var(--bg-white);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.why-point {
  text-align: center;
  padding: 30px;
  background: var(--bg-light);
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.why-point:hover {
  border-color: var(--green-primary);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.why-icon {
  width: 70px;
  height: 70px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  margin: 0 auto 20px;
}

.why-point h4 {
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.why-point p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

/* Enquiry Section */
.fresh-enquiry-section {
  padding: 80px 0;
  color: black;
}

.enquiry-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.enquiry-text h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: black;
}

.enquiry-text p {
  font-size: 17px;
  color: rgba(24, 17, 17, 0.9);
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.enquiry-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.enquiry-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
}

.enquiry-feature i {
  color: var(--green-primary);
  font-size: 20px;
}

.enquiry-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.enquiry-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.primary-btn {
  background: var(--green-primary);
  color: var(--bg-dark);
}

.primary-btn:hover {
  background: var(--green-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(201, 162, 77, 0.3);
}

.secondary-btn {
  background: transparent;
  color: black;
  border-color: var(--green-primary);
}

.secondary-btn:hover {
  transform: translateY(-3px);
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 992px) {
  .category-content-grid,
  .packaging-grid,
  .compliance-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .fresh-category-section,
  .packaging-block,
  .compliance-block {
    padding: 30px;
  }
  
  .category-header {
    flex-direction: column;
    text-align: center;
  }
  
  .packaging-header,
  .compliance-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .fresh-intro-section,
  .sourcing-quality-section,
  .packaging-section,
  .compliance-section,
  .why-fresh-section,
  .fresh-enquiry-section {
    padding: 60px 0;
  }
  
  .fresh-intro-header h2 {
    font-size: 28px;
  }
  
  .category-title h3 {
    font-size: 24px;
  }
  
  .enquiry-text h3 {
    font-size: 26px;
  }
  
  .enquiry-features {
    flex-direction: column;
    gap: 20px;
  }
  
  .enquiry-buttons {
    flex-direction: column;
  }
  
  .enquiry-btn {
    width: 100%;
    justify-content: center;
  }
  
  .why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .fresh-category-section,
  .packaging-block,
  .compliance-block {
    padding: 20px;
  }
  
  .category-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .quality-card {
    padding: 25px 20px;
  }
  
  .quality-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .market-tags {
    justify-content: center;
  }
  
  .why-point {
    padding: 25px 20px;
  }
}

/* ===================================
   SEASONALITY & AVAILABILITY PAGE
=================================== */

/* Seasonality Section */
.seasonality-section {
  margin-bottom: 60px;
  background: var(--bg-white);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-light);
}

.seasonality-section .section-header {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--green-primary);
}

.seasonality-section .section-header h3 {
  font-size: 24px;
  color: var(--text-primary);
  display: flex;
  align-items: left;
  gap: 12px;
}

.seasonality-section .section-header h3 i {
  color: var(--green-primary);
}

.seasonality-section .section-header p {
  color: var(--text-muted);
  font-size: 15px;
  display: flex;
  align-items: left;
  margin: 0;
}

/* Table Container */
.table-container {
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid var(--border-light);
}

/* Seasonality Table Customization */
.seasonality-table {
  min-width: 800px;
}

.seasonality-table thead {
  background: linear-gradient(135deg, var(--green-primary) 0%, #2a8055 100%);
}

.seasonality-table thead th {
  color: white;
  font-weight: 600;
  padding: 16px 12px;
  border-bottom: none;
}

.seasonality-table tbody tr {
  transition: background-color 0.3s ease;
}

.seasonality-table tbody tr:hover {
  background-color: rgba(31, 111, 67, 0.05);
}

.seasonality-table tbody td {
  padding: 14px 12px;
  vertical-align: middle;
  border-bottom: 1px solid var(--border-light);
}

/* Highlight seasonal vs year-round */
.seasonality-table tbody td:nth-child(3) {
  font-weight: 600;
}

.seasonality-table tbody td:nth-child(3):contains("Year-round") {
  color: var(--green-primary);
}

.seasonality-table tbody td:nth-child(3):contains("Seasonal") {
  color: #e67e22;
}

/* Logistics Note */
.logistics-note {
  background: linear-gradient(135deg, #f8faf9 0%, #e8f5e9 100%);
  padding: 30px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin: 40px 0;
  border-left: 5px solid var(--green-primary);
}

.note-icon {
  width: 60px;
  height: 60px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  flex-shrink: 0;
}

.note-content h4 {
  font-size: 20px;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.note-content p {
  color: var(--text-secondary);
  margin-bottom: 15px;
}

.logistics-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.logistics-tag {
  background: rgba(31, 111, 67, 0.1);
  color: var(--green-primary);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(31, 111, 67, 0.2);
}

.logistics-tag i {
  font-size: 12px;
}

/* CTA Section */
.seasonality-cta {
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  color: var(--bg-dark);
  margin-top: 50px;
}

.seasonality-cta h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: var(--bg-dark);
}

.seasonality-cta p {
  font-size: 17px;
  color: var(--bg-dark);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.primary-btn {
  background: var(--green-primary);
  color: var(--bg-white);
}

.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(201, 162, 77, 0.3);
}

.secondary-btn {
  background: transparent;
  color: black;
  border-color: var(--green-primary);
}

.secondary-btn:hover {
  transform: translateY(-3px);
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 768px) {
  .seasonality-section {
    padding: 20px;
  }
  
  .seasonality-section .section-header h3 {
    font-size: 20px;
  }
  
  .logistics-note {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  
  .seasonality-cta {
    padding: 35px 20px;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .table-container {
    border: none;
  }
  
  .seasonality-table {
    font-size: 14px;
  }
  
  .logistics-tag {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/* ===================================
   MIDDLE EAST SPECIFIC STYLES
   (Only new classes, existing ones reused)
=================================== */

/* Middle East Hero Background */
.inner-hero--middle-east {
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                    url('/assets/images/markets/middle-east-hero.jpg');
}

/* Region Badge */
.region-badge {
  display: inline-block;
  background: rgba(201, 162, 77, 0.15);
  border: 2px solid var(--green-primary);
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 25px;
}

.region-badge span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-primary);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.region-badge i {
  font-size: 16px;
}

.region-subtitle {
  font-size: 20px;
  color: var(--green-primary);
  font-weight: 600;
  margin: 15px 0 25px;
  position: relative;
  display: inline-block;
}

.market-overview {
  background: rgba(31, 111, 67, 0.05);
  padding: 25px 30px;
  border-radius: 12px;
  margin-top: 30px;
  border-left: 4px solid var(--green-primary);
}

/* Market Feature Section */
.market-feature-section {
  background: linear-gradient(135deg, #f8faf9 0%, #f0f7f1 100%);
  border: 1px solid rgba(31, 111, 67, 0.1);
  padding: 10px 20px;
}

.feature-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.feature-point {
  text-align: center;
  padding: 25px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.feature-point:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--green-primary);
  cursor: pointer;
}

.feature-point i {
  font-size: 32px;
  color: var(--green-primary);
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
}

.feature-point h4 {
  font-size: 16px;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.feature-point p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

/* Market Products Grid */
.market-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.market-product-block {
  background: var(--bg-white);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-light);
}

.market-product-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--green-primary);
}

.market-product-header i {
  font-size: 28px;
  color: var(--green-primary);
  background: rgba(31, 111, 67, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market-product-header h3 {
  font-size: 22px;
  color: var(--text-primary);
  margin: 0;
}

/* Partner Tags */
.partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
}

.partner-tag {
  background: rgba(31, 111, 67, 0.1);
  color: var(--green-primary);
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(31, 111, 67, 0.2);
}

.partner-tag i {
  font-size: 14px;
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 768px) {
  .market-products-grid {
    grid-template-columns: 1fr;
  }
  
  .market-product-block {
    padding: 25px 20px;
  }
  
  .market-product-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .feature-points {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .partner-tags {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .feature-points {
    grid-template-columns: 1fr;
  }
  
  .region-badge {
    padding: 6px 15px;
  }
  
  .region-badge span {
    font-size: 12px;
  }
  
  .market-overview {
    padding: 20px;
  }
}

/* ===================================
   MARKETS OVERVIEW PAGE STYLES
=================================== */

/* Market Approach Section */
.market-approach-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8faf9 0%, #ffffff 100%);
}

.approach-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.approach-badge {
  display: inline-block;
  background: rgba(31, 111, 67, 0.1);
  border: 2px solid var(--green-primary);
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.approach-badge span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-primary);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.approach-badge i {
  font-size: 16px;
}

.approach-header h2 {
  font-size: 36px;
  color: var(--text-primary);
  margin-bottom: 15px;
}

.approach-tagline {
  font-size: 22px;
  color: var(--green-primary);
  font-weight: 700;
  margin-bottom: 15px;
  font-style: italic;
}

.approach-intro {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Market Tiers */
.market-tier {
  margin-bottom: 60px;
}

.tier-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid;
}

.primary-tier .tier-header {
  border-bottom-color: var(--green-primary);
}

.supported-tier .tier-header {
  border-bottom-color: var(--accent-gold);
}

.tier-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.primary-tier .tier-icon {
  background: var(--green-primary);
  color: white;
}

.supported-tier .tier-icon {
  background: var(--accent-gold);
  color: var(--bg-dark);
}

.tier-header h3 {
  font-size: 28px;
  color: var(--text-primary);
  margin-bottom: 5px;
}

.tier-subtitle {
  color: var(--text-muted);
  font-size: 15px;
  margin: 0;
}

/* Market Cards */
.market-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}

.market-card {
  background: var(--bg-white);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.primary-card {
  border-color: var(--green-primary);
}

.supported-card {
  border-color: var(--border-light);
}

.market-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.primary-card:hover {
  border-color: var(--green-hover);
}

.supported-card:hover {
  border-color: var(--accent-gold);
}

.market-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(31, 111, 67, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--green-primary);
}

.market-card h4 {
  font-size: 20px;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.market-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
  min-height: 40px;
}

.market-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--green-primary);
  text-decoration: none;
  transition: gap 0.3s ease;
}

.market-link.light {
  color: var(--accent-gold);
}

.market-link:hover {
  gap: 12px;
}

.market-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.market-link:hover i {
  transform: translateX(5px);
}

.approach-note {
  background: rgba(31, 111, 67, 0.05);
  border-left: 4px solid var(--green-primary);
  padding: 20px 25px;
  border-radius: 8px;
  margin-top: 40px;
}

.approach-note p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-weight: 500;
  color: var(--text-primary);
}

.approach-note i {
  color: var(--green-primary);
  font-size: 18px;
}

/* Adaptation Grid */
.adaptation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.adaptation-point {
  text-align: center;
  padding: 30px 25px;
  background: var(--bg-white);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.adaptation-point:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: var(--green-primary);
}

.adaptation-icon {
  width: 70px;
  height: 70px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  margin: 0 auto 20px;
}

.adaptation-point h4 {
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.adaptation-point p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* Explore Markets Section */
.explore-markets-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8faf9 0%, #ffffff 100%);
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.explore-card {
  text-align: center;
  padding: 35px 30px;
  background: var(--bg-white);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.explore-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--green-primary);
}

.explore-icon {
  width: 80px;
  height: 80px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  margin: 0 auto 20px;
}

.explore-card h3 {
  font-size: 22px;
  color: var(--text-primary);
  margin-bottom: 15px;
}

.explore-card p {
  font-size: 15px;
  color: var(--text-secondary);
  margin-bottom: 25px;
  line-height: 1.6;
  min-height: 70px;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: var(--green-primary);
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.explore-btn:hover {
  background: var(--green-hover);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(31, 111, 67, 0.3);
  gap: 15px;
}

.explore-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.explore-btn:hover i {
  transform: translateX(5px);
}

/* Long-Term Perspective */
.long-term-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a3c2e 0%, var(--bg-dark) 100%);
  color: white;
}

.long-term-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.perspective-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--accent-gold);
  margin: 0 auto 30px;
  backdrop-filter: blur(10px);
}

.long-term-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: white;
}

.long-term-content p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 30px;
}

.perspective-points {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.perspective-point {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.perspective-point i {
  color: var(--accent-gold);
  font-size: 18px;
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 992px) {
  .market-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .explore-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tier-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .market-approach-section,
  .explore-markets-section,
  .long-term-section {
    padding: 60px 0;
  }
  
  .approach-header h2 {
    font-size: 28px;
  }
  
  .approach-tagline {
    font-size: 20px;
  }
  
  .market-cards,
  .explore-grid {
    grid-template-columns: 1fr;
  }
  
  .market-card,
  .explore-card {
    padding: 25px 20px;
  }
  
  .adaptation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .perspective-points {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .adaptation-grid {
    grid-template-columns: 1fr;
  }
  
  .market-card p {
    min-height: auto;
  }
  
  .explore-card p {
    min-height: auto;
  }
  
  .explore-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===================================
   OTHER REGIONS PAGE
   (Simple, clean, minimal CSS)
=================================== */

/* Global Hero Background */
.other-regions-section {
  padding: 80px 0;
  background: var(--bg-white);
}

.regions-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.global-badge {
  display: inline-block;
  background: rgba(31, 111, 67, 0.1);
  border: 2px solid var(--green-primary);
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 25px;
}

.global-badge span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-primary);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.global-badge i {
  font-size: 16px;
}

.regions-intro h2 {
  font-size: 36px;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.regions-lead {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}

.regions-intro p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.product-tag {
  background: rgba(31, 111, 67, 0.1);
  color: var(--green-primary);
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(31, 111, 67, 0.2);
}

/* Approach Note */
.approach-note {
  background: rgba(31, 111, 67, 0.05);
  border-radius: 12px;
  padding: 25px 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
  border-left: 4px solid var(--green-primary);
}

.approach-note i {
  font-size: 28px;
  color: var(--green-primary);
  margin-top: 5px;
}

.note-content h4 {
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.note-content p {
  font-size: 15px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* Simple CTA Section */
.simple-cta-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #f8faf9 0%, #e8f5e9 100%);
}

.simple-cta-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.simple-cta-content h3 {
  font-size: 28px;
  color: var(--text-primary);
  margin-bottom: 15px;
}

.simple-cta-content p {
  font-size: 16px;
  color: var(--text-secondary);
  margin-bottom: 30px;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.primary-btn {
  background: var(--green-primary);
  color: white;
}

.primary-btn:hover {
  background: var(--green-hover);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(31, 111, 67, 0.3);
}

.secondary-btn {
  background: transparent;
  color: var(--text-primary);
  border-color: var(--border-soft);
}

.secondary-btn:hover {
  background: rgba(31, 111, 67, 0.05);
  border-color: var(--green-primary);
  transform: translateY(-3px);
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 768px) {
  .other-regions-section,
  .simple-cta-section {
    padding: 60px 0;
  }
  
  .regions-intro h2 {
    font-size: 28px;
  }
  
  .regions-lead {
    font-size: 16px;
  }
  
  .regions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .approach-note {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  
  .cta-actions {
    flex-direction: column;
  }
  
  .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .regions-grid {
    grid-template-columns: 1fr;
  }
  
  .region-card > p {
    min-height: auto;
  }
  
  .global-badge {
    padding: 6px 15px;
  }
  
  .global-badge span {
    font-size: 12px;
  }
}

/* ===================================
   EXPORT PROCESS DETAILED PAGE
=================================== */

/* Export Hero */
.inner-hero--export {
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                    url('/assets/images/export/export-process-hero.jpg');
}

/* Process Overview */
.export-process-overview {
  padding: 80px 0;
  background: var(--bg-white);
}

.process-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.process-intro h2 {
  font-size: 36px;
  color: var(--text-primary);
  margin-bottom: 15px;
}

.intro-lead {
  font-size: 20px;
  color: var(--accent-gold);
  font-weight: 600;
  margin-bottom: 20px;
}

.process-intro p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Detailed Process Steps */
.detailed-process {
  max-width: 1000px;
  margin: 0 auto;
}

.process-step-detailed {
  background: var(--bg-light);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  border-left: 5px solid var(--green-primary);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.step-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(31, 111, 67, 0.2);
}

.step-number-large {
  width: 80px;
  height: 80px;
  background: var(--green-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 800;
  flex-shrink: 0;
}

.step-title h3 {
  font-size: 28px;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.step-subtitle {
  font-size: 16px;
  color: var(--accent-gold);
  font-weight: 600;
  margin: 0;
}

.step-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.step-details h4 {
  font-size: 18px;
  color: var(--text-primary);
  margin: 25px 0 15px;
}

.step-details h4:first-child {
  margin-top: 0;
}

.step-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.step-details li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.step-details li i {
  color: var(--green-primary);
  margin-top: 3px;
  flex-shrink: 0;
}

.step-note {
  background: rgba(201, 162, 77, 0.1);
  border-radius: 12px;
  padding: 25px;
  border-left: 4px solid var(--accent-gold);
  height: fit-content;
}

.step-note i {
  color: var(--accent-gold);
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
}

.step-note p {
  margin: 0;
  font-size: 15px;
  color: var(--text-primary);
  line-height: 1.6;
}

/* Process Timeline */
.process-timeline-section {
  background: linear-gradient(135deg, #f8faf9 0%, #e8f5e9 100%);
  border-radius: 20px;
  padding: 50px;
  margin: 60px 0;
  text-align: center;
}

.process-timeline-section h3 {
  font-size: 28px;
  color: var(--text-primary);
  margin-bottom: 40px;
}

.timeline-visual {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 800px;
  margin: 0 auto 30px;
}

.timeline-visual::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--border-light);
  z-index: 1;
}

.timeline-item {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
}

.timeline-point {
  width: 45px;
  height: 45px;
  background: var(--green-primary);
  border-radius: 50%;
  margin: 0 auto 15px;
  border: 5px solid white;
  box-shadow: 0 0 0 3px var(--border-light);
}

.timeline-content h5 {
  font-size: 16px;
  color: var(--text-primary);
  margin-bottom: 5px;
  font-weight: 600;
}

.timeline-content p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

.timeline-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-secondary);
  margin: 20px 0 0;
}

.timeline-note i {
  color: var(--green-primary);
}

/* Why Process Section */
.why-process-section {
  padding: 80px 0;
  background: var(--bg-white);
}

.process-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.benefit-card {
  text-align: center;
  padding: 35px 25px;
  background: var(--bg-light);
  border-radius: 12px;
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--green-primary);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  margin: 0 auto 20px;
}

.benefit-card h4 {
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* Start Export CTA */
.start-export-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a3c2e 0%, var(--bg-dark) 100%);
  color: white;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cta-content h3 {
  font-size: 32px;
  margin-bottom: 15px;
  color: white;
}

.cta-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 992px) {
  .step-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .timeline-visual {
    flex-direction: column;
    gap: 40px;
  }
  
  .timeline-visual::before {
    display: none;
  }
  
  .process-step-detailed {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .export-process-overview,
  .why-process-section,
  .start-export-cta {
    padding: 60px 0;
  }
  
  .process-intro h2 {
    font-size: 28px;
  }
  
  .step-header {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .process-timeline-section {
    padding: 40px 20px;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .process-step-detailed {
    padding: 25px 20px;
  }
  
  .step-number-large {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  
  .step-title h3 {
    font-size: 24px;
  }
  
  .process-benefits {
    grid-template-columns: 1fr;
  }
}

/* ===================================
   EUROPE COMPARISON PAGE
   (Minimal new CSS only)
=================================== */

/* Comparison Table */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 15px;
  background: var(--bg-white);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.comparison-table thead {
  background: linear-gradient(135deg, var(--green-primary) 0%, #2a8055 100%);
}

.comparison-table th {
  padding: 20px;
  text-align: left;
  color: white;
  font-weight: 700;
  font-size: 16px;
  border: none;
}

.comparison-table tbody tr {
  border-bottom: 1px solid var(--border-light);
  transition: background-color 0.3s ease;
}

.comparison-table tbody tr:hover {
  background-color: rgba(31, 111, 67, 0.05);
}

.comparison-table td {
  padding: 18px 20px;
  color: var(--text-secondary);
  border: none;
}

.comparison-table td:first-child {
  font-weight: 600;
  color: var(--text-primary);
  background: rgba(31, 111, 67, 0.03);
}

.comparison-table td:nth-child(2) {
  border-left: 3px solid #3498db;
}

.comparison-table td:nth-child(3) {
  border-left: 3px solid #e74c3c;
}

/* Key Takeaways */
.key-takeaways {
  margin: 60px 0 40px;
}

.key-takeaways h3 {
  font-size: 24px;
  color: var(--text-primary);
  margin-bottom: 30px;
  text-align: center;
}

.takeaway-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.takeaway-card {
  text-align: center;
  padding: 35px 30px;
  background: var(--bg-light);
  border-radius: 12px;
  border-top: 5px solid;
}

.takeaway-card:first-child {
  border-top-color: #3498db;
}

.takeaway-card:last-child {
  border-top-color: #e74c3c;
}

.takeaway-card i {
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
}

.takeaway-card:first-child i {
  color: #3498db;
}

.takeaway-card:last-child i {
  color: #e74c3c;
}

.takeaway-card h4 {
  font-size: 20px;
  color: var(--text-primary);
  margin-bottom: 15px;
}

.takeaway-card p {
  font-size: 15px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* Strategy Points */
.strategy-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.strategy-point {
  padding: 25px;
  border-radius: 10px;
  background: var(--bg-light);
}

.strategy-point.west {
  border-left: 4px solid #3498db;
}

.strategy-point.east {
  border-left: 4px solid #e74c3c;
}

.strategy-point h5 {
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.strategy-point p {
  font-size: 15px;
  color: var(--text-secondary);
  margin: 0;
}

/* Accent Button */
.enquiry-btn.accent-btn {
  background: #3498db;
  color: white;
}

.enquiry-btn.accent-btn:hover {
  background: #2980b9;
}

/* Responsive */
@media (max-width: 768px) {
  .comparison-table {
    font-size: 14px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 15px 12px;
  }
  
  .takeaway-grid,
  .strategy-points {
    grid-template-columns: 1fr;
  }
  
  .enquiry-buttons {
    flex-direction: column;
  }
  
  .enquiry-btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}

/* GCC Specific Styles */
.inner-hero--gcc {
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                    url('/assets/images/markets/gcc-hero.jpg');
}

.gcc-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.gcc-product-block {
  background: var(--bg-white);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.gcc-product-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: var(--green-primary);
}

.gcc-product-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--green-primary);
}

.gcc-product-header i {
  font-size: 28px;
  color: var(--green-primary);
  background: rgba(31, 111, 67, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gcc-product-header h3 {
  font-size: 22px;
  color: var(--text-primary);
  margin: 0;
}

.gcc-focus-points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.focus-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
}

.focus-point i {
  color: var(--green-primary);
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .gcc-products-grid {
    grid-template-columns: 1fr;
  }
  
  .gcc-product-block {
    padding: 25px 20px;
  }
  
  .gcc-focus-points {
    flex-direction: column;
    gap: 15px;
  }
}