a {
    text-decoration: none;
}

#header {
    background-color: rgb(255, 255, 255);
}

.logo {
    height: 3rem;
}

.hero {

    margin: auto;
    margin-bottom: 3rem;
}

#socialll {
    text-align: center;
}

.socialplace {
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialplace img {
    height: 3rem;
}



/* Temp */
.jobdescription h1 {
    font-weight: bold;
    font-size: 1.5rem;
}

.jobdescription h2 {
    font-weight: bold;
    font-size: 1.1rem;
}

.jobdescription ul {
    list-style-type: disc;
    padding-left: 2rem;
}

.jobdescription button {
    margin-top: 1rem;
    background-color: #B700CB;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border: none;
    border-radius: .5rem;
    color: #ffffff;
}



.pricetags {
    font-size: 1.5rem;
    text-align: left;
}

.pricetags span {
    font-weight: bold;
    font-size: 2rem;
}

/* Route Card */
.route-card {
    max-width: 90%;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.route-card-img {
    width: 100%;
    height: auto;
    display: block;
}

.rectangle-bg {
    background: rgba(250, 250, 250, 0.98);
    padding: 40px 20px;
    position: relative;
    margin-top: -50px;
}

.location {
    color: #111111;
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    margin: 40px 20px;
}

.arrow {
    width: 60px;
    height: 60px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.group {
    margin: 40px auto 0;
    width: 90%;
    max-width: 767px;
    height: 115px;
    position: relative;
    margin-bottom: -2rem;
}

.rectangle-button {
    width: 100%;
    height: 50%;
    background: #b700cb;
    border-radius: 5px;
}

.button-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 2.5rem;
    font-weight: 700;
    color: #f5f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .location {
        font-size: 2rem;
        margin: 30px 10px;
    }

    .button-text {
        font-size: 1.8rem;
    }

    .arrow {
        width: 40px;
        height: 40px;
    }

    .rectangle-bg {
        padding: 30px 15px;
        border-radius: 30px;
    }

    .group {
        height: 90px;
    }
}