:root {
  --font: "Poppins", sans-serif;
}

@keyframes ds_anim_left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes ds_anim_right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

 
.ds_testimonials {
  overflow: hidden;
  width: 100%;
}

.dst_inner {
  display: flex;
  width: max-content;
  gap: 20px;

}

.ds_testimonials:hover .dst_inner {
  animation-play-state: paused !important;
}

.dst_item {
  background: #0c0e10;
  border-radius: 7px;
  padding: 27px 27px 27px 27px;
  width: 367px;
  min-width: 367px;
  box-sizing: border-box;
}

.dst_logo {
  height: 19px;
  margin-bottom: 12px;
}

.dst_content {
  font-family: var(--font);
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  color: #cbcbcb;
  line-height: 1.45;
  padding-bottom: 18px;
  border-bottom: 1px solid #36363650;
  margin-bottom: 25px;
}

.ds_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  column-gap: 5px;
}

.dst_img {
  width: 27px;
  height: 27px;
}

.ds_name {
  font-family: var(--font);
  color: #cbcbcb;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
}

.ds_degignation {
  font-family: var(--font);
  color: #cbcbcb;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
}




.ds_form_template{
  overflow-y: auto !important;
}

.ds_form_template .e-con-inner{
  max-width: 100% !important;
}
 
.ds_form_modal {
  height: 100vh;
  width:99.3vw;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  padding-right: 25px;
  box-sizing: border-box;
}



.ds_form_warp {
  border: 1px solid #363636;
  border-radius: 7px;
  padding: 11px;
  width: 100%;
  max-width: 710px;
  box-sizing: border-box;
  margin: auto;
  margin-top:10px;
  margin-bottom:30px;
}

.ds_form_inner {
  background-color: #0C0E0F;
  background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.1) 0%, #0C0E0F 70% #0C0E0F 100%);
  border-radius: 5px;
  padding: 30px;
  color: #cbcbcb;
  font-family: var(--font);
  font-size: 12.5px;
  position: relative;
}

.ds_modal_close{
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/close-g.webp);
  background-size: contain;
  right: 15px;
  top: 15px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.ds_modal_close:hover{
  background-image: url(../images/close.webp);
  transition: all 0.6s ease-in-out;
}

.ds_form_title {
  text-align: center;
}

.ds_form_title span {
  display: inline-block;
  padding: 3px 8px 1px 8px;
  border: 1px solid #363636;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 3.3px;
}


.ds_form_header_title {
  text-align: center;
  font-weight: 700;
  font-size: 37px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 2px;
}

.ds_form_header_title span,
.ds_input span {
  background: linear-gradient(180deg, #F5DA91, #977844);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


.ds_form_header_text {
  text-align: center;
  margin-top: -3px;
  line-height: 1.4;
}

.ds_form_header_steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 21px;
  border-bottom: 2px solid #363636;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 11px;
}

.ds_form_step {
  font-size: 12px;
  color: #A7A7A7;
  position: relative;
  width: 33.33%;
  text-align: center;
  position: relative;
}



.ds_form_step_icon {
  width: 15px;
  height: 15px;
  background-color: #000000;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  display: inline-block;
  border-radius: 10px;
  padding: 2px;
  position: absolute;
  bottom: -19px;
  margin-left: -7px;
}

.ds_form_step_icon div {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #F5DA91 0%, #977844 100%);
  display: none;
}

.ds_form_header_steps .ds_form_step.ds_form_step_1 {
  text-align: left;
}
.ds_form_header_steps .ds_form_step.ds_form_step_1 .ds_form_step_icon{
  margin-left: 0px;
}

.ds_form_header_steps .ds_form_step:last-child {
  text-align: right;
}
.ds_form_header_steps .ds_form_step:last-child .ds_form_step_icon{
  right:0;
  margin-left: 0px;
}



.active_line {
  height: 2px;
  width: 50%;
  background: linear-gradient(90deg, #A78953 0%, #F5DB95 45%, #A78953 95%);
  position: absolute;
  bottom: -1px;
  left: 0;
}


.ds_form_content {}

.ds_form_content_active {}


.ds_input {}

.ds_input span {
  font-weight: 600;
}

.ds_input input,
.ds_input select,
.ds_input textarea {
  width: 100%;
  border: 1px solid #36363650;
  background-color: transparent;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 11px 11px;
  font-size: 11px;
  color: #cbcbcb;
  line-height: 1.4;
  z-index: 2;
  position: relative;
}

.ds_input_inr {
  margin-bottom: 7px;
  margin-top: 4px;
  position: relative;
  transition: all .6s ease-in-out;
}

.ds_input_inr:before {
  transition: all .6s ease-in-out;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
  transition: all .6s ease-in-out;
  z-index: 1;
  border-radius: 5px;
}

.ds_input_inr:hover:before {
  width: 100%;
  transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.ds_input input:focus-visible,
.ds_input select:focus-visible,
.ds_input textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.ds_input textarea {
  height: 91px;
}

.ds_form_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 17px;
}

.ds_form_btn {
  background-color: transparent !important;
  background: linear-gradient(to right, #a78952 0%, #f2d893 50%, #a78954 100%) !important;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  color: #141517;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 13px 18px 13px 20px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.ds_form_btn span {
  z-index: 2;
  position: relative;
}

.ds_form_btn:after {
  background-color: #0C0E10;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -18px;
  bottom: -18px;
  transform: rotate(45deg);
  content: '';
  z-index: 1;
}

.ds_form_btn:before {
  background-color: #ffffff;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.ds_form_btn:hover:before {
  width: 100%;
  transition: all 0.6s ease-in-out;
}

.ds_form_btn img {
  width: 8px;
  margin-left: 8px;
}

.ds_form_btn_previous {
  background: linear-gradient(to right, #363636 0%, #363636 50%, #363636 100%) !important;
}

.ds_form_btn_previous img {
  margin-left: 0px;
  margin-right: 8px;
}

.ds_radio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: center;
  margin-bottom: 5px;
}

.ds_radio_group {
  display: flex;
  gap: 15px;
  width: auto;
}

.ds_radio_group label {
  position: relative;
  cursor: pointer;
  padding: 0px;

  transition: all 0.3s ease;
  user-select: none;
}

.ds_radio_group label div {
  padding: 3px 10px;
  border: 1px solid #36363650;
  border-radius: 5px;
  font-weight: 500;
}

.ds_radio_group input[type="radio"] {
  display: none;
}

.ds_radio_group input[type="radio"]:checked {}

.ds_radio_group input[type="radio"]:checked+div {
  background: linear-gradient(180deg, #F5DA91 0%, #977844 100%);
  color: #0C0E0F;
}



.ds_header_active {
  display: block;
}

.ds_form_header_1 .ds_form_step_1,
.ds_form_header_2 .ds_form_step_2,
.ds_form_header_3 .ds_form_step_3,
.ds_form_header_4 .ds_form_step_4,
.ds_form_header_5 .ds_form_step_5 {
  font-weight: 600;
  background: linear-gradient(180deg, #F5DA91, #977844);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ds_form_header_1 .ds_step_icon_1,
.ds_form_header_2 .ds_step_icon_1,
.ds_form_header_2 .ds_step_icon_2,
.ds_form_header_3 .ds_step_icon_1,
.ds_form_header_3 .ds_step_icon_2,
.ds_form_header_3 .ds_step_icon_3,
.ds_form_header_4 .ds_step_icon_1,
.ds_form_header_4 .ds_step_icon_2,
.ds_form_header_4 .ds_step_icon_3,
.ds_form_header_4 .ds_step_icon_4,
.ds_form_header_5 .ds_step_icon_1,
.ds_form_header_5 .ds_step_icon_2,
.ds_form_header_5 .ds_step_icon_3,
.ds_form_header_5 .ds_step_icon_4,
.ds_form_header_5 .ds_step_icon_5 {
  display: block;
}

.ds_last_steps .ds_form_step:last-child .ds_form_step_icon {
  padding: 0;
  border: unset;
  background: linear-gradient(180deg, #F5DA91 0%, #977844 100%);
}

.ds_last_steps .ds_form_step:last-child .ds_form_step_icon div {
  background: unset;
  background-image: url(../images/check.webp);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}




.ds_error {
  border: 1px solid #613c3c !important;
}

.ds_error_msg {
  margin-bottom: 7px;
  color: #F87171;
}

.ds_form_content_middle {
  display: none;
  padding: 100px;
  text-align: center;
}
 
 
.ds_spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 100px auto;
}

.ds_dot {
  width: 8px;
  height: 8px;
  background: #977844;
  border-radius: 50%;
  position: absolute;
  opacity: 0.3;
  transform: scale(1);
  animation: ds_spin 1.4s ease-in-out infinite;
}

@keyframes ds_spin {

  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.4);
  }
}

/* Position 12 dots in a circular pattern */
.ds_dot:nth-child(1)  { top: 0%;   left: 50%;  transform: translate(-50%, -50%); animation-delay: 0s; }
.ds_dot:nth-child(2)  { top: 15%;  left: 85%;  transform: translate(-50%, -50%); animation-delay: 0.1s; }
.ds_dot:nth-child(3)  { top: 50%;  left: 100%; transform: translate(-50%, -50%); animation-delay: 0.2s; }
.ds_dot:nth-child(4)  { top: 85%;  left: 85%;  transform: translate(-50%, -50%); animation-delay: 0.3s; }
.ds_dot:nth-child(5)  { top: 100%; left: 50%;  transform: translate(-50%, -50%); animation-delay: 0.4s; }
.ds_dot:nth-child(6)  { top: 85%;  left: 15%;  transform: translate(-50%, -50%); animation-delay: 0.5s; }
.ds_dot:nth-child(7)  { top: 50%;  left: 0%;   transform: translate(-50%, -50%); animation-delay: 0.6s; }
.ds_dot:nth-child(8)  { top: 15%;  left: 15%;  transform: translate(-50%, -50%); animation-delay: 0.7s; }
.ds_dot:nth-child(9)  { top: 7%;   left: 33%;  transform: translate(-50%, -50%); animation-delay: 0.8s; }
.ds_dot:nth-child(10) { top: 33%;  left: 93%;  transform: translate(-50%, -50%); animation-delay: 0.9s; }
.ds_dot:nth-child(11) { top: 93%;  left: 66%;  transform: translate(-50%, -50%); animation-delay: 1.0s; }
.ds_dot:nth-child(12) { top: 66%;  left: 7%;   transform: translate(-50%, -50%); animation-delay: 1.1s; }


.ds_form_content_final {
  display: none;
}

.ds_form_content_final_content {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}


@media(max-width:600px) {
  .ds_form_modal{padding: 0px; padding-right: 10px;}
  .ds_modal_close { width: 20px; height: 20px; right: 10px; top: 10px; }
  .ds_form_warp{ padding: 4px;}
  .ds_form_title span{ font-size: 9px; letter-spacing:0px;}
  .dst_item{ width:300px; min-width:300px; padding: 12px;}
  .dst_logo{ margin-bottom: 6px;}
  .dst_content{font-size: 13px; padding-bottom: 12px; margin-bottom: 13px;}


 .ds_mobile_hide{ display: none;}
 .ds_form_inner{padding:10px;}
 .ds_form_header_title{ font-size: 20px; margin-top: 9px; margin-bottom: 6px;}
 .ds_form_btn{ padding: 10px 14px 10px 14px;}
 .ds_form_btn img{ margin-left: 2px;}
 .ds_form_btn_previous img{ margin-right: 2px;}
}