.about-section {
padding: 40px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}.about-section {
padding: 80px 20px;
background: #f8f9fb;
}

.about-header {
text-align: center;
margin-bottom: 50px;
}

.about-header h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.about-header p {
color: #666;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.about-card {
background: white;
padding: 30px;
border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.35s ease;

position: relative;
overflow: hidden;
}

.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.about-card p {
color: #555;
line-height: 1.6;
}

.about-card ul {
padding-left: 18px;
}

.about-card li {
margin-bottom: 10px;
color: #555;
}

.about-card.highlight {
background: linear-gradient(135deg, #c1272d, #7a0000);
color: white;
}

.about-card.highlight p,
.about-card.highlight li {
color: rgba(255,255,255,0.9);
}

.about-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
padding: 1px;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
opacity: 0;
transition: opacity 0.4s ease;
}

.about-card:hover::before {
opacity: 1;
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4 {
font-family: 'Poppins', sans-serif;
font-weight: 600;
letter-spacing: -0.5px;
}
body {
padding-top: 0;
font-family: 'Inter', sans-serif;
font-weight: 400;
background: #ffffff;
color: #1a1a1a;
}

:root {
--primary: #c1272d;
--primary-dark: #5A0000;
--accent: #C9A66B;
--text: #1a1a1a;
--light: #f8f8f8;
--white: #ffffff;
}

.navbar {
position: fixed;
width: 100%;
top: 0;
z-index: 1000;

padding: 20px 0;

background: rgba(255, 255, 255, 0);
backdrop-filter: blur(0px);

transition: all 0.4s ease;
}

.navbar .nav-link,
.navbar .navbar-brand {
color: white !important;
transition: color 0.3s ease;
}

.navbar.scrolled {
background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(12px);
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 12px 0;
}

.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand {
color: #1a1a1a !important;
}

.navbar .nav-link:hover {
color: var(--accent) !important;
}
.hero {
position: relative;
min-height: 100vh;

display: flex;
align-items: center;
justify-content: center;

overflow: hidden;
color: white;
text-align: center;
}

.hero-bg {
position: absolute;
inset: 0;

background-size: cover;
background-position: center;
background-repeat: no-repeat;

z-index: 0;

animation: zoomHero 20s ease-in-out infinite alternate;
}

.hero-bg-1 {
background-image: url("../images/hero-bg-2.png");
}

.hero::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,0.55);
z-index: 1;
}

.hero-content {
position: relative;
z-index: 2;
}

.hero h1 {
font-size: 3rem;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: -1px;
}

.hero p {
font-size: 1.2rem;
max-width: 600px;
margin: 0 auto 25px;
}

.hero .btn {
background: #c1272d;
border: none;
padding: 12px 28px;
border-radius: 6px;
transition: 0.3s ease;
}

.hero .btn:hover {
background: #5A0000;
transform: translateY(-2px);
}

@keyframes zoomHero {
0% {
transform: scale(1);
}
100% {
transform: scale(1.08);
}
}
.section {
padding: 80px 0;
}

.bg-light {
background: var(--light) !important;
}

.card-custom {
background: white;
padding: 30px;
border-radius: 12px;
transition: all 0.3s ease;

box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.card-custom:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.card-custom h4 {
margin-bottom: 10px;
color: var(--primary);
}

.form-box {
background: white;
padding: 40px;
border-radius: 12px;

box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.form-note {
font-size: 0.85rem;
text-align: center;
margin-top: 12px;
color: #777;
opacity: 0.8;
}
.form-control {
border-radius: 6px;
border: 1px solid #ddd;
padding: 12px;
}

.form-control:focus {
border-color: var(--primary);
box-shadow: none;
}

.btn-primary {
background: var(--primary);
border: none;
padding: 12px;
border-radius: 6px;
transition: 0.3s;
}

.btn-primary:hover {
background: var(--primary-dark);
transform: translateY(-2px);
}

.footer {
background: #111;
color: white;
padding: 30px 0;
font-size: 14px;
}

html {
scroll-behavior: smooth;
}

.fade-up {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s ease;
}

.fade-in {
opacity: 0;
transition: all 1s ease;
}

.show {
opacity: 1;
transform: translateY(0);
}

.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

.section-logo {
text-align: center;
margin-top: 10;
margin-bottom: 50px;
}

.section-logo img {
height: 150px;
width: auto;

opacity: 0.9;

display: inline-block;

filter: drop-shadow(0 8px 20px rgba(0,0,0,0.08));

transition: transform 0.3s ease, opacity 0.3s ease;
}

.section-logo img:hover {
transform: scale(1.05);
opacity: 1;
}
.stats-section {
position: relative;
padding: 100px 0;

}

.stats-section {
position: relative;
padding: 100px 0;
background: url("../images/bg-2.png") center top cover;
}

.stats-section {
position: relative;
padding: 100px 0;

background-image: url("../images/bg-2.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
}
@media (max-width: 768px) {
.stats-section {
padding: 60px 0;
background-position: center top;
}

.stat h2 {
font-size: 2.5rem;
}
}
.stats-section::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,0.45);
z-index: 1;
}

.stats-section .container {
position: relative;
z-index: 2;
}

.stat h2 {
font-size: 3.5rem;
font-weight: 600;
margin-bottom: 10px;
}

.stat p {
font-size: 1rem;
letter-spacing: 1px;
opacity: 0.85;
}
@media (min-width: 1200px) {
.stats-section {
background-attachment: fixed;
}
}
.counter {
transition: all 0.3s ease;
}

body {
padding-top: 80px;
}

.navbar {
background: rgba(255,255,255,0.85);
backdrop-filter: blur(10px);
}

.nav-link {
font-weight: 500;
}

.nav-link:hover {
color: #c1272d !important;
}

.page-about .navbar .navbar-brand,
.page-about .navbar .nav-link {
color: #000 !important;
}

.page-about .navbar .nav-link:hover {
color: #c1272d !important;
}

.navbar {
background: transparent;
}

.navbar .nav-link,
.navbar .navbar-brand {
color: white !important;
}

.navbar .navbar-brand,
.navbar .nav-link {
color: #444 !important;
}

.navbar .nav-link:hover {
color: #c1272d !important;
}

.navbar {
background: rgba(255,255,255,0.85);
backdrop-filter: blur(10px);
}

.achievements-section {
padding: 80px 20px;
background: #ffffff;
}

.achievements-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}

@media (max-width: 768px) {
.achievements-grid {
grid-template-columns: 1fr;
}
}

.achievement-card {
background: #fff;
padding: 40px;
border-radius: 16px;

box-shadow: 0 15px 40px rgba(0,0,0,0.08);
transition: all 0.35s ease;
}

.achievement-card:hover {
transform: translateY(-10px);
box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.achievement-card h3 {
font-size: 1.6rem;
margin-bottom: 15px;
color: var(--primary);
}

.achievement-card p {
color: #555;
line-height: 1.6;
}

.top-grid
{grid-template-columns: repeat(2, 1fr);
}

.about-bottom {
margin-top: 40px;
margin-bottom: 30px;
display: flex;
justify-content: center;
}

.about-bottom .about-card {
max-width: 700px;
width: 100%;
}

.about-section .container {
max-width: 1000px;
}

.top-grid {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
justify-content: center;
}

.about-card {
max-width: 480px;
margin: 0 auto;
}

.about-bottom .about-card {
max-width: 600px;
}

.whatsapp-float {
position: fixed;
bottom: 25px;
right: 25px;

width: 60px;
height: 60px;

background: var(--primary);
border-radius: 50%;

display: flex;
align-items: center;
justify-content: center;

box-shadow: 0 10px 25px rgba(0,0,0,0.2);
z-index: 999;

transition: all 0.3s ease;
}

.whatsapp-float svg {
width: 30px;
height: 30px;
fill: white;
}

.whatsapp-float:hover {
transform: scale(1.1);
box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.about-hero-img {
width: 100%;
height: 300px;
margin-bottom: 30px;
border-radius: 16px;
margin: 0 auto 40px auto;
margin-top: -100px;
background-image: url("../images/logo-2.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;

position: relative;
overflow: hidden;
}
#form-status {
text-align: center;
margin-top: 15px;
font-size: 0.9rem;
}

#form-status:empty {
display: none;
}

.hero-contacto {
background: url("../images/contact-bg.png") no-repeat center center/cover;
height: 500px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.hero-overlay {
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.hero-contacto h1 {
font-size: 3rem;
font-weight: 600;
margin-bottom: 10px;
}

.hero-contacto p {
font-size: 1.2rem;
}

.services-section {
padding: 40px 0;
}

.services-columns {
display: flex;
gap: 30px;
}

.services-col {
flex: 1;
display: flex;
flex-direction: column;
gap: 25px;
}

.service-card {
background: #ffffff;
color: #1a1a1a;

border-radius: 16px;
padding: 35px;
border: 1px solid #e5e5e5;
min-height: 180px;

transition: all 0.35s ease;
}

.service-card h4 {
font-weight: 600;
margin-bottom: 12px;
}

.service-card p {
text-align: justify;
text-justify: inter-word;
margin-bottom: 15px;
}

.service-card ul {
width: 75%;
padding-left: 18px;
font-size: 14px;
line-height: 1.7;
margin-top: 10px;
}

.service-card li {
margin-bottom: 10px;
}

.service-card:hover {
background: #c8102e;
color: #ffffff;
transform: scale(1.02);
}

.service-card:hover h4,
.service-card:hover p,
.service-card:hover li {
color: #ffffff;
}

@media (max-width: 768px) {
.services-columns {
flex-direction: column;
}
}

html {
scroll-behavior: smooth;
}

.services-banner {
background:
linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
url('../images/servicios-bg.png') center/cover no-repeat;

padding: 140px 0 100px;
margin-top: 80px;
}

.services-banner .overlay {
width: 100%;
}

.btn-contacto {
display: inline-block;
padding: 12px 30px;
background: #c1272d;
color: #fff;
border-radius: 30px;
text-decoration: none;
transition: 0.3s;
}

.btn-contacto:hover {
background: #5A0000;
transform: translateY(-2px);
}

.services-columns {
display: flex;
gap: 30px;
}

.services-col {
flex: 1;
display: flex;
flex-direction: column;
gap: 25px;
}

@media (max-width: 768px) {
.services-columns {
flex-direction: column;
}
}

.services-hero {
background:
linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
url('../images/servicios-bg.png') center/cover no-repeat;

height: 50vh;
display: flex;
align-items: center;
justify-content: center;

margin-top: 0px;
}

.services-hero h1 {
font-size: 3rem;
font-weight: 600;
}

.services-hero p {
font-size: 1.2rem;
margin-top: 10px;
}

.hero-overlay {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.hero-btn {
background: #c1272d;
border: none;
padding: 12px 28px;
border-radius: 6px;
transition: 0.3s ease;
color: #fff;
text-decoration: none;
display: inline-block;
}

.hero-btn:hover {
background: #5A0000;
transform: translateY(-2px);
color: #fff;
}

.facebook-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.fb-btn {
background-color: #1877f2;
color: #fff;
padding: 10px 18px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
transition: all 0.3s ease;
}

.fb-btn:hover {
background-color: #145dbf;
transform: translateY(-2px);
}

.contacto-extra {
background-color: #f8f9fa;
padding: 60px 0;
}

.about-card {
background-color: #f8f9fa;
border-radius: 12px;
padding: 25px;
}

.contact-info {
margin-bottom: 10px;
color: #555;
}

.fb-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
background-color: #dc3545;
color: #fff;
padding: 12px 20px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;

margin-bottom: 15px;
transition: all 0.3s ease;
}

.fb-btn i {
font-size: 16px;
}

.fb-btn:hover {
background-color: #b02a37;
animation: pulse 0.6s ease;
}

@keyframes pulse {
0% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
}
50% {
transform: scale(1.05);
box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
}
100% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
}
}

.about-card .fb-btn {
width: 100%;
}

.about-card {
text-align: center;
}

.about-card .fb-btn {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 320px;
}

.about-card h3 {
margin-bottom: 10px;
}

.contact-info {
margin-bottom: 20px;
}

.hero-overlay {
pointer-events: none;
}

.about-card {
position: relative;
z-index: 2;
}

.hero-overlay {
pointer-events: none;
}

.about-card {
position: relative;
z-index: 2;
}

.about-card::before {
z-index: 1;
pointer-events: none;
}

.about-card * {
position: relative;
z-index: 2;
}

.btn-exito {
display: inline-block;
padding: 14px 34px;
background: #c1272d;
color: #fff;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.5px;

transition: all 0.3s ease;
}

.btn-exito:hover {
background: #5A0000;
transform: translateY(-3px);
box-shadow: 0 10px 25px rgba(193, 39, 45, 0.3);
}

.btn-exito:hover {
animation: pulseBtn 0.6s ease;
}

@keyframes pulseBtn {
0% {
transform: scale(1);
}
50% {
transform: scale(1.07);
}
100% {
transform: scale(1);
}
}
.case-study {
  max-width: 760px;
  margin: 100px auto;
  padding: 50px 40px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.case-title {
  font-size: 2.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.25;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.case-subtitle {
  font-size: 1.35rem;
  font-weight: 600;
  color: #c1272d;
  margin-top: 40px;
  margin-bottom: 12px;
}

.case-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: justify;
  font-size: 1.05rem;
}

.case-list {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 20px;
}

.case-list li {
  margin-bottom: 10px;
  color: #444;
  line-height: 1.7;
}

.case-highlight {
  background: #f8f9fb;
  border-left: 4px solid #c1272d;
  padding: 22px 28px;
  margin: 30px 0;
  border-radius: 10px;
}

.case-closing {
  margin-top: 35px;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.05rem;
}

.case-btn-wrapper {
  display: flex;
  justify-content: center;
}

.case-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 34px;
  background: #c1272d;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.case-btn:hover {
  background: #5A0000;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(193, 39, 45, 0.25);
}

@media (max-width: 768px) {
  .case-study {
    max-width: 100%;
    padding: 30px 20px;
    margin: 50px 15px;
  }

  .case-title {
    font-size: 1.7rem;
  }
}

.case-hero {
  margin-top: 0px;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.case-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.profile-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.profile-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1a1a1a;
}

.profile-role {
  font-size: 1.1rem;
  color: #c1272d;
  margin-bottom: 20px;
  font-weight: 500;
}

.profile-text {
  color: #555;
  line-height: 1.7;
}

.objectives-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 30px 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.objectives-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 25px;
}


.objectives-list {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}

.objectives-list li {
  margin-bottom: 15px;
  color: #555;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  text-align: left;
}


.objectives-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #c1272d;
  border-radius: 50
	  }

.objectives-list {
  padding-left: 80px;
}

.objectives-title {
  margin-left: 22px;
}

.top-grid .about-card p {
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 768px) {
  .top-grid .about-card p {
    text-align: left;
  }
}

.case-images {
  display: flex;
  flex-direction: column; 
  gap: 30px;
  margin-top: 40px;
}

.case-image-box {
  width: 100%;
}

.case-image-box img {
  width: 100%;
  height: 400px;           
  object-fit: contain;       
  border-radius: 16px;
}