

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: white;
    margin: 0;
    padding: 0;
}

.hero {
    color: white;
    text-align: center;
    padding: 120px 20px;
    background: linear-gradient( rgba(54, 54, 55, 1), rgba(255,255,255,0.1))
    ,url('../img/landingpage-gym-image.jpg');
    background-size: cover;

    display: flex;
    flex-direction: column;   /* Stacks the text and button vertically */
    justify-content: center;
    align-items: center;
}

.about-hero {
    color: white;
    text-align: center;
    padding: 120px 20px;
    background: linear-gradient( rgba(54, 54, 55, 1), rgba(255,255,255,0.1))
    ,url('../img/about-us-image.jpg');
    background-size: cover;
    background-position: center;
}

.about-hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
}

.about-section {
    padding: 50px 20px;
    background: #f9f9f9;
}

.about-section .content p{
    text-align: center;
}

.about-section .content {
    border-radius: 10px;
}

.about-section .content h2 {
    font-weight: bold;
    text-align: center;
}

.about-section .card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    flex: 1;
    text-align: center;
}

.about-section .card i {
    margin-bottom: 15px;
    color: darkred;
}

.about-section .grid {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
}

.hero .btn-primary {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(darkred, red);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.hero .btn-primary:active {
    box-shadow: 0 0 #b23a2a; /* smaller shadow when pressed */
    transform: translate(2px, 2px);
    text-decoration: underline;
}

.features {
    padding: 50px 20px;
    background: #f9f9f9;
}

.features .grid {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.features .card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    flex: 1;
    text-align: center;
}

.features .card i {
    color: darkred;
}

.content {

}

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

/* ===== Footer & contact info — unified light grey ===== */
footer,
.site-footer,
.site-footer .copyright,
.contact-info {
  background: #232222 !important;
  color: #f1eeee !important;
}

.site-footer .copyright a,
.contact-info a { color: #333 !important; }


.site-footer .copyright {
  border-top: 1px solid #2b2a2a;
  padding: 12px 0;
  text-align: center;
}

.contact-info {
  background: #484747 !important;
  color: #efebeb !important;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
}

.stars {
    margin: 6px 0 10px;
    font-size: 1.1rem;
}


.stars i {
    color: #f5c518;   /* bright yellow/gold */
    margin-right: 2px;
    vertical-align: middle;
}

.customer-review {
    padding: 50px 20px;
    background: #f9f9f9;
}

.customer-review .grid {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.customer-review .card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    flex: 1;
    text-align: center;
}
