@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@700;900&display=swap");

html,
body {
  height: 100%;
}

/* Light Theme (default) */
body {
  margin: 0;
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  background: #f7f9fb;
  color: #222;
  min-height: 100vh;
}
.main-header {
  background: #fff url("asset/covor.jpg") no-repeat right center/cover;
  position: relative;
  opacity: 0.92;
}
.main-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5); /* 50% transparent white overlay */
  pointer-events: none;
  z-index: 1;
}
.main-header > * {
  position: relative;
  z-index: 2;
}
.main-nav a {
  color: #1565c0;
}
.main-nav a:hover {
  background: #e3eafc;
  color: #ff9800;
}
.hero-section,
.about-section,
.faq-section {
  background: #fff;
  color: #222;
}
.hero-content h1,
.hero-content h1.daik-blue,
.big-hero-content h1,
.rectangle-content-card h1 {
  color: #1565c0;
}
.hero-content p,
.big-hero-content p,
.rectangle-content-card p,
.faq-a {
  color: #444;
}
.download-btn {
  background: #1565c0;
  color: #fff;
}
.download-btn.googleplay {
  background: #ff9800;
}
.download-btn:hover {
  background: #ff9800;
  color: #fff;
}
.youtube-btn {
  background: #fff;
  color: #ff0000;
}
.youtube-btn:hover {
  background: #ff0000;
  color: #fff;
}
.rectangle-content-card,
.faq-card {
  background: #fff;
  color: #222;
}
.faq-title,
.faq-q {
  color: #1565c0;
}
.main-footer {
  background: #f7f9fb;
  color: #222;
}

/* Dark Theme */
body.dark-theme {
  background: #181c24;
  color: #f1f1f1;
}
body.dark-theme .main-header {
  background: #23283a;
  color: #f1f1f1;
}
body.dark-theme .main-nav a {
  color: #ffd166;
}
body.dark-theme .main-nav a:hover {
  background: #23283a;
  color: #ff9800;
}
body.dark-theme .hero-section,
body.dark-theme .about-section,
body.dark-theme .faq-section {
  background: #23283a;
  color: #f1f1f1;
}
body.dark-theme .hero-content h1,
body.dark-theme .hero-content h1.daik-blue,
body.dark-theme .big-hero-content h1,
body.dark-theme .rectangle-content-card h1 {
  color: #ffd166;
}
body.dark-theme .hero-content p,
body.dark-theme .big-hero-content p,
body.dark-theme .rectangle-content-card p,
body.dark-theme .faq-a {
  color: #f1f1f1;
}
body.dark-theme .download-btn {
  background: #ffd166;
  color: #23283a;
}
body.dark-theme .download-btn.googleplay {
  background: #ff9800;
  color: #fff;
}
body.dark-theme .download-btn:hover {
  background: #ff9800;
  color: #fff;
}
body.dark-theme .youtube-btn {
  background: #23283a;
  color: #ff0000;
}
body.dark-theme .youtube-btn:hover {
  background: #ff0000;
  color: #fff;
}
body.dark-theme .rectangle-content-card,
body.dark-theme .faq-card {
  background: #23283a;
  color: #f1f1f1;
}
body.dark-theme .faq-title,
body.dark-theme .faq-q {
  color: #ffd166;
}
body.dark-theme .main-footer {
  background: #181c24;
  color: #f1f1f1;
}

.main-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
}

.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.2rem;
}

.main-nav a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.4rem 1.1rem;
  border-radius: 7px;
  transition: background 0.18s, color 0.18s;
  position: relative;
}

.main-nav a:hover {
  background: #f7f9fb;
  color: #ff9800;
}

.logo-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.right-align {
  justify-content: flex-end;
}

.logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 14px;
  background: #f7f9fb;
}

.site-title {
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
}

.full-height {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 2rem 1rem;
  background: #ededed;
  border-radius: 1.5rem;
  box-sizing: border-box;
}

.course-box.rectangle {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  text-align: center;
  text-decoration: none;
  color: inherit;
  width: 220px;
  min-width: 120px;
  max-width: 95vw;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: box-shadow 0.2s, transform 0.2s;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.course-box.rectangle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
  margin: 0;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: none;
  background: #f2f2f2;
  display: block;
}

.course-box.rectangle h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1rem 0.5rem 0.7rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  background: #c66900;
  border-radius: 0 0 1.2rem 1.2rem;
  z-index: 2;
}

.course-box.rectangle:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
  transform: translateY(-4px) scale(1.03);
}

.course-box.rectangle:hover img {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.hero-section {
  background: #fff;
  min-height: 520px;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2.5rem 3rem 2.5rem;
  flex-wrap: wrap;
}

.hero-content {
  max-width: 520px;
  z-index: 2;
  text-align: center;
  direction: rtl;
  flex: 1 1 350px;
}

.hero-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  flex: 1 1 350px;
}

.youtube-btn {
  display: flex;
  align-items: center;
  gap: 0.7em;
  background: #fff;
  color: #ff0000;
  font-weight: 700;
  font-size: 1.3rem;
  border: none;
  border-radius: 1.5em;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.13), 0 1.5px 8px rgba(0, 0, 0, 0.08);
  padding: 0.7em 1.7em;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
  margin-top: 1.2em;
  perspective: 400px;
}
.youtube-btn .fa-youtube {
  font-size: 2.2em;
  color: #ff0000;
  filter: drop-shadow(0 2px 6px rgba(255, 0, 0, 0.18));
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.youtube-title {
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  color: #222;
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 0.2em;
}
.youtube-btn:hover {
  background: #ff0000;
  color: #fff;
  transform: translateY(-4px) scale(1.04) rotateX(8deg);
  box-shadow: 0 8px 32px rgba(255, 0, 0, 0.18), 0 4px 18px rgba(0, 0, 0, 0.18);
}
.youtube-btn:hover .fa-youtube {
  color: #fff;
  filter: none;
}
.youtube-btn:hover .youtube-title {
  color: #fff;
}

.hero-section.flipped {
  transform: scaleY(-1);
}
.hero-section.flipped .hero-content,
.hero-section.flipped .hero-image-wrapper {
  transform: scaleY(-1);
}

.hero-content h1 {
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  margin: 0 0 1.2rem 0;
  color: #ff9800;
  line-height: 1.1;
  letter-spacing: 0.5px;
  transition: font-size 0.25s cubic-bezier(0.4, 2, 0.6, 1);
}

.hero-content p {
  font-size: 1.25rem;
  color: #444;
  margin-bottom: 2.2rem;
  line-height: 1.7;
}

.download-buttons {
  display: flex;
  gap: 1.2rem;
}

.download-btn {
  display: inline-block;
  padding: 0.9rem 1.7rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  background: #222;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  /* animation: spinY 4s linear infinite; */
  backface-visibility: hidden;
}

.download-btn.appstore {
  background: #222;
}
.download-btn.googleplay {
  background: #ff9800;
}
.download-btn:hover {
  background: #1565c0;
  color: #fff;
}

.download-btn .fa-brands {
  margin-left: 0.5em;
  font-size: 2em;
  vertical-align: middle;
}

.hero-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  z-index: 1;
}

.hero-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #ff9800;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  box-shadow: none;
  transition: box-shadow 0.25s cubic-bezier(0.4, 2, 0.6, 1);
}

.hero-image img {
  width: 600px;
  max-width: 100vw;
  height: 700px;
  object-fit: contain;
  background: transparent;
  transition: transform 0.25s cubic-bezier(0.4, 2, 0.6, 1);
  cursor: pointer;
  transform: rotate(-8deg);
  position: relative;
  z-index: 1;
  box-shadow: none;
}

.hero-image:hover::before {
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.22), 0 8px 40px rgba(0, 0, 0, 0.22);
}

.hero-image img:hover {
  transform: scale(1.08) rotate(-10deg);
}

.about-section,
.faq-section {
  background: #f7f9fb;
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 1.2rem;
  padding: 3.5rem 2rem 3.5rem 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  min-height: 200px;
}

.main-footer {
  background: #181c24;
  color: #f1f1f1;
  text-align: center;
  padding: 1.5rem 0 1rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: auto;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
}

.hero-content h1.daik-blue {
  color: #1565c0;
  font-size: 5rem;
  font-weight: 900;
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  margin: 0 0 1.2rem 0;
  line-height: 1.1;
  letter-spacing: 0.5px;
  transition: font-size 0.25s cubic-bezier(0.4, 2, 0.6, 1);
}

/* Responsive Hamburger Menu */
.menu-toggle-checkbox {
  display: none;
}
.menu-toggle {
  display: none;
  font-size: 2.2rem;
  color: #222;
  cursor: pointer;
  padding: 0.5rem 1rem;
  z-index: 200;
}

.rectangle-hero .rectangle-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 320px;
}
.rectangle-hero .rectangle-image img {
  width: 700px;
  max-width: 90vw;
  height: 340px;
  object-fit: cover;
  border-radius: 2.5rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.13);
  background: #f7f9fb;
  margin: 0 auto;
  display: block;
}
.big-hero-content h1,
.big-hero-content .daik-blue {
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 1.2rem;
}
.big-hero-content p {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
}
@media (max-width: 1000px) {
  .rectangle-hero .rectangle-image img {
    width: 95vw;
    height: 200px;
    border-radius: 1.2rem;
  }
  .big-hero-content h1,
  .big-hero-content .daik-blue {
    font-size: 2.7rem;
  }
  .big-hero-content p {
    font-size: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .hero-image img {
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 1000px) {
  .hero-center {
    flex-direction: column;
    align-items: center;
    gap: 2.2rem;
    padding: 2.5rem 1rem 2rem 1rem;
  }
  .hero-content,
  .hero-side {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .main-header {
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .hero-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 1rem 2rem 1rem;
    min-height: 400px;
    gap: 2rem;
  }
  .hero-image-wrapper {
    min-width: 220px;
  }
  .logo-title {
    margin-left: 0;
    justify-content: flex-end;
  }
}

@media (max-width: 900px) {
  .main-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    background-position: right top;
    background-size: cover;
  }
  .header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
    position: static;
    margin-right: 0.5rem;
    margin-left: 0;
    height: auto;
  }
  .menu-toggle {
    display: block;
    position: static;
    margin: 0;
    vertical-align: middle;
  }
  #theme-toggle {
    margin-left: 0.5rem;
    margin-right: 0;
    vertical-align: middle;
  }
  .logo-title {
    margin-left: auto;
    justify-content: flex-end;
  }
}

@media (min-width: 901px) {
  .header-actions {
    position: static;
    gap: 0.5rem;
  }
}

@media (max-width: 900px) {
  .main-header {
    position: relative;
  }
  .menu-toggle {
    display: block;
    position: absolute;
    left: 1rem;
    top: 1rem;
  }
  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 150;
  }
  .main-nav a {
    width: auto;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
    border-radius: 1.2rem;
    border-bottom: none;
    color: #222;
    text-align: center;
    background: none;
    transition: background 0.18s, color 0.18s;
  }
  .main-nav a:hover {
    background: #f7f9fb;
    color: #ff9800;
  }
  #menu-toggle:checked ~ .main-nav {
    display: flex;
  }
}

@media (min-width: 901px) {
  .menu-toggle {
    display: none;
  }
  .main-nav {
    display: flex !important;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 2.2rem;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .main-nav a {
    width: auto;
    padding: 0.4rem 1.1rem;
    font-size: 1.1rem;
    border-radius: 7px;
    border-bottom: none;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .main-header {
    flex-direction: column;
    align-items: stretch;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  }
  .main-nav {
    gap: 1.2rem;
    padding: 0.7rem 0 0.3rem 0;
  }
  .logo-title {
    padding: 0.5rem 0.5rem 1rem 0;
  }
  .site-title {
    font-size: 1rem;
  }
  .hero-section {
    padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    min-height: 320px;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .hero-content h1 {
    font-size: 2.2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .download-btn {
    font-size: 1rem;
    padding: 0.7rem 1.1rem;
  }
  .about-section,
  .faq-section {
    padding: 1.2rem 0.3rem 1.2rem 0.3rem;
    border-radius: 0.7rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .hero-image img {
    width: 180px;
    height: 180px;
    border-radius: 0.7rem;
  }
  .hero-content h1.daik-blue {
    font-size: 2.7rem;
  }
  .hero-section {
    min-height: 320px;
    margin-bottom: 1.2rem;
    padding: 0;
  }
  .hero-center {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 0.2rem 1.2rem 0.2rem;
  }
  .hero-content {
    font-size: 1rem;
    padding: 0 0.2em;
  }
  .hero-side {
    gap: 1.2rem;
  }
  .youtube-btn {
    font-size: 1rem;
    padding: 0.5em 1em;
  }
  .youtube-btn .fa-youtube {
    font-size: 1.5em;
  }
}

.rectangle-content-card {
  background: #fff;
  border-radius: 2.5rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.13);
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 700px;
  margin: 0 auto;
}
.rectangle-content-card h1 {
  font-size: 3.2rem;
  font-weight: 900;
  color: #1565c0;
  margin-bottom: 1.2rem;
  text-align: center;
}
.rectangle-content-card p {
  font-size: 1.7rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .rectangle-content-card {
    padding: 1.5rem 1rem;
    border-radius: 1.2rem;
    min-width: 0;
    max-width: 95vw;
  }
  .rectangle-content-card h1 {
    font-size: 2rem;
  }
  .rectangle-content-card p {
    font-size: 1rem;
  }
}

.styled-faq {
  background: #f7fafd;
  padding: 3.5rem 0 4rem 0;
  margin: 0 auto;
  max-width: 1100px;
}
.faq-header {
  text-align: center;
  margin-bottom: 2.5rem;
  direction: rtl;
}
.faq-title {
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #181f2a;
  margin-bottom: 0.5rem;
}
.faq-subtitle {
  font-size: 1.2rem;
  color: #7b849a;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.faq-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq-item {
  border-bottom: 1px solid #f0f2f7;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  direction: rtl;
}
.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq-q {
  font-size: 1.3rem;
  font-weight: 700;
  color: #181f2a;
  margin-bottom: 0.7rem;
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}
.faq-a {
  font-size: 1.1rem;
  color: #444;
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 700px) {
  .styled-faq {
    padding: 1.2rem 0 2rem 0;
  }
  .faq-title {
    font-size: 2rem;
  }
  .faq-card {
    padding: 1.2rem 0.5rem;
    border-radius: 0.7rem;
  }
  .faq-q {
    font-size: 1.1rem;
  }
  .faq-a {
    font-size: 0.95rem;
  }
}

.hero-image img {
  /* backface-visibility: hidden; */
}

.hero-section:first-of-type #hero-img-front {
  position: relative;
  width: 600px;
  height: 600px;
  perspective: 1200px;
  animation: spinY 6s linear infinite;
  transform-style: preserve-3d;
}

@keyframes spinY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.hero-section .hero-content h1 {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.18), 0 2px 10px rgba(0, 0, 0, 0.1);
}
body.dark-theme .hero-section .hero-content h1 {
  text-shadow: 0 4px 18px rgba(255, 209, 102, 0.22),
    0 1.5px 8px rgba(0, 0, 0, 0.3);
}

/* Footer columns layout */
.footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
}
.footer-col {
  flex: 1 1 0;
  min-width: 220px;
  max-width: 33%;
  text-align: center;
}
.main-footer h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  font-family: inherit;
  letter-spacing: 1px;
}
.main-footer p,
.main-footer address {
  color: #f1f1f1;
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0.5rem 0;
  line-height: 1.7;
}
.main-footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.18s;
}
.main-footer a:hover {
  color: #ffd166;
  text-decoration: underline;
}
.main-footer .fa {
  margin-right: 0.6em;
  color: #ffd166;
  font-size: 1.1em;
}

/* Responsive footer */
@media (max-width: 1100px) {
  .footer-columns {
    flex-direction: column;
    align-items: center;
    gap: 2.2rem;
    padding: 2rem 0.5rem 1.2rem 0.5rem;
  }
  .footer-col {
    max-width: 100%;
    min-width: 0;
    text-align: center;
  }
}

/* Light theme override for footer */
body:not(.dark-theme) .main-footer {
  background: #333;
  color: #fff;
}
body:not(.dark-theme) .main-footer h2,
body:not(.dark-theme) .main-footer p,
body:not(.dark-theme) .main-footer a,
body:not(.dark-theme) .main-footer address {
  color: #fff;
}
body:not(.dark-theme) .main-footer .fa {
  color: #ff9800;
}

/* Dark theme footer tweaks */
body.dark-theme .main-footer {
  background: #232323;
  color: #f1f1f1;
}
body.dark-theme .main-footer h2,
body.dark-theme .main-footer p,
body.dark-theme .main-footer a,
body.dark-theme .main-footer address {
  color: #f1f1f1;
}
body.dark-theme .main-footer .fa {
  color: #ffd166;
}
