/* Link color styling */
a {
  color: #ff6f37;
  text-decoration: underline;
  transition: color 0.2s;
}

a:hover {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom, #d6ecf7 0%, #d6ecf7 50%, #6d7680 50%, #6d7680 100%);
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  /* border-radius: 0 0 12px 12px; */
  margin-bottom: -86px;
  z-index: 10;
  position: relative;
  margin-top: 10px;
}

.tab {
  display: block;
  float: left;
  width: 110px;
  height: 30px;
  background: url(/assets/nav-button3.png) no-repeat left top;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  line-height: 28px;
  font-size: 13px;
  margin-right: -20px;
  position: relative;
  cursor: pointer;
}

.tab:not(.active):hover {
  text-decoration: underline;
}

.tab.active {
  background: url(/assets/nav-active-button2.png) no-repeat left top;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 4px 16px rgba(76, 175, 80, 0.18);
  z-index: 11;
  border-radius: 12px 12px 0 0;

}

.tab:not(.active):hover {
  text-decoration: underline;
}

.tab-content {
  padding: 0;
}

.hero {
  background-image: url('/assets/header-bg-csr.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  width: 100%;
  height: 480px;
  padding-bottom: 20px;
}

.hero-img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  margin: 0;
  z-index: 1;
  position: relative;
}

.hero-map {
  max-width: 100%;
  position: absolute;
  right: -7%;
  top: 47%;
  z-index: 2;
  background: transparent;
}

.info {
  margin: 0 0 24px 0;
  max-width: 900px;
  font-size: 16px;
  line-height: 30px;
}

.main-content {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto 24px auto;
  padding: 0px 29px 50px 29px;
  background: linear-gradient(to bottom,
      #F4F9FC 0%,
      #F4F9FC 80%,
      #DCEEF7 100%);
  border-radius: 0 0 10px 10px;
}

.left,
.right {
  flex: 1;
  border-radius: 12px;
}

.left h2,
.right h2 {
  color: #539738;
  margin-top: 0;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #F9FBFC 0%, #DCEEF7 100%);
  border: 1px solid #C7D3DA;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 #FFFFFF;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 1px;
  padding-left: 12px;
  line-height: 43px;
}

.download-tab-header {
  width: 50%;
}

.download-tab-header h2 {
  color: #539738;
  margin-top: 0;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #F9FBFC 0%, #DCEEF7 100%);
  border: 1px solid #C7D3DA;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 #FFFFFF;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 1px;
  padding-left: 12px;
  line-height: 43px;
}

.paragraph-text {
  line-height: 20px;
  font-size: 14px;
  color: #2b4c59;
}

ul {
  margin-top: 12px;
  padding-left: 20px;
  font-size: 14px;
  color: #2b4c59;
  line-height: 20px;
}

ol {
  margin-top: 12px;
  padding-left: 20px;
  font-size: 16px;
  color: #2b4c59;
  line-height: 20px;
}

ol li{
  margin-top: 20px;
}
.newsletter {
  background: url(/assets/box-bg.jpg) no-repeat left top;
  background-size: cover;
  color: #fff;
  padding: 32px 25px;
  border-radius: 8px;
  margin-bottom: 12px;
  line-height: 31px;
}

.newsletter input {
  padding: 8px;
  border-radius: 4px;
  border: none;
  margin-right: 8px;
  width: 320px;
  margin: 10px 0;
}

.newsletter button {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  background: #4caf50;
  color: #fff;
  cursor: pointer;
  margin: 10px 0 30px 0;
}


footer {
  color: #b9c9d2;
  font-size: 14px;
  float: right;
  padding-right: 60px;
  padding-bottom: 70px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .container {
    max-width: 900px;
  }

  .hero-map {
    top: 51%;
  }

  .hero {
    background-size: cover;
    margin-bottom: 20px
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 95%;
    border-radius: 0;
  }

  .download-tab-header {
    width: 100%;
  }

  .main-content {
    display: block;
    padding: 12px 12px 50px 12px;
  }

  .newsletter input {
    width: 250px;
  }

  .hero-img {
    width: 98vw;
    max-width: 220px;
  }

  .hero-map {
    display: none;
  }
}