* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

.plan-card {
    transition: transform 0.3s ease-in-out;
}

.plan-card:hover {
    transform: translateY(-10px); /* Moves the card up by 10px on hover */
}

p {
    color: grey
}
.main_div{
    max-width: unset !important;
}
.card{
    padding: 60px;
}
#heading {
    text-transform: uppercase;
    color: #0d5073;
    font-weight: 700;
    text-align: center;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: rgba(158, 202, 225, 1);
    font-weight: bold;
    color: rgba(13, 80, 115, 1);
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: rgba(158, 202, 225, 1);
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #0d5073;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #0d5073;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #0d5073;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

/* #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
} */

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0d5073
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #0d5073
}

.fit-image {
    width: 100%;
    object-fit: cover
}


.plan-card {
    background-color: #FFFF;
    padding: 30px 15px;
    border-radius: 10px;
    color: #0d5073;
    margin-bottom: 20px;
    box-shadow: 0px 10px 62px rgba(0, 0, 0, 0.1);
    height: 500px;
    

}

.plan-title {
    background-color: rgba(158, 202, 225, 1);
    padding: 21px 10px;
    border-radius: 5px;
    font-size: 40px;
    color: rgba(13, 80, 115, 1);
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;



}
.error {
    border: 2px solid red; /* Highlight with a red border */
}


.plan-card.selected {
    border-color: 2px solid #1c2d3f !important; /* Change this color to whatever you prefer for the selected card */
}

.plan-card:hover {
    border: 1px solid  rgba(13, 80, 115, 1); /* Border on hover */
}

.plan-description {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
	text-align: left !important;
    color: rgba(13, 80, 115, 1);
	padding-left: 20px;

}

.price {
    font-size: 36px;
    font-weight: bold;
    color: #0d5073;
}

.addons-container {
    background-color: #1c2d3f;
    padding: 20px;
    border-radius: 10px;
    color: white;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.addon-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #4fc3f7;
}

.addon-description {
    font-size: 14px;
    font-weight: bold;
    flex-grow: 1;
    margin-left: 10px;
}


ul.plan-description li {
   list-style: circle;
}

.cars{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 100px;

}
.cars img{
    height: 270px;
    width: 380px;
}
div#package_fetch_container {
    display: flex;
    justify-content: center;
}
.main_pack{
    display: block !important;
}
.add_onblock{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.service-item {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.service-info .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.service-info .description {
    font-size: 16px;
}

.form-check-input {
    width: 20px;
    height: 20px;
}
.service-item img {
    width: 50px;
}
.service-item{
    gap:60px;
}

.plans_heading{
    font-size: 30px;
    color: #0d5073;
    font-weight: 700;
    text-align: center;
    margin: 40px auto 80px auto;
}

.service-card {
    background-color: #ffff;
    border-radius: 15px;
    padding: 15px;
    color: #0d5073;
    margin-bottom: 20px;
}

.service-image {
    width: 100%;
    border-radius: 10px;
}

.service-description {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.form-check-input {
    width: 20px;
    height: 20px;
}


/* Style for buttons */
.action-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #007bff; /* Blue background */
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.3s;
}

.action-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: scale(1.05);
}

.action-button.previous {
    background-color: #6c757d; /* Gray background for Previous */
}

.action-button.previous:hover {
    background-color: #5a6268; /* Darker gray on hover */
}

/* Optional: Style for form inputs and labels */
.fieldlabels {
    display: block;
    margin: 10px 0 5px;
    font-weight: 600;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
}

input[type="radio"] {
    margin-right: 5px;
}