/* Reset and basic styling */
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  color:#000000;
  line-height: 1.6;
  background-color: #fff;
}

h2 {
  color: #e9561e;
  font-size: 38px;
}

h3 {
  color: #e9561e;
  font-size: 24px;
}

.header {
  padding: 20px;
  text-align: center;
}

.logo {
  height: 50px;
}

.hero {
  background: url('assets/images/LibertyCaribbean-rebrandsvg') no-repeat center/cover;
  text-align: center;
  padding: 0px;.
  color: white;
  position: relative;
  margin-bottom: 30px;
}

.hero-overlay {
  padding: 80px;
}

.hero h1 {
  font-size: 68px;
  line-height: 0.9;
  font-weight: bold;
}

.intro, .highlight, .mission {
  text-align: center;
  padding: 20px 20px;
  max-width: 800px;
  margin: auto;
  font-size: 18px;
}

.highlight h2 {
  color: #e9561e;
  margin-bottom: 16px;
  font-weight: bold;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 150px;
  padding: 40px 20px;
  font-size: 18px;
}

.feature {
  max-width: 300px;
  text-align: center;
}

.feature img {
  height: 60px;
  margin-bottom: 10px;
}

.feature p {
  font-weight: 500;
}
.feature h3 {
  color: #e9561e;
  margin: 10px 0;
  font-weight: 500;
}

.mission h2 {
  color: #e9561e;
  margin-bottom: 20px;
  font-weight: bold;
}

.brands img {
  height: 90px;
  margin: 20px 0;
}

.mission-text {
  margin: 20px 0;
  
}

.highlight-text {
  color: #e9561e;
}

.footer {
  background-color: #e9561e;
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-size: 18px;
}

.cta-button {
  background-color: white;
  color: #e9561e;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}

.intro p {
	margin: 0 auto 10px;
	font-size: 20px;
	font-weight: 600;
}

@media (max-width:767px) {
	.brands img {
		height: 50px;
}
}