body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-family: "degulardisplay regular";
    background-image: url(../images/alora.jpg);
    background-size: cover;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 1200px;
}

/* Header */
header {
    background-color: #fff;
    padding: 23px 0;
    box-shadow: 1px 12px 22px rgba(67, 87, 67, 0.1);
}

header a {
    font-size: 30px;
    display: flex;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo a img {
    max-width: 120px;
}

.header-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.header-link .instagram img {
    max-width: 26px;
    opacity: 0.8;
}

.header-link a {
    font-size: 20px;
    font-family: "degulardisplay-thin";
    margin-bottom: 10px;
    line-height: 20px;
}

.header-link a:last-child {
    margin: 5px 0 0;
}

.header-link a.email {
    border-bottom: solid 1px #282828;
    max-width: max-content;
}

.header-btn a {
    background-color: #282828;
    padding: 16px 40px;
    border-radius: 25px;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    justify-content: center;
    max-width: max-content;
}

/* Team Member */
.team-member-name {
    text-align: center;
    margin-top: 80px;
}

.team-member-name h2 {
    font-size: 58px;
    font-family: "degulardisplay-semibold";
    line-height: 38px;
}

.team-member-name p {
    font-size: 36px;
    letter-spacing: 10px;
    font-family: "degulardisplay-thin";
}

.schedule-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.schedule-btn a {
    background-color: #282828;
    padding: 16px 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
}

/* Services Section */
.services-section {
    margin: 50px 0 80px;
}

.services-list.row {
    display: flex;
    justify-content: center;
}

.services-list .col-lg-3 {
    margin-bottom: 20px;
}

.services-item {
    background-color: #fff;
    min-height: 180px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.services-info {
    padding: 30px;
}

.services-info h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 5px;
    color: #282828;
}

.services-info p {
    font-size: 20px;
    font-family: "degulardisplay-thin";
    font-style: italic;
    max-width: 180px;
    text-align: center;
    color: #282828;
    margin: 0 auto;
}

/* Team Section */
.team-section {
    margin-bottom: 80px;
}

.team-member {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 30px 35px;
    gap: 35px;
}

.team-member img {
    border-radius: 15px;
}

.team-content p {
    font-size: 20px;
    margin-bottom: 25px;
}

.team-content p:last-child {
    margin-bottom: 0;
}

.member-pic img {
    max-width: 220px;
}

.team-content p span {
    font-family: "degulardisplay-semibold";
}

.member-spec label {
    color: #282828;
    font-family: "degulardisplay-semibold";
    font-size: 52px;
    line-height: 54px;
}

.member-spec p {
    font-size: 42px;
    color: #282828;
    font-family: "degulardisplay-thin";
    line-height: 1.1;
}

/* Footer Bottom */
.location-block iframe {
    width: 100%;
    border-radius: 20px;
}

.footer-logo img {
    max-width: 260px;
}

.location-block .address p {
    font-size: 20px;
    max-width: 243px;
}

.address-link {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.address-link a {
    font-size: 20px;
}

.address-link a img {
    max-width: 30px;
}

.address-link .instagram {
    margin-top: 10px;
}

.section-header {
    margin-bottom: 40px;
}

.section-header {
    text-align: center; /* Center the content of the header */
    position: relative; /* For positioning of ::after element */
}

.section-header h2 {
    font-family: "degulardisplay-semibold";
    color: #282828;
    font-size: 42px;
    margin: 0;
    display: inline-block; /* Allows h2 to shrink to fit content */
    position: relative; /* Ensures ::after is positioned relative to h2 */
}

.section-header h2::after {
    content: "";
    width: 80%;
    height: 2.7px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 10%; /* Center the line */
    opacity: 0.8;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 70px;
}

.footer-bottom p {
    font-size: 18px;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .address {
        margin-top: 40px;
    }

    .team-member {
        flex-direction: column;
        margin-left: 0;
    }

    .member-pic img {
        width: 100%;
    }

    .member-spec label {
        font-size: 34px;
    }

    .member-spec p {
        font-size: 26px;
    }

    .services-item {
        max-width: 300px;
        margin: 0 auto;
    }

    .header-link {
        margin-top: 30px;
    }

    .header-btn {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-logo img {
        width: 100%;
        margin-bottom: 30px;
    }

    .team-member {
        margin-left: 0;
    }
}
