.wt-bnr-inr .wt-bnr-inr-entry {
  border-bottom: 0 !important;
}

.tg-about-su-right-shape {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
  width: 10%;
}

.tg-chose-2-shape {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
}

.atl_customize_tour_section {
  position: relative;
}

.atl_customize_tour_shape {
  position: absolute;
  z-index: 0;
}
.atl_customize_tour_shape.chose-shape {
  top: 15%;
  left: 4%;
}
.atl_customize_tour_shape.about-shape {
  top: -18px;
  right: 7%;
}
.atl_customize_tour_shape.shape {
  top: 30%;
  right: 7%;
}

.atl_customize_tour_container {
  position: relative;
  z-index: 1;
}

.atl_customize_tour_shape_wrapper {
  position: relative;
}

.atl_customize_tour_sidebar .theiaStickySidebar {
  padding-top: 0;
  padding-bottom: 1px;
  position: static;
  transform: none;
  top: 0;
}

.atl_customize_tour_form_wrapper {
  padding: 50px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .atl_customize_tour_form_wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .atl_customize_tour_form_wrapper {
    padding: 30px 20px;
  }
}

.atl_customize_tour_title {
  font-size: 24px;
  font-weight: 700;
  color: #e2791d;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.atl_customize_tour_title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1em;
  background-color: #e2791d;
  margin-right: 15px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .atl_customize_tour_title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .atl_customize_tour_title {
    font-size: 22px;
  }
}

.atl_customize_tour_intro {
  margin-bottom: 30px;
}
.atl_customize_tour_intro p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.atl_form_section {
  margin-bottom: 30px;
}
.atl_form_section:last-child {
  margin-bottom: 0;
}

.atl_section_title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.atl_section_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background-color: #e2791d;
}

.atl_ideas_section {
  margin-bottom: 20px;
}
.atl_ideas_section .atl_ideas_box {
  background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
  padding: 22px 25px;
  margin-bottom: 25px;
  border-left: 4px solid #e2791d;
  box-shadow: 0 2px 8px rgba(226, 121, 29, 0.08);
}
.atl_ideas_section .atl_ideas_box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.atl_form_group {
  margin-bottom: 15px;
}
.atl_form_group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}

.atl_form_control {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease;
  font-family: inherit;
  height: auto;
  line-height: 1.4;
}
.atl_form_control:hover {
  border-color: #d0d0d0;
}
.atl_form_control:focus {
  outline: none;
  border-color: #e2791d;
  box-shadow: 0 0 0 3px rgba(226, 121, 29, 0.1);
  background-color: #fffef9;
}
.atl_form_control::-moz-placeholder {
  color: #999;
  font-style: italic;
}
.atl_form_control::placeholder {
  color: #999;
  font-style: italic;
}

select.atl_form_control {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
}

.atl_textarea_large {
  min-height: 150px;
  resize: vertical;
}

.atl_date_input_wrapper {
  position: relative;
  width: 100%;
}
.atl_date_input_wrapper .atl_form_control {
  padding-right: 40px;
}
.atl_date_input_wrapper .atl_date_icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 1;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.atl_date_input_wrapper .atl_form_control:focus + .atl_date_icon {
  color: #e2791d;
}
.atl_date_input_wrapper:hover .atl_date_icon {
  color: #e2791d;
}

.phone-input-wrapper {
  width: 100%;
}
.phone-input-wrapper .iti {
  width: 100%;
}
.phone-input-wrapper .iti input {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease;
  font-family: inherit;
  height: auto;
  line-height: 1.4;
}
.phone-input-wrapper .iti input:hover {
  border-color: #d0d0d0;
}
.phone-input-wrapper .iti input:focus {
  outline: none;
  border-color: #e2791d;
  box-shadow: 0 0 0 3px rgba(226, 121, 29, 0.1);
  background-color: #fffef9;
}
.phone-input-wrapper .iti input::-moz-placeholder {
  color: #999;
  font-style: italic;
}
.phone-input-wrapper .iti input::placeholder {
  color: #999;
  font-style: italic;
}
.phone-input-wrapper .iti .iti__flag-container .iti__selected-flag {
  padding: 0 8px 0 12px;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  height: 100%;
  display: flex;
  align-items: center;
}
.phone-input-wrapper .iti .iti__selected-dial-code {
  padding: 0 8px;
  font-size: 14px;
  color: #333;
}
.phone-input-wrapper .iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
}
.phone-input-wrapper .iti--separate-dial-code .iti__selected-dial-code {
  color: #333;
}
.phone-input-wrapper .iti--separate-dial-code input {
  padding-left: 8px;
}

.atl_phone_input_wrapper {
  display: flex;
  gap: 10px;
}
.atl_phone_input_wrapper .atl_country_code {
  width: 100px;
  flex-shrink: 0;
  padding: 10px 12px;
  font-size: 14px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
  height: auto;
  line-height: 1.4;
}
.atl_phone_input_wrapper .atl_country_code:hover {
  border-color: #d0d0d0;
}
.atl_phone_input_wrapper .atl_country_code:focus {
  outline: none;
  border-color: #e2791d;
  box-shadow: 0 0 0 3px rgba(226, 121, 29, 0.1);
  background-color: #fffef9;
}
.atl_phone_input_wrapper .atl_form_control {
  flex: 1;
}
@media (max-width: 767px) {
  .atl_phone_input_wrapper {
    flex-direction: column;
  }
  .atl_phone_input_wrapper .atl_country_code {
    width: 100%;
  }
}

.atl_cities_checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.atl_cities_checkboxes:not(.atl_travel_styles_checkboxes) .atl_checkbox_item {
  flex: 1;
  min-width: calc(20% - 12px);
  max-width: calc(20% - 12px);
}
@media (max-width: 991px) {
  .atl_cities_checkboxes:not(.atl_travel_styles_checkboxes) .atl_checkbox_item {
    min-width: calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
}
@media (max-width: 767px) {
  .atl_cities_checkboxes:not(.atl_travel_styles_checkboxes) {
    flex-direction: column;
    gap: 10px;
  }
  .atl_cities_checkboxes:not(.atl_travel_styles_checkboxes) .atl_checkbox_item {
    min-width: 100%;
    max-width: 100%;
  }
}

.atl_travel_styles_checkboxes {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  justify-content: normal !important;
}
.atl_travel_styles_checkboxes .atl_checkbox_item {
  flex: none !important;
  min-width: auto !important;
  max-width: none !important;
}
@media (max-width: 991px) {
  .atl_travel_styles_checkboxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .atl_travel_styles_checkboxes {
    grid-template-columns: 1fr;
  }
}

.atl_guide_languages_checkboxes.atl_travel_styles_checkboxes {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .atl_guide_languages_checkboxes.atl_travel_styles_checkboxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .atl_guide_languages_checkboxes.atl_travel_styles_checkboxes {
    grid-template-columns: 1fr;
  }
}

.atl_checkbox_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.atl_checkbox_item:last-child {
  margin-bottom: 0;
}
.atl_checkbox_item input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #e2791d;
  flex-shrink: 0;
}
.atl_checkbox_item label {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  margin: 0;
  line-height: 1.8;
}
.atl_checkbox_item label a {
  color: #e2791d;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.atl_checkbox_item label a:hover {
  text-decoration: none;
  color: #c8690f;
}

.atl_terms_section {
  background: #f9f9f9;
  padding: 25px;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
}
.atl_terms_section .atl_checkbox_item {
  margin-bottom: 15px;
}
.atl_terms_section .atl_checkbox_item:last-of-type {
  margin-bottom: 20px;
}
.atl_terms_section .atl_consultant_note {
  font-size: 11px;
  color: #888;
  margin: 0 0 15px 0;
  font-style: italic;
  line-height: 1.5;
}

.atl_submit_button {
  width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #e2791d 0%, #c8690f 100%);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(226, 121, 29, 0.25);
  position: relative;
  overflow: hidden;
}
.atl_submit_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.atl_submit_button:hover {
  background: linear-gradient(135deg, #c8690f 0%, #b85a0d 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(226, 121, 29, 0.35);
}
.atl_submit_button:hover::before {
  left: 100%;
}
.atl_submit_button:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(226, 121, 29, 0.3);
}

.atl_consultant_info {
  background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
  padding: 30px;
  margin-top: 40px;
  border: 2px solid #ffe8d0;
  box-shadow: 0 4px 15px rgba(226, 121, 29, 0.1);
  position: relative;
  overflow: hidden;
}
.atl_consultant_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #e2791d, #c8690f);
}

.atl_consultant_content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .atl_consultant_content {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.atl_consultant_avatar {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e2791d;
  box-shadow: 0 4px 12px rgba(226, 121, 29, 0.2);
  transition: transform 0.3s ease;
}
.atl_consultant_avatar:hover {
  transform: scale(1.05);
}
.atl_consultant_avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .atl_consultant_avatar {
    width: 100px;
    height: 100px;
  }
}

.atl_consultant_details {
  flex: 1;
}
.atl_consultant_details .atl_consultant_name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px 0;
}
.atl_consultant_details .atl_consultant_title {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px 0;
}
.atl_consultant_details .atl_consultant_email {
  font-size: 14px;
  color: #333;
  margin: 0 0 8px 0;
}

.atl-customize-success {
  margin-top: 30px;
  padding: 40px 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff9f4 0%, #ffffff 100%);
  border: 1px solid #f7d9c0;
  box-shadow: 0 15px 35px rgba(226, 121, 29, 0.12);
}
.atl-customize-success .atl-success-avatar {
  border: 4px solid #ffe1cc;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.atl-customize-success .atl-success-email {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  background: rgba(226, 121, 29, 0.1);
  color: #e2791d;
  font-weight: 600;
  font-size: 14px;
}
.atl-customize-success .atl-success-title {
  color: #1f2a37;
  margin-bottom: 12px;
}
.atl-customize-success .atl-success-text {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.7;
  max-width: 540px;
}
/*# sourceMappingURL=atl-customize-tour.css.map */
