
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

 {
  font-family: 'Georgia', serif;
  color: white;
}


.overlay {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 3rem;
}

.hero-content {
  max-width: 600px;
}

h1 {
  font-size: 4.5rem;
  line-height: 1.2;
  font-family: EB Garamond;
  color: white;
}

.highlight {
  color: #FFB81C; 
}

.subheading {
  margin-top: 1rem;
  font-size: 1rem;
  color: #dcdcdc;
  font-family: SF Pro Display;
}

.cta-button {
  display: inline-block;
  margin-top: 1.5rem;
  background-color: #FFB81C;
  color: black;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #e09f1e;
}

.arrow {
  margin-left: 8px;
}

.bottom-section {
  display: flex;
  background-color: #111;
  padding: 3rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.bottom-left {
  flex: 1;
  min-width: 250px;
}

.bottom-left h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  color:white;
}

.bottom-right {
  flex: 1;
  min-width: 250px;
}



.bottom-right p {
  font-size: 0.95rem;
  color: #ccc;
 /** line-height: 1.6; **/
}

/** 2nd sec **/
/* Base Styles */
body.about-section {
  
}

/* Section: About */
.about-section {
  background-color: #f5f5f5;
  padding: 3rem 2rem;
  font-family: Georgia, serif;
  color: #222;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}



.about-image img {
  max-width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  
  display: block;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.about-image {
  flex: 1 1 45%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden; /* Ensures line stays within rounded edge */
  display: inline-block;
}

.image-underline {
  height: 6px;
  width: 100%;
  background-color: #FFB81C;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}


.about-text {
  flex: 1 1 50%;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
  font-family: EB Garamond;
}

.about-text p {
  /** font-size: 1rem; **/
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Section: Mission */
.mission-section {
  background-color: #FFB81C;
  color: #1a1a1a;
  padding: 3rem 2rem;
}

.mission-title h2 {
  font-size: 2rem;
  line-height: 1.4;
  font-family: EB Garamond;
}

.mission-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.mission-title {
  flex: 1 1 35%;
}

.divider {
  width: 2px;
  height: 100px;
  background-color: #1a1a1a;
}

.mission-description {
  flex: 1 1 55%;
}

.mission-description p {
  font-size: 1rem;
  line-height: 1.6;
}

.mission-description .highlight {
  font-weight: bold;
  color: #3a2f00;
}

/** 3rd sec **/
.white-bg{
	background-color: #ffff;
	padding: 30px;
}

.equity-section {
  font-family: 'Georgia', serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #222;
	
  padding: 60px 40px;
  max-width: 1300px;
  margin: 0 auto;
}

.equity-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: EB Garamond;
}

.equity-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}

.equity-left img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.equity-right {
  flex: 1;
  min-width: 350px;
  max-width: 600px;
}

.equity-description p {
  margin-bottom: 1.2rem;
  line-height: 1.7;
  color: #333;
}

.equity-button {
  display: inline-block;
  background-color: #FFB81C;
  color: #000;
  padding: 12px 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease;
}

.equity-button:hover {
  background-color: #e0a326;
}

/** 4th sec **/
.film-section {
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
	
  background-color: #000;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.film-container {
  background-color: #000;
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.film-text {
  flex: 1;
  min-width: 300px;
}

.film-text h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: EB Garamond;
}

.film-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #ccc;
}

.film-video {
  flex: 1;
  min-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-placeholder {
  width: 580px;
 /* max-width: 480px; */
  height: 362px;
  background-color: #ddd;
  border: 4px solid #FFB81C;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  background-color: white;
  color: black;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.play-icon {
  color: #f9b233;
  font-size: 1.2rem;
}

/** 5th **/
.blog-section {
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
	
  padding: 60px 30px;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.blog-intro h2 {
  font-size: 2rem;
  margin: 0;
  color: #1a1a1a;
  font-family: EB Garamond;
}

.blog-intro p {
  color: #555;
  margin-top: 8px;
  font-size: 0.95rem;
}

.browse-button {
  background-color: #FFB81C;
  color: #000;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
}

.blog-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.blog-card {
  flex: 1;
  min-width: 280px;
  max-width: 360px;
}

.blog-image {
  width: 100%;
  height: 180px;
  background-color: #ddd;
  border-radius: 12px;
  margin-bottom: 16px;
}

.blog-card h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.blog-card p {
  font-size: 0.95rem;
  color: #333;
  margin: 0;
}

/* ========== Responsive Styles ========== */
