.resellers_welcome_section{
  background-color: var(--white-color);
  width: 100%;
  height: 320px;
  position: relative;
}
.resellers_main_center_image{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: auto;
  width: 450px;
}
.resellers_top_right_image{
  position: absolute;
  top: 10px;
  right: 10px;
}
.resellers_welcome_text_section{
  background-color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  direction: rtl;
}
.resellers_welcome_text_section label {
  color: var(--black-color);
  font-family: var(--font-main);
  font-weight: 900;
  font-size: 100px;
  line-height: 1;
  display: inline;
}
.secondary-text-resellers{
    font-family: var(--font-main);
    font-size: 24px;
    color: var(--black-color);
    text-align: center;
    font-weight: normal;
}
.resellers_main_page_subtitle_wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
}
.resellers_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-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.resellers_subtitle_left_btn:hover {
    background: var(--white-color);
    color: var(--pink-color);
    border: 2px solid var(--pink-color);
}
.form-group-whatsapp-resellers{
    height: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.form-group-whatsapp-text-resellers{
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--gray-2-color);
    font-weight: bold;
}
.resellers_filters_section{
  background-color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
}

/* Experiences Section - Tabs */
.resellers_experiences_section{
    background-color: var(--white-color);
    width: 100%;
    margin-top: 40px;
}
.resellers_experiences_tabs{
    display: flex;
    width: 100%;
}
.resellers_experiences_tab{
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: bold;
    color: var(--gray-2-color);
    padding: 15px 20px;
    flex: 1;
    width: 25%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    background-color: transparent;
}
.resellers_experiences_tab:hover{
    color: var(--pink-color);
}
.resellers_experiences_tab.active{
    color: var(--black-color);
    border-bottom: 3px solid var(--pink-color);
}
.resellers_experiences_content{
    width: 100%;
    min-height: 400px;
}
.resellers_experiences_panel{
    display: none;
    width: 100%;
    min-height: 400px;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
}
.resellers_experiences_panel.active{
    display: block;
}
#tab1{
    background-color: #FFE5E5;
}
#tab2{
    background-color: #E5F5FF;
}
#tab3{
    background-color: #E5FFE5;
}
#tab4{
    background-color: #FFF5E5;
}

.resellers-categories {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  line-height: 50px; 
  gap: 15px;
  direction: rtl;
}
.resellers-categories {
  scroll-behavior: smooth;
}
.resellers-categories-grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.resellers_map_section{
    background-color: var(--white-color);
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 20px;
    margin-bottom: 20px;
}
.resellers_map_image{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resellers_map_data{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    direction: rtl;
}
.resellers_map_title{
    font-family: var(--font-main);
    font-size: 48px;
    font-weight: 900;
    color: var(--black-color);
    margin-bottom: 20px;
}
.resellers_map_explanation{
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: normal;
    color: var(--gray-2-color);
    margin-bottom: 40px;
    line-height: 1.5;
}
.resellers_map_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.resellers_map_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.resellers_map_number{
    font-family: var(--font-main);
    font-size: 60px;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    line-height: 1;
}
.resellers_map_text{
    font-family: var(--font-main);
    font-size: 18px;
    font-weight: normal;
    color: var(--black-color);
}

/* Field Operation Section */
.resellers_field_operation_section{
    background-color: var(--white-color);
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.resellers_field_operation_left{
    flex: 60;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.resellers_field_operation_right{
    flex: 60;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.resellers_field_operation_title{
    font-family: var(--font-main);
    font-size: 48px;
    font-weight: 900;
    color: var(--black-color);
    margin-bottom: 20px;
    text-align: right;
}
.resellers_field_operation_explanation{
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: normal;
    color: var(--gray-2-color);
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: right;
}
.resellers_field_operation_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
}
.resellers_field_operation_item{
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.resellers_field_operation_item_title{
    font-family: var(--font-main);
    font-size: 18px;
    font-weight: bold;
    color: var(--black-color);
}
.resellers_field_operation_slider{
    width: 100%;
    max-width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.resellers_field_operation_slide{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.resellers_field_operation_slide.active{
    opacity: 1;
}
.resellers_field_operation_slide_image{
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 25px;
    overflow: hidden;
}
.resellers_field_operation_dots{
    display: flex;
    gap: 12px;
    margin-top: 20px;
    justify-content: center;
}
.resellers_field_operation_dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}
.resellers_field_operation_dot.active{
    background-color: var(--pink-color);
    transform: scale(1.2);
}

/* Adaptation to Languages Section */
/* Special Projects Section */
.resellers_special_projects_section{
    background-color: var(--white-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
    margin-top: 40px;
}
.resellers_special_projects_content{
    text-align: center;
    max-width: 800px;
    margin-bottom: 40px;
}
.resellers_special_projects_title{
    font-family: var(--font-main);
    font-size: 48px;
    font-weight: 900;
    color: var(--black-color);
    margin-bottom: 20px;
}
.resellers_special_projects_description{
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: normal;
    color: var(--gray-2-color);
    line-height: 1.6;
}
.resellers_special_projects_swiper{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: relative;
}
.resellers_projects_arrow{
    background: var(--pink-color);
    color: var(--white-color);
    border: none;
    font-size: 22px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
}
.resellers_projects_arrow:hover{
    background: var(--black-color);
}
.resellers_projects_main{
    flex: 1;
    overflow: hidden;
}
.resellers_projects_track{
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
}
.resellers_special_projects_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    flex: 0 0 calc((100% - 60px) / 4);
    min-width: 0;
    height: 500px;
    position: relative;
}
.resellers_special_projects_item_special{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    border-radius: 15px;
    flex: 0 0 calc((100% - 60px) / 4);
    height: 500px;
    position: relative;
    background-color: var(--pink-color);
}
.resellers_special_projects_item_special_title{
    font-family: var(--font-main);
    font-size: 24px;
    font-weight: bold;
    color: var(--white-color);
    margin: 5px 20px;     
}
.resellers_special_projects_item_special_subtitle{
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: normal;
    color: var(--white-color);
    margin: 5px 20px;     
}
.resellers_special_projects_item_special_description{
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: normal;
    color: var(--white-color);
    margin: 20px 20px;     
}
.resellers_special_projects_content_icon{
    position: absolute;
    top: 10px;
    left: 33%;
    transform: translateX(-50%);
    z-index: 2;
}




.resellers_special_projects_item::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
    border-radius: 15px;
}
.resellers_special_projects_item_details{
    position: absolute;
    width: 90%;
    bottom: 5%;
    left: 5%;
    border-radius: 15px;
    color: var(--white-color);
    text-align: center;
    z-index: 2;
    min-height: 150px;
    background-color: var(--white-color);
}
.resellers_special_projects_item_details img{
    width: 100%;
    height: auto;
    display: block;
}
.resellers_special_projects_item_sub_details{
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.resellers_special_projects_item_sub_details_right_label{
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: var(--black-color);
    margin-right: 10px;
}
.resellers_special_projects_item_sub_details_left_label{
    font-family: var(--font-main);
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: var(--dark-gray-color);
    margin-left: 10px;
}






.resellers_adaptation_languages_section{
    background-color: var(--white-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}
.resellers_adaptation_languages_icon{
    position: absolute;
    top: -20px;
    left: 30%;    
}
.resellers_adaptation_languages_content{
    text-align: center;
    max-width: 800px;
    margin-bottom: 40px;
}
.resellers_adaptation_languages_title{
    font-family: var(--font-main);
    font-size: 48px;
    font-weight: 900;
    color: var(--black-color);
    margin-bottom: 20px;
}
.resellers_adaptation_languages_description{
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: normal;
    color: var(--gray-2-color);
    line-height: 1.6;
}
.resellers_adaptation_languages_image{
    width: 80%;
    max-width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.resellers_adaptation_languages_image img{
    width: 80%;
    height: auto;
    display: block;
}
/* Year Calendar Section */
.resellers_year_calendar_section{
    background-color: var(--white-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: rtl;
    margin-bottom: 50px;
}
.resellers_year_calendar_content{
    text-align: center;
    max-width: 800px;
    margin-bottom: 40px;
}
.resellers_year_calendar_title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.resellers_year_calendar_title label{
    font-family: var(--font-main);
    font-size: 48px;
    font-weight: 900;
    color: var(--black-color);
}
.resellers_year_calendar_description{
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: normal;
    text-align: right;
    color: var(--gray-2-color);
    line-height: 1.6;
}
.resellers_year_calendar_image{
    width: 100%;
    max-width: 100%;
}
.resellers_year_calendar_image img{
    width: 100%;
    height: auto;
    display: block;
}.resellers_field_operation_social{
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 150px;
    margin-bottom: 50px;
    border-radius: 25px;
    border: 1px solid var(--gray-color);
    padding: 10px;
    position: relative;
}
.resellers_field_operation_social_title{
    font-family: var(--font-main);
    font-size: 24px;
    font-weight: bold;
    color: var(--black-color);
    text-align: right;
    margin-right: 20px;
}
.resellers_field_operation_social_explaination{
    font-family: var(--font-main);
    font-size: 18px;
    font-weight: normal;
    color: var(--black-color);
    text-align: right;
    margin-right: 20px;
}
.resellers_field_operation_social_like{
    position: absolute;
    left: 20px;
    top: 0px;
}

/* 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);
}

/* Modal Title and Subtitle */
.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: 20px;
    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;
    margin-left: 200px;
    margin-right: 20px;
}
.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;
    padding-top: 15px;
    border-radius: 20px;
}
.form-group label {
    font-family: var(--font-main);
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--black-color);
    text-align: right;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--pink-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;
    min-width: 220px;
    height: 54px;
}
.form-submit-btn:hover {
    opacity: 0.9;
}

/* Toggle Switch */
.toggle-switch-wrapper {
    display: flex;
    width: 100%;
}
.toggle-label {
    display: flex;
    width: 100%;
    height: 54px;
    border-radius: 27px;
    border: 1px solid var(--dark-gray-color-alpha);
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.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;
    z-index: 1;
}
.toggle-option-yes {
    background-color: var(--white-color);
    color: var(--black-color);
}
.toggle-option-no {
    background-color: var(--white-color);
    color: var(--black-color);
}
.toggle-input:checked ~ .toggle-label .toggle-option-yes {
    background-color: var(--pink-color);
    color: var(--white-color);
}
.toggle-input:not(:checked) ~ .toggle-label .toggle-option-no {
    background-color: var(--gray-color);
    color: var(--white-color);
}