* {
    padding: 0;
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body {
    height: 100%;
    width: 100%;
    background-color: white;
}

/* ── Hero section ── */
.s1 {
    text-align: center;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    background-clip: border-box;
}

.s1 h1 {
    font-size: 55px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.s1 h6 {
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* ── Buttons ── */
.hero-btn {
    display: inline-block;
    border: 2px solid white;
    padding: 8px 30px;
    background-color: blue;
    text-decoration: none;
    font-size: 19px;
    color: white;
    border-radius: 4px;
    margin-top: 16px;
}

.hero-btn:hover {
    font-size: large;
    color: white;
}

.btn {
    background-color: blue;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    padding: 6px 12px;
}

.btn:hover {
    border: 2px solid white;
    color: white;
}

/* ── Testimonials ── */
.about p {
    color: black;
    font-size: 20px;
}

.about {
    background-color: rgb(174, 206, 243);
    border-radius: 35px;
    margin: 2px;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about h2 {
    text-align: center;
    color: white;
    background-color: black;
}

.about h3,
.about h5 {
    color: blue;
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* ── About section ── */
.us {
    color: black;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    background-color: rgb(174, 206, 243);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.us p {
    font-size: 20px;
    background-color: white;
    color: black;
}

.us h2 {
    text-align: center;
    font-size: 40px;
    background-color: black;
    color: white;
    padding: 8px 0;
}

/* ── Footer ── */
footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    background-position: center;
    background-size: cover;
    min-height: 250px;
    padding: 15px;
    color: white;
    margin-top: 50px;
}

.foot h2 {
    color: white;
    text-align: center;
    border-right: 30px solid blue;
    border-left: 30px solid blue;
    margin-bottom: 12px;
}

footer img {
    height: 35px;
    width: 35px;
    margin: 2px;
    margin-top: 7px;
    margin-left: 4px;
    border-radius: 30px;
}

footer img:hover {
    height: 37px;
    width: 37px;
    border: 1px solid white;
}

.social-icons a {
    margin: 3px;
    padding: 3px;
    color: white;
}

.foot-buttons {
    margin-top: 12px;
    text-align: center;
}

.foot-btn {
    display: inline-block;
    border: 2px solid white;
    padding: 6px 20px;
    background-color: blue;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin: 4px;
}

.foot-btn:hover {
    background-color: #0000cc;
    color: white;
}

.c {
    background-color: black;
    color: white;
    text-align: center;
    margin-top: 12px;
    padding: 4px 0;
}
