.hero-section h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin-top: 0 !important;
}

.hero-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}

.hero-section li {
  margin-bottom: 0;
	color: #ffffff;
}


.whyChooseText h3{
	font-size:4.25rem;
	font-weight:800;
	color: black;
	margin-bottom:3.5rem!important;
	margin-top:3.rem!important
}

.whyChooseText h4{
	font-size:2rem;
	font-weight:600;
	color:blue;
	margin-bottom:1rem !important;
}
.whyChooseText p {
	font-family: 'Poppins', sans-serif;
  color: black;
  font-size: 17px;
	margin-bottom: 20px;
}

.whyChooseText li {
	font-family: 'Poppins', sans-serif;
  color: black;
  font-size: 17px;
	margin-bottom: 20px;
}


/* --- why section (home) --- */


.why-section-wrapper{
  background-color:red;
	display:flex;
	gap:20px;
	flex-direction:column;
	flex-wrap:wrap;
}
.why-section-wrapper__item{ 
	border:1px solid black; 
 	display:flex; 
	flex-direction: column; 
	align-items:center;
	justify-content:center;
	flex:1;
	padding:.5rem;
	margin-bottom:1rem
 }
.why-setion-wrapper__item__icon{
	width:5rem;
	height:5rem;
}
.why-section-wrapper__item__primary{
	margin:0 !important;
}
/* --- Typography --- */


/* Hero Section Title (biggest headline) */
.hero-title {
  font-size: 3rem; /* 32px → 96px, depending on screen */
  font-weight: 700;
  line-height: 1.1;
}

/* Hero Section Secondary Text (subtitle) */
.hero-subtitle {
  font-size: 1.25; /* 20px → 32px */
  font-weight: 600;
  line-height: 1.4;
}

/* Section Title (H2s for sections) */
.section-title {
  font-size: 3rem !important; /* 24px → 40px */
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/* Eyebrow Text (small text above headings, e.g. "Featured", "New") */
.eyebrow {
  font-size: 1.25rem; /* 12px → 14px */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* Body Text (default paragraphs) */
body, .body-text {
  font-size: 1rem !important; /* 16px → 18px */
  line-height: 1.6 !important;
  font-weight: 400 !important;
}


/*--- why choose use feature banner ---*/

.featuresSectionWrapper{
    width: 100%;
    display:flex;
    flex-direction: column;
    background-color: #2D97D5;

}

.featuresSectionWrapper__header{
    display: flex;
    flex-direction: column;
    border: 1px solid red;
    width: 100%;
    padding: 1rem 0;

}

.featuresSectionWrapper__featuresList{
    border: 1px solid black;
}

.featuresSection li{
    display: flex;
    flex-direction: row;   
    align-items: center;
    border: 1px solid rgb(0, 242, 255);

}

.left-feat{
    
}

.right-feat{
    flex: 1;
    border: 1px solid blue;
    margin-left: 1rem;
}

.right-feat h3{
    margin: 0;
    font-size: 1.25rem;
}
.featuresTypo h3{
    margin: 0;
    font-size: 1.25rem;
}