* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #f9f9fb;
  color: #212529;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 1536px;
  margin: 0 auto;
}
.container {
  max-width: 1536px;
  position: relative;
}
/* ---------------------- Header ------------------ */

#main-header {
  position: sticky;
  top: -100px;
  width: 100%;
  background: #fff;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s, padding 0.4s;
  z-index: 999;
  padding: 8px 18px;
  height: 48px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-header.visible {
  top: 0;
  height: 48px;
  padding: 8px 18px;
}
#main-header.mainHeader {
  display: none;
}

#main-header.visible .logo img {
  max-width: 90px;
}

#main-header:not(.visible) nav {
  opacity: 1;
  pointer-events: auto;
}

#main-header.visible nav {
  opacity: 0.7;
}

/* Hamburger Menu Styles */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
  z-index: 1001;
  position: fixed;
  top: 15px;
  right: 20px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #ff914d;
  margin: 3px 0;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

section.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

section h1 {
  font-size: 28px;
  color: #ff914d;
  border-bottom: 2px solid #ff914d;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

section h2 {
  font-size: 20px;
  color: #343a40;
}

section p,
section ul {
  line-height: 1.7;
  margin-top: 10px;
}

ul {
  padding-left: 20px;
}

a {
  color: #ff914d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.logo {
  text-align: center;
}

.logo img {
  max-width: 90px;
}

.section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.fact-box {
  background-color: #f1f4f9;
  padding: 20px;
  border-left: 4px solid #ff914d;
  border-radius: 8px;
}

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

nav a {
  color: #ff914d;
  text-decoration: none;
  margin-left: 20px;
  font-weight: 600;
}

nav a:hover {
  color: #ffd966;
}

.hero {
  background: linear-gradient(90deg, #00c9a7, #ff914d);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 40px;
  margin-bottom: 15px;
  animation: slideDown 1s ease-out;
}

.hero p {
  font-size: 20px;
  max-width: 600px;
  margin: auto;
  animation: fadeIn 2s ease-in;
}

.btn {
  margin-top: 25px;
  padding: 12px 25px;
  background-color: #fff;
  color: #ff914d;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.btn:hover {
  background-color: #e1efff;
}

.section-title {
  text-align: center;
  color: #ff914d;
  font-size: 28px;
  margin-bottom: 30px;
}

/* ----------------------- Banner css --------------------- */
.mainSection {
  position: relative;
}
.BannerContainer {
  position: relative;
}
.bannerLogo {
  width: 100%;
}
.bannerContainerDiv {
  position: absolute;
  top: 30%;
  left: 5%;
}
.bannerHeading {
  font-size: 52px;
  color: #ff914d;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 500px;
  line-height: 1;
}
.subHeading {
  font-size: 1rem;
  color: #ff914d;
  font-weight: 500;
  margin-top: 10px;
}
.bannerDescription {
  font-size: 1.125rem;
  font-weight: 500;
  max-width: 500px;
  margin-top: 20px;
}
/* ------------------------------- mission and vision ---------------------------- */
.mission-section {
  background: #fff;
}
.mission-title {
  font-size: 52px;
  color: #ff914d;
  margin: 0 0 20px;
}
.mainContainer {
  display: flex;
  padding: 50px;
  gap: 40px;
  align-items: flex-start;
}

.left img {
  width: 550px;
  height: auto;
  object-fit: cover;
}

.right {
  flex: 1;
}

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

.right li {
  margin-bottom: 18px;
  font-size: 1.5rem;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.right li span {
  margin-right: 12px;
  flex-shrink: 0;
}
.circle-number {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: #fff;
  color: #212121;
  border: 6px solid #16ba52; /* Outer green border */
  border-radius: 50%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13); /* Soft shadow */

  position: relative;
}

.circle-number::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  pointer-events: none;
}

@media (max-width: 1000px) {
  .mainContainer {
    flex-direction: column;
    padding: 20px 10px;
    gap: 0;
  }

  .right {
    margin-top: 24px;
  }
}

/* initiatives */
.initiatives-section {
  background: #fff;
  padding: 60px 20px 0 20px;
  font-family: 'Arial', sans-serif;
  text-align: center;
}
.initiatives-visual {
  width: 100%;
}

.initiatives-title {
  font-size: 52px;
  margin-bottom: 0 0 40px;
  letter-spacing: 2px;
}

.initiatives-container {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

/* .initiative-card {
  background: #ff914d;
  border-radius: 24px 24px 12px 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  max-width: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 0 20px;
  position: relative;
  margin-bottom: 38px;
}

.initiative-icon {
  background: #fff;
  border: 6px solid #16ba52;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -52px;
  margin-bottom: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.initiative-icon img {
  width: 46px;
  height: 46px;
}

.initiative-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 0;
  letter-spacing: 1px;
}

.initiative-card p {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 32px;
  margin-top: 0;
}

.initiative-number {
  background: #fff;
  color: #212121;
  font-size: 22px;
  font-weight: bold;
  width: 54px;
  height: 34px;
  border-radius: 0 0 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-top: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.initiative-base {
  width: 80px;
  height: 12px;
  background: #ff914d;
  border-radius: 20px 20px 20px 20px;
  margin-bottom: -28px;
  margin-top: 0;
} */

.initiative-card {
  background: #ff914d;
  border-radius: 24px 24px 12px 12px;
  width: 248px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 18px 0 18px;
  position: relative;
  margin-bottom: 36px;
}

.initiative-icon {
  background: #fff;
  border: 6px solid #16ba52;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}

.initiative-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  letter-spacing: 1px;
  text-align: center;
}

.initiative-card p {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 44px;
}

.initiative-number-base {
  width: 90%;
  height: 34px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
}

.initiative-number-base span {
  background: transparent;
  color: #212121;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
}

.initiative-number-base::after {
  content: '';
  display: block;
  width: 80%;
  height: 14px;
  background: #ff914d;
  border-radius: 0 0 22px 22px;
  position: absolute;
  left: 10%;
  bottom: -12px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .initiatives-container {
    gap: 20px;
  }
  .initiative-card {
    max-width: 220px;
    padding: 34px 10px 0 10px;
  }
  .initiative-icon {
    width: 64px;
    height: 64px;
  }
  .initiative-icon img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 900px) {
  .initiatives-title {
    font-size: 34px;
  }
  .initiatives-container {
    flex-wrap: wrap;
    gap: 24px;
  }
  .initiative-card {
    max-width: 320px;
    padding: 36px 18px 0 18px;
  }
}

@media (max-width: 600px) {
  .initiatives-container {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .initiative-card {
    max-width: 95vw;
    margin-bottom: 0;
  }
}

/* ------------------------------ Footer section ------------------------------ */

.footer-contact-section {
  background: #fff;
  padding: 32px 0;
  font-family: 'Arial', sans-serif;
  width: 100%;
}

.footer-contact-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  gap: 64px;
}

.footer-left {
  max-width: 550px;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.footer-logo {
  width: 120px;
  object-fit: contain;
}

.footer-brand {
  color: #ff914d;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.footer-address {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.footer-center {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.footer-qr-row {
  display: flex;
  gap: 26px;
}
.address {
  font-weight: bold;
  margin: 10px 0px;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}
.footer-qr-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.footer-store-img {
  width: 160px;
  object-fit: contain;
  margin-bottom: 2px;
}

.footer-qr-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.footer-right {
  margin-left: auto;
  width: 150px;
}

.footer-links-title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

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

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list a {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.18s;
}

@media (max-width: 600px) {
  .footer-contact-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
    padding: 0 4vw;
  }
  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%;
    min-width: 0;
  }
  .footer-qr-row {
    flex-direction: row;
    justify-content: flex-start;
    gap: 18px;
  }
  .footer-links-title,
  .footer-links-list {
    text-align: left;
  }
}

/* ------------------------------------- Directors section ---------------------------------- */

.directors-section {
  width: 100%;
  padding: 20px 0 0 0;
  background: #fff;
  text-align: center;
}

.directors-title {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  margin: auto;
}

.directors-list {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 20px;
}

.director-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.director-photo-wrap {
  position: relative;
  width: 215px;
  height: 215px;
  margin-bottom: 20px;
}

.director-photo-wrap img {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
}
.director-name {
  font-size: 24px;
  font-weight: bold;
  margin: auto;
}
.designation {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.director-semicircle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  border: 0 solid transparent;
  /* Orange semi arc */
  border-bottom: 10px solid #ff914d;
  border-right: 10px solid #ff914d;
  border-left: 0;
  border-top: 0;
  transform: rotate(30deg);
  box-sizing: border-box;
  pointer-events: none;
}

/* ------------------------ Contact us section --------------------- */

.contact-section {
  background: #fff;
  padding: 48px 0;
  font-family: 'Arial', sans-serif;
  width: 100%;
}

.contact-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  margin: 0 auto;
  width: 100%;
}

.contact-left {
  text-align: center;
}

.contact-logo {
  max-width: 300px;
  max-width: 90vw;
  margin-bottom: 20px;
}

.contact-org {
  color: #ff914d;
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  line-height: 1.1;
}

.contact-tagline {
  color: #ff914d;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.contact-right {
  width: 480px;
  min-width: 270px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-title {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  gap: 16px;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 3px solid #000;
  border-radius: 50%;
  font-size: 22px;
}

.contact-text {
  color: #222;
  font-size: 20px;
  line-height: 1.45;
  word-break: break-word;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

/* Responsive styles */
@media (max-width: 950px) {
  .contact-flex {
    flex-direction: column;
    align-items: center;
    gap: 44px;
  }
  .contact-left,
  .contact-right {
    width: 98vw;
    text-align: center;
    margin: 0;
  }
  .contact-right {
    align-items: center;
  }
  .contact-title {
    text-align: center;
    margin-top: 30px;
  }
  .contact-row {
    justify-content: center;
    text-align: left;
    margin-bottom: 28px;
  }
}

/* -------------------- Emphasis section -------------------- */

/* CSS */
.emphasis-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  background: #fdebe1;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
}

.emphasis-visual {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.emphasis img {
  width: 500px;
}

.emphasis-content {
  flex: 1 1 500px;
  max-width: 800px;
}

.emphasis-content h2 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: left;
  color: #181819;
  margin: auto;
}

.emphasis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 36px;
}

.emphasis-grid h3 {
  font-size: 1.16rem;
  color: #2e2a55;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: 'Montserrat', sans-serif;
}

.emphasis-grid p {
  font-size: 1rem;
  color: #181819;
  line-height: 1.4;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}

/* Mobile responsive */
@media (max-width: 900px) {
  .emphasis-container {
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
  }
  .emphasis-visual {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    min-width: unset;
  }
  .emphasis-visual img {
    width: 100%;
  }
  .emphasis-content {
    max-width: 100%;
  }
  .emphasis-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.coe-section {
  background: #fff;
  padding: 44px 0 56px 0;
  font-family: 'Poppins', sans-serif;
}
.coe-title {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 38px;
}
.coe-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 24px;
}
.coe-row {
  display: flex;
  gap: 42px;
  justify-content: center;
}
.coe-card {
  display: flex;
  align-items: center;
  min-width: 0;
  background: none;
  flex: 1 1 0;
  max-width: 720px;
}
.coe-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 140px;
  margin-right: 0;
}
.coe-img-circle {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 24px #19b4aa23;
  position: relative;
  border: 6px solid #1ec8ae;
}
.coe-img-circle::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 4px solid #20bfa9;
  border-radius: 50%;
  z-index: 1;
}
.coe-img-circle img {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 50%;
  background: #eee;
}
.coe-info {
  background: #20bfa9;
  border-radius: 6px;
  padding: 24px 34px 21px 34px;
  margin-left: -26px;
  box-shadow: 0 6px 32px #16beae2e;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.coe-head {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.coe-desc {
  color: #eaf8f4;
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .coe-row {
    flex-direction: column;
    gap: 28px;
  }
  .coe-card {
    max-width: 100%;
  }
  .coe-img {
    flex: 0 0 80px;
  }
  .coe-img-circle {
    width: 72px;
    height: 72px;
  }
  .coe-img-circle img {
    width: 44px;
    height: 44px;
  }
  .coe-info {
    padding: 14px 12px 10px 16px;
    margin-left: -10px;
  }
  .coe-head {
    font-size: 1rem;
  }
  .coe-desc {
    font-size: 0.98rem;
  }
}
@media (max-width: 600px) {
  .coe-section {
    padding: 30px 0;
  }

  .coe-wrapper {
    padding: 0 3px;
    gap: 12px;
  }
  .coe-row {
    gap: 16px;
  }
  .coe-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .coe-img {
    margin-bottom: 6px;
  }
  .coe-img-circle {
    width: 44px;
    height: 44px;
  }
  .coe-img-circle img {
    width: 28px;
    height: 28px;
  }
  .coe-info {
    margin-left: 0;
    padding: 8px 7px;
  }
  .coe-head {
    font-size: 0.87rem;
  }
  .coe-desc {
    font-size: 0.91rem;
  }
}

/* ------------------------- Mobile responsive -------------------------- */

@media (max-width: 768px) {
  /* ----------------- banner mobile responsive ----------------- */
  .bannerLogo {
    height: 270px;
  }
  .bannerHeading {
    font-size: 1rem;
    max-width: 260px;
  }
  .bannerContainerDiv {
    top: 25%;
  }
  .subHeading {
    font-size: 10px;
    margin-top: 8px;
  }
  .bannerDescription {
    font-size: 10px;
    max-width: 220px;
    margin-top: 2px;
  }
  #main-header.visible {
    height: 40px;
    padding: 5px 10px;
  }
  #main-header.visible .logo img {
    max-width: 60px;
  }

  .hamburger {
    display: flex;
    position: fixed;
    top: 8px;
    right: 20px;
  }

  #main-header.visible .hamburger {
    top: 0px;
    right: 15px;
  }

  nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 250px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  nav.active {
    right: 0;
  }

  nav a {
    margin: 20px 0;
    font-size: 18px;
    text-align: center;
  }

  #main-header:not(.visible) nav {
    opacity: 1;
    pointer-events: auto;
  }

  #main-header.visible nav {
    opacity: 1;
  }

  /* -------------------- mission and vision -------------------- */
  .left img {
    width: 100%;
    display: block;
    height: auto;
  }
  .mission-title,
  .emphasis-content h2,
  .coe-title,
  .directors-title {
    font-size: 30px;
    margin: 0 0 0px;
    text-align: center;
  }
  .right li {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .circle-number {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1rem;
  }
  .emphasis-grid h3 {
    font-size: 1.16rem;
    margin-top: 10px;
  }
  .footer-logo-row {
    display: block;
  }
  .footer-brand {
    display: block;
    width: 100%;
  }
  .footer-logo {
    width: 200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .footer-brand {
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
  }
  .address {
    font-weight: 600;
    font-size: 20px;
  }
  .footer-address {
    font-size: 16px;
  }
  .footer-store-img,
  .footer-qr-img {
    width: 100%;
    max-width: 200px;
  }
  .footer-links-title {
    font-size: 24px;
  }
  .footer-links-list a {
    font-size: 16px;
  }
  .director-name {
    font-size: 20px;
  }
  .designation {
    font-size: 16px;
  }
  .directors-list {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .contact-icon {
    min-width: 35px;
    min-height: 35px;
    font-size: 16px;
  }
  .contact-text {
    font-size: 16px;
  }
  .contact-logo {
    width: 98vw;
    min-width: 180px;
  }
  .contact-org,
  .contact-title {
    font-size: 24px;
  }
}
