/* === Base Typography === */
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #f9f9f9;
  color: #000;
}

h1, h2, h3 {
  font-family: 'EB Garamond', serif;
  margin-top: 0;
}

/* === Hero Section === */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
              url('images/background.png') no-repeat center center/cover;
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.language-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
}

.language-switcher a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
}

.language-switcher a:hover {
  text-decoration: underline;
}


/* === Section Wrapper Styles === */
.section-light {
  background: linear-gradient(to bottom, #eef7fb, #d4ecf9);
  padding: 60px 20px;
  text-align: center;
}

.section-blue {
  background-color: #007BFF;
  color: white;
  padding: 60px 20px;
  width: 100%;
}


footer {
  background-color: #007BFF;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

/* === Disinfection Section === */
.icon-inline {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-right: 10px;
}

.disinfection-blocks {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.disinfection-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  max-width: 400px;
  flex: 1;
  min-width: 280px;
  text-align: left;
}

.disinfection-item h3 {
  display: flex;
  align-items: center;
  font-size: 1.4em;
}

/* === Feed Section === */
.feed-layout {
  background-color: #1C87C8;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.feed-layout h2 {
  color: white;
}

.feed-blocks {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.feed-item {
  background: white;
  color: black;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  max-width: 400px;
  flex: 1;
  min-width: 280px;
  text-align: left;
}

.feed-item h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4em;
  margin-bottom: 10px;
}

/* === Fertiliser Section === */
.fertiliser-layout {
  background: linear-gradient(to bottom, #eef7fb, #d4ecf9);
  padding: 60px 20px;
  text-align: center;
}

.fertiliser-blocks {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.fertiliser-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  max-width: 350px;
  flex: 1;
  min-width: 280px;
  text-align: left;
}

.fertiliser-item h3 {
  display: flex;
  align-items: center;
  font-size: 1.3em;
}

.section-description {
  max-width: 900px;
  margin: 40px auto 0;
  font-size: 1em;
}

/* === Commitment Section === */
.commitment-section {
  
  padding: 60px 20px;
}

.commitment-content {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  align-items: flex-start;
}

.commitment-image {
  flex: 0 0 300px;
}

.commitment-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.commitment-text {
  flex: 1;
  min-width: 280px;
}

.commitment-text h2 {
  font-size: 2em;
  margin-bottom: 30px;
}

.commitment-card {
  background-color: #d9efff;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.commitment-card h3 {
  font-family: 'EB Garamond', serif;
  margin-top: 0;
}

/* === Logistics Section === */
.logistics-section {
  
  padding: 60px 20px;
}

.logistics-content {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  align-items: flex-start;
}

.logistics-text {
  flex: 1;
  min-width: 300px;
}

.logistics-text h2 {
  font-size: 2em;
  margin-bottom: 30px;
}

.logistics-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.logistics-step img {
  width: 48px;
  height: auto;
  margin-top: 4px;
}

.logistics-step h3 {
  margin: 0;
  font-family: 'EB Garamond', serif;
  font-size: 1.3em;
  line-height: 1.2;
}

.logistics-step p {
  margin: 4px 0 0;
  font-size: 1em;
  line-height: 1.3;
}

.logistics-image {
  flex: 0 0 300px;
}

.logistics-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.registration-section {
  padding: 60px 20px;
  
  text-align: center;
}

.registration-section h2 {
  font-size: 2.2em;
  margin-bottom: 40px;
}

.registration-table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  overflow: hidden;
  font-size: 1em;
}

.registration-table td {
  padding: 16px 20px;
  text-align: left;
}

.registration-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.15);
}

.registration-table tr:first-child td:first-child {
  border-top-left-radius: 12px;
}

.registration-table tr:first-child td:last-child {
  border-top-right-radius: 12px;
}

.registration-table tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.registration-table tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.contact-section {
  padding: 60px 20px;
  
  text-align: center;
}

.contact-section h2 {
  font-size: 2.4em;
  font-family: 'EB Garamond', serif;
  margin-bottom: 30px;
}

.contact-section p {
  font-size: 1.1em;
  max-width: 800px;
  margin: 10px auto;
  line-height: 1.6;
}

.contact-section a {
  color: #000;
  text-decoration: underline;
}


/* === Responsive Adjustments === */
img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .disinfection-blocks,
  .feed-blocks,
  .fertiliser-blocks,
  .commitment-content,
  .section-columns,
  .logistics-content {
    flex-direction: column;
    align-items: center;
  }

  .commitment-text {
    text-align: center;
  }

  .commitment-image {
    max-width: 100%;
  }
}


.section-pair-light {
  background: linear-gradient(to bottom, #eef7fb, #d4ecf9);
  padding: 60px 20px;
}

.section-pair-light > * {
  margin-bottom: 60px;
}

.section-pair-light > *:last-child {
  margin-bottom: 0;
}
