.companies_welcome_section{
  background-color: var(--white-color);
  width: 100%;
  height: 300px;
  position: relative;
}
.primary-text-companies{
    font-family: var(--font-main);
    font-size: 32px;
    color: var(--black-color);
    text-align: center;
    font-weight: 900;
    direction: rtl;
}
.secondary-text-companies{
    font-family: var(--font-main);
    font-size: 24px;
    color: var(--black-color);
    text-align: center;
    font-weight: normal;
    direction: rtl;
}
.companies_main_center_image{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: auto;
  width: 350px;
}
.companies_welcome_text_section{
  background-color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
}
.companies_welcome_text_section label {
  color: var(--black-color);
  font-family: var(--font-main);
  font-weight: 900;
  font-size: 100px;
  line-height: 1;
  display: inline;
}
.companies_main_page_subtitle_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
}
.companies_subtitle_left_btn {
    padding: 10px 20px;
    background: var(--pink-color);
    color: var(--white-color);
    border: none;
    width: 160px;
    height: 54px;
    border-radius: 27px;
    font-family: var(--font-main);
    font-size: 16px;
    cursor: pointer;
}
.companies_subtitle_left_btn:hover {
    background: var(--white-color);
    color: var(--pink-color);
    border: 1px solid var(--pink-color);
}
.form-group-whatsapp-companies{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
}
.form-group-whatsapp-text-companies{
    font-family: var(--font-main);
    font-size: 14px;
    color: var(--gray-2-color);
    font-weight: bold;
}
.companies_filters_section{
  background-color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
}
.companies-categories {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  line-height: 50px; 
  gap: 15px;
  direction: rtl;
}
.companies-categories {
  scroll-behavior: smooth;
}
.companies-categories::-webkit-scrollbar {
  display: none;
}
.companies-categories-grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.companies_days_section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 660px;
    height: 660px;
    border-radius: 20px;
    position: relative;
}
.companies_days_left {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.companies_days_left_top {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.companies_days_left_bottom {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.companies_days_left_top img,
.companies_days_left_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.companies_days_right {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
}
.companies_days_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.companies_days_left_top_title{
    position: absolute;
    top: -10px;
    right: 40px;
    min-height: 100px;
    min-width: 300px;
    color: var(--white-color);
    font-family: var(--font-main);
    font-size: 30px;
    font-weight: bold;
    background-color: var(--pink-color);
    z-index: 10;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.companies_tours_section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 400px;
    height: 400px;
    border-radius: 20px;
    position: relative;
}
.companies_tours_left{
    display: flex;
    flex: 40;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.companies_tours_left_title{
    font-family: var(--font-main);
    font-size: 24px;
    color: var(--black-color);
    text-align: right;
    font-weight: 900;
    direction: rtl;
}
.companies_tours_left_text{
    font-family: var(--font-main);
    font-size: 17px;
    color: var(--black-color);
    text-align: right;
    font-weight: normal;
    direction: rtl;
}
.companies_tours_left_img{
    position: absolute;
    top: 20px;
    left: 120px;
}
.companies_tours_right{
    display: flex;
    flex: 60;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    background-color: beige;
}
.tours_by_towns_section {
    display: grid !important; 
    grid-template-columns: repeat(4, 1fr); /* 4 items in a row */
    gap: 20px; 
    width: 100%;
    margin: 40px 0;
    background-color: aquamarine;
}
.item-tag-counter-wrapper {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
}
.item-tag-counter-img {
  display: flex;
  width: 100%;
  height: 100%;
}
.item-tag-counter-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  transform: translate(-0, -0) rotate(-20deg);
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-main);
  pointer-events: none;
}
.packages_title_section{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    height: 300px;
}
.companies_packages_icon{
    position: absolute;
    top: 20px;
    left: 30%;
}
.packages_title_text{
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-top: 100px;
    justify-content: flex-start;
    align-items: flex-start;
}
.packages_title_text_label{
    font-family: var(--font-main);
    font-size: 45px;
    text-align: left;
    line-height: 1;
    color: var(--black-color);
    font-weight: 900;
}
.packages_title_text_left{
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-bottom: 100px;
    justify-content: flex-end;
    align-items: flex-end;
}
.packages_title_text_label_left_one{
    font-family: var(--font-main);
    font-size: 45px;
    line-height: 1;
    color: var(--black-color);
    font-weight: 900;
}
.packages_title_text_label_left_two{
    font-family: var(--font-main);
    font-size: 60px;
    line-height: 1;
    color: var(--pink-color);
    font-weight: 900;
}
.boot_main_section{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.boot_main_left_section{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.boot_main_middle_section{
    flex: 1;
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    direction: rtl;
    position: relative;
}
.companies_boot_title{
    position: relative;
    font-family: var(--font-main);
    font-size: 36px;
    line-height: 1;
    color: var(--black-color);
    font-weight: 800;
    margin-bottom: 10px;
}
.companies_boot_subtitle{
    font-family: var(--font-main);
    font-size: 24px;
    line-height: 1;
    color: var(--black-color);
    font-weight: normal;
    margin-bottom: 20px;
}
.companies_boot_text{
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--black-color);
    font-weight: normal;
    margin-bottom: 30px;
}
.companies_boot_img{
    position: absolute;
    top: -20px;
    left: -50px;
}
.companies_boot_text{
    font-family: var(--font-main);
    font-size: 18px;
    color: var(--black-color);
    font-weight: normal;
}
.boot_main_right_section{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.boot_steps_image{
    width: 100%;
    height: auto;
}
.quest_eat_main_section{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
    background-color: var(--pink-color);
    height: 900px;
}
.quest_eat_main_section_image{
    position: absolute; 
    top: 20px;
    left: 0px;
}
.gift_main_section{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.gift_main_section_image{
    position: absolute; 
    top: 0px;
    right: 0px;
}
.companies_gift_title{
    font-family: var(--font-main);
    font-size: 40px;
    margin-top: 150px;
    color: var(--black-color);
    font-weight: 900;
    margin-bottom: 10px;
    direction: rtl;
}
.companies_gift_subtitle{
    font-family: var(--font-main);
    font-size: 24px;
    line-height: 1;
    color: var(--black-color);
    font-weight: normal;
    margin-bottom: 20px;
    direction: rtl;
}
.companies_gift_text{
    font-family: var(--font-main);
    font-size: 16px;            
    text-align: center;
    color: var(--black-color);
    font-weight: normal;
    direction: rtl;
    width: 80%;
}
.all_frame_section{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.all_frame_title{
    font-family: var(--font-main);
    font-size: 40px;
    margin-top: 50px;
    color: var(--pink-color);
    font-weight: 900;
    direction: rtl;
}
.all_frame_subtitle{
    font-family: var(--font-main);
    font-size: 40px;
    line-height: 1;
    color: var(--black-color);
    font-weight: 900;
    direction: rtl;
}
.companies_logos_line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    width: 100%;
    margin: 20px auto;
}
.company_logo_item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_logo_item img {
    max-width: 100%;
    object-fit: contain;
}




.companies_form_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 20px;
    direction: rtl;
}
.companies_form_right {
    display: flex;
    flex-direction: column;
}
.companies_form_title {
    font-family: var(--font-main);
    font-size: 38px;
    font-weight: 800;
    color: var(--black-color);
}
.companies_form_subtitle {
    font-family: var(--font-main);
    font-size: 20px;
    color: var(--black-color);
    font-weight: normal;
}
.companies_form_left {
    display: flex;
    gap: 15px;
}
.companies_form_btn {
    background-color: var(--red-color);
    color: var(--white-color);
    height: 54px;
    width: 190px;
    border-radius: 27px;
    border: 1px solid var(--red-color);
    font-family: var(--font-main);
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
.companies_form_btn:hover {
    background-color: var(--white-color);
    color: var(--red-color);
    border: 1px solid var(--red-color);
}
.companies_form_btn_test {
    background-color: var(--white-color);
    color: var(--black-color);
    height: 54px;
    width: 190px;
    border-radius: 27px;
    border: 1px solid var(--black-color);
    font-family: var(--font-main);
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
.companies_form_btn_test:hover {
    background-color: var(--red-color);
    color: var(--white-color);
    border: 1px solid var(--red-color);
}
.line-divider {
    width: 100%;
    height: 1px;
    background-color: var(--dark-gray-color);
    margin-top: 10px;
    margin-bottom: 10px;
}
.companies-gift-voucher-item {
    width: 100%;
    height: 320px;
    margin-top: 20px;  
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
}
.companies-gift-voucher-image-wrapper {
    flex: 0 0 80%;
    width: 100%;
    overflow: hidden;
}
.companies-gift-voucher-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.companies-gift-voucher-info-box {
    flex: 0 0 20%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
.companies-gift-voucher-title {
    font-size: 18px;
    font-weight: bold;
}
.companies-gift-voucher-description {
    font-size: 16px;
    color: var(--dark-gray-color);
    margin-top: 5px;
}
.counter-gift-wrapper {
    position: absolute;
    top: -20px;
    right: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background-color: var(--white-color);
    border-radius: 50%;
    border: 2px solid var(--red-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    font-family: var(--font-main);
}




























/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.show {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.7);
}

/* Modal Form */
.modal-form {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 90%;
    height: 60vh;
    background: white;
    border-radius: 20px 20px 0 0;
    padding: 30px;
    z-index: 9999;
    overflow-y: auto;
    transition: transform 0.4s ease;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    visibility: hidden;
}
.modal-form.show {
    transform: translateX(-50%) translateY(0);
    visibility: visible;
}
/* Modal Close Button */
.modal-close {
    position: absolute;
    top: 25px;
    left: 25px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: var(--black-color);
    line-height: 1;
}
.modal-close:hover {
    color: var(--red-color);
}
/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 200px;
    margin-right: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-family: var(--font-main);
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--black-color);
}

.form-group input,
.form-group textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: var(--font-main);
    font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--pink-color);
}

.form-submit-btn {
    padding: 12px 20px;
    background: var(--red-color);
    color: white;
    border: none;
    border-radius: 8px;
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s;
    min-width: 220px;
}

.form-submit-btn:hover {
    opacity: 0.9;
}


.modal-title {
    font-family: var(--font-main);
    font-size: 28px;
    font-weight: 900;
    text-align: right;
    margin-bottom: 10px;
    color: var(--black-color);
    direction: rtl;
    margin-left: 200px;
    margin-right: 20px;
    
}
.modal-subtitle {
    font-family: var(--font-main);
    font-size: 18px;
    text-align: right;
    margin-bottom: 10px;
    color: var(--black-color);
    direction: rtl;
    font-weight: bold;
    margin-right: 20px;
}
/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    direction: rtl;
}
.form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 15px;
    align-items: end;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group input,
.form-group textarea,
.form-group select {
    padding: 0 20px;
    border: 1px solid var(--dark-gray-color-alpha);
    border-radius: 27px;
    height: 54px;
    font-family: var(--font-main);
    font-size: 16px;
    direction: rtl;
    background-color: var(--white-color);
    box-sizing: border-box;
}
.form-group textarea {
    resize: none;
    min-height: 140px;
    height: auto;
    padding: 15px 20px; /* 15px top/bottom, 20px left/right */
    border-radius: 27px;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--pink-color);
}
.form-group textarea {
    resize: vertical;
    min-height: 80px;
}
/* Switch Toggle */
.switch-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.toggle-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.toggle-label {
    display: flex;
    background: var(--dark-gray-color-alpha);
    border: 1px solid #ddd;
    border-radius: 27px;
    overflow: hidden;
    cursor: pointer;
    height: 54px;
    box-sizing: border-box;
    min-width: 200px;
    margin: 0px;
}
.toggle-option {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-main);
    font-size: 16px;
    transition: all 0.3s ease;
    color: var(--black-color);
    background: var(--light-gray-color);
    padding: 0 25px;
    white-space: nowrap; /* Prevent text wrapping */
    min-width: fit-content; /* Allow button to expand if needed */
}
.toggle-option-yes {
    border-radius: 27px 0 0 27px;
}
.toggle-option-no {
    border-radius: 0 27px 27px 0;
}
/* When unchecked (No selected) */
.toggle-input:not(:checked) + .toggle-label .toggle-option-no {
    background: var(--red-color);
    color: white;
}
/* When checked (Yes selected) */
.toggle-input:checked + .toggle-label .toggle-option-yes {
    background: var(--red-color);
    color: white;
}
.toggle-input:checked + .toggle-label .toggle-option-no {
    background: var(--light-gray-color);
    color: var(--black-color);
}
.form-submit-btn {
    padding: 12px 20px;
    background: var(--red-color);
    color: white;
    border: none;
    border-radius: 27px;
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s;
    align-self: flex-start;
    height: 54px;
}

.form-submit-btn:hover {
    opacity: 0.9;
}


















/* Contact Section Before Footer */
.companies_contact_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    direction: rtl;
    background-color: var(--black-color);
}
.companies_contact_header {
    text-align: right;
    width: 95%;
    margin-bottom: 40px;
    margin-top: 40px;
}
.companies_contact_title {
    font-family: var(--font-main);
    font-size: 36px;
    font-weight: 900;
    color: var(--white-color);
}
.companies_contact_subtitle {
    font-family: var(--font-main);
    font-size: 20px;
    color: var(--gray-color);
    margin-bottom: 10px;
    margin-top: 10px;
}
.companies_contact_buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 47%;
}

.companies_contact_btn {
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s
}

.companies_contact_btn_primary {
    background: var(--red-color);
    color: white;
}

.companies_contact_btn_secondary {
    background: var(--white-color);
    color: var(--black-color);
}
.companies_contact_btn:hover {
    opacity: 0.9;
}
.companies_contact_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    width: 95%;
}
.companies_contact_left {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.companies_contact_left img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.companies_contact_left_img {
    position: absolute;
    top: -100px;
    left: 100px;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.companies_contact_right {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-section-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    direction: rtl;
}

.contact-section-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.contact-section-form .form-group input,
.contact-section-form .form-group textarea,
.contact-section-form .form-group select {
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 27px;
    height: 54px;
    font-family: var(--font-main);
    font-size: 16px;
    direction: rtl;
    background-color: white;
    box-sizing: border-box;
}

.contact-section-form .form-group textarea {
    height: auto;
    min-height: 100px;
    padding: 15px 20px;
    resize: vertical;
}

.contact-section-form .form-group input:focus,
.contact-section-form .form-group textarea:focus,
.contact-section-form .form-group select:focus {
    outline: none;
    border-color: var(--pink-color);
}