body {
    background: linear-gradient(to bottom right, #daf8f3, #c6e7fd);
}

.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

#priceTitle{
    color: #0f4652;
}

.toggle-btn{
    background-color: #0f4652;
    border-radius: 50px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 40px;
}

.toggle-btn button {
    min-width: 120px;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    background: transparent;
    text-align: center;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    width: 100%;
}

.toggle-btn .active {
    background-color: white;
    color: black;
}

.toggle-btn .custom-active {
    background: linear-gradient(to right, #72dfe6, #497acd);
    color: white;
}

.gradient-border-box {
    border: 10px solid transparent;
    border-radius: 15px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(to bottom right, #ffffff, #cdc5c5) border-box;
    padding: 40px;
}

.second-gradient-box {
    border: 10px solid transparent;
    border-radius: 15px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(to bottom right, #cdffd8, #94b9ff) border-box;
    padding: 40px;
}

h5 {
    color: #0f4652;
}

.check-icon {
    color: #26aece;
}

.contact-band {
    background-color: white;
    opacity: 0.7;
    padding: 1rem;
    text-align: center;
}

.contact-band a {
    font-weight: bold;
    color:black;
    text-decoration: none;
}