.hero_section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgb(0, 0, 13,1), rgba(0, 0, 13, 0.7), rgba(0, 0, 13, 0.2), rgba(0, 0, 13, 0), rgba(0, 0, 13, 0)), 
                url(../pictures/heroBackground.PNG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 35rem;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

.hero_section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 30%; height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 1;
}

.hero_section .container {
    position: relative;
    z-index: 2;
}

.hero_desc {
    color: #e10000;
    font-size: 1.2rem;
    font-weight: 650;
    margin-top: 4rem;
}

.hero_div {
    height: 0.2rem;
    width: 4rem;
    border-bottom: 0.15rem solid #e10000;
    border-radius: 12px;
    margin-bottom: 1rem;
}

h1 {
    color: white !important;
    font-size: 3rem !important;
    text-transform: uppercase;
    font-weight: 650 !important;
}

.hero_text {
    color: white;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    font-weight: 500;
    width: 20rem;
    margin-top: 1rem;
    opacity: 0.9;
}

.hero_box_head {
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    color: white;
    font-weight: 550;
    text-align: center;
}

.hero_box_circ {
    width: 3.7rem;
    height: 3.7rem;
    background-color: #00004a;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    margin-left: 2.9rem;
}

.hero_box_txt {
    color: white;
    font-size: 0.8rem;
    opacity: 0.9;
    width: 10rem;
    text-align: center;
}

.hero_box_div {
    height: 8rem;
    width: 0.1rem;
    border-left: 0.1rem solid rgba(199, 199, 199, 0.4);
    border-radius: 15px;
    align-self: center;
    margin: -0.5rem 1.5rem 0 1.5rem;
}

.section_settings {
    font-family: "Montserrat", sans-serif;
    background-color: #f6f6f6;
    padding-top: 2rem;
}

.services_head {
    color: #00004a;
    text-transform: uppercase;
    font-size: 2.9rem;
    font-weight: 650;
    justify-self: center;
    margin-bottom: 0rem;
}

.services_div {
    background-color: #e10000;
    width: 5.5rem;
    height: 0.3rem;
    border-bottom: 0.3rem solid #e10000;
    justify-self: center;
    border-radius: 20px;
    margin-bottom: 0.6rem;
}

.services_txt {
    color: #00004a;
    opacity: 0.9;
    font-size: 1.1rem;
    font-weight: 500;
    justify-self: center;
}

.services_card {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 15rem;
    min-width: 15rem;
    height: 18rem;
   justify-items: center;
    margin-top: 1.5rem;
    margin-left: 2rem;
    overflow: hidden;
    position: relative;
}

.services_card_circ {
    background-color: #00004a0f;
    border-radius: 100px;
    width: 6.5rem;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-top: 1.5rem;
    flex-shrink: 0;
}

.services_card_head {
    font-size: 1rem;
    font-weight: 650;
    margin-bottom: 0.5rem;
    color: #00004a;
    margin-top: 0.6rem;
    text-align: center;
}

.services_card_text {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 1rem;
    color: #00004a;
    opacity: 0.85;
    text-align: center;
    width: 12rem;
}

.services_card_div {
    width: 3rem;
    height: 0.2rem;
    border-bottom: 0.2rem solid #e10000;
    border-radius: 30px;
}

.services_footer {
    background-color: #00004a0f;
    border-radius: 8px;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    width: 81.3rem;
    margin-left: 6.5rem;
    height: 6rem;
}

.service_footer_head {
    font-size: 1.1rem;
    font-weight: 650;
    color: #00004a;
    margin-bottom: 0.1rem;
    margin-top: 0.9rem;
}

.service_footer_text {
    font-size: 0.95rem;
    font-weight: 470;
    color: #00004a;
}

.service_footer_divider {
    width: 0.1rem;
    height: 4rem;
    border-radius: 15px;
    border-left: 0.1rem solid #51515141;
    margin-left: 23rem;
    margin-right: 2rem;
}

.service_footer_icon {
    margin-left: 2rem;
    margin-right: 0.8rem;
    width: 4.667rem;
    height: 7.2rem;
    flex-shrink: 0;
}

.service_footer_note_text {
    font-size: 1rem;
    font-weight: 600;
    color: #e10000;
}

.pricing_card {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    width: 25rem;
    height: 35rem;
   justify-items: center;
    margin-top: 1.5rem;
    margin-left: 2.2rem;
    background-color: white;
}

.pricing_circ {
    background-color: #00004a0f;
    border-radius: 100px;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    justify-self: center;
}

.pricing_head {
    font-size: 1.1rem;
    font-weight: 700;
    color: #00004a;
    align-self: center;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    justify-self: center;
}

.pricing_text_div {
    width: 3rem;
    height: 0.09rem;
    border-bottom: 0.15rem solid #e10000;
    align-self: center;
    border-radius: 20px;
    justify-self: center;
}

.pricing_dollar_sign {
    color: #e10000;
    font-weight: 750;
    font-size: 1.4rem;
    position: relative;
    bottom: 1.2rem;
    right: 0.3rem;
}

.pricing_price {
    font-weight: 700;
    color: #00004a;
    font-size: 3.1rem;
}

.pricing_card_price {
    color: #00004a;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
    justify-self: center;
}

.pricing_text {
    color: #00004a;
    font-weight: 450;
    font-size: 0.9rem;
    width: 15rem;
    align-self: center;
    text-align: center;
}

.pricing_div {
    height: 0.1rem;
    width: 20rem;
    border-bottom: 0.1rem solid #4646462a;
    border-radius: 12px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.pricing_list {
    font-size: 0.9rem;
    color: #00004a;
    font-weight: 550;
    margin-left: 0.5rem;
    margin-bottom: 0.4rem;
}

.pricing_book_btn {
    text-transform: uppercase;
    border: 3px solid #e10000;
    color: #e10000;
    background-color: white;
    font-size: 1.1rem;
    font-weight: 650;
    width: 18rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    align-content: center;
    flex-wrap: balance;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}

.pricing_book_btn1:hover {
    color: white;
    background-color: #e10000;
    transition: 0.3s ease;
}

.pricing_book_btn2:hover {
    color: #e10000 !important;
    background-color: white !important;
    transition: 0.3s ease;
}

.pricing_card_box {
    display: flex;
    justify-self: left;
    margin-left: 1rem;
}

.pricing_footer_head {
    font-size: 1rem;
    font-weight: 700;
    color: #00004a;
    margin-bottom: 0.1rem;
    margin-top: 0.9rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.pricing_footer_div {
    width: 0.1rem;
    height: 1.5rem;
    border-radius: 15px;
    border-left: 0.1rem solid #51515141;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.9rem;
}

.pricing_footer_subhead {
    font-size: 0.85rem;
    font-weight: 470;
    color: #00004a;
    white-space: nowrap;
    margin-top: 1.1rem;
    margin-bottom: 0.3rem;
}

.pricing_footer_text {
    font-size: 0.85rem;
    font-weight: 470;
    color: #00004a;
    width: 19rem;
    margin-top: 1rem;
}

.special_offer_cont {
    background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), url(../pictures/bannerBackground.PNG);
    width: 81.3rem;
    border-radius: 8px;
    height: 16rem;
    margin-top: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
}

.seasonal_badge {
    width: 7.5rem;
    height: 6.5rem;
    background: linear-gradient(to bottom, red, #e10000);
    align-items: center;
    display: flex;
    justify-content: center;
    clip-path: polygon(0% 0%, 100% 0, 100% 88%, 50% 72%, 0 88%);
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.25));
    overflow: hidden;
    margin-left: 1rem;
}

.seasonal_badge::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1.6px dashed rgba(255, 255, 255, 0.85);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 72%, 0 98%);
    pointer-events: none;
    overflow: hidden;
}

.seasonal_badge_text {
    color: white;
    font-weight: 650;
    font-size: 0.85rem;
    text-transform: uppercase;
    /* margin-left: 1rem; */
    text-align: center;
}

.special_offer_icon {
    width: 8rem;
    height: 8rem;
    margin-left: 2rem;
    margin-top: 4rem;
    opacity: 0.9;
    filter: drop-shadow(2px 4px 6px #00000050);
}

.special_offer_line {
    width: 3rem;
    height: 0.1rem;
    border-bottom: 0.16rem solid #e10000;
    border-radius: 20px;
    opacity: 0.9;
}

.special_offer_text1 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #e10000;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 0;
}

.special_offer_text2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #00004a;
    text-transform: uppercase;
    margin-left: 17rem;
    text-shadow: 2px 2px 2px #00000033;
    margin-bottom: 0;
}

.special_offer_text3 {
    color: #00004a;
    font-size: 0.9rem;
    opacity: 0.9;
    white-space: nowrap;
    font-weight: 500;
    margin-left: 20rem;
    margin-bottom: 0;
    margin-top: -0.2rem;
}

.special_offer_text4 {
    opacity: 0.85;
    font-size: 0.8rem;
    font-weight: 500;
    color: #00004a;
    width: 7.5rem;
}

.special_offer_div {
    height: 2rem;
    width: 0.1rem;
    border-left: 0.1rem solid #0000003a;
    border-radius: 20px;
    margin-right: 0.5rem;
}

.special_offer_main_div {
    height: 0.1rem !important;
    width: 10rem;
    /* margin: 0; */
    margin-left: 18rem;
    border-left: 37rem solid #00000022;
    margin-top: 0.5rem;
}

.special_offer_text5 {
    font-size: 0.9rem;
    color: #00004a;
    opacity: 0.9;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0;
    margin-left: 0.5rem;
}

.special_offer_price_circ {
    border-radius: 100px;
    background-color: #00004a;
    color: white;
    align-items: center;
    height: 10.2rem;
    width: 10.2rem;
    justify-self: right;
    position: relative;
    bottom: 10rem;
    right: 15rem;
    border: 1px solid white;
}

.special_offer_price_circ::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border: 3px dashed #ffffffc8;
}

.special_offer_price_text {
    font-size: 0.9rem;
    color: white;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 0.5rem;
}

.special_offer_book {
    width: 12.5rem;
    height: 3rem;
    background: linear-gradient(to bottom, red, #e10000);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    justify-self: right;
    border-radius: 8px;
    position: relative;
    color: white;
    border: 2px solid #e10000;
    left: 0.8rem;
    margin-top: -0.6rem;
}

.special_offer_book:hover {
    color: #e10000;
    background: white;
    transition: 0.3s;
}

.special_offer_book:hover .serv_btn_icon {
    fill: #e10000 !important;
    transition: 0.3s;
}

.special_offer_book_text {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 650;
    margin-bottom: 0;
    margin-left: 0.3rem;
    text-decoration: none;
    white-space: nowrap;
}

.booking_note {
    color: #e10000;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    justify-self: center;
    margin-top: 2rem;
}

.book_form_circ {
    background-color: #00004a0f;
    border-radius: 100px;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

#bookForm {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding-left: 1.5rem;
    width: 53.5rem;
    margin-top: 2rem;
    height: 44rem;
}

.book_form_head {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.2rem;
    color: #00004a;
    text-transform: uppercase;
}

.book_form_text {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 0.95rem;
    color: #00004a;
    opacity: 0.9;
}

.star{
    font-size: small !important;
    color: red !important;
}

.book_input {
    width: 16rem;
    height: 2.5rem;
}

.input_name {
    font-weight: 550;
    color: #00004a;
    margin-bottom: 1rem;
}

.book_form_inp::placeholder {
    font-size: 0.9rem;
}

.mod_custom_select.exp .mod_select_trigger {
  border-color: #1F71CE;
  box-shadow: 0 0 0 4px rgba(31, 113, 206, 0.12);
}

.mod_custom_select.exp .mod_select_options {
  display: block;
}

.mod_custom_select.exp .mod_emoji_down {
    opacity: 0;
}

.mod_custom_select .mod_emoji_up {
    opacity: 0;
}

.mod_custom_select .mod_emoji_down {
    opacity: 0.85;
}

.mod_custom_select.exp .mod_emoji_up {
    opacity: 0.85;
}

.mod_select_options li {
  padding: 0.3rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  color: #1f2937;
}

.mod_select_options li:hover,
.mod_select_options li.selected {
  background: #1F71CE;
  color: #fff;
}

.mod_select_options {
    top: calc(100% + 0.4rem);
    background: #fff;
    border: 1.5px solid #1F71CE;
    border-radius: 0.55rem;
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12);
    list-style: none;
    padding: 0.4rem;
    margin: 0;
    display: none;
    width: 20rem;
    z-index: 50;
    position: absolute;
    height: 10rem;
    overflow-y: scroll;
    width: 16rem;
}

.mod_form::placeholder {
    position: fixed;
    left: 57px;
    font-weight: 550;
    font-size: 0.9rem;
}

.mod_inp input {
    width: 20rem;
    padding-left: 57px;
    padding-right: 10px !important;
}

.mod_select_trigger{
  width: 16rem;
  height: 2.5rem;
  margin-top: 0.3rem;
  border: 1.5px solid #d7dfeb;
  border-radius: var(--bs-border-radius);
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #424242de;
  cursor: pointer;
}

.mod_emj_wrench {
  color: var(--bs-modal-color);
  opacity: 0.6;
}

.mod_emoji {
  position: absolute;
  left: 14rem;
  pointer-events: none;
  font-size: 1rem;
  opacity: 0.6;
}

.date_button {
    width: 16rem;
    height: 2.5rem;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #d4d7e0;
    border-radius: 6px;
    color: #6f7280;
    font-size: 0.9rem;
    font-weight: 465;
    cursor: pointer;
}

.date_button:hover {
    border-color: #315eea;
    transition: 0.3s ease;
}

.date-group {
    position: relative;
}

.calendar {
    position: absolute;
    border: 1px solid #e1e7f0;
    border-radius: 8px;
    width: 16.5rem;
    padding: 0.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 100;
    background: #f8fbff;
}

.calendar.open {
    display: block;
}

.calendar_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.calendar_header h3 {
    margin: 0;
    font-size: 1rem;
    color: #00004a;
}

.calendar_header button {
    background: white;
    border: none;
    font-size: 1.05rem;
    cursor: pointer;
    color: #00004a;
    margin-top: 0.1rem;
}

.calendar_header button:hover {
    color: #316eea;
}

.calendar_arrow {
    width: 1.9rem;
    height: 1.9rem;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #00004a;
    cursor: pointer;
    box-shadow: 0 0.25rem 0.75rem rgba(15, 23, 42, 0.08);
}

.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 0.5rem;
}

.weekdays span {
    font-weight: 700;
    color: #777b8d;
    font-size: 0.75rem;
    text-align: center;
}

.calendar_days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem;
}

.calendar_day {
    width: 100%;
    aspect-ratio: 1;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #00004a;
    font-size: 0.9rem;
    cursor: pointer;
}

.calendar_day:hover {
    background-color: #eef1ff;
}

.calendar_day.selected {
    background-color: #00004a;
    color: white;
}

.has_date {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.9;
    line-height: 1.5;
    font-weight: 500;
    color: var(--bs-body-color);
}

.selected_service {
    opacity: 0.9 !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    color: var(--bs-body-color);
}

.select_options li {
    padding: 0.3rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    color: #1f2937;
}

.select_trigger{
  width: 16rem;
  height: 2.5rem;
  margin-top: 0.3rem;
  border: 1.5px solid #d7dfeb;
  border-radius: var(--bs-border-radius);
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #424242de;
}

.custom_select.exp .select_trigger {
  border-color: #1F71CE;
  box-shadow: 0 0 0 4px rgba(31, 113, 206, 0.12);
}

.custom_select.exp .select_options {
  display: block;
}

.custom_select.exp .emoji_down {
    opacity: 0;
}

.custom_select .emoji_up {
    opacity: 0;
}

.custom_select .emoji_down {
    opacity: 0.85;
}

.custom_select.exp .emoji_up {
    opacity: 0.85;
}

.select_options {
    top: calc(100% + 0.4rem);
    background: #fff;
    border: 1.5px solid #1F71CE;
    border-radius: 0.55rem;
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12);
    list-style: none;
    padding: 0.4rem;
    margin: 0;
    display: none;
    width: 20rem;
    z-index: 50;
    position: absolute;
    height: 10rem;
    overflow-y: scroll;
    width: 16rem;
}

.select_options li:hover,
.select_options li.selected {
  background: #1F71CE;
  color: #fff;
}

.weekday_dis {
    display: none;
}

.enabled {
    cursor: pointer;
}

#formNumber[type="number"]::-webkit-inner-spin-button,
#formNumber[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea::placeholder {
    font-size: 0.9rem;
    font-weight: 450;
}

.group3 input::placeholder {
    font-size: 0.9rem;
}

#charactersCount {
    margin-bottom: 0;
    font-size: 0.7rem;
    opacity: 0.75;
    font-weight: 550;
    margin-top: 0.5rem;
}

.submit_button {
    display: flex;
    justify-content: center;
    border: 2px solid #e10000;
    background: linear-gradient(to bottom, red, #e10000);
    color: white;
    border-radius: 6px;
    width: 50.4rem;
    height: 3rem;
    margin-top: 0.8rem;
    align-items: center;
}

.submit_btn_text {
    font-size: 1rem;
    font-weight: 550;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: 0.5rem;
}

.submit_button:hover {
    background: linear-gradient(to bottom, #c40000, #8e0000);
    transition: 0.3s ease;
}

.btm_disc {
    color: black;
    opacity: 0.85;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 0.3rem;
}

.disabled_day {
    color: #aaa;
    cursor: not-allowed;
    opacity: 0.5;
}

.next_circ {
    background-color: #00004a0f;
    border-radius: 100px;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}

.next_line {
    height: 2.5rem;
    width: 0.1rem;
    border-left: 0.1rem dashed grey;
    opacity: 0.4;
    margin-left: 2rem;
}

.steps_box {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding-left: 1.5rem;
    width: 25rem;
    margin-top: 2rem;
    height: 44rem;
    margin-left: -6rem;
    padding-top: 1.5rem;
}

.steps_head {
    text-transform: uppercase;
    color: #00004a;
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
    font-weight: 700;
    justify-self: center;
    margin-left: -2rem;
}

.steps_div {
    background-color: #e10000;
    width: 2rem;
    height: 0.2rem;
    border-bottom: 0.1rem solid #e10000;
    justify-self: center;
    border-radius: 20px;
    margin-bottom: 0.6rem;
    margin-left: -2rem;
}

.steps_main {
    font-size: 1rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
    color: #00004a;
}

.steps_text {
    color: #00004a;
    font-weight: 450;
    opacity: 0.9;
    font-size: 0.9rem;
    width: 16rem;
}

.choose_box {
    background-color: #f6f6f6;
    border: 2px solid #51515120;
    height: 10rem;
    border-radius: 6px;
    width: 22rem;
    margin-top: 1.3rem;
}

.choose_div {
    height: 1.9rem;
    width: 0.1rem;
    border-left: 0.1rem solid #51515141;
    margin-top: 0.1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.choose_head {
    color: #00004a;
    margin-bottom: 0.2rem;
    font-weight: 650;
    margin-top: 0.2rem;
}

.choose_text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #00004a;
    opacity: 0.9;
    margin-left: 0.5rem;
    margin-bottom: 0.3rem;
}

.contact_circle {
    background-color: #00004a0f;
    border-radius: 100px;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_box {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 24rem;
    margin-top: 1.5rem;
    height: 16rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact_box_head {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #00004a;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
}

.contact_box_div {
    background-color: #e10000;
    width: 2rem;
    height: 0.2rem;
    border-bottom: 0.1rem solid #e10000;
    justify-self: center;
    border-radius: 20px;
    margin-bottom: 0.6rem;
}

.contact_number {
    color: #e10000;
    font-size: 1.3rem;
    font-weight: 700;
    opacity: 0.9;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.contact_box_text {
    color: #00004a;
    opacity: 0.9;
    font-size: 0.9rem;
    font-weight: 450;
}

.contact_section {
    padding-bottom: 2rem;
}

.footer {
    position: static;
    background: #00002a;
    color: white;
    padding: 110px 8% 40px;
    border-top: 1.5rem solid #e10000;
    padding-top: 0 !important;
    padding-bottom: 0.5rem;
}

.foot_desc {
    font-size: 0.9rem;
    font-weight: 450;
    color: white;
    width: 18rem;
    margin-top: -1.5rem;
    opacity: 0.9;
}

.footer_head {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    margin-top: 3.3rem;
    margin-bottom: 0.4rem;
    white-space: nowrap;
}

.footer_sect_div {
    background-color: #e10000;
    width: 2.5rem;
    height: 0.13rem;
    border-bottom: 0.06rem solid #e10000;
    /* justify-self: center; */
    border-radius: 20px;
    margin-bottom: 1rem;
}

.footer_options {
    color: white;
    opacity: 0.9;
    margin-left: 0.4rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.foot_links:hover {
    color: #a2a2a2;
    transition: 0.3s ease;
}

.back_square {
    width: 2rem;
    height: 2rem;
    background-color: #000078;
    border-radius: 10px;
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

.footer_div {
    width: 83rem;
    height: 0.07rem;
    border-top: 0.07rem solid #000078;
    opacity: 0.6;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.footer_btm {
    color: white;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0;
}

.special_offer_price_circle {
    border-radius: 100px;
    background-color: #ffffffbd;
    color: #00004a;
    align-items: center;
    height: 11rem;
    width: 11rem;
    border: 1px solid #3ca7ed99;
    position: relative;
    margin-top: 0.8rem;
    top: 3.05rem;
    right: 1rem;
    z-index: 1;
}

.special_offer_price_circle::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border: 3px dashed #3ca7ed4d;
}

.special_offer_price_texts {
    font-size: 0.9rem;
    color: #00004a;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: 0.5rem;
    text-align: center;
    z-index: 2;
}

.seasonal_special {
    background: linear-gradient(to bottom, #e10000, red, #e10000);
    width: 4rem;
    height: 14rem;
    position: absolute;
    rotate: 45deg;
    margin-top: -6rem;
    margin-left: -8rem;
}

.seasonal_special_text {
    color: white;
    font-size: 0.75rem;
    font-weight: 650;
    margin-bottom: 0;
    width: 5rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.terms_link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: #000078;
    text-decoration: underline;
}

.form_check {
    margin-top: 2rem;
}

.form_check_label {
    bottom: 0.1rem;
    position: relative;
}

#termsCheckBox {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.mod_og_txt {
    font-size: 0.9rem;
}