/* About Section */
.about-section {
	/* Remove box and centering */
	background: none;
	/* Remove background box/gradient */
	max-width: none;
	/* Remove width limit */
	margin: 0;
	/* Remove centering */
	border-radius: 0;
	/* Remove rounded corners */
	box-shadow: none;
	/* Remove shadow */
	padding: 48px 0 56px 0;
	/* Optional: adjust side padding as needed */
	color: #f5f5f5;
	width: 100%;
}
.about-icon {
	width: 64px;
	margin: 0 auto 10px auto;
}

.about-icon img {
	width: 100%;
	filter: drop-shadow(0 4px 12px #ff1717);
}

.about-heading {
	font-family: 'Archivo Black', Arial, sans-serif;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 8px;
	color: #ff1717;
	letter-spacing: 1.5px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.13);
}

.about-accent {
	width: 80px;
	height: 5px;
	background: linear-gradient(90deg, #ff1717 0%, #ff1717 100%);
	border-radius: 3px;
	margin: 0 auto 28px auto;
}

.about-text {
	font-family: 'Roboto', 'Lora', Arial, sans-serif;
	font-size: 1.13rem;
	line-height: 1.8;
	text-align: center;
	color: #e7fdf9;
	margin: 0;
}

.about-highlight {
	color: #ff1717;
	font-weight: 500;
	letter-spacing: 0.5px;
}

@media (max-width: 900px) {
  .about-section {
    padding: 18px 4vw 22px 4vw;
    border-radius: 0;
    margin: 0;
  }
  .about-heading {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .about-accent {
    width: 48px;
    height: 3px;
    margin-bottom: 14px;
  }
  .about-text {
    font-size: 0.98rem;
    padding: 0 2vw;
  }
  .about-icon {
    width: 60px;
    margin-bottom: 8px;
  }
  .about-banner {
    height: 90px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 12px;
  }
  .logo-image {
    height: 32px;
  }
  .layout-header {
    flex-direction: column;
    padding: 0 6vw;
    min-height: 44px;
  }
  .navigation-container {
    flex-direction: column;
    width: 100vw;
    align-items: flex-start;
    padding: 0;
  }
  .navigation a {
    display: block;
    margin: 8px 0;
    font-size: 1em;
    padding: 10px 0;
    width: 100vw;
    text-align: left;
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .about-section {
    padding: 10px 2vw 12px 2vw;
  }
  .about-heading {
    font-size: 1.05rem;
  }
  .about-text {
    font-size: 0.95rem;
  }
  .about-icon {
    width: 46px;
  }
  .about-banner {
    height: 56px;
    margin-bottom: 8px;
  }
  .logo-image {
    height: 24px;
  }
  .layout-header {
    padding: 0 2vw;
    min-height: 36px;
  }
  .navigation a {
    font-size: 0.98em;
    padding: 8px 0;
  }
}

.about-icon {
	width: 120px;
	/* Increase this value for a bigger image */
	margin: 0 auto 18px auto;
}

.about-icon img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	/* Or 'cover' for cropping effect */
	border-radius: 10px;
	/* Optional: rounded corners */
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
	/* Optional: soft shadow */
}

.about-banner {
	width: 100%;
	height: 160px;
	/* Adjust height as needed */
	overflow: hidden;
	border-radius: 18px 18px 0 0;
	/* Match the about-section's border radius */
	margin-bottom: 20px;
}

.about-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures image covers the area, cropping if needed */
	display: block;
}

body {
	background: url('../assets/images/yourBackground.jpg') center/cover no-repeat, #191d22;
	/* Replace with any color you like */ }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
footer {
  /* Optional: Add padding or background here */
}


.header {
  width: 100%;
  background: #191d22; /* or your chosen dark background */
  color: #fff;
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08); /* subtle shadow, optional */
}

.layout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  min-height: 68px;
}

.logo-image {
  height: 48px;
  vertical-align: middle;
}

.navigation-container {
  display: flex;
  align-items: center;
}

.navigation a {
  color: #bdbdbd;
  text-decoration: none;
  margin: 0 18px;
  font-family: 'Archivo Black', Arial, sans-serif;
  font-size: 1.1em;
  letter-spacing: 1px;
  transition: color 0.2s;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.navigation a:hover,
.navigation a:focus {
  color: #ff1717;
  border-bottom: 2px solid #ff1717;
}

@media (max-width: 800px) {
  .layout-header {
    flex-direction: column;
    padding: 0 12px;
    min-height: 56px;
  }
  .navigation a {
    margin: 0 8px;
    font-size: 1em;
  }
  .logo-image {
    height: 36px;
  }
}

/* Remove duplicated footer and navigation styles that are already in styles.css */

/* Remove this block (already in styles.css):
.footer {
    background: #181818;
    color: #eaeaea;
    padding: 40px 0 20px;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    border-top: 3px solid #ff1717;
    width: 100%;
    margin-top: 40px;
}

.footer-social {
    margin-bottom: 20px;
}

.footer-social a {
    display: inline-block;
    margin: 0 12px;
    transition: transform 0.2s;
}

.footer-social a:hover {
    transform: scale(1.15);
}

.footer-social img,
.footer-social svg {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #fff;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.footer-credits {
    color: #eaeaea;
    font-size: 0.95em;
    line-height: 1.6;
}

.footer-credits p {
    margin: 8px 0;
}
*/

/* Remove this block (already in styles.css):
.header {
  width: 100%;
  background: #191d22;
  color: #fff;
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.layout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  min-height: 68px;
}

.logo-image {
  height: 48px;
  vertical-align: middle;
}

.navigation-container {
  display: flex;
  align-items: center;
}

.navigation a {
  color: #bdbdbd;
  text-decoration: none;
  margin: 0 18px;
  font-family: 'Archivo Black', Arial, sans-serif;
  font-size: 1.1em;
  letter-spacing: 1px;
  transition: color 0.2s;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.navigation a:hover,
.navigation a:focus {
  color: #ff1717;
  border-bottom: 2px solid #ff1717;
}
*/

/* Remove duplicated responsive nav/footer styles (already in styles.css):
@media (max-width: 800px) {
  .layout-header {
    flex-direction: column;
    padding: 0 12px;
    min-height: 56px;
  }
  .navigation a {
    margin: 0 8px;
    font-size: 1em;
  }
  .logo-image {
    height: 36px;
  }
}
*/

/* Remove duplicated mobile nav/footer styles (already in styles.css):
@media (max-width: 900px) {
  .footer {
    padding: 24px 4vw 12px;
    font-size: 1em;
    text-align: center;
  }
  .footer-social img,
  .footer-social svg {
    width: 28px;
    height: 28px;
  }
  .footer-credits {
    font-size: 0.95em;
  }
}
*/

/* Keep only unique home/about/banner styles here */
