@charset "UTF-8";
#ic-sell-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

@media screen and (max-width: 768px) {
  .service-details {
    padding: 0 10px;
  }
}

.socialSectionFooter {
  margin-top: 20px;
}

#ic-sell-form {
  border: none;
  margin-top: 0 !important;
}

#ic-sell-form button {
  min-width: 200px;
  min-height: 45px;
  background-repeat: no-repeat;
  font-family: inherit !important;
}
@media screen and (max-width: 480px) {
  #ic-sell-form button {
    min-width: unset;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
  }
}

.select2-selection__choice__remove {
  padding: 0 !important;
  width: 20px !important;
}
.select2-selection__choice__remove span {
  color: #1F2937;
}

.parentBtn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  gap: 15px;
  margin-top: 35px !important;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .parentBtn {
    gap: 5px;
  }
}

.step-name {
  display: none;
}

.innerTab {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px 140px !important;
  margin: 0 auto !important;
  justify-content: flex-start !important;
}

.phone-ic {
  background-color: #EEE;
  padding: 10px 52px 10px 59px !important;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: transparent !important;
  border-radius: 5px;
}

.iti__flag-container .iti__selected-flag {
  display: flex;
  background-color: transparent !important;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5px;
  border-right: 1px solid #e5e5e5;
  padding-right: 10px;
}

.iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  background-color: transparent !important;
}

.nav-tabs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  display: grid;
  padding: 10px 3px;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
}
@media screen and (max-width: 480px) {
  .nav-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.nav-tabs li {
  cursor: pointer;
  margin: 0;
  border: 1px solid gainsboro;
  height: 40px;
  padding: 0;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.5s;
  background: transparent;
  list-style-type: none;
}

.nav-tabs li a {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.nav-tabs li:has(.active) {
  border-color: #4b4b4b;
  background-color: #f0f0f0;
  transform: scale(1.02);
}

/* .nav-tabs li:has(.active) a {
  font-weight: bold;
} */
.nav-tabs li::before {
  display: none !important;
}

.nav-tabs li a {
  display: inline-block;
  padding: 10px 5px;
  color: #333;
  text-decoration: none;
}

.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: none;
  transition: all 0.3s;
  transform: translateY(0);
  opacity: 1;
}

.tab-content .tab-pane .card-radio input[type=radio]:checked + label {
  border-color: #838383;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}

.tab-content .tab-pane .card-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  display: grid !important;
}

.tab-content .tab-pane .card-options .card-radio label {
  align-items: start;
  padding: 15px 10px;
  border-radius: 6px;
  width: 100%;
}

.tab-content .tab-pane .card-options .card-radio label::before, .tab-content .tab-pane .card-options .card-radio label::after {
  display: none !important;
}

.tab-content .tab-pane.active {
  display: block;
}

.tab-content .tab-pane.active div {
  width: 100%;
  display: flex;
  gap: 15px;
  flex-direction: row-reverse;
  align-items: center;
}

.tab-content .tab-pane.active div:last-of-type {
  border: none;
}

.tab-content .tab-pane.active div label {
  margin: 0;
}

.tab-content .tab-pane.active div input {
  width: 5%;
  margin: 0;
}

.tab {
  margin: 0 auto !important;
}

.disable {
  color: gray;
}

.card-options {
  display: grid;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* .card-radio {
    flex: 1;
    min-width: 180px;
} */
.card-radio input[type=radio] {
  width: 0 !important;
  height: 0 !important;
}

.card-radio:has(.disabledTime) {
  position: relative;
}
.card-radio:has(.disabledTime) label {
  cursor: not-allowed;
  opacity: 0.5;
}
.card-radio:has(.disabledTime)::after {
  position: absolute;
  content: "رزرو شده";
  left: 20px;
  font-size: 13px;
  opacity: 0.5;
}

.card-radio label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.single-idy_service .entry-header {
  margin-top: 0 !important;
}
.single-idy_service .entry-header h1 {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .single-idy_service .entry-header h1 {
    font-size: 16px;
  }
}

.card-radio label .price {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0;
  color: #1F2937;
}

.card-radio input[type=radio]:checked + label {
  border-color: #6366F1;
  box-shadow: 0 10px 25px rgba(141, 141, 141, 0.15);
  transform: scale(1.02);
}

.card-radio input[type=radio]:checked + label::after {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 12px;
  background: #6366F1;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.servicePlanParent .type-name, .servicePlanParent .card-options {
  width: 100%;
}

.servicePlanParent .card-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .servicePlanParent .card-options {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}


.confirmation-card {
  width: 100%;
  max-width: 500px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.6s ease-out;
  margin: auto;
  margin-bottom: 50px;
}

.confirmation-header {
  background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
  color: white;
  padding: 25px;
  text-align: center;
  position: relative;
}

.confirmation-header i {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 28px;
}

.confirmation-header h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
}

.confirmation-header p {
  font-size: 16px;
  opacity: 0.9;
  color: #fff;
}

.confirmation-body {
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .confirmation-body {
    padding: 15px;
  }
}

.detail-row {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e0e0e0;
  align-items: center;
}

.detail-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.detail-icon {
  width: 40px;
  height: 40px;
  background: #E8F5E9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  color: #2E7D32;
  font-size: 18px;
}

.detail-content {
  flex: 1;
}

.detail-label {
  font-size: 14px;
  color: #757575;
  margin-bottom: 5px;
}

.detail-value {
  font-size: 16px;
  color: #424242;
  font-weight: 500;
}

.cost {
  color: #2E7D32;
  font-weight: 700;
}

.confirmation-footer {
  padding: 20px;
  text-align: center;
  background: #F1F8E9;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  background: #4CAF50;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}

.btn:hover {
  background: #388E3C;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(76, 175, 80, 0.4);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 500px) {
  .confirmation-card {
    border-radius: 12px;
  }
  .confirmation-header {
    padding: 20px;
  }
}
.alert-danger {
  background-color: #fff4f4;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.alert-danger .top h4 {
  margin: 10px 0;
}
.alert-danger p {
  color: #1F2937 !important;
  margin: 0;
  font-size: 13px;
}

.mainPlanParent {
  flex-direction: column;
  align-items: start !important;
  width: 100%;
}

.idy-booking-container {
  padding: 15px 0;
}

.alert-success .top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.alert-success .title {
  text-align: center;
}

.idy-form-field:has(.half-width) {
  width: 49% !important;
}

@media (max-width: 768px) {
  .idy-form-field:has(.half-width) {
    width: 100% !important;
  }
}
.idy-form-field:has(.full-width) {
  width: 100% !important;
}

/* /////////////////// */
.idy-form-step.active {
  flex-wrap: wrap !important;
}

.idyErrorMessage {
  color: red;
  font-size: 10px;
  display: block;
  margin: 5px 0;
}

.description {
  display: none;
}

.idy-form-field > input {
  width: 100% !important;
}

.iti--separate-dial-code {
  width: 100%;
  text-align: left !important;
  margin: 0 !important;
}
.iti--separate-dial-code > #phone_9v922 {
  text-align: left;
}

.active {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  gap: 10px;
}

#email_sf8q8 {
  width: 100% !important;
}

.select2-results__option--selectable {
  padding: 5px;
}

.select2-results li::before {
  display: none;
}

.select2-selection__choice::before {
  background-color: transparent;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*-----------------------------*/
.idy-step-title {
  display: block !important;
  width: 100% !important;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea,
select {
  width: 100% !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
}

.idy-form-navigation {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.idy-form-navigation .button {
  background: #0073aa;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
}

.idy-form-navigation .button:hover {
  background: #008ec2;
}

.idy-form-prev {
  background-color: #777 !important;
}

.idy-form-prev:hover {
  background-color: #999 !important;
}

@media screen and (max-width: 768px) {
  .post-type-archive-idy_service {
    padding: 0 10px;
  }
}
.post-type-archive-idy_service .page-title {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.idy-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .idy-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .idy-service-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.idy-service-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  gap: 15px;
}

.idy-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.idy-service-card .entry-title {
  margin-top: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}

.idy-service-card .entry-content {
  margin-bottom: 15px;
}

.service-preview-meta {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.service-field-preview {
  margin-bottom: 8px;
  font-size: 0.9em;
}

.service-read-more {
  display: inline-block;
  background: #0073aa;
  color: white !important;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.service-read-more:hover {
  background: #005a87;
  color: white !important;
}

.no-services-found {
  text-align: center;
  padding: 40px;
  font-size: 1.2em;
  color: #666;
}

@media (max-width: 768px) {
  .idy-service-grid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=idypublic.css.map */