:root {
  --eco-green: #15965a;
  --eco-green-2: #3bb56f;
  --eco-purple: #8064bc;
  --eco-blue: #367eae;
  --eco-dark: #242d37;
  --eco-muted: #697681;
  --eco-line: #e7edf1;
  --eco-soft: #f7faf8;
}

body {
  background:
    linear-gradient(180deg, rgba(11, 46, 36, .64) 0, rgba(11, 46, 36, .36) 360px, rgba(7, 54, 38, .62) 650px, rgba(255, 255, 255, 1) 980px),
    url("../video/naxcivan-custom-bg.jpg") center top / cover no-repeat fixed;
  color: var(--eco-dark);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea,
.eco-navigation,
.eco-navigation a,
.eco-section-title,
.eco-news-row h3,
.eco-leader-copy,
.eco-side-heading h2,
.eco-side-heading a,
.eco-interest-row b {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}

.eco-navigation .nav-link,
.eco-contact-btn,
.eco-brand,
.eco-section-title,
.eco-leader-copy blockquote,
.eco-news-row h3,
.eco-side-heading h2 {
  font-weight: 800 !important;
  -webkit-text-stroke: .15px currentColor;
  text-rendering: geometricPrecision;
}

body > header {
  position: relative;
  isolation: isolate;
  z-index: 10000;
  background: transparent;
}

body > header:before {
  content: "";
  position: absolute;
  inset: 49px 0 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(12, 67, 45, .25), rgba(11, 36, 29, .08));
}

a:hover {
  text-decoration: none;
}

.eco-official {
  min-height: 49px;
  background: rgba(247, 249, 252, .94);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
  font-size: 14px;
  color: #344250;
  backdrop-filter: blur(6px);
}

.eco-official .container {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.eco-official-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.eco-official-dot {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: var(--eco-green);
}

.eco-lang {
  display: flex;
  gap: 22px;
  color: #4d5964;
}

.eco-header {
  padding: 30px 0 0;
  background: transparent;
}

.eco-header-grid {
  display: grid;
  grid-template-columns: 270px minmax(360px, 1fr) 270px;
  gap: 30px;
  align-items: center;
}

.eco-contact-buttons {
  display: grid;
  gap: 15px;
  align-self: center;
  justify-self: start;
}

.eco-contact-btn {
  min-height: 54px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--eco-purple);
  color: #fff;
  border-radius: 2px;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  text-transform: none;
}

.eco-call-btn {
  background: var(--eco-purple) !important;
}

.eco-contact-btn:hover {
  color: #fff;
}

.eco-brand {
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0 !important;
  color: #fff;
  text-shadow: none !important;
}

.eco-brand:hover {
  color: #fff;
}

.eco-brand img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.eco-brand span {
  max-width: 470px;
}

.eco-quote {
  justify-self: end;
  width: 270px;
  max-width: 270px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif !important;
  line-height: 1.45;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.eco-quote b {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.eco-navigation {
  max-width: 1110px;
  margin: 28px auto 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 0;
  border-radius: 2px;
  background: #fbf5ec;
  box-shadow: 0 18px 38px rgba(10, 30, 22, .2);
  position: relative;
  z-index: 5000;
  pointer-events: auto;
}

.eco-navigation,
.eco-navigation * {
  pointer-events: auto !important;
}

.eco-navigation .container {
  position: relative;
  min-height: 70px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  z-index: 5001;
}

.eco-navigation .navbar {
  min-height: 70px;
  width: calc(100% - 70px);
  padding: 0 18px;
}

.eco-navigation .navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  padding-right: 0;
}

.eco-navigation .navbar-nav > li {
  padding: 0 !important;
}

.eco-navigation .navbar-nav > li.eco-mega-item {
  position: relative !important;
}

.eco-navigation .nav-link {
  padding: 26px 13px !important;
  color: #26313c !important;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.eco-navigation .nav-link i {
  margin-left: 8px;
  color: #7e8a94;
}

.eco-navigation .dropdown-menu {
  min-width: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0 0 2px 2px;
  background: #fff;
  box-shadow: none;
}

.eco-navigation .dropdown-menu a {
  color: #7d8388;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  display: block;
}

.eco-navigation .dropdown:hover > .dropdown-menu,
.eco-navigation .dropdown.show > .dropdown-menu,
.eco-navigation .dropdown-menu:hover {
  display: block;
}

.eco-mega-item {
  position: relative !important;
}

.eco-mega-menu {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  top: 100% !important;
  width: max-content !important;
  min-width: 280px !important;
  max-width: min(620px, calc(100vw - 40px)) !important;
  margin: 0 !important;
  padding: 28px 34px 30px !important;
  background: #fff !important;
  opacity: 1 !important;
  transform: none !important;
  z-index: 20000 !important;
  pointer-events: auto !important;
}

.eco-navigation .dropdown-menu.show,
.eco-navigation .dropdown.show > .dropdown-menu {
  display: block !important;
}

.eco-navigation .eco-mega-menu a,
.eco-navigation .eco-mega-menu button {
  position: relative;
  z-index: 20001;
  pointer-events: auto !important;
}

.eco-mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, max-content));
  gap: 34px;
  width: max-content;
  max-width: 560px;
}

.eco-mega-col {
  min-height: 100%;
  min-width: 220px;
  padding-right: 32px;
  border-right: 1px solid #e5e9ec;
}

.eco-mega-col:nth-child(3n),
.eco-mega-col:last-child {
  border-right: 0;
}

.eco-navigation .eco-mega-title,
.eco-navigation .eco-mega-title:hover {
  margin-bottom: 16px;
  color: #2d86c6;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.eco-navigation .eco-mega-title-metbuat,
.eco-navigation .eco-mega-title-metbuat:hover {
  color: var(--sg-teal) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.eco-navigation .eco-mega-link {
  margin-top: 12px;
  color: #818181;
  font-size: 16px;
  line-height: 1.35;
}

.eco-navigation .eco-mega-link:hover {
  color: #2d86c6;
}

.eco-mega-menu-compact .eco-mega-grid {
  grid-template-columns: minmax(220px, max-content);
  max-width: 320px;
}

.eco-mega-menu-compact {
  min-width: 300px !important;
  max-width: 340px !important;
}

.eco-navigation .navbar-toggler {
  border: 0;
  padding: 0;
  color: #26313c;
  font-size: 30px;
}

.eco-navigation .navbar-toggler-icon {
  background-image: none;
  width: auto;
  height: auto;
}

.eco-navigation .navbar-toggler-icon:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.eco-navigation .nav-search {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 0;
  border: 0;
  color: #6f7d88;
  font-size: 20px;
}

.eco-navigation .search-block {
  top: 100%;
}

.eco-hero {
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  background: transparent !important;
  color: #fff;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.eco-hero-blur-video,
.eco-hero-bg-video,
.eco-hero-motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-hero-bg-video {
  z-index: 0;
}

.eco-hero-blur-video {
  display: none;
}

.eco-hero.has-video .eco-hero-motion {
  display: none;
}

.eco-hero-motion {
  display: none;
}

@keyframes ecoHeroDrift {
  from {
    transform: scale(1.08) translate3d(-1.6%, -1.2%, 0);
  }

  to {
    transform: scale(1.16) translate3d(1.6%, 1.2%, 0);
  }
}

.eco-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(13, 62, 44, .34) 0%, rgba(18, 92, 54, .56) 48%, rgba(14, 28, 22, .62) 100%),
    linear-gradient(90deg, rgba(18, 118, 67, .54) 0%, rgba(35, 162, 93, .28) 42%, rgba(0, 0, 0, .04) 100%);
  pointer-events: none;
}

.eco-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 115px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .98));
  pointer-events: none;
}

.eco-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 70px 0 110px;
  display: none;
}

.eco-leader-hero {
  position: relative;
  z-index: 2;
  width: 100vw;
  min-height: 480px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  align-items: end;
  gap: min(5vw, 72px);
  padding: 42px min(8vw, 118px) 120px;
  pointer-events: auto;
}

.eco-leader-copy {
  align-self: center;
  max-width: 760px;
  padding: 0;
  color: #fff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .42);
}

.eco-leader-copy span {
  display: inline-block;
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.eco-leader-copy blockquote {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0;
}

.eco-leader-photo {
  justify-self: end;
  width: 100%;
  max-width: 420px;
  height: 430px;
  min-height: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.eco-leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom left;
}

.eco-hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border-bottom: 2px solid rgba(255, 255, 255, .84);
}

.eco-hero-kicker:hover {
  color: #fff;
}

.eco-hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 900;
  max-width: 720px;
}

#phpdebugbar,
.phpdebugbar {
  display: none !important;
}

.eco-more-btn {
  min-width: 154px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #26313c;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.eco-more-btn:hover {
  color: #26313c;
}

.eco-main {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 0;
}

.eco-main > .container {
  background: #fff;
  padding-top: 34px;
}

.eco-section-title {
  margin: 0 0 28px;
  color: #26313c;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.eco-section-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 22px;
  background: #2d86c6;
}

.eco-section-title-center {
  text-align: center;
}

.eco-section-title-center:after {
  margin-left: auto;
  margin-right: auto;
  background: #17215a;
}

.eco-activity-slider {
  padding-top: 8px;
}

.eco-activity-stage {
  position: relative;
  height: 520px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 36px;
  overflow: hidden;
  background: #16253a;
}

.eco-activity-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 72px min(18vw, 280px);
  background-position: center;
  background-size: min(88vw, 1500px) auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
}

.eco-activity-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.eco-activity-slide:hover {
  color: #fff;
}

.eco-activity-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 24, .58), rgba(5, 10, 24, .5));
}

.eco-activity-icon {
  position: relative;
  z-index: 1;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}

.eco-activity-icon img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .3));
}

.eco-activity-slide strong,
.eco-activity-slide em {
  position: relative;
  z-index: 1;
}

.eco-activity-slide strong {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.eco-activity-slide em {
  max-width: 980px;
  color: rgba(255, 255, 255, .94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 700;
}

.eco-activity-dots {
  position: relative;
  z-index: 2;
  height: 0;
  margin-top: -86px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.eco-activity-dots button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .36);
  cursor: pointer;
}

.eco-activity-dots button.is-active {
  background: #ffb638;
}

.eco-activity-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.eco-activity-card {
  min-height: 182px;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid var(--eco-line);
  border-radius: 2px;
  box-shadow: 0 8px 22px rgba(32, 49, 65, .05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #26313c;
  font-size: 17px;
  font-weight: 900;
}

.eco-activity-card:hover {
  color: #26313c;
}

.eco-activity-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.eco-more-row {
  margin-top: 24px;
  text-align: center;
}

.eco-more-link {
  color: #26313c;
  font-weight: 900;
  text-transform: uppercase;
}

.eco-news-weather {
  margin-top: 110px;
  display: block;
}

.eco-top-weather-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 390px !important;
  gap: 34px !important;
  align-items: stretch !important;
  margin-bottom: 44px !important;
}

.eco-news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

.eco-top-news {
  margin: 0 !important;
}

.eco-top-news-main {
  position: relative !important;
  display: block !important;
  height: 430px !important;
  overflow: hidden !important;
  border-radius: 2px !important;
  background: #e8ecef !important;
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(15, 37, 55, .12) !important;
}

.eco-top-news-controls {
  position: absolute !important;
  left: 34px !important;
  bottom: 34px !important;
  z-index: 4 !important;
  display: flex !important;
  transform: translateY(calc(100% + 14px)) !important;
  box-shadow: 0 8px 18px rgba(15, 37, 55, .12) !important;
}

.eco-top-news-controls button {
  width: 54px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e5e8eb !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #789 !important;
  font-size: 22px !important;
  cursor: pointer !important;
}

.eco-top-news-controls button:hover {
  color: var(--sg-teal) !important;
}

.eco-top-news-main:hover {
  color: #fff !important;
}

.eco-top-news-main img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .35s ease !important;
}

.eco-top-news-main:hover img {
  transform: scale(1.025) !important;
}

.eco-top-news-main:after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(24, 55, 105, .74) 0%, rgba(24, 55, 105, .52) 34%, rgba(24, 55, 105, .08) 72%) !important;
}

.eco-top-news-label {
  position: absolute !important;
  left: 34px !important;
  top: 32px !important;
  z-index: 2 !important;
  padding: 7px 13px !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
}

.eco-top-news-caption {
  position: absolute !important;
  left: 34px !important;
  bottom: 34px !important;
  z-index: 2 !important;
  width: min(430px, calc(100% - 68px)) !important;
  padding: 24px !important;
  background: rgba(45, 86, 151, .84) !important;
  color: #fff !important;
}

.eco-top-news-caption b {
  display: block !important;
  margin-bottom: 18px !important;
  color: #fff !important;
  font-size: 25px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.eco-top-news-caption small {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.eco-top-news-strip {
  display: none !important;
}

.eco-top-news-strip a {
  display: grid !important;
  grid-template-columns: 122px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 92px !important;
  color: var(--sosial-text, #0f2537) !important;
}

.eco-top-news-strip img {
  width: 122px !important;
  height: 82px !important;
  object-fit: cover !important;
}

.eco-top-news-strip b {
  display: block !important;
  margin-bottom: 7px !important;
  color: inherit !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.eco-top-news-strip small {
  color: #87919a !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.eco-news-subtitle {
  margin: 0 0 22px !important;
  color: var(--sosial-text, #0f2537) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.eco-news-row {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 0;
  border-bottom: 0;
}

.eco-news-thumb {
  position: relative;
  display: block;
  height: 190px;
  overflow: hidden;
  border-radius: 2px;
  color: #fff;
}

.eco-news-thumb:hover {
  color: #fff;
}

.eco-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-news-thumb span {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 4px 10px;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.eco-news-body {
  min-width: 0;
}

.eco-label {
  width: max-content;
  padding: 7px 13px;
  margin-bottom: 14px;
  border-radius: 2px;
  background: var(--eco-purple);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.eco-date {
  color: #727e88;
  font-size: 14px;
  font-weight: 700;
}

.eco-news-row h3 {
  margin: 14px 0 10px;
  color: #2d86c6;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0;
}

.eco-news-row p {
  margin: 0;
  color: #4f5964;
  font-size: 16px;
  line-height: 1.45;
}

.eco-weather {
  border: 0;
  border-radius: 4px;
  background: #f4f4f4;
  overflow: hidden;
}

.eco-weather-head {
  min-height: 74px;
  padding: 0 26px;
  background: #f4f4f4;
  border-bottom: 1px solid var(--eco-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eco-weather-head h2 {
  margin: 0;
  color: #2d86c6;
  font-size: 31px;
  font-weight: 900;
}

.eco-weather-head select {
  width: 100%;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2d86c6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 31px;
  font-weight: 900;
  cursor: pointer;
}

.eco-weather-head i {
  color: #2d86c6;
}

.eco-weather-card {
  padding: 28px 26px 34px;
  text-align: center;
}

.eco-weather-card > .eco-date {
  display: block;
  margin-bottom: 16px;
  color: #8a8f96;
}

.eco-weather-days {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.eco-weather-days > div {
  padding: 0 22px;
}

.eco-weather-days > div + div {
  border-left: 1px solid #dde3e7;
}

.eco-weather-days b {
  display: block;
  margin-bottom: 18px;
  color: #111;
  font-size: 15px;
}

.eco-weather-days i {
  display: block;
  color: #15c2d4;
  font-size: 42px;
  margin-bottom: 18px;
}

.eco-weather-days strong {
  display: block;
  color: #26313c;
  font-size: 34px;
  line-height: 1;
}

.eco-weather-days p {
  margin: 12px 0 0;
  color: #8b8b8b;
  font-weight: 700;
}

.eco-side-useful {
  margin-top: 64px;
}

.eco-side-useful .eco-section-title {
  margin-bottom: 34px;
}

.eco-side-useful a {
  min-height: 72px;
  display: grid;
  grid-template-columns: 38px 1fr 18px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #e0e5e9;
  color: #2d86c6;
  font-size: 17px;
}

.eco-side-useful a > i:first-child {
  color: #2d86c6;
  font-size: 24px;
  text-align: center;
}

.eco-side-useful a > i:last-child {
  color: #d6dce0;
}

.eco-side-banners {
  margin-top: 34px;
  display: grid;
  gap: 16px;
}

.eco-side-banners a {
  display: block;
  overflow: hidden;
  border: 1px solid #d8e2ec;
  border-radius: 4px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}

.eco-side-banners a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(28, 61, 88, .14);
}

.eco-side-banners img {
  display: block;
  width: 100%;
  height: 84px;
  object-fit: cover;
}

.eco-side-interesting {
  margin-top: 54px;
}

.eco-home-links {
  margin-top: 42px !important;
  padding: 34px !important;
  border: 1px solid #dfe7eb !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6fafb 100%) !important;
  box-shadow: 0 18px 44px rgba(15, 37, 55, .07) !important;
}

.eco-modern-heading {
  margin-bottom: 22px !important;
}

.eco-modern-heading h2 {
  position: relative !important;
  margin: 0 !important;
  padding-bottom: 14px !important;
  color: var(--sg-text) !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.eco-modern-heading h2:after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 52px !important;
  height: 3px !important;
  border-radius: 99px !important;
  background: var(--sg-teal) !important;
}

.eco-home-links .eco-side-banners {
  margin-top: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.eco-home-links .eco-side-banners a {
  position: relative !important;
  min-height: 132px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 22px !important;
  overflow: hidden !important;
  border: 1px solid #dfe7eb !important;
  border-radius: 12px !important;
  background: #173d46 !important;
  box-shadow: 0 12px 28px rgba(15, 37, 55, .08) !important;
  color: #fff !important;
  isolation: isolate !important;
}

.eco-home-links .eco-side-banners img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(.65) contrast(.95) brightness(.78) !important;
  transform: scale(1.04) !important;
  transition: transform .28s ease, filter .28s ease !important;
  z-index: -2 !important;
}

.eco-home-links .eco-side-banners a:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(47, 135, 146, .94) 0%, rgba(47, 135, 146, .74) 48%, rgba(22, 54, 72, .32) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .28)) !important;
  z-index: -1 !important;
}

.eco-home-links .eco-side-banners a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 18px 36px rgba(15, 37, 55, .16) !important;
}

.eco-home-links .eco-side-banners a:hover img {
  filter: saturate(.82) contrast(1) brightness(.86) !important;
  transform: scale(1.09) !important;
}

.eco-home-links .eco-side-banners span {
  max-width: 78% !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .28) !important;
}

.eco-home-links .eco-side-banners i {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
  font-size: 18px !important;
}

.eco-home-links .eco-side-interesting {
  margin-top: 34px !important;
  padding: 0 !important;
  border: 1px solid #dfe7eb !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.eco-home-links .eco-side-heading {
  margin-bottom: 22px !important;
  border-bottom-color: var(--sg-teal) !important;
}

.eco-home-links .eco-side-heading h2 {
  color: var(--sg-text) !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 28px !important;
  letter-spacing: 0 !important;
}

.eco-home-links .eco-side-heading a {
  color: var(--sg-teal) !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
}

.eco-interest-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.eco-home-links .eco-interest-row {
  min-height: 124px !important;
  padding: 16px !important;
  grid-template-columns: 128px minmax(0, 1fr) !important;
  border: 1px solid #edf1f4 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 37, 55, .05) !important;
}

.eco-home-links .eco-interest-row img {
  width: 128px !important;
  height: 78px !important;
  border-radius: 6px !important;
}

.eco-home-links .eco-interest-water-link {
  grid-template-columns: 128px minmax(0, 1fr) !important;
}

.eco-home-links .eco-interest-water-link img {
  width: 128px !important;
  height: 78px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.eco-interest-icon {
  width: 72px !important;
  height: 72px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  background: rgba(47, 135, 146, .12) !important;
  color: var(--sg-teal) !important;
  font-size: 28px !important;
}

.eco-side-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #17215a;
}

.eco-side-heading h2 {
  margin: 0;
  color: #17215a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.eco-side-heading a {
  color: #17215a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.eco-interest-row {
  min-height: 104px;
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #17215a;
}

.eco-interest-row:hover {
  color: #2d86c6;
}

.eco-interest-row img {
  width: 118px;
  height: 68px;
  object-fit: cover;
}

.eco-interest-row b {
  display: block;
  margin-bottom: 8px;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.eco-interest-row small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #9aa2a8;
  font-size: 14px;
}

.eco-useful {
  display: none;
  margin-top: 70px;
  padding: 48px 0 56px;
  background: #f8faf9;
  border-top: 1px solid var(--eco-line);
}

.eco-useful-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.eco-useful-link {
  min-height: 98px;
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--eco-line);
  color: #26313c;
  font-size: 15px;
  font-weight: 900;
  overflow: hidden;
}

.eco-useful-link:hover {
  color: #26313c;
}

.eco-useful-link img {
  width: 94px;
  height: 98px;
  object-fit: cover;
}

.eco-stats {
  padding: 46px 0;
  background: #fff;
}

.eco-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.eco-stat b {
  display: block;
  margin-bottom: 6px;
  color: var(--eco-purple);
  font-size: 36px;
  line-height: 1.1;
}

.eco-stat span {
  color: #59646d;
  font-weight: 700;
}

.eco-footer {
  background: #070d35;
  color: #fff;
}

.eco-footer-useful {
  padding: 54px 0 70px !important;
  background: #fff !important;
}

.eco-footer-useful h2 {
  position: relative !important;
  margin: 0 0 46px !important;
  padding-bottom: 22px !important;
  color: #070d35 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.eco-footer-useful h2:after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 76px !important;
  height: 5px !important;
  transform: translateX(-50%) !important;
  background: #070d35 !important;
}

.eco-footer-useful-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: center !important;
}

.eco-footer-useful-grid a {
  min-height: 92px !important;
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  padding: 14px !important;
  border-radius: 12px !important;
  background: #173d46 !important;
  border: 1px solid #e4ebef !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
  isolation: isolate !important;
}

.eco-footer-useful-grid a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 34px rgba(15, 37, 55, .12) !important;
}

.eco-footer-useful-grid img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  filter: saturate(.62) contrast(.94) brightness(.84) !important;
  transform: scale(1.04) !important;
  transition: transform .24s ease, filter .24s ease !important;
  z-index: -2 !important;
}

.eco-footer-useful-grid a:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(47, 135, 146, .88), rgba(23, 61, 70, .56)),
    linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .26)) !important;
  z-index: -1 !important;
}

.eco-footer-useful-grid a:after {
  content: "\f105" !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.eco-footer-useful-grid a:hover img {
  filter: saturate(.78) contrast(1) brightness(.9) !important;
  transform: scale(1.1) !important;
}

.eco-footer-menu {
  padding: 56px 0 42px;
}

.eco-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
}

.eco-footer-col h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.eco-footer-col a,
.eco-footer-col p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.45;
}

.eco-footer-col a:hover {
  color: #fff;
}

.eco-footer-col > a:before {
  content: "\203A";
  color: #ffc400;
  font-weight: 900;
}

.eco-footer-contact a:before,
.eco-footer-social a:before {
  content: none !important;
}

.eco-footer-contact h3 {
  font-size: 22px;
  line-height: 1.35;
}

.eco-footer-contact i {
  width: 18px;
  flex: 0 0 18px;
  color: #ffc400;
}

.eco-footer-social {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}

.eco-footer-social a {
  width: 38px;
  height: 38px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.eco-footer-social i {
  width: auto;
  color: #fff;
  font-size: 18px;
}

.eco-footer-sub-link {
  padding-left: 14px;
  font-size: 13px !important;
  opacity: .82;
}

.eco-footer-bottom {
  padding: 22px 0;
  background: #050a2a;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

@media (max-width: 991px) {
  .eco-header-grid {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 22px;
  }

  .eco-brand {
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
  }

  .eco-contact-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eco-contact-btn {
    width: 100%;
  }

  .eco-navigation {
    margin-top: 20px;
  }

  .eco-navigation .navbar-collapse {
    padding-top: 12px;
  }

  .eco-navigation .navbar-nav {
    align-items: flex-start;
  }

  .eco-navigation .nav-link {
    padding: 12px 0 !important;
  }

  .eco-navigation .nav-search {
    top: 35px;
  }

  .eco-hero {
    min-height: 470px;
  }

  .eco-hero h1 {
    font-size: 36px;
  }

  .eco-leader-hero {
    min-height: 430px;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 32px;
    padding: 34px 34px 92px;
  }

  .eco-leader-photo {
    max-width: 310px;
    height: 330px;
  }

  .eco-leader-copy blockquote {
    font-size: 22px;
  }

  .eco-activity-grid,
  .eco-useful-grid,
  .eco-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eco-activity-stage {
    height: 470px;
  }

  .eco-activity-slide {
    padding: 56px 32px;
  }

  .eco-activity-slide em {
    font-size: 18px;
  }

  .eco-news-weather {
    grid-template-columns: 1fr;
  }

  .eco-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .eco-official .container {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 15px;
  }

  .eco-contact-buttons,
  .eco-activity-grid,
  .eco-useful-grid,
  .eco-stats-grid,
  .eco-footer-grid {
    grid-template-columns: 1fr;
  }

  .eco-brand {
    flex-direction: column;
  }

  .eco-leader-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 22px;
    padding: 28px 22px 86px;
    text-align: center;
  }

  .eco-leader-copy {
    justify-self: center;
    max-width: none;
    padding: 0;
  }

  .eco-leader-copy span {
    font-size: 18px;
  }

  .eco-leader-copy blockquote {
    font-size: 22px;
  }

  .eco-leader-photo {
    width: 240px;
    max-width: 80vw;
    height: 260px;
    min-height: 0;
    order: -1;
    justify-self: center;
  }

  .eco-activity-stage {
    height: 430px;
  }

  .eco-activity-icon {
    width: 104px;
    height: 104px;
  }

  .eco-activity-icon img {
    width: 68px;
    height: 68px;
  }

  .eco-activity-slide strong {
    font-size: 22px;
  }

  .eco-activity-slide em {
    font-size: 16px;
  }

  .eco-hero h1 {
    font-size: 30px;
  }

  .eco-section-title {
    font-size: 32px;
  }

  .eco-news-row {
    grid-template-columns: 1fr;
  }
}

/* NMIA-inspired official layout */
:root {
  --nmia-navy: #070d38;
  --nmia-blue: #1e5aa8;
  --nmia-gold: #d7a33b;
  --nmia-bg: #f4f7fb;
}

body {
  background: #fff !important;
}

body > header {
  background: #fff;
  box-shadow: 0 8px 26px rgba(6, 13, 56, .08);
}

body > header:before {
  display: none;
}

.eco-official {
  background: #f5f7fb;
  box-shadow: none;
  color: #1f2f44;
}

.eco-official-dot {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  background: var(--nmia-blue);
}

.eco-header {
  padding: 22px 0;
  background: #fff;
}

.eco-header-grid {
  grid-template-columns: 260px minmax(360px, 1fr) 260px;
}

.eco-contact-btn {
  width: 210px;
  min-height: 48px;
  border-radius: 24px;
  background: var(--nmia-blue) !important;
  font-size: 14px;
  text-transform: uppercase;
}

.eco-brand {
  color: var(--nmia-navy);
  text-shadow: none;
  font-size: 17px;
}

.eco-brand:hover {
  color: var(--nmia-navy);
}

.eco-brand img {
  width: 82px;
  height: 82px;
}

.eco-navigation {
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--nmia-navy);
  box-shadow: none;
}

.eco-navigation .container {
  max-width: 1140px;
  min-height: 62px;
}

.eco-navigation .navbar {
  min-height: 62px;
}

.eco-navigation .nav-link {
  padding: 22px 12px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 14px;
  font-weight: 700 !important;
}

.eco-navigation .nav-link i {
  color: rgba(255, 255, 255, .72);
  -webkit-text-fill-color: rgba(255, 255, 255, .72) !important;
}

.eco-navigation .nav-search {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.eco-main {
  background: #fff;
}

.eco-main > .container {
  padding-top: 58px;
  background: #fff;
}

.eco-hero {
  min-height: 520px;
  background: linear-gradient(135deg, #f6f8fc 0%, #e8eef7 100%) !important;
  color: var(--nmia-navy);
}

.eco-hero:before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 46%, rgba(7, 13, 56, .08) 100%),
    radial-gradient(circle at 88% 12%, rgba(30, 90, 168, .18), transparent 34%);
}

.eco-hero:after {
  height: 70px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}

.eco-leader-hero {
  width: auto;
  min-height: 450px;
  margin-left: 0;
  margin-right: 0;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 58px;
  padding: 54px 0 92px;
}

.eco-leader-photo {
  order: 2;
  justify-self: center;
  width: 340px;
  max-width: 340px;
  height: 360px;
}

.eco-leader-copy {
  order: 1;
  max-width: 720px;
  color: var(--nmia-navy);
  text-shadow: none;
}

.eco-leader-copy blockquote {
  color: var(--nmia-navy);
  font-size: clamp(24px, 2.25vw, 36px);
  line-height: 1.28;
}

.eco-leader-copy span {
  color: var(--nmia-blue);
  font-size: 24px;
}

.eco-section-title {
  color: var(--nmia-navy);
  font-size: 30px;
  text-transform: uppercase;
}

.eco-section-title:after,
.eco-section-title-center:after {
  width: 64px;
  height: 3px;
  background: var(--nmia-gold);
}

.eco-news-weather {
  align-items: start;
}

.eco-news-row {
  padding: 18px;
  border: 1px solid #e4e9f1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 13, 56, .06);
}

.eco-news-row h3 {
  color: var(--nmia-navy);
  font-size: 20px;
}

.eco-news-row p {
  color: #576476;
}

.eco-more-link {
  border-color: var(--nmia-navy);
  color: var(--nmia-navy);
}

.eco-weather,
.eco-side-banners a,
.eco-side-interesting {
  box-shadow: 0 12px 28px rgba(7, 13, 56, .06);
}

.eco-weather-head select,
.eco-side-heading h2,
.eco-side-heading a,
.eco-interest-row {
  color: var(--nmia-navy);
}

.eco-side-heading {
  border-bottom-color: var(--nmia-navy);
}

.eco-activity-slider {
  margin-top: 72px;
}

.eco-activity-stage {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .eco-header-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .eco-contact-buttons {
    justify-self: center;
  }

  .eco-header-spacer {
    display: none;
  }

  .eco-leader-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .eco-leader-photo {
    order: 1;
    width: 260px;
    height: 280px;
  }

  .eco-leader-copy {
    order: 2;
  }
}

/* Sosial.gov.az-inspired visual direction */
:root {
  --sosial-green: #00a651;
  --sosial-green-dark: #008b45;
  --sosial-text: #123047;
  --sosial-muted: #6d7f8f;
  --sosial-bg: #f3f8f6;
  --sosial-line: #e4eee9;
}

body {
  background: var(--sosial-bg) !important;
  color: var(--sosial-text);
}

body > header {
  background: #fff;
  box-shadow: 0 10px 34px rgba(18, 48, 71, .08);
}

.eco-official {
  min-height: 42px;
  background: #f6fbf8;
  color: var(--sosial-muted);
  font-size: 14px;
}

.eco-official .container {
  min-height: 42px;
}

.eco-official-dot {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  background: var(--sosial-green);
}

.eco-lang a {
  color: var(--sosial-text);
  font-weight: 700;
}

.eco-header {
  padding: 18px 0;
  background: #fff;
}

.eco-header-grid {
  grid-template-columns: 220px minmax(420px, 1fr) 220px;
}

.eco-brand {
  width: 100%;
  max-width: 610px;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  color: var(--sosial-text);
  font-size: 16px;
  text-align: left;
}

.eco-brand:hover {
  color: var(--sosial-text);
}

.eco-brand img {
  width: 64px;
  height: 64px;
}

.eco-contact-btn {
  width: 186px;
  min-height: 46px;
  border-radius: 10px;
  background: var(--sosial-green) !important;
  box-shadow: 0 12px 24px rgba(0, 166, 81, .2);
}

.eco-navigation {
  max-width: 1140px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 48, 71, .1);
}

.eco-navigation .container {
  min-height: 68px;
}

.eco-navigation .navbar {
  min-height: 68px;
}

.eco-navigation .nav-link {
  padding: 25px 12px !important;
  color: var(--sosial-text) !important;
  -webkit-text-fill-color: var(--sosial-text) !important;
  font-size: 14px;
  font-weight: 700 !important;
}

.eco-navigation .nav-link:hover,
.eco-navigation .navbar-nav > li:hover .nav-link {
  color: var(--sosial-green) !important;
  -webkit-text-fill-color: var(--sosial-green) !important;
}

.eco-navigation .nav-link i {
  color: var(--sosial-green);
  -webkit-text-fill-color: var(--sosial-green) !important;
}

.eco-navigation .nav-search {
  color: var(--sosial-green);
  border-left: 1px solid var(--sosial-line);
}

.eco-main {
  background: transparent;
}

.eco-main > .container {
  max-width: 1140px;
  padding-top: 54px;
  background: transparent;
}

.eco-hero {
  min-height: 500px;
  background:
    radial-gradient(circle at 88% 20%, rgba(0, 166, 81, .18), transparent 34%),
    linear-gradient(135deg, #fff 0%, #eef8f2 100%) !important;
  color: var(--sosial-text);
}

.eco-hero:before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .76) 54%, rgba(0, 166, 81, .1) 100%);
}

.eco-hero:after {
  height: 64px;
  background: linear-gradient(180deg, rgba(243, 248, 246, 0), var(--sosial-bg));
}

.eco-leader-hero {
  max-width: 1140px;
  min-height: 420px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  padding: 52px 0 86px;
}

.eco-leader-photo {
  width: 330px;
  max-width: 330px;
  height: 340px;
}

.eco-leader-copy {
  color: var(--sosial-text);
}

.eco-leader-copy blockquote {
  color: var(--sosial-text);
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.32;
}

.eco-leader-copy span {
  color: var(--sosial-green);
}

.eco-section-title {
  color: var(--sosial-text);
  font-size: 28px;
}

.eco-section-title:after,
.eco-section-title-center:after {
  width: 54px;
  height: 4px;
  border-radius: 4px;
  background: var(--sosial-green);
}

.eco-news-row,
.eco-weather,
.eco-side-banners a,
.eco-side-interesting {
  border: 1px solid var(--sosial-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(18, 48, 71, .08);
}

.eco-news-row {
  padding: 16px;
}

.eco-news-thumb {
  border-radius: 12px;
}

.eco-news-row h3 {
  color: var(--sosial-text);
}

.eco-news-row h3:hover,
.eco-interest-row:hover {
  color: var(--sosial-green);
}

.eco-more-link {
  border-color: var(--sosial-green);
  border-radius: 10px;
  color: var(--sosial-green);
}

.eco-weather {
  overflow: hidden;
}

.eco-weather-head {
  background: #fff;
}

.eco-weather-head select,
.eco-weather-head i,
.eco-weather-days i {
  color: var(--sosial-green);
}

.eco-side-banners {
  gap: 14px;
}

.eco-side-banners a {
  border-radius: 14px;
}

.eco-side-banners img {
  height: 78px;
}

.eco-side-heading {
  border-bottom-color: var(--sosial-green);
}

.eco-side-heading h2,
.eco-side-heading a,
.eco-interest-row {
  color: var(--sosial-text);
}

.eco-activity-stage {
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(18, 48, 71, .14);
}

.eco-activity-dots button.is-active {
  background: var(--sosial-green);
}

@media (max-width: 991px) {
  .eco-navigation {
    margin-left: 15px;
    margin-right: 15px;
  }

  .eco-brand {
    flex-direction: column;
    text-align: center;
  }

  .eco-leader-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* Sosial.gov.az screenshot match */
:root {
  --sg-teal: #2f8792;
  --sg-teal-dark: #276f78;
  --sg-red: #ff3f54;
  --sg-text: #16364d;
  --sg-soft: #f5f7f8;
}

.eco-official {
  display: none !important;
}

body {
  background: #f5f7f8 !important;
}

body > header {
  background: #fff !important;
  box-shadow: none !important;
}

.eco-header {
  padding: 32px 0 !important;
  background: #fff !important;
}

.eco-header-grid {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

.eco-brand {
  max-width: 420px !important;
  width: auto !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  gap: 18px !important;
  color: #2f8792 !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  -webkit-text-stroke: 0 !important;
}

.eco-brand img {
  width: 74px !important;
  height: 74px !important;
}

.eco-contact-buttons,
.eco-header-spacer {
  display: none !important;
}

.eco-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.eco-lang-switch {
  position: relative;
}

.eco-lang-switch .eco-tool-btn {
  width: 92px;
}

.eco-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 3200;
  min-width: 92px;
  padding: 8px;
  display: none;
  border: 1px solid #dfe7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(15, 37, 55, .14);
}

.eco-lang-menu.is-open {
  display: block;
}

.eco-lang-menu a {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  color: #0f2537;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.eco-lang-menu a:hover {
  background: rgba(47, 142, 150, .1);
  color: var(--sg-teal);
}

.eco-tool-btn {
  min-width: 52px;
  height: 50px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #dfe7eb;
  border-radius: 6px;
  background: #fff;
  color: #0f2537;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
}

.eco-tool-btn:hover {
  color: var(--sg-teal);
}

.eco-tool-btn.is-active {
  border-color: var(--sg-teal);
  background: var(--sg-teal);
  color: #fff;
}

body.eco-access-mode {
  filter: contrast(1.12);
}

body.eco-access-mode,
body.eco-access-mode a,
body.eco-access-mode p,
body.eco-access-mode span,
body.eco-access-mode li {
  font-size: 1.06em;
}

body.eco-access-mode .eco-navigation,
body.eco-access-mode .footer-modern,
body.eco-access-mode .eco-footer-main {
  background: #06343c !important;
}

.eco-tool-call {
  min-width: 88px;
}

.eco-tool-call i {
  transform: rotate(-18deg);
}

.eco-navigation {
  position: sticky !important;
  top: 0 !important;
  z-index: 2500 !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: var(--sg-teal) !important;
  box-shadow: 0 10px 28px rgba(15, 37, 55, .12) !important;
}

.eco-navigation .dropdown-menu,
.eco-navigation .search-block {
  z-index: 2600 !important;
}

.eco-navigation .container {
  max-width: 1620px !important;
  min-height: 62px !important;
}

.eco-navigation .navbar {
  min-height: 62px !important;
  width: calc(100% - 260px) !important;
  padding: 0 !important;
}

.eco-navigation .navbar-nav {
  justify-content: space-between !important;
}

.eco-navigation .nav-link {
  padding: 21px 14px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  -webkit-text-stroke: 0 !important;
}

.eco-navigation .nav-link:hover,
.eco-navigation .navbar-nav > li:hover .nav-link {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.eco-navigation .nav-link i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.eco-navigation .nav-search {
  width: 86px !important;
  height: 62px !important;
  color: #fff !important;
  border-left: 0 !important;
  font-size: 24px !important;
}

.eco-navigation .nav-search:before {
  content: "Canlı yayım";
  position: absolute;
  right: 108px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 136px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--sg-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.eco-main > .container {
  max-width: 1620px !important;
  padding-top: 60px !important;
}

.eco-hero {
  min-height: 360px !important;
  align-items: center !important;
  background-position: center !important;
  background-size: cover !important;
  background-color: #102b31 !important;
  color: #fff !important;
}

.eco-hero-blur-video {
  display: block !important;
  z-index: 0 !important;
  object-fit: cover !important;
  filter: blur(18px) saturate(.78) brightness(.48) !important;
  transform: scale(1.12) !important;
}

.eco-hero-bg-video {
  inset: 20px 0 !important;
  width: min(100%, 1180px) !important;
  height: calc(100% - 40px) !important;
  margin: 0 auto !important;
  z-index: 1 !important;
  object-fit: contain !important;
  filter: saturate(.96) contrast(1.02) brightness(.94) !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18) !important;
}

.eco-hero:before {
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(16, 43, 49, .34), rgba(16, 43, 49, .08) 35%, rgba(16, 43, 49, .08) 65%, rgba(16, 43, 49, .34)),
    linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .16)) !important;
}

.eco-hero:after {
  display: none !important;
}

.eco-hero .container {
  max-width: 1620px;
  width: 100%;
}

.eco-home-hero-content {
  position: relative;
  z-index: 3;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  text-align: center;
}

.eco-home-hero-content h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .52);
}

.eco-hero-more {
  min-width: 210px;
  min-height: 60px;
  margin-top: 34px;
  padding: 17px 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 6px;
  background: rgba(0, 0, 0, .14);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  backdrop-filter: blur(4px);
  transition: background .18s ease, transform .18s ease;
}

.eco-hero-more:hover {
  transform: translateY(-2px);
  background: rgba(47, 135, 146, .72);
  color: #fff;
}

.eco-home-hero-content > a:not(.eco-hero-more),
.eco-home-hero-content span {
  max-width: 1180px;
  color: #fff;
  font-size: clamp(26px, 2.35vw, 42px);
  line-height: 1.16;
  font-weight: 500;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .45);
}

.eco-home-hero-content > a:not(.eco-hero-more):hover {
  color: #fff;
}

.eco-hero-dot {
  width: 9px;
  height: 9px;
  margin-top: 34px;
  border-radius: 50%;
  background: #fff;
}

.eco-leader-hero,
.eco-leader-photo,
.eco-leader-copy {
  display: none !important;
}

.eco-news-row,
.eco-weather,
.eco-side-banners a,
.eco-side-interesting {
  border-radius: 10px !important;
}

@media (max-width: 991px) {
  .eco-header-grid {
    flex-direction: column;
  }

  .eco-header-tools {
    flex-wrap: wrap;
    justify-content: center;
  }

  .eco-navigation .navbar {
    width: 100% !important;
  }

  .eco-navigation .nav-search:before {
    display: none;
  }

  .eco-home-hero-content a,
  .eco-home-hero-content span {
    font-size: 28px;
  }
}

/* Current header alignment */
.eco-header .container {
  width: calc(100% - 120px) !important;
  max-width: 1700px !important;
}

.eco-header-grid {
  display: grid !important;
  grid-template-columns: minmax(410px, 450px) minmax(500px, 1fr) minmax(300px, 380px) !important;
  align-items: center !important;
  gap: 34px !important;
  min-height: 148px !important;
}

.eco-header-quote {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  justify-self: start !important;
  max-width: 430px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  color: #16364d !important;
  font-size: 12.8px !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
}

.eco-header-quote > div {
  max-width: 270px !important;
}

.eco-header-quote img {
  width: 136px !important;
  height: 142px !important;
  flex: 0 0 136px !important;
  object-fit: contain !important;
  object-position: bottom center !important;
}

.eco-header-quote p {
  margin: 0 0 6px !important;
  display: block !important;
  overflow: hidden !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: initial !important;
}

.eco-header-quote strong {
  display: block !important;
  color: var(--sg-teal) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
}

.eco-brand {
  justify-self: center !important;
  text-align: left !important;
  max-width: 610px !important;
  font-size: 20px !important;
  line-height: 1.24 !important;
}

.eco-header-tools {
  justify-self: end !important;
  margin-right: 0 !important;
}

.eco-mega-col .eco-mega-link:first-child {
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  .eco-header-grid {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .eco-header-quote,
  .eco-brand,
  .eco-header-tools {
    justify-self: center !important;
  }

  .eco-header-quote {
    max-width: 760px !important;
  }

  .eco-home-links .eco-side-banners,
  .eco-interest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .eco-top-news-main {
    height: 390px !important;
  }

  .eco-top-news-strip {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .eco-top-news-main {
    height: 330px !important;
  }

  .eco-top-news-caption {
    left: 18px !important;
    bottom: 18px !important;
    width: calc(100% - 36px) !important;
    padding: 18px !important;
  }

  .eco-top-news-caption b {
    font-size: 20px !important;
  }

  .eco-top-news-strip a {
    grid-template-columns: 96px minmax(0, 1fr) !important;
  }

  .eco-top-news-strip img {
    width: 96px !important;
    height: 68px !important;
  }
}

/* News section final layout */
.eco-news-weather {
  display: block !important;
  margin-top: 90px !important;
}

.eco-news-panel {
  width: 100% !important;
}

.eco-top-weather-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 390px !important;
  gap: 34px !important;
  align-items: stretch !important;
  margin-bottom: 48px !important;
}

.eco-top-weather-layout .eco-side-panel,
.eco-top-weather-layout .eco-weather {
  height: 100% !important;
}

.eco-top-weather-layout .eco-weather {
  border-radius: 16px !important;
  background: #f5f8f9 !important;
  box-shadow: 0 18px 40px rgba(18, 48, 71, .08) !important;
}

.eco-top-weather-layout .eco-weather-card {
  min-height: 348px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.eco-top-news-main {
  height: 430px !important;
}

.eco-top-news-strip {
  display: none !important;
}

.eco-news-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

.eco-news-list .eco-news-row {
  grid-template-columns: 245px minmax(0, 1fr) !important;
  align-items: center !important;
}

@media (max-width: 1199px) {
  .eco-top-weather-layout,
  .eco-news-list {
    grid-template-columns: 1fr !important;
  }

  .eco-top-weather-layout .eco-weather-card {
    min-height: 260px !important;
  }
}

@media (max-width: 767px) {
  .eco-news-list .eco-news-row {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .eco-home-links .eco-side-banners,
  .eco-interest-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Fullscreen hero video */
.eco-hero {
  min-height: calc(100vh - 62px) !important;
  height: calc(100vh - 62px) !important;
  pointer-events: auto !important;
}

.eco-hero-blur-video {
  display: none !important;
}

.eco-hero-bg-video {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  filter: saturate(.98) contrast(1.02) brightness(.86) !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

.eco-home-hero-content {
  min-height: calc(100vh - 62px) !important;
  pointer-events: none !important;
}

.eco-hero-more {
  pointer-events: auto !important;
}

/* Footer palette aligned with useful sections */
.eco-footer {
  background:
    linear-gradient(135deg, #173d46 0%, #2f8792 58%, #236b73 100%) !important;
  color: #fff !important;
}

.eco-footer-menu {
  background:
    linear-gradient(180deg, rgba(9, 34, 39, .08), rgba(9, 34, 39, .18)) !important;
}

.eco-footer-col h3 {
  color: #fff !important;
}

.eco-footer-col a,
.eco-footer-col p {
  color: rgba(255, 255, 255, .82) !important;
}

.eco-footer-col a:hover {
  color: #fff !important;
}

.eco-footer-col > a:before,
.eco-footer-contact i {
  color: #d7f4f0 !important;
}

.eco-footer-social a {
  background: rgba(255, 255, 255, .14) !important;
}

.eco-footer-bottom {
  background: rgba(9, 34, 39, .28) !important;
  color: rgba(255, 255, 255, .82) !important;
}

/* Footer layout inspired by sosial.gov.az */
.eco-footer-modern {
  background: #2f6870 !important;
}

.eco-footer-modern .eco-footer-contact-strip {
  padding: 34px 0 !important;
  background: #326c74 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
}

.eco-footer-contact-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

.eco-footer-contact-card {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  color: #fff !important;
}

.eco-footer-contact-card > i {
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid rgba(255, 255, 255, .44) !important;
  border-radius: 50% !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 18px !important;
}

.eco-footer-contact-card small {
  display: block !important;
  margin-bottom: 5px !important;
  color: rgba(255, 255, 255, .65) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.eco-footer-contact-card b {
  display: block !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.eco-footer-modern .eco-footer-menu {
  padding: 48px 0 !important;
  background: #326c74 !important;
}

.eco-footer-modern-grid {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 80px !important;
  align-items: center !important;
}

.eco-footer-watermark img {
  width: 160px !important;
  height: 160px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  filter: none !important;
}

.eco-footer-modern-menu {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  column-gap: 110px !important;
  row-gap: 26px !important;
}

.eco-footer-modern-link {
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.eco-footer-modern-link:before {
  content: none !important;
}

.eco-footer-modern-link i {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.eco-footer-modern .eco-footer-bottom {
  padding: 18px 0 !important;
  background: #2b6068 !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
}

.eco-footer-bottom-grid {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: 26px !important;
  align-items: center !important;
}

.eco-footer-copy {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.eco-footer-policy {
  display: flex !important;
  gap: 22px !important;
}

.eco-footer-policy a {
  color: #fff !important;
  font-size: 15px !important;
}

.eco-footer-policy a:before {
  content: none !important;
}

.eco-footer-modern .eco-footer-social {
  display: flex !important;
  gap: 12px !important;
  margin: 0 !important;
}

.eco-footer-modern .eco-footer-social a {
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #fff !important;
}

.eco-footer-modern .eco-footer-social a:before {
  content: none !important;
}

@media (max-width: 1199px) {
  .eco-footer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .eco-footer-modern-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .eco-footer-watermark {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .eco-footer-contact-grid,
  .eco-footer-modern-menu,
  .eco-footer-bottom-grid {
    grid-template-columns: 1fr !important;
  }

  .eco-footer-policy,
  .eco-footer-modern .eco-footer-social {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
}

/* Useful links: clean logo row */
.eco-footer-useful {
  padding: 82px 0 96px !important;
  background: #fff !important;
}

.eco-footer-useful h2 {
  margin-bottom: 58px !important;
  color: var(--sg-text) !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 30px !important;
  text-transform: none !important;
}

.eco-footer-useful h2:after {
  width: 58px !important;
  height: 3px !important;
  background: var(--sg-teal) !important;
}

.eco-footer-useful-grid {
  max-width: 1380px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
}

.eco-footer-useful-grid a {
  width: auto !important;
  min-height: 138px !important;
  padding: 20px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid #dfe9ec !important;
  border-radius: 14px !important;
  background: #f8fbfb !important;
  box-shadow: 0 12px 26px rgba(15, 37, 55, .06) !important;
  isolation: auto !important;
}

.eco-footer-useful-grid a:before,
.eco-footer-useful-grid a:after {
  content: none !important;
}

.eco-footer-useful-grid img {
  position: static !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 96px !important;
  max-height: 96px !important;
  object-fit: contain !important;
  filter: saturate(.92) contrast(.98) brightness(1) !important;
  transform: none !important;
  transition: transform .2s ease, filter .2s ease, opacity .2s ease !important;
  opacity: 1 !important;
}

.eco-footer-useful-grid a:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(47, 135, 146, .38) !important;
  box-shadow: 0 18px 36px rgba(15, 37, 55, .12) !important;
}

.eco-footer-useful-grid a:hover img {
  filter: saturate(1) contrast(1) brightness(1) !important;
  transform: scale(1.04) !important;
  opacity: 1 !important;
}

.eco-footer-useful-official {
  padding: 42px 0 96px !important;
  background: #fff !important;
}

.eco-footer-useful-official h2 {
  margin: 0 0 22px !important;
  color: #071e2e !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 38px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-align: left !important;
  text-transform: none !important;
}

.eco-footer-useful-official h2:after {
  content: none !important;
}

.eco-official-links-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 62px !important;
  align-items: center !important;
  justify-items: center !important;
}

.eco-official-link-banner {
  width: 100% !important;
  max-width: 280px !important;
  display: block !important;
  overflow: hidden !important;
  border: 1px solid #cfd8dd !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: transform .18s ease, border-color .18s ease !important;
}

.eco-official-link-banner:hover {
  transform: translateY(-2px) !important;
  border-color: #2f8792 !important;
}

.eco-official-link-banner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 1199px) {
  .eco-official-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .eco-official-links-grid {
    grid-template-columns: 1fr !important;
  }

  .eco-official-link-banner {
    max-width: 315px !important;
  }
}

@media (max-width: 767px) {
  .eco-footer-useful {
    padding: 56px 0 66px !important;
  }

  .eco-footer-useful-grid {
    gap: 28px !important;
  }

  .eco-footer-useful-grid a {
    width: 210px !important;
  }
}

/* Activity directions: icon cards */
.eco-activity-icons-section {
  padding: 18px 0 70px !important;
}

.eco-activity-icon-grid {
  max-width: 1380px !important;
  margin: 38px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 20px !important;
}

.eco-activity-icon-card {
  min-height: 218px !important;
  padding: 26px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 13px !important;
  text-align: center !important;
  color: var(--sg-text) !important;
  border: 1px solid #dfe9ec !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(15, 37, 55, .07) !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

.eco-activity-icon-card:hover {
  color: var(--sg-text) !important;
  border-color: rgba(47, 135, 146, .42) !important;
  box-shadow: 0 20px 42px rgba(15, 37, 55, .12) !important;
  transform: translateY(-4px) !important;
}

.eco-activity-card-icon {
  width: 86px !important;
  height: 86px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, rgba(47, 135, 146, .14), rgba(47, 135, 146, .05)) !important;
  border: 1px solid rgba(47, 135, 146, .18) !important;
}

.eco-activity-card-icon img {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain !important;
  filter: none !important;
}

.eco-activity-icon-card strong {
  display: block !important;
  color: var(--sg-text) !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.eco-activity-icon-card span:not(.eco-activity-card-icon) {
  max-width: 250px !important;
  color: #647683 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .eco-activity-icons-section {
    padding: 8px 0 48px !important;
  }

  .eco-activity-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .eco-activity-icon-card {
    min-height: 182px !important;
    padding: 22px 14px !important;
  }

  .eco-activity-card-icon {
    width: 72px !important;
    height: 72px !important;
  }

  .eco-activity-card-icon img {
    width: 44px !important;
    height: 44px !important;
  }

  .eco-activity-icon-card strong {
    font-size: 16px !important;
  }
}

/* Top news controls: keep the change arrows clearly visible */
.eco-top-news .eco-top-news-controls {
  position: absolute !important;
  inset: 0 !important;
  z-index: 6 !important;
  display: block !important;
  transform: none !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

.eco-top-news .eco-top-news-controls button {
  position: absolute !important;
  top: 50% !important;
  width: 58px !important;
  height: 58px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .94) !important;
  color: var(--sg-teal) !important;
  font-size: 28px !important;
  box-shadow: 0 14px 30px rgba(15, 37, 55, .2) !important;
  transform: translateY(-50%) !important;
  pointer-events: auto !important;
}

.eco-top-news .eco-top-news-controls button:first-child {
  left: 22px !important;
}

.eco-top-news .eco-top-news-controls button:last-child {
  right: 22px !important;
}

.eco-top-news .eco-top-news-controls button:hover {
  background: var(--sg-teal) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .eco-top-news .eco-top-news-controls button {
    width: 44px !important;
    height: 44px !important;
    font-size: 22px !important;
  }

  .eco-top-news .eco-top-news-controls button:first-child {
    left: 12px !important;
  }

  .eco-top-news .eco-top-news-controls button:last-child {
    right: 12px !important;
  }
}

/* Info center mega menu */
.eco-navigation .eco-info-center-menu {
  left: 50% !important;
  width: min(860px, calc(100vw - 72px)) !important;
  min-width: min(860px, calc(100vw - 72px)) !important;
  max-width: min(860px, calc(100vw - 72px)) !important;
  padding: 0 !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 18px 40px rgba(15, 37, 55, .14) !important;
  transform: translateX(-50%) !important;
}

.eco-info-center-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .58fr) !important;
  gap: 0 !important;
  padding: 26px 32px !important;
  background: #fff !important;
}

.eco-info-center-grid > .eco-info-center-col:nth-child(2):not(.eco-info-center-icons) {
  display: none !important;
}

.eco-info-center-col {
  min-height: 100% !important;
  padding: 0 26px 0 0 !important;
  margin-right: 26px !important;
  border-right: 1px solid #e2e6e9 !important;
}

.eco-info-center-col:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
  border-right: 0 !important;
}

.eco-navigation .eco-info-center-col a {
  display: block !important;
  padding: 0 !important;
  margin: 0 0 11px !important;
  color: #6f7b85 !important;
  font-size: 16px !important;
  line-height: 1.32 !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.eco-navigation .eco-info-center-col a:hover {
  color: #2d86c6 !important;
}

.eco-navigation .eco-info-center-title,
.eco-navigation .eco-info-center-title:hover {
  margin-bottom: 18px !important;
  color: #12344a !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
}

.eco-navigation .eco-info-natural-title,
.eco-navigation .eco-info-natural-title:hover {
  color: #0a2f3d !important;
  font-weight: 900 !important;
}

.eco-info-center-icons a {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 13px !important;
  align-items: center !important;
  min-height: 34px !important;
  margin-bottom: 16px !important;
  color: #2d86c6 !important;
  font-size: 16px !important;
}

.eco-info-center-icons i {
  color: #2d86c6 !important;
  font-size: 20px !important;
  text-align: center !important;
}

.eco-info-center-icons span {
  display: block !important;
  min-width: 0 !important;
}

.eco-navigation .eco-mega-title,
.eco-navigation .eco-mega-title:hover,
.eco-navigation .eco-mega-title-metbuat,
.eco-navigation .eco-mega-title-metbuat:hover {
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.eco-navigation .eco-mega-link {
  margin-top: 10px !important;
  color: #6f7b85 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.eco-navigation .eco-mega-menu:not(.eco-info-center-menu) .eco-mega-link {
  text-transform: none !important;
}

.eco-navigation .eco-info-center-col.eco-info-center-icons a {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 13px !important;
  align-items: center !important;
  min-height: 34px !important;
  margin: 0 0 16px !important;
  color: #2d86c6 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.eco-navigation .eco-info-center-col.eco-info-center-icons i {
  display: block !important;
  width: 30px !important;
  margin: 0 !important;
  color: #2d86c6 !important;
  font-size: 20px !important;
  text-align: center !important;
}

.eco-navigation .eco-info-center-col.eco-info-center-icons span {
  display: block !important;
  min-width: 0 !important;
}

@media (max-width: 1199px) {
  .eco-navigation .eco-info-center-menu {
    left: 0 !important;
    width: min(760px, calc(100vw - 24px)) !important;
    min-width: min(760px, calc(100vw - 24px)) !important;
    max-width: min(760px, calc(100vw - 24px)) !important;
    transform: none !important;
  }

  .eco-info-center-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .eco-info-center-col {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: 0 !important;
  }
}

.eco-navigation .dropdown-menu.eco-info-center-menu .eco-info-center-col > a.eco-info-center-title,
.eco-navigation .dropdown-menu.eco-info-center-menu .eco-info-center-col > a.eco-info-center-title:visited,
.eco-navigation .dropdown-menu.eco-info-center-menu .eco-info-center-col > a.eco-info-center-title:hover,
.eco-navigation .dropdown-menu.eco-info-center-menu .eco-info-center-col > a.eco-info-natural-title,
.eco-navigation .dropdown-menu.eco-info-center-menu .eco-info-center-col > a.eco-info-natural-title:visited,
.eco-navigation .dropdown-menu.eco-info-center-menu .eco-info-center-col > a.eco-info-natural-title:hover {
  color: #0a2f3d !important;
  font-weight: 900 !important;
}

.eco-calendar-page {
  padding: 58px 0 86px;
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 141, 147, 0.12), transparent 34%),
    linear-gradient(180deg, #f5f9fa 0%, #ffffff 54%, #f2f8f8 100%);
}

.eco-calendar-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.eco-calendar-heading span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #007f73;
  font-size: 15px;
  font-weight: 800;
}

.eco-calendar-heading h1 {
  margin: 0;
  color: #082f42;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: none;
}

.eco-calendar-heading h1:after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: #008f84;
}

.eco-calendar-heading p {
  margin: 18px auto 0;
  color: #657783;
  font-size: 17px;
  line-height: 1.6;
}

.eco-calendar-card {
  padding: 12px;
  border: 1px solid #dce9e9;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 55px rgba(8, 47, 66, 0.08);
}

.eco-calendar-content table,
.eco-calendar-content table.layout,
.eco-calendar-content table.display {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  box-shadow: none !important;
}

.eco-calendar-content thead {
  display: none;
}

.eco-calendar-content tbody {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  line-height: normal !important;
}

.eco-calendar-content tr {
  display: grid !important;
  grid-template-columns: 138px minmax(0, 1fr);
  overflow: hidden;
  min-height: 92px;
  border: 1px solid #d9e8e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(8, 47, 66, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.eco-calendar-content tr:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 143, 132, 0.32);
  box-shadow: 0 18px 34px rgba(8, 47, 66, 0.1);
}

.eco-calendar-content table.display th,
.eco-calendar-content table.display td,
.eco-calendar-content td,
.eco-calendar-content th {
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

.eco-calendar-content td {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 18px 22px !important;
  color: #193a48;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 700;
}

.eco-calendar-content td:first-child {
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #007f73, #2f9198) !important;
  color: #fff;
  font-size: 16px !important;
  font-weight: 900;
  text-align: center !important;
  white-space: nowrap;
}

.eco-calendar-content td:first-child:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  opacity: .95;
}

.eco-calendar-content td:nth-child(2) {
  color: #102f3f;
}

@media (max-width: 991px) {
  .eco-calendar-content tbody {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .eco-calendar-page {
    padding: 42px 0 58px;
  }

  .eco-calendar-heading h1 {
    font-size: 30px;
  }

  .eco-calendar-card {
    padding: 8px;
    border-radius: 18px;
  }

  .eco-calendar-content tr {
    grid-template-columns: 1fr;
  }

  .eco-calendar-content td {
    padding: 14px 16px !important;
    font-size: 16px !important;
  }

  .eco-calendar-content td:first-child {
    justify-content: flex-start;
  }
}

/* Header final alignment */
.eco-header .container {
  width: calc(100% - 96px) !important;
  max-width: 1780px !important;
}

.eco-header {
  padding: 26px 0 30px !important;
}

.eco-header-grid {
  display: grid !important;
  grid-template-columns: minmax(440px, 520px) minmax(520px, 1fr) minmax(230px, 280px) !important;
  gap: 28px !important;
  min-height: 128px !important;
}

.eco-header-quote {
  gap: 14px !important;
  max-width: 510px !important;
}

.eco-header-quote img {
  width: 158px !important;
  height: 126px !important;
  flex: 0 0 158px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  object-position: center !important;
}

.eco-header-quote > div {
  max-width: 300px !important;
}

.eco-brand {
  justify-self: end !important;
  margin-right: 56px !important;
  max-width: 620px !important;
}

.eco-brand img {
  width: 82px !important;
  height: 82px !important;
}

.eco-brand span {
  font-size: 19px !important;
  line-height: 1.18 !important;
}

.eco-header-tools {
  align-self: start !important;
  justify-self: end !important;
  gap: 8px !important;
  padding-top: 8px !important;
}

.eco-tool-btn {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 8px !important;
  font-size: 17px !important;
}

.eco-tool-call {
  width: auto !important;
  min-width: 82px !important;
  height: 44px !important;
  padding: 0 14px !important;
  gap: 8px !important;
  font-size: 15px !important;
}

.eco-tool-call i {
  font-size: 15px !important;
}

.eco-tool-call span {
  font-size: 15px !important;
}

@media (max-width: 1199px) {
  .eco-header-grid {
    grid-template-columns: 1fr !important;
  }

  .eco-brand {
    justify-self: center !important;
    margin-right: 0 !important;
  }

  .eco-header-tools {
    align-self: center !important;
    justify-self: center !important;
  }
}

/* Header eco.gov-style placement */
.eco-header .container {
  width: calc(100% - 96px) !important;
  max-width: 1840px !important;
}

.eco-header {
  padding: 28px 0 34px !important;
}

.eco-header-grid {
  display: grid !important;
  grid-template-columns: minmax(570px, 1fr) minmax(360px, 460px) minmax(520px, 1fr) minmax(110px, 130px) !important;
  grid-template-areas: "quote services brand actions" !important;
  align-items: start !important;
  gap: 26px !important;
  min-height: 168px !important;
}

.eco-header-quote {
  grid-area: quote !important;
  justify-self: start !important;
  align-self: center !important;
  max-width: 680px !important;
  gap: 20px !important;
}

.eco-header-quote img {
  width: 218px !important;
  height: 156px !important;
  flex: 0 0 218px !important;
  border-radius: 16px !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 4px solid #fff !important;
  box-shadow: 0 22px 42px rgba(8, 47, 66, 0.18) !important;
  filter: saturate(1.06) contrast(1.03) !important;
}

.eco-header-quote > div {
  max-width: 390px !important;
}

.eco-header-quote p {
  font-size: 16px !important;
  line-height: 1.38 !important;
  font-weight: 800 !important;
  color: #092c3c !important;
}

.eco-header-quote strong {
  display: inline-block !important;
  margin-top: 8px !important;
  font-size: 19px !important;
  line-height: 1.1 !important;
  color: #16858c !important;
}

.eco-header-tools {
  grid-area: services !important;
  justify-self: center !important;
  align-self: start !important;
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  padding-top: 10px !important;
}

.eco-header-service-link,
.eco-header-service-link:focus,
.eco-header-service-link:hover {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0b3443 !important;
  gap: 10px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.eco-header-service-link i {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #2f8f97 !important;
  color: #fff !important;
  font-size: 15px !important;
  box-shadow: 0 10px 22px rgba(47, 143, 151, 0.22) !important;
}

.eco-header-service-link span {
  font-size: 15px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.eco-brand {
  grid-area: brand !important;
  justify-self: end !important;
  align-self: center !important;
  margin-right: 0 !important;
  max-width: 700px !important;
  gap: 18px !important;
}

.eco-brand img {
  width: 92px !important;
  height: 92px !important;
}

.eco-brand span {
  font-size: 23px !important;
  line-height: 1.18 !important;
  color: #168090 !important;
}

.eco-header-actions {
  grid-area: actions !important;
  justify-self: end !important;
  align-self: start !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding-top: 6px !important;
}

.eco-header-actions .eco-tool-btn {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}

@media (max-width: 1399px) {
  .eco-header-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas:
      "quote brand"
      "services actions" !important;
  }

  .eco-header-tools {
    justify-self: start !important;
  }
}

@media (max-width: 991px) {
  .eco-header .container {
    width: calc(100% - 28px) !important;
  }

  .eco-header-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "quote"
      "brand"
      "services"
      "actions" !important;
    min-height: 0 !important;
  }

  .eco-header-quote,
  .eco-brand,
  .eco-header-tools,
  .eco-header-actions {
    justify-self: center !important;
  }

  .eco-header-quote {
    flex-direction: column !important;
    text-align: center !important;
  }
}

/* Final header direction: eco.gov.az-inspired, balanced top hero header */
.eco-header {
  position: relative !important;
  min-height: 214px !important;
  padding: 20px 0 26px !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(2, 31, 41, 0.9) 0%, rgba(12, 76, 82, 0.74) 50%, rgba(3, 34, 45, 0.9) 100%),
    url("../img/header.jpg") center center / cover no-repeat !important;
  color: #fff !important;
}

.eco-header::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.12), transparent 25%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.18)) !important;
  pointer-events: none !important;
}

.eco-header::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.38) !important;
}

.eco-header .container {
  position: relative !important;
  z-index: 1 !important;
  width: calc(100% - 92px) !important;
  max-width: 1720px !important;
}

.eco-header-grid {
  display: grid !important;
  grid-template-columns: minmax(520px, 1fr) minmax(420px, 560px) minmax(430px, 1fr) minmax(90px, 112px) !important;
  grid-template-areas: "quote brand services actions" !important;
  align-items: center !important;
  gap: 26px !important;
  min-height: 168px !important;
}

.eco-header-quote {
  grid-area: quote !important;
  justify-self: start !important;
  align-self: center !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  max-width: 680px !important;
  color: #fff !important;
}

.eco-header-quote img {
  width: 178px !important;
  height: 156px !important;
  flex: 0 0 178px !important;
  border-radius: 22px !important;
  object-fit: cover !important;
  object-position: 52% 32% !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.28) !important;
  filter: saturate(1.08) contrast(1.04) !important;
}

.eco-header-quote > div {
  max-width: 420px !important;
}

.eco-header-quote p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.36 !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42) !important;
}

.eco-header-quote strong {
  display: inline-block !important;
  margin-top: 10px !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48) !important;
}

.eco-brand {
  grid-area: brand !important;
  justify-self: center !important;
  align-self: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  max-width: 560px !important;
  text-align: center !important;
  color: #fff !important;
}

.eco-brand img {
  width: 88px !important;
  height: 88px !important;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.32)) !important;
}

.eco-brand span {
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.52) !important;
}

.eco-header-tools {
  grid-area: services !important;
  justify-self: end !important;
  align-self: start !important;
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  padding-top: 10px !important;
}

.eco-header-service-link,
.eco-header-service-link:hover,
.eco-header-service-link:focus {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  gap: 10px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.44) !important;
}

.eco-header-service-link i {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border: 2px solid rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
}

.eco-header-service-link span {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.eco-header-actions {
  grid-area: actions !important;
  justify-self: end !important;
  align-self: start !important;
  display: flex !important;
  gap: 8px !important;
  padding-top: 6px !important;
}

.eco-header-actions .eco-tool-btn {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

.eco-header-actions .eco-tool-btn:hover,
.eco-header-actions .eco-tool-btn.is-active {
  background: rgba(255, 255, 255, 0.22) !important;
}

@media (max-width: 1399px) {
  .eco-header-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas:
      "quote brand"
      "services actions" !important;
    min-height: 0 !important;
  }

  .eco-header-tools {
    justify-self: start !important;
  }
}

@media (max-width: 991px) {
  .eco-header {
    min-height: 0 !important;
    padding: 24px 0 !important;
  }

  .eco-header .container {
    width: calc(100% - 28px) !important;
  }

  .eco-header-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "quote"
      "brand"
      "services"
      "actions" !important;
    gap: 18px !important;
  }

  .eco-header-quote,
  .eco-brand,
  .eco-header-tools,
  .eco-header-actions {
    justify-self: center !important;
  }

  .eco-header-quote {
    flex-direction: column !important;
    text-align: center !important;
  }

  .eco-header-quote img {
    width: 170px !important;
    height: 150px !important;
  }
}

/* Top header banner layout requested on 2026-07-22 */
.eco-header {
  min-height: 150px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 58% 50%, rgba(47, 143, 151, 0.09), transparent 35%) !important;
  color: #073349 !important;
  border-bottom: 5px solid #0c766f !important;
}

.eco-header::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(14, 122, 121, 0.06) 54%, rgba(255, 255, 255, 0) 100%),
    url("../img/eco-official-logo.svg") 57% center / 125px 125px no-repeat !important;
  opacity: 0.07 !important;
  pointer-events: none !important;
}

.eco-header::after {
  display: none !important;
}

.eco-header .container {
  width: min(100% - 64px, 1600px) !important;
  max-width: 1600px !important;
  height: 150px !important;
  display: flex !important;
  align-items: stretch !important;
}

.eco-header-grid {
  width: 100% !important;
  min-height: 150px !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 0.9fr) minmax(500px, 1.25fr) minmax(360px, 0.85fr) !important;
  grid-template-areas: "quote brand services" !important;
  align-items: center !important;
  gap: 34px !important;
}

.eco-header-quote {
  grid-area: quote !important;
  justify-self: start !important;
  display: block !important;
  width: 380px !important;
  height: 150px !important;
  max-width: 380px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

.eco-header-quote img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  flex: none !important;
  object-fit: cover !important;
  object-position: 48% 26% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: saturate(1.06) contrast(1.04) !important;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%) !important;
}

.eco-header-quote > div {
  display: none !important;
}

.eco-brand {
  grid-area: brand !important;
  justify-self: center !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
  max-width: 650px !important;
  margin: 0 !important;
  text-align: left !important;
  color: #09384a !important;
}

.eco-brand img {
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  filter: none !important;
}

.eco-brand span {
  color: #0d3f50 !important;
  font-size: 25px !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  text-shadow: none !important;
}

.eco-header-tools {
  grid-area: services !important;
  justify-self: end !important;
  align-self: center !important;
  display: flex !important;
  gap: 22px !important;
  padding: 0 !important;
}

.eco-header-service-link,
.eco-header-service-link:hover,
.eco-header-service-link:focus {
  position: relative !important;
  width: 158px !important;
  min-width: 158px !important;
  height: 88px !important;
  padding: 0 18px !important;
  display: grid !important;
  grid-template-columns: 48px 1fr !important;
  align-items: center !important;
  column-gap: 12px !important;
  color: #073349 !important;
  background: #fff !important;
  border: 1px solid #e6edf0 !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 35px rgba(8, 47, 66, 0.12) !important;
  text-shadow: none !important;
  text-transform: none !important;
}

.eco-header-service-link::after {
  content: "\2192" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 8px !important;
  transform: translateX(-50%) !important;
  color: #0a3242 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.eco-header-service-link i {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  color: #fff !important;
  background: #006b4f !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  font-size: 18px !important;
}

.eco-header-service-link span {
  color: #073349 !important;
  font-size: 13px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

.eco-tool-radar span {
  font-size: 13px !important;
}

.eco-header-actions {
  display: none !important;
}

@media (max-width: 1199px) {
  .eco-header {
    min-height: 0 !important;
  }

  .eco-header .container {
    height: auto !important;
    padding: 18px 0 !important;
  }

  .eco-header-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "quote"
      "brand"
      "services" !important;
    min-height: 0 !important;
    gap: 18px !important;
  }

  .eco-header-quote,
  .eco-brand,
  .eco-header-tools {
    justify-self: center !important;
  }

  .eco-header-quote {
    width: min(100%, 420px) !important;
    height: 150px !important;
  }
}

@media (max-width: 575px) {
  .eco-header .container {
    width: calc(100% - 24px) !important;
  }

  .eco-brand {
    flex-direction: column !important;
    text-align: center !important;
  }

  .eco-brand span {
    font-size: 20px !important;
  }

  .eco-header-tools {
    flex-direction: column !important;
    width: 100% !important;
  }

  .eco-header-service-link {
    width: 100% !important;
  }
}

/* Final modern institutional header concept */
.eco-header {
  position: relative !important;
  min-height: 184px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #063247 !important;
  background:
    radial-gradient(circle at 47% 48%, rgba(15, 137, 139, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fbfb 48%, #edf8f6 100%) !important;
  border-bottom: 4px solid #178a8d !important;
  box-shadow: 0 16px 38px rgba(4, 43, 55, 0.09) !important;
}

.eco-header::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(16, 126, 126, 0.07) 55%, rgba(255, 255, 255, 0) 100%),
    url("../img/eco-official-logo.svg") 55% center / 170px 170px no-repeat !important;
  opacity: 0.06 !important;
  pointer-events: none !important;
}

.eco-header::after {
  display: none !important;
}

.eco-header .container {
  position: relative !important;
  z-index: 1 !important;
  width: min(100% - 72px, 1680px) !important;
  max-width: 1680px !important;
  min-height: 184px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
}

.eco-header-grid {
  width: 100% !important;
  min-height: 184px !important;
  display: grid !important;
  grid-template-columns: minmax(520px, 1.08fr) minmax(520px, 1fr) minmax(360px, 0.78fr) minmax(58px, auto) !important;
  grid-template-areas: "quote brand services actions" !important;
  align-items: center !important;
  gap: 24px !important;
}

.eco-header-quote {
  grid-area: quote !important;
  justify-self: start !important;
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  width: auto !important;
  height: auto !important;
  max-width: 680px !important;
  padding: 12px 16px 12px 12px !important;
  overflow: visible !important;
  border: 1px solid rgba(18, 125, 126, 0.16) !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 18px 42px rgba(6, 48, 61, 0.11) !important;
  backdrop-filter: blur(8px) !important;
}

.eco-header-quote img {
  display: block !important;
  width: 190px !important;
  height: 130px !important;
  min-width: 190px !important;
  flex: none !important;
  object-fit: cover !important;
  object-position: 46% 28% !important;
  border: 1px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 30px rgba(4, 44, 56, 0.17) !important;
  filter: saturate(1.07) contrast(1.04) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.eco-header-quote > div {
  display: block !important;
  max-width: 420px !important;
}

.eco-header-quote p {
  margin: 0 !important;
  color: #062f42 !important;
  font-size: 15px !important;
  line-height: 1.38 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.eco-header-quote strong {
  display: inline-block !important;
  margin-top: 8px !important;
  color: #0b8687 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

.eco-brand {
  grid-area: brand !important;
  justify-self: center !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 18px !important;
  max-width: 640px !important;
  margin: 0 !important;
  color: #0a5d69 !important;
  text-align: left !important;
}

.eco-brand img {
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  filter: drop-shadow(0 10px 20px rgba(6, 76, 80, 0.11)) !important;
}

.eco-brand span {
  display: block !important;
  color: #0a6f79 !important;
  font-size: 25px !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.eco-header-tools {
  grid-area: services !important;
  justify-self: end !important;
  align-self: center !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(142px, 1fr)) !important;
  gap: 14px !important;
  padding: 0 !important;
}

.eco-header-service-link,
.eco-header-service-link:hover,
.eco-header-service-link:focus {
  position: relative !important;
  width: 152px !important;
  min-width: 152px !important;
  height: 78px !important;
  padding: 0 14px !important;
  display: grid !important;
  grid-template-columns: 40px 1fr !important;
  align-items: center !important;
  column-gap: 10px !important;
  color: #063247 !important;
  background: #ffffff !important;
  border: 1px solid #dcebec !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 34px rgba(5, 51, 63, 0.11) !important;
  text-shadow: none !important;
  text-transform: none !important;
}

.eco-header-service-link::after {
  content: "\2192" !important;
  position: absolute !important;
  right: 14px !important;
  bottom: 9px !important;
  left: auto !important;
  transform: none !important;
  color: #0b7b76 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.eco-header-service-link i {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  color: #ffffff !important;
  background: #08745f !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 22px rgba(8, 116, 95, 0.22) !important;
  font-size: 16px !important;
}

.eco-header-service-link span {
  color: #063247 !important;
  font-size: 12px !important;
  line-height: 1.14 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

.eco-header-actions {
  grid-area: actions !important;
  justify-self: end !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 0 !important;
}

.eco-header-actions .eco-tool-btn {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  color: #0b6570 !important;
  background: #ffffff !important;
  border: 1px solid #dcebec !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 26px rgba(5, 51, 63, 0.09) !important;
}

.eco-header-actions .eco-tool-btn:hover,
.eco-header-actions .eco-tool-btn.is-active {
  color: #ffffff !important;
  background: #0b8a88 !important;
}

@media (max-width: 1499px) {
  .eco-header-grid {
    grid-template-columns: minmax(430px, 1fr) minmax(440px, 1fr) minmax(320px, auto) !important;
    grid-template-areas:
      "quote brand services"
      "quote brand actions" !important;
    gap: 18px 24px !important;
  }

  .eco-header-actions {
    flex-direction: row !important;
    justify-self: end !important;
  }

  .eco-header-quote {
    max-width: 540px !important;
  }

  .eco-header-quote img {
    width: 168px !important;
    min-width: 168px !important;
    height: 122px !important;
  }

  .eco-header-quote p {
    font-size: 14px !important;
  }

  .eco-brand span {
    font-size: 23px !important;
  }
}

@media (max-width: 1199px) {
  .eco-header .container {
    width: min(100% - 36px, 960px) !important;
    padding: 20px 0 !important;
  }

  .eco-header-grid {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "quote"
      "brand"
      "services"
      "actions" !important;
    gap: 18px !important;
  }

  .eco-header-quote,
  .eco-brand,
  .eco-header-tools,
  .eco-header-actions {
    justify-self: center !important;
  }

  .eco-header-quote {
    max-width: 720px !important;
  }
}

@media (max-width: 575px) {
  .eco-header .container {
    width: calc(100% - 24px) !important;
  }

  .eco-header-quote {
    flex-direction: column !important;
    text-align: center !important;
    padding: 12px !important;
  }

  .eco-header-quote img {
    width: 100% !important;
    min-width: 0 !important;
    height: 170px !important;
  }

  .eco-brand {
    flex-direction: column !important;
    text-align: center !important;
  }

  .eco-brand span {
    font-size: 20px !important;
  }

  .eco-header-tools {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .eco-header-service-link {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Compact header refinement */
.eco-header {
  min-height: 132px !important;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif !important;
}

.eco-header .container {
  min-height: 132px !important;
}

.eco-header-grid {
  min-height: 132px !important;
  grid-template-columns: minmax(520px, 0.95fr) minmax(560px, 1fr) minmax(310px, auto) minmax(46px, auto) !important;
  gap: 18px !important;
}

.eco-header-quote {
  max-width: 590px !important;
  padding: 10px 14px 10px 10px !important;
  gap: 14px !important;
  border-radius: 20px !important;
}

.eco-header-quote img {
  width: 150px !important;
  height: 100px !important;
  min-width: 150px !important;
  border-radius: 16px !important;
}

.eco-header-quote > div {
  max-width: 390px !important;
}

.eco-header-quote p {
  font-size: 13px !important;
  line-height: 1.32 !important;
  font-weight: 700 !important;
}

.eco-header-quote strong {
  margin-top: 6px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  font-family: "Segoe UI", "Noto Sans", "DejaVu Sans", Arial, sans-serif !important;
  letter-spacing: 0.01em !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eco-brand {
  gap: 14px !important;
  max-width: 560px !important;
}

.eco-brand img {
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
}

.eco-brand span {
  font-size: 20px !important;
  line-height: 1.18 !important;
  font-weight: 600 !important;
  color: #0b6f79 !important;
}

.eco-header-tools {
  gap: 10px !important;
}

.eco-header-service-link,
.eco-header-service-link:hover,
.eco-header-service-link:focus {
  width: 136px !important;
  min-width: 136px !important;
  height: 64px !important;
  grid-template-columns: 34px 1fr !important;
  column-gap: 9px !important;
  padding: 0 12px !important;
  border-radius: 15px !important;
}

.eco-header-service-link i {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}

.eco-header-service-link span {
  font-size: 11px !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}

.eco-header-service-link::after {
  right: 11px !important;
  bottom: 7px !important;
  font-size: 13px !important;
}

.eco-header-actions .eco-tool-btn {
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}

@media (max-width: 1499px) {
  .eco-header-grid {
    grid-template-columns: minmax(430px, 1fr) minmax(440px, 1fr) minmax(286px, auto) !important;
  }

  .eco-brand span {
    font-size: 19px !important;
  }
}
/* Leadership page and cleaned header actions */
.eco-header-grid {
  grid-template-columns: minmax(520px, .95fr) minmax(560px, 1fr) minmax(300px, auto) !important;
  grid-template-areas: "quote brand services" !important;
}

.eco-header-actions {
  display: none !important;
}

.leadership-page {
  background: #fff;
  padding: 70px 0 80px;
}

.leadership-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 82px;
  align-items: start;
}

.leadership-group + .leadership-group {
  margin-top: 58px;
}

.leadership-group-title {
  font-size: 30px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 30px;
}

.leader-card {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 38px;
}

.leader-photo,
.leader-photo-placeholder {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  flex: 0 0 132px;
  object-fit: cover;
  background: #f1f3f5;
  border: 1px solid #e6eaee;
}

.leader-photo-placeholder {
  display: grid;
  place-items: center;
  color: #2e89c8;
  font-size: 34px;
  font-weight: 800;
}

.leader-name {
  margin: 0 0 8px;
  color: #2784c7;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 800;
}

.leader-position {
  margin: 0;
  color: #7a7f87;
  font-size: 20px;
  line-height: 1.45;
}

.leadership-sidebar {
  padding-top: 2px;
}

.leadership-side-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  border-bottom: 1px solid #e6e9ec;
  color: #2482c4;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  transition: color .18s ease, padding .18s ease;
}

.leadership-side-link:hover,
.leadership-side-link.active {
  color: #006f89;
  padding-left: 8px;
  text-decoration: none;
}

.leadership-side-link i {
  color: #d9dee3;
  font-size: 18px;
}

.leadership-side-link.active i {
  color: #1578d4;
}

.leadership-side-card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
  padding: 30px 32px;
  background: #f4f4f4;
  color: #2b2f35;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
}

.leadership-side-card i {
  color: #2f8cca;
  font-size: 32px;
}

.leadership-empty-content {
  color: #415466;
  font-size: 18px;
  line-height: 1.75;
}

.leadership-empty-state {
  padding: 34px;
  border: 1px solid #e3edf0;
  background: #f8fbfc;
  color: #60727c;
}

@media (max-width: 1499px) {
  .eco-header-grid {
    grid-template-columns: minmax(420px, 1fr) minmax(440px, 1fr) minmax(286px, auto) !important;
    grid-template-areas: "quote brand services" !important;
  }
}

@media (max-width: 1199px) {
  .eco-header-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas: "quote" "brand" "services" !important;
  }
}

@media (max-width: 991px) {
  .leadership-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .leadership-sidebar {
    order: -1;
  }

  .leader-name {
    font-size: 24px;
  }

  .leader-position {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .leadership-page {
    padding: 42px 0 56px;
  }

  .leader-card {
    align-items: flex-start;
    gap: 20px;
  }

  .leader-photo,
  .leader-photo-placeholder {
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }

  .leadership-side-link {
    font-size: 17px;
    min-height: 54px;
  }
}

/* Services page */
.eco-services-page {
  background: #fff;
  padding-bottom: 84px;
}

.eco-page-hero {
  min-height: 220px;
  margin: 0 0 72px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(3, 38, 47, .14), rgba(3, 38, 47, .18)),
    url("../img/sidebar/e-xidmet2.jpg") center/cover no-repeat;
}

.eco-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.eco-page-hero.eco-services-hero {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .84) 0 92px, transparent 224px),
    linear-gradient(135deg, #eefaf8 0%, #dff1ef 48%, #cfe9e5 100%);
  border-top: 1px solid rgba(0, 124, 130, .10);
  border-bottom: 1px solid rgba(0, 124, 130, .16);
  box-shadow: inset 0 -26px 60px rgba(0, 128, 128, .08);
}

.eco-page-hero.eco-services-hero h1 {
  color: #06344b;
  text-shadow: none;
}

.eco-services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 82px;
  align-items: start;
}

.eco-services-layout-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 980px;
}

.eco-services-layout-single .eco-services-content {
  max-width: 100%;
}

.eco-services-content {
  max-width: 900px;
}

.eco-service-title-link {
  display: block;
  margin: 0 0 28px;
  color: #1684d4;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none;
}

.eco-service-title-link:hover {
  color: #006f89;
  text-decoration: none;
}

.eco-services-content p {
  margin: 48px 0 0;
  color: #6f7780;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}

.eco-service-docs {
  margin-top: 38px;
  display: grid;
  gap: 16px;
}

.eco-service-doc {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 28px;
  background: #f7fafb;
  border: 1px solid #e1ecef;
  border-radius: 6px;
}

.eco-service-doc-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #0a7e78;
  background: #e4f3f1;
  font-size: 20px;
}

.eco-service-doc h3 {
  margin: 0 0 12px;
  color: #0b334a;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.eco-service-files {
  display: grid;
  gap: 8px;
}

.eco-service-files a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1684d4;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
}

.eco-service-files a:hover {
  color: #006f89;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .eco-services-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .eco-services-sidebar {
    order: -1;
  }
}

@media (max-width: 575px) {
  .eco-page-hero {
    min-height: 170px;
    margin-bottom: 42px;
  }

  .eco-page-hero h1 {
    font-size: 34px;
  }

  .eco-service-title-link {
    font-size: 20px;
  }

  .eco-services-content p {
    font-size: 16px;
  }

  .eco-service-doc {
    grid-template-columns: 1fr;
  }
}

.site-navigation,
.site-navigation .site-nav-inner,
.site-navigation .eco-navigation {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.eco-navigation .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.eco-navigation .navbar {
  width: calc(100% - 260px) !important;
}

@media (max-width: 991px) {
  .eco-navigation .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .eco-navigation .navbar {
    width: 100% !important;
  }
}

/* Final header + sticky navigation cleanup */
.site-navigation {
  position: sticky !important;
  top: 0 !important;
  z-index: 3000 !important;
}

.site-navigation .site-nav-inner {
  position: relative !important;
}

.eco-navigation {
  position: relative !important;
  top: auto !important;
}

.eco-navigation .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-height: 72px !important;
}

.eco-navigation .navbar {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
}

.eco-navigation .navbar-collapse {
  flex-grow: 1 !important;
}

.eco-navigation .navbar-nav {
  width: 100% !important;
}

.eco-live-link {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 170px !important;
  height: 42px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  background: #ff4a57 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(255, 74, 87, 0.24) !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.eco-live-link:hover,
.eco-live-link:focus {
  color: #fff !important;
  text-decoration: none !important;
  background: #f23d4d !important;
  transform: translateY(-1px);
}

.eco-navigation .nav-search:before {
  content: none !important;
}

@media (max-width: 1199px) {
  .eco-navigation .container {
    gap: 12px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .eco-live-link {
    min-width: 148px !important;
    padding: 0 20px !important;
  }
}

@media (max-width: 991px) {
  .site-navigation {
    position: sticky !important;
  }

  .eco-navigation .container {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    min-height: auto !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .eco-navigation .navbar {
    order: 1 !important;
    flex: 1 1 calc(100% - 60px) !important;
  }

  .eco-navigation .nav-search {
    order: 2 !important;
    position: static !important;
    transform: none !important;
    width: 48px !important;
    height: 48px !important;
    margin-left: auto !important;
  }

  .eco-live-link {
    order: 3 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 8px !important;
  }
}

/* Requested header polish: wider quote block, no search icon, fixed menu bar */
#header.header-one {
  position: sticky !important;
  top: 0 !important;
  z-index: 4000 !important;
}

.eco-header {
  min-height: 250px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.eco-header .container {
  width: min(100% - 96px, 1780px) !important;
  max-width: 1780px !important;
  min-height: 250px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
}

.eco-header-grid {
  width: 100% !important;
  min-height: 250px !important;
  display: grid !important;
  grid-template-columns: minmax(700px, 0.95fr) minmax(520px, 1fr) minmax(360px, auto) !important;
  grid-template-areas: "quote brand services" !important;
  align-items: center !important;
  gap: 44px !important;
}

.eco-header-quote {
  grid-area: quote !important;
  justify-self: start !important;
  display: flex !important;
  align-items: center !important;
  width: 760px !important;
  max-width: 100% !important;
  min-height: 248px !important;
  height: auto !important;
  gap: 24px !important;
  padding: 18px 34px !important;
  overflow: hidden !important;
  border: 1px solid rgba(12, 118, 111, 0.12) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 22px 45px rgba(8, 47, 66, 0.08) !important;
}

.eco-header-quote img {
  display: block !important;
  width: 340px !important;
  min-width: 340px !important;
  height: 200px !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 14px !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.eco-header-quote > div {
  display: block !important;
  flex: 1 1 auto !important;
  max-width: 330px !important;
  min-width: 0 !important;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: auto !important;
  text-rendering: optimizeLegibility !important;
}

.eco-header-quote p {
  margin: 0 !important;
  color: #073349 !important;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  -webkit-text-stroke: 0.15px currentColor !important;
  -webkit-font-smoothing: auto !important;
}

.eco-header-quote strong {
  display: block !important;
  margin-top: 10px !important;
  color: #0b817d !important;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  -webkit-text-stroke: 0.15px currentColor !important;
  -webkit-font-smoothing: auto !important;
}

.eco-navigation .nav-search,
.eco-navigation .search-block {
  display: none !important;
}

.site-navigation,
.site-navigation .site-nav-inner,
.site-navigation .eco-navigation {
  position: static !important;
}

#header.header-one .site-navigation {
  position: relative !important;
  top: auto !important;
  z-index: auto !important;
}

.eco-navigation .container {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.eco-navigation .navbar {
  flex: 1 1 auto !important;
  width: auto !important;
}

.eco-live-link {
  min-width: 210px !important;
  height: 52px !important;
  font-size: 16px !important;
}

@media (max-width: 1599px) {
  .eco-header .container {
    width: min(100% - 64px, 1500px) !important;
  }

  .eco-header-grid {
    grid-template-columns: minmax(620px, 0.95fr) minmax(440px, 1fr) minmax(320px, auto) !important;
    gap: 32px !important;
  }

  .eco-header-quote {
    width: 680px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .eco-header-quote img {
    width: 310px !important;
    min-width: 310px !important;
    height: 185px !important;
  }

  .eco-header-quote p {
    font-size: 14px !important;
  }
}

@media (max-width: 1199px) {
  .eco-header .container {
    width: min(100% - 36px, 1000px) !important;
  }

  .eco-header-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "quote"
      "brand"
      "services" !important;
    gap: 22px !important;
    padding: 22px 0 !important;
  }

  .eco-header-quote {
    width: 100% !important;
    min-height: 0 !important;
  }

  .eco-brand,
  .eco-header-tools {
    justify-self: center !important;
  }

  .eco-navigation .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 767px) {
  .eco-header-quote {
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .eco-header-quote img {
    width: 100% !important;
    min-width: 0 !important;
    height: 180px !important;
  }

  .eco-header-quote p {
    font-size: 14px !important;
  }

  .eco-live-link {
    width: 100% !important;
    min-width: 0 !important;
  }
}
