.ethsec,
.ekatvam-footer,
.ethsec h1,
.ethsec h2,
.ethsec h3,
.ethsec p,
.ekatvam-footer h1,
.ekatvam-footer h2,
.ekatvam-footer h3,
.ekatvam-footer p {
  font-family: 'Exo', sans-serif;
}

.crscnr {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  justify-content: center;
}

.ethsec {
  background: rgba(51, 177, 248, 0.18);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  flex: 1 1 320px;
  width: 100%;
}

.ethlft {
  color: #1B3A2F;
  font-size: 4.2rem;
  font-weight: 500;
  flex: 0 0 auto;
}

.ethctr {
  text-align: center;
  flex: 0 0 auto;
}

.ethctr img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}

.ethctr .gratl {
  color: #7e57c2;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}

.ethrgt {
  flex: 1;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  max-width: 600px;
}

@media (max-width: 768px) {
  .ethsec {
    flex-direction: column;
    text-align: center;
    min-height: 100vh;
  }

  .ethlft,
  .ethctr,
  .ethrgt {
    width: 100%;
    max-width: none;
  }

  .ethlft {
    font-size: 3rem;
    text-align: center;
  }
}

.mncnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
  justify-content: center;
  max-width: 100%;
}

@media (max-width: 992px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-top h1 {
    font-size: 1.6rem;
  }

  .footer-column h3 {
    margin-top: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.vision-text,
.value-icon {
  font-family: 'Exo', sans-serif;
  font-size: 2rem;
}

.cparg {
  max-width: 1400px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.6rem;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-self: center;
}

@media (max-width: 768px) {
  .cparg {
    font-size: 1rem;
  }
}

body {
  font-family: 'Inter', sans-serif;
  background: #fafafa;
  margin: 0;
  padding: 0;
}

#idexsv {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

.svtabsx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  margin: 44px 0 38px 0;
  justify-content: center;
}

.svbtnx {
  border: none;
  padding: 0.59rem 1.85rem;
  border-radius: 32px;
  background: #FFD600;
  color: #111;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: none;
  cursor: pointer;
  border: 1.5px solid #FFD600;
  min-width: 180px;
  min-height: 38px;
  white-space: normal;
  text-overflow: ellipsis;
  display: inline-block;
  transition: background 0.15s, color 0.15s, border 0.15s;
}

.svbtnx.inact {
  background: #fff;
  color: #333;
  border: 1.5px solid #E2E2E2;
}

.secghd {
  font-family: 'Exo', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 12px;
  letter-spacing: 0.01em;
  color: #196634;
}

.crdlist {
  width: 100%;
  margin-top: 0;
}

.subcrdx {
  margin: 38px auto;
  padding: 34px 38px 36px 38px;
  max-width: 1150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subtidx {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
  color: #181818;
  line-height: 1.4;
  letter-spacing: 0.01em;
  width: 100%;
}

.mnrowx {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 44px;
  width: 100%;
}

.imgsecx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.galcontx {
  width: 100%;
  max-width: 20vw;
  min-width: 400px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
}

.galboxx {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galboxx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.galdotsx {
  display: flex;
  gap: 11px;
  justify-content: center;
  margin: 16px 0 0 0;
}

.galdotx {
  width: 38px;
  height: 14px;
  border-radius: 25px;
  background: #E1E1E1;
  transition: background 0.18s;
  cursor: pointer;
  border: 0;
  padding: 0;
}

.galdotx.actv {
  background: #c7c6c6;
}

.cntsecx {
  flex: 1 1 350px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
}

.subdescx {
  font-size: 1.14rem;
  color: #191919;
  margin-bottom: 26px;
  white-space: pre-line;
  line-height: 1.56;
  text-align: left;
  font-weight: 400;
}

.pjsecx label {
  font-weight: 700;
  color: #181818;
  font-size: 1.07rem;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 0.01em;
}

.pjlistx {
  list-style: disc;
  margin-left: 1.25em;
  padding-left: 0.2em;
  font-size: 1.07rem;
}

.pjlinkx {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.13s;
}

.pjlinkx:hover {
  color: #4099FF;
  text-decoration: underline;
}

.ctbtnx {
  margin-top: 32px;
  align-self: center;
  padding: 12px 30px;
  border: 1.5px solid #018AEE;
  border-radius: 9px;
  background: #fff;
  color: #018AEE;
  font-size: 1.11rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.ctbtnx a{
  text-decoration: none;
  color: #018AEE;
}

.ctbtnx:hover {
  background: #eaf5ff;
}

/* RESPONSIVE */
@media (max-width: 950px) {
  .secghd {
    font-size: 1.6rem;
  }

  .crdlist {
    margin-top: 0;
  }

  .subcrdx {
    padding: 24px 6vw 24px 6vw;
  }

  .mnrowx {
    gap: 18px;
  }

  .imgsecx,
  .galcontx {
    max-width: 80vw;
  }
}

@media (max-width: 767px) {
  .svtabsx {
    gap: 6px 0;
    margin-bottom: 23px;
    flex-direction: column;
    align-items: stretch;
  }

  .svbtnx {
    margin: 0 0 13px 0;
    width: 100%;
    min-width: 0;
    font-size: 1.04rem;
  }

  .subcrdx {
    border-radius: 8px;
    padding: 14px 2vw 18px 2vw;
    margin-bottom: 24px;
  }

  .secghd {
    font-size: 1.2rem;
  }

  .subtidx {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .mnrowx {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .imgsecx,
  .galcontx {
    max-width: 80vw;
  }

  .galboxx {
    max-width: 80vw;
  }

  .cntsecx {
    max-width: 100vw;
    margin-top: 0;
    align-items: flex-start;
  }

  .subdescx {
    font-size: 1.01rem;
    margin-bottom: 13px;
    line-height: 1.53;
  }

  .galdotx {
    width: 10vw;
    height: 0.5rem;
  }
}

#uYzAbC {
  max-width: 1048px;
  margin: 40px auto 60px auto;
}

.dEfGhI {
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  font-size: 1.rem;
  color: #196634;
  text-align: center;
  margin: 36px 0;
}

.jKlMnO {
  position: relative;
  margin-bottom: 44px;
}

.pQrStU {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.vWxYzA {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background 0.15s;
}

.vWxYzA:hover {
  background: #eeeeee;
}

.vWxYzA svg {
  width: 18px;
  height: 18px;
  fill: #175532;
}

.vWxYzA:active {
  background: #dddddd;
}

.bCdEfG {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  transition: opacity 0.5s ease;
  min-height: 300px;
  margin-bottom: 36px;
}

.iJkLmN {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  flex: 0 0 218px;
  max-width: 218px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
  min-height: fit-content;
}

.iJkLmN:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.1);
}

.iJkLmN:focus {
  outline: transparent;
}

.oPqRsT {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.uVwXyZ {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.aBcDeF {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.gHiJkL {
  font-size: 16px;
  font-weight: 600;
  margin: 18px 18px 4px 18px;
  color: #252525;
}

.mNoPqR {
  font-size: 13px;
  color: #7B7B7B;
  margin: 0 18px 8px 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 32px;
}

.sTuVwX {
  font-size: 12px;
  color: #222;
  margin: 0 18px 18px 18px;
  display: flex;
  align-items: center;
}

.sTuVwX::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg fill="black" height="13" viewBox="0 0 24 24" width="13" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z"/></svg>') no-repeat center center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.6;
}

@media (max-width: 1100px) {
  .bCdEfG {
    gap: 18px;
  }

  .iJkLmN,
  .oPqRsT {
    flex: 0 0 178px;
    max-width: 178px;
  }
}

@media (max-width: 900px) {
  .bCdEfG {
    gap: 14px;
  }

  .iJkLmN {
    flex: 0 0 148px;
    max-width: 148px;
  }

  .oPqRsT {
    flex: 0 0 148px;
    max-width: 148px;
  }
}

@media (max-width: 700px) {
  .bCdEfG {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .iJkLmN {
    flex: 0 0 70vw;
    max-width: 70vw;
    min-height: fit-content;
  }

  .oPqRsT {
    flex: 0 0 auto;
    max-width: 70vw;
    width: 100%;
  }
}

.yZaBcD {
  position: fixed;
  inset: 0;
  background: rgba(71, 71, 71, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  overflow-y: auto;
  padding-bottom: 20px;
  scroll-behavior: auto;
}

.eFgHiJ {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kLmNoP {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 44px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1300px;
  width: 84vw;
  min-width: 320px;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
}

.tUvWxY {
  position: relative;
}

.zAbCdE {
  position: absolute;
  top: -20px;
  right: -20px;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #b3b3b3;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  padding: 0 0 0 4px;
  transition: color 0.14s;
}

.zAbCdE:hover {
  color: #222;
}

.cDeFgH {
  flex: 0 0 auto;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  transition: background 0.18s;
  color: #175532;
}

.cDeFgH:hover {
  background: #f0f0f0;
}

.cDeFgH:active {
  background: #e4e4e4;
}

@media (max-width: 900px) {
  .cDeFgH {
    display: none !important;
  }
}

.iJkLmY {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  box-sizing: border-box;
  background: #fff;
}

.rStUvW {
  flex: 0 0 22%;
  min-width: 260px;
  padding: 12px 16px 12px 32px;
  text-align: left;
  overflow-y: auto;
}

.vWxYzC {
  font-size: 2.05rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 0.14em;
  margin-top: 0.12em;
  word-break: break-word;
  white-space: pre-line;
}

.vWxYzC:focus {
  outline: transparent;
}

.bCdEfg {
  font-size: 1.10rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 36px;
  margin-top: 8px;
  word-break: break-word;
}

.jKlMnP {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.yZaBc1 {
  display: flex;
  flex-direction: column;
}

.xYzAbD {
  font-size: 0.97rem;
  font-weight: 600;
  color: #d1d1d1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 2px;
}

.dEfGhi {
  font-size: 1.09rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
  word-break: break-word;
}

.kLmNop {
  flex: 1 1 56%;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  background: #fff;
}

.qRsTuv {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  padding: 0 24px;
}

.wXyZaC {
  max-width: 100%;
  max-height: 60vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  background: #e6e6e6;
  margin-bottom: 12px;
  cursor: pointer;
}

.eFgHjk {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  user-select: none;
}

.mNoPqr {
  flex: 1 1 0;
  height: 8px;
  background: #e6e6e6;
  border-radius: 4px;
  transition: background 0.18s;
  cursor: pointer;
  border: none;
  outline: none;
}

.mNoPqr.active {
  background: #c9c9c9;
}

.sTuVwx {
  flex: 0 0 22%;
  min-width: 200px;
  padding: 12px 32px 12px 24px;
  background: #fff;
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-y: auto;
}

.yZaBcd {
  color: #222;
  margin-bottom: 12px;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

.fGhIjk {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  overflow: hidden;
}

.lMnOpQ {
  position: relative;
  width: 90vw;
  max-width: 800px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rStUvX {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rStUvX img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  display: block;
}

.zAbCde {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  padding: 0;
}

.jKlMnQ {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.pQrStu,
.vWxYza {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.18s;
}

.pQrStu:hover,
.vWxYza:hover {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1200px) {
  .kLmNoP {
    max-width: 98vw;
    min-width: unset;
  }

  .rStUvW {
    padding-left: 24px;
    padding-right: 12px;
  }

  .sTuVwx {
    padding-right: 16px;
  }
}

@media (max-width: 900px) {

  .kLmNoP {
    flex-direction: column;
    max-width: 98vw;
    min-width: unset;
    height: auto;
    max-height: none;
    margin-top: 20px;
  }

  .iJkLmY {
    min-width: 0;
    height: auto;
    max-height: none;
  }

  .rStUvW,
  .sTuVwx {
    width: 100%;
    min-width: unset;
    padding: 32px 12px 18px 16px;
    border: none;
  }

  .rStUvW {
    border-bottom: 1px solid #ececec;
    padding-bottom: 6px;
  }

  .sTuVwx {
    border-top: 1px solid #ececec;
    padding-top: 18px;
  }

  .kLmNop {
    min-height: 180px;
    padding: 18px 0 18px 0;
  }

  .wXyZaC {
    max-width: 98vw;
    max-height: 30vh;
    margin-bottom: 12px;
  }

  .cDeFgH {
    display: none !important;
  }

  .zAbCdE {
    font-size: 1.6rem;
  }

  .yZaBcD {
    align-items: flex-start !important;
    padding-top: 20px;
    overflow-y: auto;
  }

  .pQrStu,
  .vWxYza {
    font-size: 0.9rem;
    padding: 6px 12px;
  }

  .lMnOpQ {
    width: 98vw;
    max-width: unset;
    max-height: 80vh;
  }
}

@media (max-width: 700px) {
  .wXyZaC {
    max-height: 25vh;
  }
}

@media (max-width: 480px) {
  .kLmNoP {
    max-width: 99vw;
  }

  .vWxYzC {
    font-size: 1.19rem;
  }

  .rStUvW,
  .sTuVwx {
    padding: 12px 6px 8px 6px;
  }

  .wXyZaC {
    max-width: 98vw;
    max-height: 18vh;
  }

  .lMnOpQ {
    width: 99vw;
    max-height: 70vh;
  }

  .pQrStu,
  .vWxYza {
    font-size: 0.8rem;
    padding: 5px 10px;
  }

  .zAbCde {
    font-size: 1.8rem;
  }
}

@media (max-width: 400px) {
  .wXyZaC {
    max-height: 15vh;
  }
}

@media (max-width: 320px) {
  .mNoPqr {
    min-width: 20px;
  }
}