* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    

}

.span,
a {
    display: inline-block;
}

img {
    max-width: 100%;
}


/* First section */
.hero {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
}

/* المحتوى */
.hero-content {
    float: left;
    width: 50%;
    padding-top: 50px;
}

.hero-content h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 1rem;
}

.hero-content p {
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    margin-right: 1rem;
    border: none;
    cursor: pointer;
    border-radius: 4px;

}

.btn1 {
    background-color: rgb(233, 16, 16);
    color: white;
}

.btn2 {
    background-color: blue;
    color: white;
}

.hero-img {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 15vh;

}

.hero-img img {
    max-width: 60%;
    height: auto;
    border-radius: 40px;
}

.clr {
    clear: both;
}

/* ----------------------------------------------------------- */
/* Why Choose FitCore Gym */
.title {
    text-align: center;
    margin-bottom: 50px;
}

.title h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.title p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #555;
}


.benefit-cards {
    width: 100%;
}

.card {
    float: left;
    width: 31%;
    text-align: center;
    margin-right: 3.5%;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.first-card {
    background-color: oklch(0.932 0.032 255.585);
}

.second-card {
    background-color: oklch(0.932 0.052 163.051);
}

.third-card {
    background-color: oklch(0.946 0.033 307.174);
}

.card:last-child {
    margin-right: 0;
}



.card h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.card p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #666;
}

.outer {
    width: 4rem;
    height: 4rem;
    background: white;
    border-radius: 1rem;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.inner {
    width: 2rem;
    height: 2rem;
    background: white;
    border-radius: 1rem;
}

.outer1 {
    border: 16px solid oklch(0.546 0.245 262.881);
}

.outer2 {
    border: 16px solid oklch(0.596 0.145 163.225);
}

.outer3 {
    border: 16px solid oklch(0.558 0.288 302.321);
}

.more-benefits .image {
    float: left;
    width: 60%;
    text-align: center;
    padding-top: 100px;
    box-sizing: border-box;
}

.more-benefits .image img {
    max-width: 90%;
    border-radius: 40px;

}

.more-benefits .content {
    float: left;
    width: 40%;
    padding: 60px 0 0 10px;
}

.more-benefits .content h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.more-benefits .content p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #555;
}

.inside-content>div {
    border-left: 4px solid  black;
    
    padding: 0 10px;

    margin: 15px 0;
}
/* --------------------------------------------------------------- */
/* What our members say */

.testimonials {
    padding: 60px 0;
    background: #f9f9f9;
}

.reviews .card img {
    width: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
    border: 3px solid #007BFF;
}

.reviews img {
    float: left;
    width: 50%;
}

.reviews .content {
    float: left;
    width: 60%;

}

.reviews .content h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.reviews .content p {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
}

.reviews .card p {
    color: #333;
    font-weight: 700;
    font-size: 1rem;
}

.statistics {
    background: #f5f5f5;
    padding: 40px 0;
    margin-top: 60px;
    border-radius: 20px;
}

.stat {
    float: left;
    width: 25%;
    text-align: center;
    }

.stat h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #007BFF;
}

.stat p {
    font-size: 1rem;
    color: #555;
}

/* ------------------------------------------------------------------- */
/* Ready to Start  */

.form {
    max-width: 900px;
    margin: auto;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 20px;
}

.first {
    float: left;
    width: 50%;
}

.last {
    float: left;
    width: 46%;
    margin-left: 4%;
}

.form-group {
    margin-bottom: 10px;

}

label {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

input,
select,
textarea {
    width: 100%;
    padding: 20px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: border-color 0.3s;
}

.email,
.phone,
.membership,
.fitness-goals {
    margin-bottom: 20px;

}

button.btn3 {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 14px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

button.btn3:hover {
    background: #333;
}

textarea {
    resize: none;
}

/* --------------------------------------------------------------------- */
/* Footer section*/
.footer {

    background-color: #101828;
}

.footer-info {
    float: left;
    width: 50%;
}

.quick-links {
    float: left;
    width: 25%;
}

.contact-info {
    float: left;
    width: 25%;
}

.footer h3,
.footer h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.footer p,
.footer a,
.footer .address {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #978a8a;
    margin-bottom: 10px;
    text-decoration: none;
}

.footer a:hover {
    color: white;
}

.footer .address {
    margin-top: 20px;
}

.footer .copyright {
    color: #ccc;
    padding: 20px 0;
    border-top: 1px solid #333;
    margin-top: 20px;
}


 ul.social-links .link1 {
    list-style: none;
    float: left;
    margin-right: 20px;
}

ul.social-links .link2 {
    list-style: none;
    float: left;
    margin-right: 20px;
}

ul.social-links .link3 {
    list-style: none;
    float: left;
    margin-right: 20px;
} 

ul.links {
    list-style: none;
}

.contact-info ul {
    list-style: none;
}

.contact-info p {
    color: white;
}

.hours p {
    color: #978a8a;
}

.copyright-p {
    float: left;
    width: 25%;
}

.policy {
    float: right;
    width: 60%;
    margin-left: 180px;
}

.pp {
    float: left;
    margin-left: 20px;
    text-align: right;
}



























/* ===========================
    RESPONSIVE DESIGN
=============================*/

/* Large Tablets - 992px */
@media (max-width: 992px) {

    .hero-content, 
    .hero-img {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 20px;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .benefit-cards .card {
        width: 48%;
        margin-bottom: 20px;
    }

    .benefit-cards .card:nth-child(2) {
        margin-right: 0;
    }

    .more-benefits .image,
    .more-benefits .content {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }

    .reviews .card {
        width: 48% !important;
        margin-bottom: 20px;
    }

    .stat {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer-info, 
    .quick-links, 
    .contact-info {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }
}

/* Tablets - 768px */
@media (max-width: 768px) {

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .benefit-cards .card {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .more-benefits .content h3 {
        font-size: 2rem;
    }

    .reviews .card {
        width: 100% !important;
        float: none;
    }

    .stat {
        width: 50%;
    }

    .first, .last {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }

    button.btn3 {
        font-size: 1rem;
    }

    .footer .policy, .copyright-p {
        width: 100%;
        float: none;
        text-align: center;
        margin: 10px 0;
    }

    .pp {
        float: none;
        margin: 0 10px;
        display: inline-block;
    }
}

/* Mobile - 576px */
@media (max-width: 576px) {

    .container {
        padding: 40px 15px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-img img {
        max-width: 80%;
    }

    .title h2 {
        font-size: 1.8rem;
    }

    .stat h3 {
        font-size: 2rem;
    }

    input, select, textarea {
        padding: 14px;
        font-size: 0.9rem;
    }

    button.btn3 {
        padding: 12px;
    }
}
