.footer_form_panel {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.footer_form_panel .svg_button a,
.footer_form_panel .svg_button button {
  min-width: 100%;
  text-align: center;
  background: #1866ee;
  color: #ffffff;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.footer_form_panel .svg_button a:hover {
  background: #1252c7;
  color: #ffffff;
}

.form_msg {
  color: red;
}

.footer_form_left {
  background: none;
  height: 100%;
  padding: 0;
  position: relative;
}

.footer_form_right {
  background: #1866ee;
  border-radius: 0 0 20px 20px;
  width: 100%;
  padding: 24px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.footer_form_right::before {
  display: none;
}

.foot_header_box .icon_badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_header_box .foot_header {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
  text-transform: none;
  text-align: left;
  margin-bottom: 12px;
}

.foot_header_box .foot_header span {
  color: #1866ee;
}

.foot_header_box .foot_header1 {
  font-size: 15px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 14px;
  text-align: left;
}

.title_line {
  width: 48px;
  height: 4px;
  background-color: #1866ee;
  border-radius: 2px;
}

form.footer_form {
  width: 100%;
  margin: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.user_badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

form.footer_form .h3tag {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  text-align: left;
}

form.footer_form .foot_header1 {
  font-size: 13px;
  color: #64748b;
  text-align: left;
}

.footer_form .input-group,
.footer_form .inp_grp {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  transition: all 0.2s ease;
}

.footer_form .input-group:focus-within,
.footer_form .inp_grp:focus-within {
  border-color: #1866ee;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(24, 102, 238, 0.1);
}

.footer_form .input-group-prepend {
  position: absolute;
  left: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.footer_form .input-group-text {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.footer_form .form-control,
.footer_form .form-select {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 48px;
  padding-left: 44px !important;
  font-size: 14px;
  color: #0f172a;
}

.footer_form .form-control::placeholder {
  color: #94a3b8;
}

.media_svg_icon,
.service_svg_icon,
.time_svg_icon {
  position: absolute;
  left: 14px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
}

select#mediaoptions {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  padding-left: 44px !important;
}

.footer_form .phone-box {
  display: flex;
  align-items: center;
}

.footer_form .phone-box .code_select {
  width: 75px;
  border: none !important;
  background: transparent !important;
  padding-left: 44px !important;
  font-size: 13px;
  color: #0f172a;
  cursor: pointer;
  z-index: 2;
}

.footer_form .phone-box .phone_code_val {
  width: 48px !important;
  border: none !important;
  background: transparent !important;
  font-size: 14px;
  font-weight: 600;
  color: #1866ee;
  text-align: center;
  padding: 0 !important;
}

.footer_form .phone-box #newphonenumber {
  padding-left: 8px !important;
  flex: 1;
}

.dt_box {
  border: none !important;
  background: transparent !important;
  gap: 8px;
}

.dt_box .date_input,
.dt_box .time_input {
  position: relative;
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

.dt_box .date_input .form-control,
.dt_box .time_input .form-control {
  padding-left: 14px !important;
  padding-right: 40px !important;
}

.dt_box .custom-icon1,
.dt_box .custom-icon2 {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.date_label {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
}

.textarea_border {
  align-items: flex-start !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
}

.textarea_border .input-group-prepend {
  top: 14px;
}

.textarea_border textarea.form-control {
  height: auto !important;
  padding-top: 12px !important;
  padding-left: 44px !important;
}

.right_img_top {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  line-height: 0;
}

.right_img_top img {
  max-height: 260px;
  object-fit: cover;
}

.blue_header .cal_badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.blue_header .foot_header {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: none;
  text-align: left;
  margin-bottom: 0;
}

.blue_header p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.meeting_white_box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  color: #0f172a;
}

.meeting_tabs .tab_item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  padding-bottom: 8px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.meeting_tabs .tab_item.active {
  color: #1866ee;
  font-weight: 600;
  border-bottom-color: #1866ee;
}

.choose_slot_title {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.calendly_box {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  background: #ffffff;
}

.tag_text {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

.meet_title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.meet_meta {
  font-size: 12px;
  color: #64748b;
}

.cal_nav .cal_month {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.cal_nav .btn_prev,
.cal_nav .btn_next {
  border: none;
  background: transparent;
  color: #1866ee;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.cal_weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  margin-bottom: 6px;
}

.cal_days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
}

.cal_days span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  border-radius: 50%;
  color: #334155;
  cursor: pointer;
}

.cal_days span:hover {
  background: #e8f0fe;
  color: #1866ee;
}

.cal_days .muted {
  color: #cbd5e1;
}

.cal_days .active_day {
  background: #1866ee !important;
  color: #ffffff !important;
  font-weight: 700;
}

.tz_select {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #334155;
}

.svg_button.blue a.btn_book {
  background: #1866ee;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none !important;
}

.cal_url {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #1866ee !important;
  text-decoration: none !important;
  word-break: break-all;
}

/* #newcontactmessage{
  border: 1px solid #78a8f5;
} */
#othermedia.form-control {
  border: 1px solid #ddeaff !important;
  box-shadow: none;
  border-radius: 8px !important;
}

/* #mediaoptions {
  appearance: none;
  padding-right: 2.5rem;
  background: none; 
  width: 100%;
}

.select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
} */

.inp_grp {
  display: flex;
  flex-direction: column;
}

.d_d_none {
  display: none;
}

.testimonial_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.testimonial_row_img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px 6px rgb(0 0 0 / 10%);
}

.testimonial_row_content p {
  font-size: 16px;
  color: #070d25;
  margin: 0;
  text-align: left;
}

.testimonial_row_content .h6tag {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

footer {
  background: url("../images/home/footer_bg.webp") no-repeat center top -200px;
  padding: 100px 15px 100px;
}

.footer_inner {
  border: 1px solid #ffb6ad;
  border-radius: 20px;
  padding: 50px;
  background: #fff;
}

.footer_title {
  color: #2c67d1;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_menu_list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.footer_menu_list li {
  padding-bottom: 20px;
}

.footer_menu_list li a {
  color: #070d25;
  text-decoration: none;
  font-size: 16px;
  transition: 0.2s all;
}

.footer_menu_list li a:hover {
  color: #ee48b4;
}

.footer_social_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.footer_social_list li {
  margin-right: 15px;
  margin-bottom: 10px;
}

.footer_social_list li a {
  font-size: 0;
}

.footer_social_list li a i {
  font-size: 18px;
}

.footer_social_list li a,
.footer_talk_list li a i {
  color: #070d25;
  transition: 0.2s all;
  width: 40px;
  height: 40px;
  border: 1px solid #070d25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer_social_list li a:hover {
  color: #ee48b4;
  border: 1px solid #ee48b4;
  filter: invert(54%) sepia(79%) saturate(4752%) hue-rotate(294deg) brightness(97%) contrast(93%);
}

.footer_talk_list {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.footer_talk_list li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #070d25;
  font-size: 0;
}

.footer_talk_list li a span {
  font-size: 16px;
}

.footer_talk_list li a i {
  margin-right: 15px;
  font-size: 18px;
}

.footer_talk_list li a i.fab.fa-whatsapp {
  font-size: 24px;
}

.footer_talk_list li a i.fab.fa-skype {
  font-size: 20px;
}

.footer_talk_list .img_round {
  transition: 0.2s all;
  width: 40px;
  height: 40px;
  border: 1px solid #070d25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer_talk_list li a span.round {
  font-size: 16px;
  transition: 0.2s all;
  min-width: 40px;
  height: 40px;
  border: 1px solid #070d25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 10px;
}

.footer_talk_list li a:hover span.round {
  filter: invert(54%) sepia(79%) saturate(4752%) hue-rotate(294deg) brightness(97%) contrast(93%);
}

.footer_talk_list li {
  margin-bottom: 20px;
}

.footer_talk_list li a:hover {
  color: #ee48b4;
}

.footer_talk_list li a:hover i {
  color: #ee48b4;
  border: 1px solid #ee48b4;
}

.newsletter_grp {
  position: relative;
}

.newsletter_btn {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 14px;
  border-radius: 7px;
  padding: 7px 15px;
  position: absolute;
  top: 8px;
  right: 10px;
  transition: 0.2s all;
}

.newsletter_btn:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.primary_inp {
  background: #eeeff2 !important;
  border: 1px solid #eeeff2 !important;
  border-radius: 14px;
  padding: 15px;
  font-size: 14px;
  color: #1c1c1c;
  box-shadow: none !important;
}

.primary_inp::placeholder {
  color: #1c1c1c;
}

.address_info {
  margin-top: 50px;
}

.address_info h5 {
  font-size: 14px;
  font-weight: 600;
}

.address_info p {
  font-size: 14px;
  margin-bottom: 4px;
}

.footer_top {
  padding-bottom: 30px;
}

.footer_mid {
  border-top: 1px solid rgb(109 123 143 / 15%);
  padding-top: 25px;
}

.footer_bottom {
  text-align: center;
  border-top: 1px solid rgb(109 123 143 / 50%);
  padding-top: 30px;
}

.footer_bottom p {
  font-size: 14px;
  margin-bottom: 0;
}

.phone-box .input-group-text:first-child {
  max-width: 70px;
  padding: 16px 5px 16px 16px !important;
}

.phone-box .input-group-text:nth-child(2) {
  max-width: 70px;
  padding: 10px 0px 10px 10px !important;
}

/* New CTA Css Starts */
.social-bar {
  position: fixed;
  bottom: -5px;
  z-index: 102;
  left: 0;
  transform: translateY(150px);
  transition: transform 0.3s ease-in-out;
  width: 675px;
  backdrop-filter: blur(12px);
  box-shadow: 0 40px 150px 0 rgba(20, 104, 239, 0.1),
    0 10px 50px 0 rgba(20, 104, 239, 0.25);
  background: linear-gradient(180deg,
      rgba(20, 104, 239, 0.25) 0%,
      rgba(255, 255, 255, 0.25) 52.03%);
  border: 1px solid #78a8f5;
  border-radius: 16px;
  padding: 0;
  margin: 0 auto;
  right: 0;
}

.social-bar.show {
  transform: translateY(-15px);
}

.social-icons.iconpad {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iconpad {
  padding: 10px 30px;
  width: 100%;
}

.social-icons h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1468ef;
}

.social-icons a {
  border-radius: 50px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 42px;
  height: 40px;
  width: 40px;
  box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
  margin: 5px 30px;
  font-size: 18px;
  position: relative;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social_cta_wrap .slider-nav-item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
}

.social_cta_wrap .slider-nav-item img {
  filter: invert(1);
}

.social_cta_wrap .slider-nav-item:nth-child(1) {
  /* color: #0084c6 !important;  */
  background: #464eb8;
}

.social_cta_wrap .slider-nav-item:nth-child(2) {
  /* color: #00aff0 !important;  */
  background: rgb(76 175 80 / 100%) !important;
}

.social_cta_wrap .slider-nav-item:nth-child(3) {
  /* color: #44444f !important;  */
  background: #26a4e3;
}

.social_cta_wrap .slider-nav-item:nth-child(4),
.social_cta_wrap .slider-nav-item[href*="calendly"] {
  background: #006bff !important;
}

.social_cta_wrap .slider-nav-item:nth-child(5) img {
  height: 20px;
  width: auto;
}

.social_cta_wrap .slider-nav-item:nth-child(5) {
  /* color: #00a2ed !important;  */
  background: #4caf50;
}

.social_cta_wrap .slider-nav-item.linkedin_icon {
  background: #0072b1;
  font-size: 18px;
}

.slider-nav-item:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 164, 0.35);
  animation: 1.5s linear 0s normal none infinite focuse;
}

.social_cta_wrap .slider-nav-item:nth-child(1):before {
  border: 2px solid #464eb8 !important;
}

.social_cta_wrap .slider-nav-item:nth-child(2):before {
  border: 2px solid rgb(76 175 80 / 100%) !important;
}

.social_cta_wrap .slider-nav-item:nth-child(3):before {
  border: 2px solid #26a4e3 !important;
}

.social_cta_wrap .slider-nav-item:nth-child(4):before,
.social_cta_wrap .slider-nav-item[href*="calendly"]:before {
  border: 2px solid #006bff !important;
}

.social_cta_wrap .slider-nav-item:nth-child(5):before {
  border: 2px solid rgb(76 175 80 / 100%) !important;
}

.social_cta_wrap .slider-nav-item.linkedin_icon::before {
  border: 2px solid #0072b1 !important;
}

.social_cta_wrap .slider-nav-item:after {
  position: absolute;
  right: -32px;
  margin: 0 auto;
  height: 100%;
  content: "";
  width: 2px;
  background: url("../../images/cta_line.png") repeat 0 0;
  z-index: -1;
  animation: slide 1s linear infinite;
  transform: rotate(90deg);
}

.social_cta_wrap .slider-nav-item:last-child:after {
  display: none;
}

.social_cta_wrap .slider-nav-item.active:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 164, 0.35);
  animation: 1.5s linear 0s normal none infinite focuse;
}

@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  75% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes slide {
  from {
    background-position: 0 40px;
  }

  to {
    background-position: 0 0;
  }
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

.social-bar a:hover i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

/* New CTA Css Ends */
ul.footer_talk_list_flex {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#get-demo .modal-content {
  background: transparent;
  border: 0;
}

#get-demo .footer_form_left {
  width: 100%;
  border-radius: 30px;
}

#get-demo .btn-close {
  position: absolute;
  right: 15px;
  opacity: 1;
  border-radius: 50%;
  padding: 0px;
  top: 15px;
  box-shadow: none !important;
  /* background: #ee48b4 url(../images/btn-close1.png) no-repeat scroll center center !important; */
}

/* FOOTER-NAVIGATION -BAR*/
.footer_nav_bar {
  display: flex;
  gap: 15px;
  justify-content: space-around;
  width: 100%;
  padding: 10px 30px 10px;
  max-width: 100%;
  margin: 30px auto;
  margin-bottom: 5px;
  position: fixed;
  left: 0px;
  bottom: -5px;
  background: #fff;
  border-radius: 0px;
  z-index: 999;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
  transition: transform 0.3s ease-in-out;
  transform: translateY(150px);
}

.footer_nav_bar .footer_navbar_icon {
  transition: all 0.8s ease;
  display: block;
  position: relative;
  background-color: #fff;
  text-align: center;
}

.footer_nav_bar .footer_navbar_icon .footer_links {
  text-align: center;
}

.footer_nav_bar .footer_navbar_icon .footer_links span {
  font-size: 12px;
  color: #070d25;
  margin-bottom: 0;
  display: block;
  margin-top: 5px;
}

.footer_nav_bar .footer_navbar_icon .social_icon_sec .chat_links {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: grid;
  place-content: center;
  margin-top: 15px;
}

.bodyoverlay .footer_nav_bar .footer_navbar_icon .social_icon_sec {
  padding: 10px;
}

.bodyoverlay .footer_nav_bar .footer_navbar_icon .social_icon_sec .chat_links img {
  max-width: 40px;
}

.footer_nav_bar .footer_navbar_icon .footer_links {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 5px;
  display: block;
  z-index: 1111;
  position: relative;
  text-decoration: none;
}

.bodyoverlay .footer_nav_bar .footer_navbar_icon .footer_links {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 5px;
  z-index: 1111;
  position: relative;
}

/* .footer_nav_bar .footer_navbar_icon .footer_links::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  background: #fe2605;
  z-index: 111;
  opacity: 0;
  transition: 0.8s all ease-in-out;
} */
.footer_nav_bar .footer_navbar_icon .footer_links:hover {
  transition: 0.8s all ease-in-out;
}

.footer_nav_bar .footer_navbar_icon.active .footer_links {
  position: relative;
  z-index: 1;
  padding: 5px;
}

.footer_nav_bar .footer_navbar_icon.active .footer_links::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 50%;
  top: -6%;
  transform: translate(-40%, -50%);
  background: #fe2605;
  z-index: 111;
  opacity: 1;
}

.footer_nav_bar .footer_navbar_icon.active .footer_links img {
  filter: brightness(1) invert(0);
  position: relative;
  z-index: 11;
  max-width: 100%;
}

.footer_nav_bar .footer_navbar_icon:hover .footer_links {
  position: relative;
  z-index: 11111;
  padding: 5px;
}

.footer_nav_bar .footer_navbar_icon:nth-child(4) .footer_links {
  padding-top: 0px !important;
}

.bodyoverlay .footer_nav_bar .social_icon_sec {
  position: absolute;
  top: -440%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.bodyoverlay .footer_nav_bar .footer_navbar_icon.chat_icon {
  position: relative;
}

.footer_nav_bar .footer_navbar_icon.chat_icon {
  position: relative;
}

.footer_nav_bar .footer_navbar_icon {
  position: relative;
}

body.bodyoverlay {
  height: auto;
}

.footer_nav_bar .footer_navbar_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  top: -5px;
  left: 0;
  background-color: #fff;
}

.footer_nav_bar .footer_navbar_icon.chat_icon .number {
  position: absolute;
  background-color: #b924ef;
  border-radius: 100%;
  top: 1%;
  left: 60%;
  width: 15px;
  height: 15px;
  font-size: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111111;
}

body.bodyoverlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  z-index: 999;
  transition: all ease-in-out 0.8s;
}

.footer_nav_bar .footer_navbar_icon.chat_icon .social_icon_sec {
  position: absolute;
  opacity: 0;
  top: 400%;
  left: -13%;
  transition: all ease-in-out 0.8s;
  z-index: -1111;
}

.footer_nav_bar .footer_navbar_icon.chat_icon .social_icon_sec .chat_links::after {
  display: none !important;
}

.footer_nav_bar .footer_navbar_icon.chat_icon .social_icon_sec .chat_links i {
  color: #fff;
  font-size: 18px;
  background-color: #181818;
  padding: 15px;
  border-radius: 100%;
}

.bodyoverlay .footer_nav_bar .footer_navbar_icon .social_icon_sec {
  opacity: 1;
  top: -210%;
  left: -20%;
  transition: all ease-in-out 0.8s;
  z-index: -1111;
}

.footer_nav_bar .footer_navbar_icon .chat_cont {
  padding-top: 1px;
  font-weight: 400;
}

.footer_nav_bar .footer_navbar_icon .solutoin_cont {
  padding-top: 3px;
}

.footer_nav_bar .footer_navbar_icon .close {
  opacity: 1;
  text-shadow: unset;
  opacity: 1;
  font-weight: 300;
}

.footer_nav_bar .footer_navbar_icon .close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

#get-demo {
  z-index: 99999999999;
}

.popup_form .popup_head {
  font-size: 27px;
  font-weight: 500;
}

.blog_form_select #serviceoptions {
  border: 1px solid transparent !important;
  border-left: none !important;
}

/* Hide the text of the select */
.icon-only {
  color: transparent !important;
  text-shadow: 0 0 0 transparent;
  /* width: 40px;                     */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  max-width: 30% !important;
}

/* Remove default arrow in IE */
.icon-only::-ms-expand {
  display: none !important;
}

.contact_logo {
  filter: invert(43%) sepia(64%) saturate(5900%) hue-rotate(310deg) brightness(95%) contrast(90%);
}

/* Hide text of select (only selected value) */

/* Show text in dropdown options */
.icon-only option {
  color: #000;
  /* or any color you want */
}

/* Hide default browser icons */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
  display: block;
  cursor: pointer;
}

/* Position custom icon */
.input-group {
  position: relative;
}

.time_input {
  position: relative;
  width: 100%;
}

.date_input {
  position: relative;
  width: 100%;
}

.dt_box {
  display: flex;
  flex-wrap: unset !important;
}

.custom-icon1 {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  /* So clicking still opens the picker */
  z-index: 10;

  filter: contrast(0.5) !important;
}

.custom-icon2 {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  /* So clicking still opens the picker */
  z-index: 10;
  filter: contrast(0.5) !important;
}

.date_label {
  font-size: 16px;
  color: #626a7f;
}

.custom-input {
  padding-left: 40px;
  /* Add space for icon */
}

@media screen and (max-width: 1099px) {

  /* .social_cta_wrap {
    display: none;
  } */
  .social-icons a {
    height: 36px;
    width: 36px;
    margin-left: 20px;
  }

  .slider-nav-item:before {
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    top: -3px;
    left: -3px;
  }

  .social_cta_wrap .slider-nav-item img {
    height: 16px;
    width: auto;
  }
}

@media screen and (max-width: 1199px) {
  .footer_form_right::before {
    display: none;
  }

  .footer_form_right p {
    max-width: 100%;
  }

  .footer_form .form-select {
    padding: 6px 36px 6px 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .footer_top {
    padding-bottom: 10px;
  }

  .footer_form_panel {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer_form_left,
  .footer_form_right {
    width: 100%;
    border-radius: 50px;
    /* height: auto; */
  }

  .footer_form_left .foot_header,
  .footer_form_right .foot_header {
    font-size: 40px;
  }

  .footer_form_right .foot_header br {
    display: none;
  }

  .footer_form_left,
  .footer_form_right {
    padding: 30px;
  }

  .social_cta_wrap {
    display: none;
  }

  .footer_nav_bar.show {
    /* display: flex; */
    transform: translateY(0px);
  }

  /* Increase Tawk widget bottom position on mobile by 100px */
  iframe[title*="chat"],
  iframe[src*="tawk.to"],
  #tawk-bubble-container,
  div[class*="tawk"] {
    bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {

  .popup_form .footer_form .form-control,
  .popup_form .footer_form .form-select {
    /* height: 48px;
    padding: 10px 12px; */
    font-size: 0.9rem;
  }

  .footer_form .form-control,
  .footer_form .form-select,
  .date_label {
    font-size: 14px;
  }

  .popup_form select#mediaoptions,
  .popup_form select#blogmediaoptions {
    height: 46px;
    width: 111px;
    padding-right: 0 !important;
    background-position: right -0.25rem center;
  }

  .popup_form select#popupmediaoptions {
    /* height: 46px; */
    /* width: 111px; */
    padding-right: 0 !important;
    background-position: right -0.25rem center;
  }

  .popup_form .mt-4 {
    margin-top: 1rem !important;
  }

  .popup_form .inp_grp input {
    /* padding-left: 117px !important; */
  }

  .testimonial_row {
    flex-direction: column;
    align-items: center;
  }

  .testimonial_row_img {
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .footer_form_left .foot_header,
  .footer_form_right .foot_header {
    font-size: 36px;
  }

  .social-icons {
    display: flex;
  }

  .social_cta_wrap .slider-nav-item:after {
    display: none;
  }

  .social-icons a {
    margin: 0 15px;
  }

  .social-bar {
    background: #fff;
    width: 100%;
  }

  .inp_grp input {
    /* padding-left: 110px !important; */
  }
}

@media screen and (max-width: 575px) {
  .popup_form {
    /* padding-top: 0px !important; */
  }

  .footer_inner {
    border-radius: 16px;
    padding: 20px;
  }

  .footer_talk_list li a span,
  .footer_menu_list li a {
    font-size: 14px;
  }

  .footer_title {
    font-size: 20px;
  }

  .footer_social_list li a,
  .footer_talk_list li a i {
    width: 35px;
    height: 35px;
  }

  .footer_form_left,
  .footer_form_right {
    padding: 30px 20px;
  }

  .testimonial_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial_row_img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .testimonial_row_content .h6tag,
  .testimonial_row_content p {
    text-align: center;
  }

  .social-icons a {
    margin: 0 8px;
  }

  .inp_grp input {
    /* padding-left: 25% !important; */
  }
}

@media screen and (max-width: 575px) {
  .inp_grp input {
    /* padding-left: 115px !important; */
  }
}

@media screen and (max-width: 399px) {
  .inp_grp.recaptcha_box {
    transform: scale(0.7);
    margin-left: -40px;
  }
}

/* Faq Css */
.inner_sec_11 {
  padding: 40px 0;
}

.inner_sec_11 .accordion-item {
  background: #eeeff2;
  border: 0;
  border-radius: 20px;
  margin-bottom: 15px;
  transition: 0.5s;
  position: relative;
}

.inner_sec_11 .accordion-item.accordion_item_active {
  background: #ffd9e4;
}

.inner_sec_11 .accordion-button {
  background: transparent;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 600;
  padding: 30px;
  padding-right: 90px;
  color: #1a1a1a !important;
  position: unset;
}

.inner_sec_11 .accordion-button::after {
  background: #fff url("../images/crypto-market-making-bot-development-company/right_arw.webp") no-repeat center;
  background-size: 35%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  transform: unset;
  margin: auto 0;
  transition: 0.5s;
}

.inner_sec_11 .accordion-button:not(.collapsed)::after {
  background: #ee48b4 url("../images/crypto-market-making-bot-development-company/right_arw_white.webp") no-repeat center;
  transform: rotate(90deg);
  background-size: 35%;
}

.inner_sec_11 .accordion-body {
  padding: 30px;
  padding-right: 90px;
  padding-top: 0px;
}

.inner_sec_11 .accordion-body p {
  margin-bottom: 0;
}

.inner_sec_11 .accordion-body .para a {
  text-decoration: none !important;
  color: #0a58ca !important;
}

@media (max-width: 1199px) {
  .inner_sec_11 .accordion-button {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .inner_sec_11 .accordion-button {
    font-size: 16px;
    padding: 20px;
    padding-right: 20px;
    justify-content: space-between;
  }

  .inner_sec_11 .accordion-body p {
    text-align: left;
  }

  .inner_sec_11 .accordion-button::after {
    height: 40px;
    width: 40px;
    top: 20px;
    right: 20px;
    margin: unset;
    position: unset;
  }

  .inner_sec_11 .accordion-body {
    padding: 20px;
    padding-top: 0;
    padding-right: 20px;
  }
}

/* On honors */
.about_section_6 {
  padding: 342px 0 50px;
}

.about_sec {
  margin-top: -300px;
}

.awards_panel {
  background: #cbd9f3;
  height: 132px;
  width: 100%;
  border-radius: 20px;
}

.award_right_img {
  margin-top: -193px;
}

.awards_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-right: 30px;
  margin-top: -30px;
}

.awards_list img {
  box-shadow: 0px 8px 32px 0px rgba(207, 224, 255, 0.8);
  border-radius: 20px;
}

@media (max-width: 1399px) {
  .icon-only {
    /* width: 28% !important; */
  }
}

@media (max-width: 1199px) {
  .awards_panel {
    background: transparent;
    height: unset;
  }

  .awards_panel .man_img {
    display: none;
  }

  .awards_list {
    background: #cbd9f3;
    justify-content: center;
    padding: 14px;
    border-radius: 20px;
    margin: 0;
  }

  .award_right_img {
    margin-top: 0;
  }

  .about_section_6 {
    padding: 0px !important;
  }

  .about_sec {
    margin-top: 0px;
  }

  .icon-only {
    /* width: 5% !important; */
  }
}

@media (max-width: 991px) {
  .awards_list {
    flex-direction: column;
  }

  .icon-only {
    /* width: 15% !important; */
  }
}

@media (max-width: 767px) {
  .icon-only {
    /* width: 25% !important; */
  }
}

@media (max-width: 575px) {
  .icon-only {
    /* width: 24% !important; */
  }
}

/* inner_sec_25_chg */
.inner_sec_25_chg {
  position: relative;
  z-index: 1;
  padding: 60px 0 20px;
}

.inner_sec_25_chg .slider {
  overflow: hidden;
  height: unset !important;
  padding-bottom: 80px;
}

.inner_sec_25_chg .box {
  padding: 50px;
  border-radius: 16px;
  background: #fff4fa;
  margin: 10px;
  position: relative;
  height: 415px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.inner_sec_25_chg .logo_img {
  min-width: 55px;
  width: 55px;
  height: 55px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_sec_25_chg .slick-active.slick-center .box {
  background: #c4d9ff;
}

.inner_sec_25_chg .slick-active.slick-center .box .usr_box {
  background: #bff5e2;
}

.inner_sec_25_chg .slick-active.slick-center .box::before {
  color: #2c67d1;
  z-index: 1;
  opacity: 0.1;
}

.inner_sec_25_chg .slick-active.slick-center+div .box {
  background: #fff8ee;
}

.inner_sec_25_chg .slick-active.slick-center+div .box .usr_box {
  background: #fff8cb;
}

.inner_sec_25_chg .slick-prev {
  left: -50px;
  right: 0;
}

.inner_sec_25_chg .slick-next {
  right: -50px;
  left: 0;
}

.inner_sec_25_chg .slick-prev,
.inner_sec_25_chg .slick-next {
  background: #f0f1f2 !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: unset;
  bottom: 0;
  z-index: 300;
  margin: 0 auto;
}

.inner_sec_25_chg .slick-prev:hover,
.inner_sec_25_chg .slick-prev:focus,
.inner_sec_25_chg .slick-next:hover,
.inner_sec_25_chg .slick-next:focus {
  background: #dbdeef !important;
}

.inner_sec_25_chg .slick-prev::before {
  content: "";
  background: url("../images/binance-clone-script-2023-new/right_arw.webp") no-repeat center;
  width: 10px;
  height: 14px;
  display: block;
  position: relative;
  font-size: 0;
  opacity: 1;
}

.inner_sec_25_chg .slick-next::before {
  content: "";
  background: url("../images/binance-clone-script-2023-new/right_arw.webp") no-repeat center;
  width: 10px;
  height: 14px;
  display: block;
  position: relative;
  font-size: 0;
  transform: rotate(180deg);
}

.inner_sec_25_chg .slick-prev:hover::before,
.inner_sec_25_chg .slick-prev:focus::before,
.inner_sec_25_chg .slick-next:hover::before,
.inner_sec_25_chg .slick-next:focus::before {
  filter: invert(1);
}

.inner_sec_25_chg .box .para {
  color: #1e2237;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.inner_sec_25_chg .usr_box {
  border-radius: 140px;
  background: #fcddf2;
  padding: 10px 20px 10px 10px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.inner_sec_25_chg .usr_box p {
  color: #1e2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: left;
}

.inner_sec_25_chg .usr_box span {
  color: #1e2237;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.inner_sec_25_chg .usr_box span img {
  margin-bottom: 2px;
}

.inner_sec_25_chg .slick-active.slick-center .box {
  background: #edfff9;
}

.inner_sec_2 {
  padding-top: 70px;
}

@media (min-width: 991px) {
  .inner_sec_25_chg .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .inner_sec_25_chg .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .inner_sec_25_chg .container {
    max-width: 1320px !important;
  }
}

@media (max-width: 1399px) {
  .inner_sec_25_chg .slider {
    height: 230px;
  }
}

@media (max-width: 1199px) {
  .inner_sec_25_chg::before {
    background-size: 40%;
  }

  .inner_sec_25_chg .box {
    padding: 0px 25px;
    border-radius: 20px;
    background: #fff4fa;
    margin: 10px;
    position: relative;
    height: 460px;
  }
}

@media (max-width: 991px) {
  .inner_sec_25_chg .slider {
    overflow: visible;
  }

  .inner_sec_25_chg .slider .slick-list {
    margin-left: 0px;
  }

  .inner_sec_25_chg .slider {
    height: unset;
  }

  .inner_sec_25_chg .box {
    min-height: 200px;
    padding: 25px;
    height: auto;
  }
}

@media (max-width: 575px) {
  /* .inner_sec_25_chg .slick-prev, .inner_sec_25_chg .slick-next{
    bottom: 30px;
  } */
}

/* inner_sec_25_chg ends  */

.protofolio_head {
  z-index: 1;
  text-align: center;
}

.protofolio_img {
  margin-top: -50px;
}

.blog_footer_form .input-group {
  border: 1px solid #ddeaff !important;
  box-shadow: none;
  border-radius: 8px !important;
}

.blog_footer_form .inp_grp {
  border: 1px solid #ddeaff;
  box-shadow: none;
  border-radius: 8px;
}

.blog_footer_form .h3tag {
  color: #fff;
}

.blog_footer_form p {
  color: #fff;
}

.blog_footer_form p.privacy_text {
  color: #070d25;
}

@media (max-width: 991px) {
  .footer_form_left {
    background: none !important;
    height: auto !important;
  }

  form.blog_footer_form {
    margin-top: auto !important;
    width: 100% !important;
    padding: 0px 0px 24px 0px;
  }

  .blog_footer_form .h3tag {
    color: #070d25;
  }

  .blog_footer_form p {
    color: #070d25;
    font-size: 16px;
  }

  .footer_form_left,
  .footer_form_right {
    padding: 0px;
  }
}

.blog_footer_form .input-group-text {
  background-color: #fff;
  padding: 18px 3px 18px 18px;
  /* border-radius: 8px 0px 0px 8px; */
  border: none;
}

.blog_form_select .form-select {
  /* border: 1px solid #ffd0ef !important; */
  border-radius: 8px !important;
}

.form-tab {
  /* border: 1px solid #ffd0ef; */
  border-radius: 8px;
}

.form-tab .input-group-text {
  border-right: 1px solid transparent !important;
  background: #fff;
  /* padding-top: 15px !important; */
  padding: 15px 0px 15px 15px !important;
  border: none !important;
  border-radius: 8px 0px 0px 8px !important;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px;
}

.form-tab .form-control {
  /* border-left: 1px solid transparent !important; */
}

.form-tab .form-select {
  /* border-left: 1px solid transparent !important; */
  border-radius: 0px 8px 8px 0px !important;
}

.textarea_border {
  border: 1px solid #78a8f5;
}

.popup_modal_content .footer_form_left {
  background: none;
  height: auto;
}

.popup_modal_content form.footer_form {
  width: 100%;
  margin-top: 0px;
}

.popup_modal_content form.footer_form {
  padding: 50px 20px 24px 20px;
}

.popup_modal_content .footer_form_left,
.footer_form_right {
  padding: 0px;
}

.popup_modal_content form.footer_form #popupothermedia.form-control {
  border: 1px solid #ddeaff !important;
  box-shadow: none;
}

.popup_modal_content .footer_form #popupserviceoptions.form-select {
  /* border: 1px solid #ddeaff !important;
  box-shadow: none; */
}

.popup_modal_content select#popupmediaoptions {
  /* border-radius: 6px;
  border-left: 1px solid #ddeaff !important;
  box-shadow: none; */
}

#get-demo .modal-content {
  background: #fff !important;
  border-radius: 16px !important;
}

#get-demo .btn-close {
  z-index: 1;
}

/* ==========================================================================
   NEW COMMON FORM SECTION (Exact Alignment & Image Layout Match)
   ========================================================================== */

.new_common_form_section {
  width: 100%;
}

/* --- Top Header Left --- */
.new_common_form_section .form_header_block {
  padding-right: 15px;
}

.new_common_form_section .header_badge_icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_common_form_section .form_main_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 12px;
}

.new_common_form_section .form_main_title .highlight_blue {
  color: #1866ee;
}

.new_common_form_section .form_sub_title {
  font-size: 16px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.5;
}

.new_common_form_section .title_accent_line {
  width: 48px;
  height: 4px;
  background-color: #1866ee;
  border-radius: 2px;
}

/* --- Top Team Image Left Card --- */
.new_common_form_section .left_team_img_card {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
}

.new_common_form_section .team_hero_img,
.new_common_form_section .left_team_img_card .team_hero_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* --- Contact Us Form Card (Left) --- */
.new_common_form_section .contact_card_box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new_common_form_section .badge_user_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.new_common_form_section .card_title {
  font-size: 22px !important;
  font-weight: 600;
  color: #070d25;
}

.new_common_form_section .card_subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #64748b;
}

/* Eliminate empty vertical space from hidden elements */
.new_common_form_section [style*="display: none"],
.new_common_form_section [style*="display:none"] {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

/* Form Controls & Inputs */
.new_common_form_section form.footer_form {
  width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.new_common_form_section .custom_field_group {
  position: relative;
  display: flex;
  align-items: center;
  border: none !important;
  border-bottom: 1px solid #cbd5e1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  transition: border-color 0.2s ease;
}

.new_common_form_section .custom_field_group:focus-within {
  border-bottom-color: #1866ee !important;
  background: transparent !important;
  box-shadow: none !important;
}

.new_common_form_section .custom_field_group .field_icon {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}

.new_common_form_section .custom_field_group .top_icon {
  top: 14px;
}

.new_common_form_section .custom_field_group .form-control,
.new_common_form_section .custom_field_group .form-select {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 48px;
  padding-left: 0 !important;
  padding-right: 16px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.new_common_form_section .custom_field_group.textarea_group {
  border: none !important;
  border-bottom: 1px solid #cbd5e1 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.new_common_form_section .custom_field_group.textarea_group .form-control {
  height: auto !important;
  padding: 8px 0 !important;
  font-weight: 400 !important;
}

.new_common_form_section .custom_field_group .form-control::placeholder {
  color: #64748b !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

/* Dark color on click, focus, or typed text */
.new_common_form_section .custom_field_group .form-control:focus,
.new_common_form_section .custom_field_group .form-control:not(:placeholder-shown),
.new_common_form_section .custom_field_group .form-select:focus,
.new_common_form_section .custom_field_group .form-select.has_value,
.new_common_form_section .custom_field_group:focus-within .code_display,
.new_common_form_section .custom_field_group:focus-within .form-select,
.new_common_form_section .custom_field_group:focus-within .form-control {
  color: #0f172a !important;
}

/* Phone input group with overlay country select */
.new_common_form_section .phone_group_box {
  display: flex;
  align-items: center;
  position: relative;
}

.new_common_form_section .code_select_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
  height: 48px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
  border-right: 1px solid #cbd5e1 !important;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: border-box;
}

.new_common_form_section .code_select_wrapper .code_display {
  width: auto !important;
  max-width: 44px !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  text-align: left !important;
  padding: 0 !important;
  cursor: pointer !important;
  pointer-events: none;
}

.new_common_form_section .code_select_wrapper .dropdown_arrow_icon,
.new_common_form_section .media_select_wrapper .dropdown_arrow_icon {
  position: absolute !important;
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  flex-shrink: 0 !important;
  z-index: 2 !important;
}

.new_common_form_section .code_select_wrapper .overlay_select {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 10 !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.new_common_form_section .phone_group_box #newphonenumber {
  padding-left: 12px !important;
  flex: 1;
  height: 48px;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.new_common_form_section select.form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important;
  font-weight: 400 !important;
}

/* Media options */
.new_common_form_section .media_group_box {
  display: flex;
  align-items: center;
  position: relative;
}

.new_common_form_section .media_icon_img,
#mediaicon {
  filter: grayscale(100%) opacity(0.75) !important;
  -webkit-filter: grayscale(100%) opacity(0.75) !important;
}

.new_common_form_section .media_select_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
  height: 48px;
  padding-left: 0;
  padding-right: 20px;
  flex-shrink: 0;
  border-right: 1px solid #cbd5e1 !important;
  cursor: pointer;
  box-sizing: border-box;
}

.new_common_form_section select#mediaoptions {
  border: none !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  height: 100% !important;
  cursor: pointer !important;
  box-shadow: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  opacity: 0.01;
  z-index: 5;
}

.new_common_form_section select#mediaoptions option {
  color: #0f172a !important;
  background: #ffffff !important;
}

.new_common_form_section .media_select_wrapper .dropdown_arrow_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
}

.new_common_form_section #newcontactmediaoptions {
  flex: 1;
  height: 48px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 12px !important;
  padding-right: 16px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

/* Select a Service box */
.new_common_form_section .select_group_box {
  position: relative;
  display: flex;
  align-items: center;
}

.new_common_form_section .select_group_box select#contactserviceslook {
  flex: 1;
  padding-left: 0 !important;
  padding-right: 30px !important;
  cursor: pointer !important;
  font-weight: 400 !important;
}

.new_common_form_section select option {
  color: #0f172a !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}

.new_common_form_section .select_group_box .dropdown_arrow_icon {
  position: absolute;
  right: 4px;
  pointer-events: none;
  display: flex;
  align-items: center;
}

/* Calendly Widget Scroll Hide */
.new_common_form_section .inner_white_calendly_card,
.new_common_form_section .calendly-inline-widget,
.new_common_form_section .calendly-inline-widget iframe {
  overflow: hidden !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.new_common_form_section .calendly-inline-widget iframe::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Error message font size */
.new_common_form_section .error-message,
.new_common_form_section .error-message small,
.error-message,
.error-message small {
  font-size: 12px !important;
  color: #dc2626 !important;
  line-height: 1.4 !important;
  margin-top: 2px !important;
  display: inline-block !important;
}

/* Date & Time Inputs */
.new_common_form_section .dt_box_row {
  display: flex;
  gap: 10px;
}

.new_common_form_section .date_time_group {
  position: relative;
  display: flex;
  align-items: center;
  border: none !important;
  border-bottom: 1px solid #cbd5e1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  transition: border-color 0.2s ease;
}

.new_common_form_section .dt_icon_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
  height: 48px;
  padding-left: 0;
  padding-right: 20px;
  border-right: 1px solid #cbd5e1 !important;
  flex-shrink: 0;
  box-sizing: border-box;
}

.new_common_form_section .dt_icon_box .dropdown_arrow_icon {
  position: absolute !important;
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  flex-shrink: 0 !important;
  z-index: 2 !important;
}

.new_common_form_section .date_time_group:focus-within {
  border-bottom-color: #1866ee !important;
  background: transparent !important;
  box-shadow: none !important;
}

.new_common_form_section .date_time_group .form-control {
  flex: 1;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 48px;
  padding-left: 12px !important;
  padding-right: 16px !important;
  font-size: 15px !important;
  color: #64748b;
}

.new_common_form_section .date_time_group input[type="date"]::-webkit-calendar-picker-indicator,
.new_common_form_section .date_time_group input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 5;
}

.new_common_form_section .field_left_icon {
  position: absolute;
  left: 16px;
  pointer-events: none;
  display: flex;
  align-items: center;
  z-index: 2;
}

.new_common_form_section .field_right_icon {
  position: absolute;
  right: 14px;
  pointer-events: none;
  display: flex;
  align-items: center;
  z-index: 2;
}

.new_common_form_section .dt_field {
  position: relative;
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

.new_common_form_section .dt_field .form-control {
  border: none !important;
  background: transparent !important;
  height: 48px;
  padding-left: 14px !important;
  padding-right: 40px !important;
  font-size: 16px !important;
}

.new_common_form_section .dt_field .right_icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.new_common_form_section .field_label {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

/* Textarea */
.new_common_form_section .textarea_group {
  align-items: flex-start;
}

.new_common_form_section .textarea_group textarea.form-control {
  height: auto !important;
  padding-top: 12px !important;
  padding-left: 44px !important;
  resize: none;
  font-size: 16px !important;
}

/* Send Message Button */
.new_common_form_section .btn_send_message {
  background: #1866ee;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s ease;
}

.new_common_form_section .btn_send_message:hover {
  background: #1252c7;
  color: #ffffff;
}

/* --- Schedule Meeting Blue Card (Right) --- */
.new_common_form_section .schedule_blue_card {
  background: #1866ee;
  border-radius: 20px;
  padding: 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new_common_form_section .badge_calendar_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.new_common_form_section .schedule_title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.new_common_form_section .schedule_subtitle {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.new_common_form_section .inner_white_calendly_card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  color: #0f172a;
}

/* Meeting Tabs */
.new_common_form_section .calendly_tabs_nav .tab_item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  padding-bottom: 8px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.new_common_form_section .calendly_tabs_nav .tab_item.active {
  color: #1866ee;
  font-weight: 600;
  border-bottom-color: #1866ee;
}

.new_common_form_section .choose_slot_title {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

/* Calendly Box */
.new_common_form_section .calendly_widget_mockup {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  background: #ffffff;
}

.new_common_form_section .company_tag {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

.new_common_form_section .meeting_type_heading {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.new_common_form_section .meeting_meta {
  font-size: 12px;
  color: #64748b;
}

.new_common_form_section .calendar_month_nav .month_title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.new_common_form_section .btn_month_prev,
.new_common_form_section .btn_month_next {
  border: none;
  background: transparent;
  color: #1866ee;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  padding: 2px 8px;
}

.new_common_form_section .calendar_weekdays_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  margin-bottom: 6px;
}

.new_common_form_section .calendar_days_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
}

.new_common_form_section .calendar_days_grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  border-radius: 50%;
  color: #334155;
  cursor: pointer;
}

.new_common_form_section .calendar_days_grid span:hover {
  background: #e8f0fe;
  color: #1866ee;
}

.new_common_form_section .calendar_days_grid .day_muted {
  color: #cbd5e1;
}

.new_common_form_section .calendar_days_grid .day_active {
  background: #1866ee !important;
  color: #ffffff !important;
  font-weight: 700;
}

.new_common_form_section .timezone_selector select {
  border: none;
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  outline: none;
}

/* Time slots styling */
.new_common_form_section .time_slots_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.new_common_form_section .slot_btn {
  border: 1px solid #1866ee;
  background: #ffffff;
  color: #1866ee;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.new_common_form_section .slot_btn:hover,
.new_common_form_section .slot_btn.slot_active {
  background: #1866ee;
  color: #ffffff;
}

.new_common_form_section .btn_book_calendly {
  background: #1866ee;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: background 0.2s ease;
}

.new_common_form_section .btn_book_calendly:hover {
  background: #1252c7;
}

/* --- Responsive Enhancements for new_common_form_section --- */
@media (max-width: 991.98px) {
  .new_common_form_section .contact_card_box {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .new_common_form_section .schedule_blue_card {
    padding: 22px 18px;
    border-radius: 18px;
    margin-top: 10px;
  }

  .new_common_form_section .left_team_img_card {
    min-height: 380px;
    height: 380px;
    position: relative;
  }

  .new_common_form_section .team_hero_img,
  .new_common_form_section .left_team_img_card .team_hero_img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 380px;
    min-height: 380px;
    border-radius: 16px;
  }

  .new_common_form_section .inner_white_calendly_card,
  .new_common_form_section .calendly-inline-widget {
    min-height: 620px !important;
  }
}

@media (max-width: 767.98px) {
  .new_common_form_section .badge_user_icon {
    display: none !important;
  }

  .new_common_form_section .badge_calendar_icon {
    width: 48px;
    height: 48px;
  }

  .new_common_form_section .badge_calendar_icon svg {
    width: 24px;
    height: 24px;
  }

  .new_common_form_section .card_title,
  .new_common_form_section .schedule_title {
    font-size: 20px;
  }

  .new_common_form_section .card_subtitle,
  .new_common_form_section .schedule_subtitle {
    font-size: 13.5px;
  }

  .new_common_form_section .custom_field_group .form-control,
  .new_common_form_section .custom_field_group .form-select {
    font-size: 16px !important;
    /* Prevents auto-zoom on iOS safari */
    height: 44px;
  }

  .new_common_form_section .code_select_wrapper,
  .new_common_form_section .media_select_wrapper {
    height: 46px !important;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    border-right: 1px solid #cbd5e1 !important;
  }

  .new_common_form_section .phone_group_box #newphonenumber,
  .new_common_form_section #newcontactmediaoptions {
    height: 46px !important;
  }

  .new_common_form_section .contact_form_header_box {
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .new_common_form_section .contact_form_header_box>div {
    text-align: center !important;
    width: 100% !important;
  }

  .new_common_form_section .card_title,
  .new_common_form_section .card_subtitle {
    text-align: center !important;
  }

  .new_common_form_section .contact_btn_container {
    display: flex !important;
    justify-content: flex-end !important;
  }

  .new_common_form_section .contact_btn_container .p23_submit_btn {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .new_common_form_section .p23_submit_btn {
    height: 48px;
    font-size: 15px;
  }

  .new_common_form_section .inner_white_calendly_card,
  .new_common_form_section .calendly-inline-widget {
    min-height: 580px !important;
  }
}

@media (max-width: 480px) {
  .new_common_form_section .contact_card_box {
    padding: 20px 14px;
    border-radius: 16px;
  }

  .new_common_form_section .schedule_blue_card {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .new_common_form_section .team_hero_img {
    height: 150px;
  }

  .new_common_form_section .card_title,
  .new_common_form_section .schedule_title {
    font-size: 18.5px;
  }

  .new_common_form_section .inner_white_calendly_card,
  .new_common_form_section .calendly-inline-widget {
    min-height: 540px !important;
  }
}

/* ==========================================================================
   NEW MODAL POPUP 2023 (Exit Intent Modal)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

/* Decreased & Subtle Background Blur when Popup Modal is open */
.modal-backdrop,
.modal-backdrop.show,
.modal-backdrop.fade.show {
  backdrop-filter: blur(1.5px) !important;
  -webkit-backdrop-filter: blur(1.5px) !important;
  background-color: rgba(9, 13, 22, 0.25) !important;
  opacity: 1 !important;
}

/* Fix Bootstrap Modal Outside Gap (Padding Shift) & Prevent Body Scroll */
body.modal-open {
  padding-right: 0 !important;
  overflow: hidden !important;
}

/* Hide Outer Scrollbar for Popup Modal */
.p23_modal::-webkit-scrollbar,
.new_modal_popup_2023::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
}

.p23_modal,
.new_modal_popup_2023 {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}


/* Smooth Fade & Scale Animation when Popup Modal Opens */
.new_modal_popup_2023.fade .modal-dialog {
  transform: scale(0.92) translateY(-15px);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease !important;
}

.new_modal_popup_2023.show .modal-dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}

/* Poppins Font & Min 16px Font-Size for entire popup modal */
.new_modal_popup_2023,
.new_modal_popup_2023 *,
.new_modal_popup_2023 input,
.new_modal_popup_2023 select,
.new_modal_popup_2023 textarea,
.new_modal_popup_2023 button {
  font-family: 'Poppins', sans-serif !important;
}

.new_modal_popup_2023 {
  font-size: 16px;
}

.new_modal_popup_2023 .popup_modal_container {
  border-radius: 20px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  position: relative;
}

@media (min-width: 1200px) {
  .new_modal_popup_2023 .modal-dialog {
    max-width: 1280px !important;
    width: 92%;
  }
}

@media (min-width: 1400px) {
  .new_modal_popup_2023 .modal-dialog {
    max-width: 1320px !important;
  }
}

@media (max-width: 767.98px) {

  .p23_modal,
  .new_modal_popup_2023 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .p23_modal .modal-dialog,
  .new_modal_popup_2023 .modal-dialog {
    margin: 0.75rem auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .p23_right_panel .code_select_wrapper,
  .p23_right_panel .media_select_wrapper,
  .new_modal_popup_2023 .code_select_wrapper,
  .new_modal_popup_2023 .media_select_wrapper {
    width: 75px !important;
    min-width: 75px !important;
  }
}

.new_modal_popup_2023 .popup_close_btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 100;
  background-color: #f1f5f9;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  opacity: 0.85;
  transition: all 0.2s ease;
}

.new_modal_popup_2023 .popup_close_btn:hover {
  opacity: 1;
  background-color: #e2e8f0;
}

/* Left Dark Panel */
.new_modal_popup_2023 .popup_left_panel {
  background: linear-gradient(135deg, #090d16 0%, #111827 50%, #1e1b4b 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.new_modal_popup_2023 .popup_left_panel::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.3) 0%, rgba(239, 68, 68, 0) 70%);
  pointer-events: none;
}

.new_modal_popup_2023 .popup_left_title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.new_modal_popup_2023 .popup_left_subtitle {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

.new_modal_popup_2023 .testimonial_glass_card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.new_modal_popup_2023 .testimonial_text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  font-style: italic;
  font-weight: 400;
  min-height: 75px;
}

.new_modal_popup_2023 .client_name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.new_modal_popup_2023 .client_title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.new_modal_popup_2023 .btn_arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}

.new_modal_popup_2023 .btn_arrow:hover {
  background: #1866ee;
  border-color: #1866ee;
}

.new_modal_popup_2023 .awards_label_text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.65);
}

.new_modal_popup_2023 .awards_slider_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8px 0;
}

.new_modal_popup_2023 .awards_slider_track {
  display: flex;
  align-items: center;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.new_modal_popup_2023 .award_slide_item {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  height: 95px;
}

.new_modal_popup_2023 .award_img {
  height: 78px;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.new_modal_popup_2023 .award_img:hover {
  transform: scale(1.15);
}

/* Right Form Panel */
.new_modal_popup_2023 .popup_right_panel {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Right Form Panel */
.new_modal_popup_2023 .popup_right_panel {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.new_modal_popup_2023 .popup_right_panel .form_title {
  font-size: 22px;
  font-weight: 600;
  color: #0f172a;
}

.new_modal_popup_2023 .popup_right_panel .form_subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #64748b;
}

.new_modal_popup_2023 .custom_field_group {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  transition: all 0.2s ease;
}

.new_modal_popup_2023 .custom_field_group:focus-within {
  border-color: #1866ee;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(24, 102, 238, 0.1);
}

.new_modal_popup_2023 .custom_field_group .form-control,
.new_modal_popup_2023 .custom_field_group .form-select {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 48px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.new_modal_popup_2023 .custom_field_group .form-control::placeholder {
  color: #64748b !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.new_modal_popup_2023 .custom_field_group .form-control:focus,
.new_modal_popup_2023 .custom_field_group .form-control:not(:placeholder-shown),
.new_modal_popup_2023 .custom_field_group .form-select:focus,
.new_modal_popup_2023 .custom_field_group:focus-within .code_display,
.new_modal_popup_2023 .custom_field_group:focus-within .form-select,
.new_modal_popup_2023 .custom_field_group:focus-within .form-control {
  color: #0f172a !important;
}

.new_modal_popup_2023 .phone_group_box {
  display: flex;
  align-items: center;
  position: relative;
}

.new_modal_popup_2023 .code_select_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 89px;
  min-width: 89px;
  height: 48px;
  margin-left: 0;
  cursor: pointer;
  flex-shrink: 0;
  border-right: 1px solid #cbd5e1;
}

.new_modal_popup_2023 .code_select_wrapper .code_display {
  width: auto !important;
  max-width: 54px !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  text-align: center !important;
  padding: 0 !important;
  cursor: pointer !important;
  pointer-events: none;
}

.new_modal_popup_2023 .code_select_wrapper .dropdown_arrow_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
}

.new_modal_popup_2023 .code_select_wrapper .overlay_select {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 10 !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.new_modal_popup_2023 .phone_group_box #popupphonenumber {
  padding-left: 12px !important;
  flex: 1;
  height: 48px;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.new_modal_popup_2023 select.form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important;
  font-weight: 400 !important;
}

.new_modal_popup_2023 .media_group_box {
  display: flex;
  align-items: center;
  position: relative;
}

.new_modal_popup_2023 .media_select_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 89px;
  min-width: 89px;
  height: 48px;
  padding-left: 8px;
  padding-right: 6px;
  flex-shrink: 0;
  border-right: 1px solid #cbd5e1;
  cursor: pointer;
}

.new_modal_popup_2023 .media_select_wrapper #popupmediaicon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin: 0 !important;
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.75;
}

.new_modal_popup_2023 select#popupmediaoptions,
.new_modal_popup_2023 .media_select_wrapper .media_select {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 10 !important;
  padding: 0 !important;
}

.new_modal_popup_2023 .media_select_wrapper .dropdown_arrow_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
}

.new_modal_popup_2023 #popupcontactmediaoptions {
  flex: 1;
  height: 48px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 12px !important;
  padding-right: 16px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.new_modal_popup_2023 .date_time_group {
  display: flex;
  align-items: center;
  position: relative;
}

.new_modal_popup_2023 .dt_icon_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 89px;
  min-width: 89px;
  height: 48px;
  padding-left: 8px;
  padding-right: 6px;
  flex-shrink: 0;
  border-right: 1px solid #cbd5e1;
  cursor: pointer;
}

.new_modal_popup_2023 .date_time_group #popupcontactdate,
.new_modal_popup_2023 .date_time_group #popupcontacttime {
  flex: 1;
  height: 48px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 12px !important;
  padding-right: 16px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.new_modal_popup_2023 .select_group_box {
  position: relative;
  display: flex;
  align-items: center;
}

.new_modal_popup_2023 .select_group_box select#popuplookoptions {
  flex: 1;
  padding-right: 40px !important;
  cursor: pointer !important;
  font-weight: 400 !important;
}

.new_modal_popup_2023 select option {
  color: #0f172a !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}

.new_modal_popup_2023 .select_group_box .dropdown_arrow_icon {
  position: absolute;
  right: 14px;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.new_modal_popup_2023 .custom_field_group.textarea_group textarea.form-control {
  height: auto !important;
  padding: 12px 16px !important;
  resize: none;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.new_modal_popup_2023 .error-message,
.new_modal_popup_2023 .error-message small {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.new_modal_popup_2023 .btn_popup_submit {
  background: #1866ee;
  color: #ffffff !important;
  border: none;
  border-radius: 10px;
  height: 50px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.new_modal_popup_2023 .btn_popup_submit:hover {
  background: #1252c7;
}

@media (max-width: 991px) {
  .new_modal_popup_2023 .popup_left_panel {
    border-radius: 20px 20px 0 0;
  }

  .new_modal_popup_2023 .popup_right_panel {
    border-radius: 0 0 20px 20px;
  }
}

.new_common_form_section .calendly_direct_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #1866ee !important;
  text-decoration: none !important;
  word-break: break-all;
}

/* Media queries */
@media (max-width: 991px) {
  .new_common_form_section .form_main_title {
    font-size: 24px;
  }

  .new_common_form_section .team_hero_img {
    height: 180px;
  }
}

/* Submit Button with Animated Span-Mother Letter Effect */
.p23_submit_btn {
  width: 100%;
  height: 50px;
  background: #2563eb;
  border: none;
  border-radius: 999px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  margin-top: 10px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.p23_submit_btn:hover {
  background: #1d4ed8;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.p23_submit_btn:active {
  transform: translateY(0);
}

.p23_submit_btn .span-mother {
  display: flex;
  overflow: hidden;
  align-items: center;
}

.p23_submit_btn:hover .span-mother {
  position: absolute;
}

.p23_submit_btn .span-mother span {
  display: inline-block;
  transition: transform 0.25s ease;
}

.p23_submit_btn:hover .span-mother span {
  transform: translateY(1.4em);
}

.p23_submit_btn .span-mother2 {
  display: flex;
  position: absolute;
  overflow: hidden;
  align-items: center;
}

.p23_submit_btn .span-mother2 span {
  display: inline-block;
  transform: translateY(-1.4em);
  transition: transform 0.25s ease;
}

.p23_submit_btn:hover .span-mother2 span {
  transform: translateY(0);
}

/* Staggered character delays for Get Free Consultation */
.p23_submit_btn .span-mother span:nth-child(1),
.p23_submit_btn .span-mother2 span:nth-child(1) {
  transition-delay: 0.02s;
}

.p23_submit_btn .span-mother span:nth-child(2),
.p23_submit_btn .span-mother2 span:nth-child(2) {
  transition-delay: 0.04s;
}

.p23_submit_btn .span-mother span:nth-child(3),
.p23_submit_btn .span-mother2 span:nth-child(3) {
  transition-delay: 0.06s;
}

.p23_submit_btn .span-mother span:nth-child(4),
.p23_submit_btn .span-mother2 span:nth-child(4) {
  transition-delay: 0.08s;
}

.p23_submit_btn .span-mother span:nth-child(5),
.p23_submit_btn .span-mother2 span:nth-child(5) {
  transition-delay: 0.10s;
}

.p23_submit_btn .span-mother span:nth-child(6),
.p23_submit_btn .span-mother2 span:nth-child(6) {
  transition-delay: 0.12s;
}

.p23_submit_btn .span-mother span:nth-child(7),
.p23_submit_btn .span-mother2 span:nth-child(7) {
  transition-delay: 0.14s;
}

.p23_submit_btn .span-mother span:nth-child(8),
.p23_submit_btn .span-mother2 span:nth-child(8) {
  transition-delay: 0.16s;
}

.p23_submit_btn .span-mother span:nth-child(9),
.p23_submit_btn .span-mother2 span:nth-child(9) {
  transition-delay: 0.18s;
}

.p23_submit_btn .span-mother span:nth-child(10),
.p23_submit_btn .span-mother2 span:nth-child(10) {
  transition-delay: 0.20s;
}

.p23_submit_btn .span-mother span:nth-child(11),
.p23_submit_btn .span-mother2 span:nth-child(11) {
  transition-delay: 0.22s;
}

.p23_submit_btn .span-mother span:nth-child(12),
.p23_submit_btn .span-mother2 span:nth-child(12) {
  transition-delay: 0.24s;
}

.p23_submit_btn .span-mother span:nth-child(13),
.p23_submit_btn .span-mother2 span:nth-child(13) {
  transition-delay: 0.26s;
}

.p23_submit_btn .span-mother span:nth-child(14),
.p23_submit_btn .span-mother2 span:nth-child(14) {
  transition-delay: 0.28s;
}

.p23_submit_btn .span-mother span:nth-child(15),
.p23_submit_btn .span-mother2 span:nth-child(15) {
  transition-delay: 0.30s;
}

.p23_submit_btn .span-mother span:nth-child(16),
.p23_submit_btn .span-mother2 span:nth-child(16) {
  transition-delay: 0.32s;
}

.p23_submit_btn .span-mother span:nth-child(17),
.p23_submit_btn .span-mother2 span:nth-child(17) {
  transition-delay: 0.34s;
}

.p23_submit_btn .span-mother span:nth-child(18),
.p23_submit_btn .span-mother2 span:nth-child(18) {
  transition-delay: 0.36s;
}

.p23_submit_btn .span-mother span:nth-child(19),
.p23_submit_btn .span-mother2 span:nth-child(19) {
  transition-delay: 0.38s;
}

.p23_submit_btn .span-mother span:nth-child(20),
.p23_submit_btn .span-mother2 span:nth-child(20) {
  transition-delay: 0.40s;
}

.p23_submit_btn .span-mother span:nth-child(21),
.p23_submit_btn .span-mother2 span:nth-child(21) {
  transition-delay: 0.42s;
}

/* --- 2 SEPARATE DATE & TIME POPUP MODALS CSS --- */
.custom_picker_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.25);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.custom_picker_overlay.active_modal {
  opacity: 1;
  visibility: visible;
}

.custom_picker_container {
  width: 100%;
  max-width: 380px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.2), 0 8px 16px -5px rgba(24, 102, 238, 0.08);
  position: relative;
  overflow: hidden;
  transform: scale(0.95) translateY(8px);
  opacity: 0;
  transition: transform 0.22s cubic-bezier(0.175, 0.885, 0.32, 1.2), opacity 0.22s ease;
}

.custom_picker_overlay.active_modal .custom_picker_container {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.picker_header {
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.picker_icon_badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(24, 102, 238, 0.08);
  border: 1px solid rgba(24, 102, 238, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.picker_title {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.2px;
}

.picker_close_btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.picker_close_btn:hover {
  background: #f8fafc !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
  transform: rotate(90deg);
}

.glass_nav_btn {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #1866ee;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
}

.glass_nav_btn:hover:not(:disabled) {
  background: #1866ee;
  color: #ffffff;
  border-color: #1866ee;
}

.glass_nav_btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.glass_month_title {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.glass_weekdays_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.glass_days_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  text-align: center;
}

.glass_day_cell {
  width: 34px;
  height: 34px;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.18s ease;
}

.glass_day_cell:hover:not(.disabled):not(.active) {
  background: rgba(24, 102, 238, 0.08);
  border-color: rgba(24, 102, 238, 0.3);
  color: #1866ee;
}

.glass_day_cell.active {
  background: #1866ee !important;
  color: #ffffff !important;
  border-color: #1866ee !important;
  box-shadow: 0 3px 10px rgba(24, 102, 238, 0.3);
  font-weight: 600;
}

.glass_day_cell.disabled {
  background: #f8fafc;
  border-color: #f1f5f9;
  color: #cbd5e1;
  cursor: not-allowed;
}

.glass_time_slots_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 2px;
}

.glass_time_slots_container::-webkit-scrollbar {
  width: 4px;
}

.glass_time_slots_container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.glass_time_slot_btn {
  height: 38px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #1e293b;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.18s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glass_time_slot_btn:hover {
  background: rgba(24, 102, 238, 0.08);
  border-color: rgba(24, 102, 238, 0.4);
  color: #1866ee;
}

.glass_time_slot_btn.active {
  background: #1866ee !important;
  color: #ffffff !important;
  border-color: #1866ee !important;
  box-shadow: 0 3px 10px rgba(24, 102, 238, 0.3);
  font-weight: 600;
}

.picker_footer {
  border-top: 1px solid #f1f5f9;
}

.btn_apple_glass_confirm {
  background: #1866ee;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(24, 102, 238, 0.3);
  transition: all 0.2s ease;
}

.btn_apple_glass_confirm:hover {
  background: #1251c6;
  box-shadow: 0 6px 16px rgba(24, 102, 238, 0.4);
}

.glass_preview_text {
  font-size: 14px;
  color: #0f172a;
  font-weight: 600;
}

.btn_apple_glass_confirm {
  background: #1866ee;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(24, 102, 238, 0.3);
  transition: all 0.2s ease;
}

.btn_apple_glass_confirm:hover {
  background: #1251c6;
  box-shadow: 0 6px 18px rgba(24, 102, 238, 0.4);
}