/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --before-bg: #D1D5DB;
  --title-bg-color: linear-gradient(135deg, #E5E7EB 0%, #D1D5DB 100%)
}

.step-indicator.disable{
  pointer-events: none;
}
.visible-in-ui-hide{
  display: none !important;
}
#doogma-hyacht {
  font-family: "Inter", sans-serif;
}
body {
  margin: 0px;
  padding: 0px;
}
body.doogma-close #doogma-hyacht {
  display: none;
}
#doogma-hyacht .doogma-hy-config-panel .config-panel {
  overflow: scroll;
}
/* -------------------header style ------------------------- */
/* ----------------15-1-26--------------------------- */
#doogma-hyacht h1, #doogma-hyacht h2, #doogma-hyacht h3, #doogma-hyacht h4 {
  text-transform: none;
}
#doogma-hyacht img {
  max-width: none;
}
#doogma-hyacht * {
  box-sizing: content-box;
}
#doogma-hyacht label {
  margin-top: 0px;
}
#doogma-hyacht {
  line-height: normal;
}
#doogma-hyacht input,
#doogma-hyacht textarea,
#doogma-hyacht select {
  margin: 0;
}
/* ----------------end 15-1-26--------------------------- */
#doogma-hyacht .doogma-hy-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #E5E7EB;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.doogma-header-container {
  max-width: 1600px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#doogma-hyacht .step-header h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
}
#doogma-hyacht .step-section h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.doogma-hy-header:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
#doogma-hyacht .doogma-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 40px;
}
#doogma-hyacht .doogma-header-wrapper .doogma-header-steps-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#doogma-hyacht .doogma-header-logo-wrapper .doogma-header-logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#doogma-hyacht .doogma-header-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.doogma-header-logo-wrapper:hover {
  transform: translateY(-1px);
}
.doogma-header-logo-wrapper:hover img {
  transform: scale(1.1) !important;
}
#doogma-hyacht .doogma-header-logo-wrapper .doogma-header-logo-text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #374151;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.doogma-header-logo-wrapper:hover .doogma-header-logo-text {
  color: #0891B2 !important;
}
#doogma-hyacht .doogma-header-steps {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 90px !important;
}
#doogma-hyacht .doogma-header-steps .step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#doogma-hyacht .doogma-header-steps .step-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #F3F4F6;
  color: #9CA3AF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
#doogma-hyacht .doogma-header-steps .step-label {
  font-size: 13px;
  color: #6B7280;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  letter-spacing: -0.01em;
}
#doogma-hyacht .doogma-header-total-price #totalPrice {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 160px;
  text-align: right;
}
#doogma-hyacht .doogma-header-total-price {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 12px;
}
#doogma-hyacht .doogma-header-price-wrapper:hover .price-amount {
  color: #0891B2 !important;
  transform: scale(1.05);
}
#doogma-hyacht .doogma-header-total-price:hover {
  transform: translateY(-1px);
  color: #0891B2;
}
#doogma-hyacht .doogma-header-price-wrapper {
  margin-right: 40px;
}
#doogma-hyacht .doogma-header-total-price .price-label {
  font-size: 13px;
  color: #6B7280;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#doogma-hyacht .step-indicator.completed .step-circle, #doogma-hyacht .step-indicator.active .step-circle {
  background: linear-gradient(135deg, #0891B2 0%, #0E7490 100%);
  color: #FFFFFF !important;
  border-color: #0E7490 !important;
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.1), 0 8px 20px rgba(8, 145, 178, 0.2) !important;
}
#doogma-hyacht .step-indicator.completed .step-label, #doogma-hyacht .step-indicator.active .step-label {
  color: #0891B2 !important;
}
#doogma-hyacht .doogma-header-steps .step-line {
  width: 48px;
  height: 3px;
  background-color: #E5E7EB;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}
#doogma-hyacht .step-line.completed {
  background: linear-gradient(90deg, #0891B2 0%, #0E7490 100%);
    background-color: rgba(0, 0, 0, 0);
}
#doogma-hyacht .step-indicator:hover {
  transform: translateY(-2px);
}
/* ---------------------end header style ---------------------- */
/* --------------------------main section style -------------------- */
#doogma-hyacht .doogma-hy-main-content {
  display: flex;
  height: 100vh;
}
#doogma-hyacht .doogma-hy-hero-section {
  margin-top: 90px;
  flex: 2;
  background-color: #F9FAFB;
  position: relative;
  overflow: hidden;
}
#doogma-hyacht .doogma-hy-config-panel {
  flex: 1 1 0%;
  min-width: 0;
  background-color: #FFFFFF;
  color: #1F2937;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #E5E7EB;
  margin-top: 90px;
}
#doogma-hyacht .doogma-hy-carousel-nav {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  /* background: rgba(255, 255, 255, 0.95); */
  background-image: url('../images/view-button.svg');
  /* backdrop-filter: blur(10px); */
  border-radius: 50px;
  padding: 12px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  background-size: cover;
  background-position: center;
  z-index: 10;
}
#doogma-hyacht .doogma-hy-carousel-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: #6B7280;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
#doogma-hyacht .doogma-hy-carousel-nav button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}
#doogma-hyacht .doogma-hy-carousel-nav button:hover {
  background: rgba(8, 145, 178, 0.1);
  color: #0891B2;
  transform: scale(1.1);
}

#doogma-hyacht .doogma-hy-carousel-nav button .arrowrleft {
  height: 40px;
  width: 40px;
  background-image: url('../images/arrowleft.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#doogma-hyacht .doogma-hy-carousel-nav button .arrowrleft:hover, #doogma-hyacht .doogma-hy-carousel-nav button .arrowrleft:focus{
  background-image: url('../images/arrowleft-hover.svg');
}
#doogma-hyacht .doogma-hy-carousel-nav button .arrowright {
  height: 40px;
  width: 40px;
  background-image: url('../images/arrowright.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#doogma-hyacht .doogma-hy-carousel-nav button .arrowright:hover, #doogma-hyacht .doogma-hy-carousel-nav button .arrowright:focus{
  background-image: url('../images/arrowright-hover.svg');
}
#doogma-hyacht .doogma-hy-carousel-nav .yacht-slider-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  min-width: 120px;
  text-align: center;
  letter-spacing: -0.02em;
  user-select: none;
}
/* --------------main section data part ---------------------------- */
#doogma-hyacht .doogma-hy-config-panel .step-header h1 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 16px;
  color: #111827;
  letter-spacing: -0.03em;
  line-height: 1.1;
  position: relative;
  padding-bottom: 16px;
  margin-top: 14px;
  text-transform: capitalize;
}
#doogma-hyacht .doogma-hy-config-panel .step-header h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #0891B2 0%, #0E7490 100%);
  border-radius: 2px;
}
#doogma-hyacht .doogma-hy-config-panel .step-section {
  /* padding: 0 48px 120px 48px; */
  padding: 0 48px 60px 48px;
  border: 1px solid transparent;
  background-color: #F9FAFB;
  /* border-bottom: 2px solid red; */
}
#doogma-hyacht .doogma-hy-config-panel .step-header p {
  font-size: 18px;
  color: #6B7280;
  margin-bottom: 48px;
  font-weight: 400;
  line-height: 1.5;
}
#doogma-hyacht .doogma-hy-config-panel .option-subgroup {
  /* margin-bottom: 48px; */
  margin-bottom: 19.2px;
  padding: 24px;
  background-color: #F9FAFB;
  border-radius: 16px;
  border: 1px solid #E5E7EB;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#doogma-hyacht .doogma-hy-config-panel .option-subgroup:hover {
  background-color: #F3F4F6;
  border-color: #D1D5DB;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #F0F9FF;
  border-color: #0891B2;
  box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.1);
}
#doogma-hyacht .doogma-hy-config-panel .option-subgroup h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111827;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0px;
  text-transform: capitalize;
}
#doogma-hyacht .doogma-hy-config-panel .option-subgroup h3::before {
  content: '';
  width: 4px;
  height: 24px;
  /* background: linear-gradient(135deg, #E5E7EB 0%, #D1D5DB 100%); */
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--before-bg, transparent);
}
/* #doogma-hyacht .doogma-hy-config-panel .option-subgroup:hover h3::before {
  background: var(--title-bg-color);
} */
#doogma-hyacht .doogma-hy-config-panel .color-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 16px;
    row-gap: 16px;
  row-gap: 16px;
  margin-bottom: 48px;
  row-gap: 48px;
}
#doogma-hyacht .doogma-hy-config-panel .color-swatches .imageSwatch {
  position: relative;
  transition: 0.5s;
  border-radius: 12px;
}
#doogma-hyacht .doogma-hy-config-panel .color-swatches .imageSwatch.selected {
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.2), 0 8px 20px rgba(8, 145, 178, 0.15);
  border: 3px solid #0891B2;
}
#doogma-hyacht .doogma-hy-config-panel .color-swatches .imageSwatch.selected::before {
  content: '✓';
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background-color: #0891B2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
  animation: checkmarkAppear 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#doogma-hyacht .doogma-hy-config-panel .option-subgroup .swatch {
  width: 70px;
  height: 70px;
  border: 3px solid #E5E7EB;
    border-top-color: rgb(229, 231, 235);
    border-right-color: rgb(229, 231, 235);
    border-bottom-color: rgb(229, 231, 235);
    border-left-color: rgb(229, 231, 235);
  border-top-color: rgb(229, 231, 235);
  border-right-color: rgb(229, 231, 235);
  border-bottom-color: rgb(229, 231, 235);
  border-left-color: rgb(229, 231, 235);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
#doogma-hyacht .doogma-hy-config-panel .option-subgroup .swatch.selected::after {
  content: '✓';
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background-color: #0891B2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
  animation: checkmarkAppear 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#doogma-hyacht .doogma-hy-config-panel .option-subgroup .swatch.selected {
  border-color: #0891B2;
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.2), 0 8px 20px rgba(8, 145, 178, 0.15);
  transform: scale(1.08) translateY(-3px);
}
#doogma-hyacht .doogma-hy-config-panel .option-subgroup .swatch:hover {
  border-color: #D1D5DB;
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
#doogma-hyacht .doogma-hy-config-panel .option-subgroup .swatch-label {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #6B7280;
  white-space: normal;
  font-weight: 500;
  text-align: center;
  width: 90px;
  padding: 0 4px;
  line-height: 1.1;
  max-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#doogma-hyacht .doogma-hy-config-panel .step-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#doogma-hyacht .doogma-hy-config-panel .toggles-container .list-toggle-items {
  background-color: #F9FAFB;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #E5E7EB;
}
#doogma-hyacht .doogma-hy-config-panel .option-group .option-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
#doogma-hyacht .doogma-hy-config-panel .option-group .option-cards .option-card {
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
    border-top-color: rgb(229, 231, 235);
    border-right-color: rgb(229, 231, 235);
    border-bottom-color: rgb(229, 231, 235);
    border-left-color: rgb(229, 231, 235);
  border-top-color: rgb(229, 231, 235);
  border-right-color: rgb(229, 231, 235);
  border-bottom-color: rgb(229, 231, 235);
  border-left-color: rgb(229, 231, 235);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
#doogma-hyacht .doogma-hy-config-panel .option-group .option-cards .option-card.selected {
  border-color: #0891B2;
  background: linear-gradient(135deg, #F0FDFA 0%, #CCFBF1 100%);
  box-shadow: 0 10px 25px -5px rgba(8, 145, 178, 0.2), 0 10px 10px -5px rgba(8, 145, 178, 0.1);
}
#doogma-hyacht .doogma-hy-config-panel .option-group .option-cards .option-card.selected::before {
  content: '✓';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: #0891B2;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
#doogma-hyacht .doogma-hy-config-panel .option-card .card-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
  letter-spacing: -0.02em;
}
#doogma-hyacht .doogma-hy-config-panel .option-group .option-cards .option-card:hover {
  border-color: #0891B2;
  box-shadow: 0 10px 25px -5px rgba(8, 145, 178, 0.1), 0 10px 10px -5px rgba(8, 145, 178, 0.04);
  transform: translateY(-2px);
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-items-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
#doogma-hyacht .doogma-hy-config-panel .option-card .card-content p {
  font-size: 15px;
  color: #6B7280;
  margin-bottom: 20px;
  line-height: 1.5;
}
#doogma-hyacht .doogma-hy-config-panel .option-card .card-content ul {
  list-style: none;
  padding: 0;
}
#doogma-hyacht .doogma-hy-config-panel .option-card .card-content li {
  font-size: 14px;
  color: #4B5563;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
  list-style: none;
}
#doogma-hyacht .doogma-hy-config-panel .option-card .card-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #0891B2;
  border-radius: 50%;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background-color: #FFFFFF;
  border: 2px solid #E5E7EB;
    border-top-color: rgb(229, 231, 235);
    border-right-color: rgb(229, 231, 235);
    border-bottom-color: rgb(229, 231, 235);
    border-left-color: rgb(229, 231, 235);
  border-top-color: rgb(229, 231, 235);
  border-right-color: rgb(229, 231, 235);
  border-bottom-color: rgb(229, 231, 235);
  border-left-color: rgb(229, 231, 235);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item:hover {
  border-color: #D1D5DB;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-info {
  flex: 1;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-name {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-price {
  font-size: 14px;
  color: #0891B2;
  font-weight: 700;
  letter-spacing: -0.01em;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-price::before {
  content: '$';
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-toggle .switch {
  position: relative;
  display: inline-block;
  /* width: 60px;
  height: 34px; */
  width: 48px;
  height: 24px;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-toggle .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-toggle input:checked + .slider {
  /* background-color: #2196F3; */
  background: linear-gradient(135deg, #0891B2 0%, #0E7490 100%);
  transition: .4s;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-toggle input:focus + .slider {
  /* box-shadow: 0 0 1px #2196F3; */
  box-shadow: 0 0 1px #0E7490;
  transition: .4s;
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-toggle input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-toggle .slider.round {
  border-radius: 34px;
}

#doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-toggle .slider.round:before {
  border-radius: 50%;
}
/* --------------main section data part ---------------------------- */
/* ------------------------------end main section style --------------- */

/* <!-- START style for crousal content --> */

  #doogma-hy-carousel-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .doogma-hy-carousel-wrapper {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
    height: 100%;
  }
  .doogma-hy-carousel-slide {
    flex: 0 0 100%;
    /* height: 200px; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.6;
    transition: opacity 0.3s;
  }
  .doogma-hy-carousel-slide.active {
    opacity: 1;
    /* background: #bbb; */
    background: transparent;
  }
  .doogma-hy-carousel-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

/* <!-- END style for crousal content --> */
/* --------------------radio button style ------------------ */
#doogma-hyacht .radio-content-container .radio-set-wrapper {
  /* background-color: #F9FAFB;
  border: 1px solid #E5E7EB; */
  border-radius: 16px;
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#doogma-hyacht .radio-content-container .radio-set-wrapper .radio-label {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  width: 90%;
}
#doogma-hyacht .radio-content-container .radio-set-wrapper .radiobutton-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 3px; 
}
#doogma-hyacht .radio-content-container .radio-set-wrapper .radiobutton-wrapper.selected .radio-label {
  color: #0891B2D9;
}
/* ------------radio button style ----------------- */
#doogma-hyacht .radio-content-container .radio-set-wrapper input[type="radio"] {
  accent-color: #0891B2;
  height: 16px;
  width: 16px;
  margin: 5px 5px 0px -6px;
}
/* #doogma-hyacht .radio-content-container .radio-set-wrapper input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9; 
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  margin: 3px 3px 0px -6px;
}
#doogma-hyacht .radio-content-container .radio-set-wrapper input[type="radio"]:checked {
  border-color: #0891B2;
}
#doogma-hyacht .radio-content-container .radio-set-wrapper input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #0891B2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
} */
/* ----------------------end radio button style ---------------- */

#doogma-hyacht .radio-content-container .radio-set-wrapper .checkbox-wrapper.sub-option-space {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 20px;
}
#doogma-hyacht .radio-content-container .radio-set-wrapper .checkbox-wrapper.sub-option-space input[type="checkbox"] {
  height: 16px;
  width: 16px;
  accent-color: #0891B2;
  margin-right: 6px;
}
#doogma-hyacht .radio-content-container .radio-set-wrapper .checkbox-wrapper.sub-option-space .checkbox-label {
  /* padding-top: 3px; */
  width: 85%;
}
#doogma-hyacht .radio-content-container .radio-set-wrapper .checkbox-wrapper.sub-option-space .sub-option-fields {
  display: flex;
  gap: 3px;
}
/* ---------------------end radio button style --------------- */
/* -------------------------checkbox style -------------------- */
#doogma-hyacht .checkbox-content-container .checkbox-set-wrapper {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#doogma-hyacht .checkbox-content-container .checkbox-set-wrapper .checkbox-wrapper {
  display: flex;
  gap: 3px;
}
#doogma-hyacht .checkbox-content-container .checkbox-set-wrapper .checkbox-wrapper input[type="checkbox"] {
  /* float: left; */
  height: 17px;
  width: 16px;
  accent-color: #0891B2;
  margin-right: 6px;
}
#doogma-hyacht .checkbox-content-container .checkbox-set-wrapper .checkbox-wrapper.selected {
  color: #0891B2D9;
}
#doogma-hyacht .checkbox-content-container .checkbox-set-wrapper .checkbox-wrapper.sub-option-space {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 20px;
}
#doogma-hyacht .checkbox-content-container .checkbox-set-wrapper .checkbox-wrapper.sub-option-space .sub-option-fields {
  display: flex;
  gap: 3px;
}
/* #doogma-hyacht .checkbox-content-container .checkbox-set-wrapper .checkbox-wrapper.sub-option-space input[type="checkbox"] {
  float: left;
} */
/* ---------------------------end checkbox style ----------------- */
/* ------------------------header navigation style -------------------------- */
#doogma-hyacht .doogma-header-steps .step-indicator .doogma-tick {
  display: none;
}
#doogma-hyacht .doogma-header-steps .step-indicator.completed .doogma-tick {
  display: block;
  text-align: center;
  line-height: 44px;
}
#doogma-hyacht .doogma-header-steps .step-indicator.completed .doogma-number {
  display: none;
}

/* --------------------------end header navigation style --------------------------- */
/* -----------------------Configuration Summary--------------------------------------- */
#doogma-hyacht .step-section .summary-section {
  background-color: #F9FAFB;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
  border: 1px solid #E5E7EB;
}
#doogma-hyacht .step-section .summary-section h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111827;
  letter-spacing: -0.02em;
  font-family: "Montserrat", sans-serif;
}
#doogma-hyacht .step-section .summary-section #configurationSummary {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#doogma-hyacht .step-section .summary-section .summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
}
#doogma-hyacht .step-section .summary-section .summary-label {
  font-size: 15px;
  color: #374151;
  font-weight: 500;
  width: 40%;
}
#doogma-hyacht .step-section .summary-section .summary-value {
  font-size: 15px;
  color: #111827;
  font-weight: 600;
  text-align: right;
  width:60%;
}
#doogma-hyacht .step-section .summary-section #pricingBreakdown {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#doogma-hyacht .step-section .summary-actions {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  flex-direction: column;
}
#doogma-hyacht .step-section .summary-actions .primary-btn {
  background: linear-gradient(135deg, #0891B2 0%, #0E7490 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
}
#doogma-hyacht .step-section .summary-actions .primary-btn:hover {
  background: linear-gradient(135deg, #0E7490 0%, #155E75 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(8, 145, 178, 0.4);
}
#doogma-hyacht .step-section .summary-actions .action-btn {
  flex: 1;
  padding: 16px 32px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.01em;
  position: relative;
  overflow: hidden;
}
#doogma-hyacht .step-section .summary-actions .action-btn::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;
}
#doogma-hyacht .step-section .summary-actions .action-btn:hover::before {
  left: 100%;
}
#doogma-hyacht .doogma-hy-config-panel .step-section.step-active {
  background: #F9FAFB;
  border-left: 4px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
/* ------------------------end Configuration Summary ------------------------------------ */
/* --------------------------bottom note, and total price section--------------------------------------- */
#doogma-hyacht .step-section .summary-section h2::before {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(135deg, #E5E7EB 0%, #D1D5DB 100%);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--before-bg, transparent);
}
#doogma-hyacht .step-section .summary-section h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111827;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0px;
}
#doogma-hyacht .step-section .summary-section .summary-notes-input textarea {
  height: 96px;
  width: 100%;
  border: 1px solid #E5E7EB;
  border-radius: 15px;
  resize: none;
  padding: 10px;
}
#doogma-hyacht .step-section .summary-section #pricingBreakdown .breakdown-amount {
  font-size: 24px;
  font-weight: 600;
  margin-left: 16px;
  font-family: "Roboto", sans-serif;
}
#doogma-hyacht .summary-actions .contact-admin-info {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0%;
}
#doogma-hyacht .summary-actions .contact-admin-info span {
  font-weight: 700;
}
/* ---------------------------end bottom note, and total price section ---------------------------------- */
/* -----------------mobile responsive ---------------------- */

@media (max-width: 767px){
  #doogma-hyacht input[type="radio"],
  #doogma-hyacht input[type="checkbox"] {
    -webkit-appearance: auto;
    appearance: auto;
  }
  #doogma-hyacht .doogma-hy-header {
    height: auto;
    padding: 5px 0px;
  }
  #doogma-hyacht .doogma-hy-config-panel {
    flex: 2;
  }
  #doogma-hyacht .doogma-hy-hero-section {
    margin-top: 52px;
    flex: 1.3;
  }
  #doogma-hyacht .doogma-header-wrapper .doogma-header-steps-wrapper {
    display: none;
  }
  #doogma-hyacht .doogma-header-wrapper {
    margin-left: 0px;
  }
  #doogma-hyacht .doogma-header-logo-wrapper .doogma-header-logo img {
    height: 25px;
  }
  #doogma-hyacht .doogma-header-logo-wrapper .doogma-header-logo-text {
    font-size: 16px;
  }
  #doogma-hyacht .doogma-header-total-price #totalPrice {
    font-size: 18px;
  }
  .doogma-header-container {
    /* flex-direction: column; */
    gap: 5px;
    padding: 0 15px;
  }
  #doogma-hyacht .doogma-header-wrapper {
    flex-direction: column;
    gap: 10px;
    width: auto;
  }
  #doogma-hyacht .doogma-header-steps {
    gap: 5px; 
  }
  #doogma-hyacht .doogma-header-steps .step-circle {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  #doogma-hyacht .doogma-header-steps .step-indicator.completed .doogma-tick {
    line-height: 25px;
  }
  #doogma-hyacht .doogma-header-steps .step-label {
    font-size: 11px;
  }
  #doogma-hyacht .doogma-header-steps .step-line {
    width: 20px;
  }
  #doogma-hyacht .doogma-header-steps .step-indicator {
    width: 45px;
  }
  #doogma-hyacht .doogma-header-total-price {
    align-items: center;
    gap: 5px;
  }
  #doogma-hyacht .doogma-header-price-wrapper {
    margin-right: 0px;
  }
  #doogma-hyacht .doogma-hy-main-content {
    flex-direction: column;
  }
  #doogma-hyacht .doogma-hy-config-panel {
    margin-top: 0px;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-section {
    padding: 0 48px 50px 48px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav {
    box-shadow: none;
  }
  #doogma-hyacht .doogma-header-total-price #totalPrice, #doogma-hyacht .doogma-header-total-price .price-label {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 480px){
  #doogma-hyacht .doogma-header-steps .step-line {
    width: 10px;
  }
  #doogma-hyacht .doogma-header-steps .step-label {
    font-size: 10px;
  }
  #doogma-hyacht .doogma-header-steps .step-circle {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  #doogma-hyacht .doogma-header-steps {
    gap: 3px;
    width: 100%;
    overflow: scroll;
  }
  #doogma-hyacht .doogma-hy-config-panel .option-subgroup h3 {
    font-size: 17px;
  }
  #doogma-hyacht .doogma-hy-config-panel .option-subgroup {
    margin-bottom: 8px;
    padding: 12px;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-section {
    padding: 0 15px 30px 15px;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-header h1 {
    font-size: 22px;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-header p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  #doogma-hyacht .checkbox-content-container .checkbox-set-wrapper {
    padding: 10px;
    gap: 5px;
  }
  #doogma-hyacht .radio-content-container .radio-set-wrapper {
    /* padding: 10px; */
    gap: 12px;
  }
  #doogma-hyacht .doogma-hy-config-panel .option-group .option-cards {
    grid-template-columns: 1fr;
  }
  #doogma-hyacht .doogma-hy-config-panel .list-toggle-item .list-toggle-item-name {
    font-size: 13px;
  }
  #doogma-hyacht .doogma-hy-config-panel .toggles-container .list-toggle-items {
    padding: 12px;
  }
  #doogma-hyacht .doogma-header-steps .step-indicator.completed .doogma-tick {
    line-height: 20px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav {
    /* bottom: 15px; */
    gap: 2px;
    padding: 6px 6px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav .yacht-slider-title {
    font-size: 12px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav button {
    width: 35px;
    height: 35px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav .yacht-slider-title {
    min-width: 200px;
  }
  #doogma-hyacht .radio-content-container .radio-set-wrapper .radio-label {
    font-size: 13px;
  }
  #doogma-hyacht .step-section .summary-section .summary-label, #doogma-hyacht .step-section .summary-section .summary-value {
    font-size: 13px;
  }
  #doogma-hyacht .step-section .summary-section h2 {
    font-size: 17px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav button .arrowrleft, #doogma-hyacht .doogma-hy-carousel-nav button .arrowright {
    height: 25px;
    width: 25px;
  }
  #doogma-hyacht .step-section .summary-section #pricingBreakdown .breakdown-amount {
  font-size: 21px;
}
#doogma-hyacht .step-section .summary-section .summary-notes-input textarea {
  height: 70px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
  #doogma-hyacht .doogma-hy-carousel-nav button {
    width: 38px;
    height: 38px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav {
    /* bottom: 17px; */
    gap: 10px;
    padding: 7px 7px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav .yacht-slider-title {
    font-size: 14px;
    min-width: 161px;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-header h1 {
    font-size: 26px;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-header p {
    font-size: 16px;
  }
  #doogma-hyacht .doogma-hy-config-panel .option-subgroup h3 {
    font-size: 20px;
  }
  #doogma-hyacht .step-section .summary-section .summary-label, #doogma-hyacht .step-section .summary-section .summary-value {
    font-size: 14px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav button .arrowrleft, #doogma-hyacht .doogma-hy-carousel-nav button .arrowright {
    height: 32px;
    width: 32px;
  }
  #doogma-hyacht .step-section .summary-section h2 {
  font-size: 20px;
}
#doogma-hyacht .step-section .summary-section #pricingBreakdown .breakdown-amount {
  font-size: 22px;
}
}
@media (min-width: 767px) and (max-width: 1200px){
  #doogma-hyacht .doogma-header-steps {
    gap: 5px;
  }
  #doogma-hyacht .doogma-header-steps .step-circle {
    width: 30px;
    height: 30px;
  }
  #doogma-hyacht .doogma-header-steps .step-indicator.completed .doogma-tick {
    line-height: 30px;
  }
  #doogma-hyacht .doogma-header-steps .step-line {
    width: 20px;
  }
  #doogma-hyacht .doogma-hy-hero-section {
    flex: 1.3;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-section {
    /* padding: 0 15px 50px 15px; */
    padding: 0 15px 25px 15px;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-header h1 {
    font-size: 25px;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-header p {
    font-size: 16px;
  }
  #doogma-hyacht .doogma-hy-config-panel .option-subgroup h3, #doogma-hyacht .step-section .summary-section h2 {
    font-size: 20px;
  }
  #doogma-hyacht .step-section .summary-section .summary-label {
    font-size: 14px;
  }
  #doogma-hyacht .step-section .summary-section .summary-value {
    font-size: 13px;
  }
  #doogma-hyacht .doogma-header-logo-wrapper .doogma-header-logo-text {
    font-size: 10px;
  }
  #doogma-hyacht .doogma-hy-carousel-nav .yacht-slider-title {
    font-size: 14px;
    min-width: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px){
  #doogma-hyacht .doogma-header-steps {
    gap: 7px;
  }
  #doogma-hyacht .doogma-header-steps .step-circle {
    width: 32px;
    height: 32px;
  }
  #doogma-hyacht .doogma-header-steps .step-indicator.completed .doogma-tick {
    line-height: 32px;
  }
  #doogma-hyacht .doogma-header-steps .step-line {
    width: 25px;
  }
  #doogma-hyacht .doogma-hy-hero-section {
    flex: 1.5;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-section {
    /* padding: 0 20px 60px 20px; */
    padding: 0 20px 30px 20px;
  }
  #doogma-hyacht .doogma-hy-config-panel .step-header h1 {
    font-size: 30px;
  }
  #doogma-hyacht .step-section .summary-section .summary-label {
    font-size: 14px;
  }
  #doogma-hyacht .step-section .summary-section .summary-value {
    font-size: 13px;
  }
}
/* ----------------end mobile responsive ------------------------- */