/* Header */

.header-section {
  background-color: #0d0d0d;
  font-family: Rajdhani, sans-serif;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.navbar-container {
  z-index: 5;
  width: 100%;
  max-width: 1130px;
  background-color: #0d0d0d;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0 0;
}

.container-regular {
  width: 1130px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.phone-counter-right {
  align-items: center;
  display: flex;
}

.phone-counter-left-text {
  line-height: 100%;
}

.phone-counter-number-inner {
  flex-direction: column;
  display: flex;
}

.phone-counter-text-container {
  width: 15px;
  height: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-counter-text {
  line-height: 100%;
}

.phone-counter-number-outer {
  height: 28px;
  overflow: hidden;
}

.phone-counter-number-outer.phone-counter-number-outer-margin {
  transition: margin 0.3s;
}

.phone-counter-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.phone-counter-container.phone-counter-hover.idea-phone-counter-container {
  color: #fff;
}

.phone-counter-container.phone-counter-infinite.nav-phone-counter-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.phone-counter-right-inside-margin {
  align-items: center;
  transition: transform 0.5s;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 93px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
}

.nav-menu-wrapper {
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-left: 0;
  padding-left: 0;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  margin-left: 0;
}

.nav-link {
  color: #fff;
  letter-spacing: 0.25px;
  background-color: #0d0d0d;
  border-bottom: 0 rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  border: 1px #000;
  font-weight: 700;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.nav-item-active-text {
  font-weight: 700;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(270deg, #ff3e68, #ff9a68);
  background-clip: border-box;
  border: 1px #000;
  padding: 0 0 4px;
  font-weight: 700;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  min-width: 370px;
  background-color: #f2f2f2;
  border-radius: 0 8px 8px;
  padding: 8px 24px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  padding-top: 15px;
}

.nav-dropdown-link {
  height: auto;
  border-bottom: 1px solid #0d0d0d;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 8px 0;
  font-size: 23px;
  line-height: 100%;
  transition: none;
}

.nav-dropdown-link:hover {
  font-weight: 500;
  color: initial;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.image {
  height: 30px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.body {
  border: 1px #fff;
  font-family: Rajdhani, sans-serif;
}

.text-block {
  color: #fff;
  background-color: #0d0d0d;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 19px;
  font-weight: 500;
}

.text-block:hover {
  font-weight: 700;
}

.nav-dropdown-list-item {
  margin-right: 24px;
}

.nav-dropdown-list-item.list-item-last {
  margin-right: 0;
}

.nav-list-item {
  margin-right: 24px;
  padding-bottom: 4px;
  display: block;
}

.nav-list-item:hover,
.nav-list-item.nav-item-active {
  background-image: linear-gradient(270deg, #ff3e68, #ff9a68);
}

.nav-buttons {
  z-index: 99;
  text-align: right;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 15px;
  left: 50%;
  right: 0;
}

.nav-button {
  color: #f2f2f2;
  background-color: #333;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 19px;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.11s ease-in-out;
  box-shadow: 0 11px 28px rgba(0, 0, 0, 0.19);
}

.nav-button:hover {
  color: #333;
  background-color: #ff6d68;
}

.nav-button:active {
  background-color: #ff3a33;
}

.nav-button.nav-button-counter {
  text-decoration: none;
}

.nav-button.nav-button-2 {
  color: #333;
  background-color: #f2f2f2;
  border-color: #333;
  margin-left: 12px;
}

.nav-button.nav-button-2:hover {
  background-color: #ff6d68;
  border-color: #f2f2f2;
}

.nav-button.nav-button-2:active {
  background-color: #ff3a33;
}

/* Consultation Form Service Radios */
.consultation-form-service-radios-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.consultation-form-service-radio-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 2px;
  transition: all 0.11s ease-out;
  display: flex;
}

.consultation-form-service-radio-field:hover {
  background-color: #e6e6e6;
}

.consultation-form-service-radio-button {
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.consultation-form-service-radio-field-text {
  color: #333;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 28.5px;
  display: block;
}

.consultation-form-service-radio-field-icon-image {
  width: 24px;
}

.consultation-form-service-radio-field:has(
    input[name="service"]:focus-visible
  ) {
  background-color: #e6e6e6;
}
.consultation-form-service-radio-field:has(input[name="service"]:checked) {
  background-color: #ffe6e5 !important;
  border-color: #ff9c99 !important;
  box-shadow: inset 0px 0px 0px 1px #ff9c99 !important;
}

/* Nav Backdrop */
.header-section .w-dropdown {
  z-index: 99;
}

.header-section .nav-dropdown-list-item::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.header-section .nav-dropdown-list-item:hover .nav-dropdown {
  z-index: 9999;
  position: relative;
}

.header-section .nav-menu li:hover::after {
  z-index: 900;
  opacity: 1;
  visibility: visible;
  position: fixed;
}

/* Navbar */
.nav-buttons {
  width: fit-content;
}

@media only screen and (min-width: 2560px) {
  .nav-buttons {
    left: 31%;
  }
}

.header-section .nav-dropdown-toggle.w--open {
  background-image: linear-gradient(270deg, #ff3e68, #ff9a68);
}

.header-section .nav-dropdown-toggle.w--open .text-block {
  font-weight: 700;
}

/* Skeleton Loader */
.skeleton-loader {
  position: relative;
  overflow: hidden;
}

.skeleton-loader:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  pointer-events: none;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.05) 50%,
      rgba(0, 0, 0, 0) 54%
    )
    50% 50%;
  -webkit-animation: skeleton-loading 1s linear infinite;
  animation: skeleton-loading 1s linear infinite;
}

@-webkit-keyframes skeleton-loading {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes skeleton-loading {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  }
}

/* Footer Social Icons */
.footer-section-1-social-icons {
  width: fit-content;
}

/* Consultation Form Radios */
.consultation-form-radio-field input[type="radio"]:checked + .w-form-label {
  font-weight: 600;
}

.consultation-form-radio-button {
  opacity: 0;
}

.consultation-form-radio-label::before {
  content: "";
  border-radius: 50%;
  margin-bottom: -4px;
  width: 18px;
  margin-right: 12px;
  height: 18px;
  border: 1px solid #0d0d0d;
  display: inline-block;
  background-color: #ffffff;
}

.consultation-form-radio-label::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 6.5px;
  width: 5px;
  top: 10px;
  height: 7px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.consultation-form-radio-field
  input[type="radio"]:checked
  + .w-form-label::before {
  background-color: #0d0d0d;
}

.consultation-form-radio-field
  input[type="radio"]:checked
  + .w-form-label::after {
  opacity: 1;
}

.consultation-form .iti {
  width: 100%;
}

.consultation-form .iti .iti__arrow {
  margin-left: 8px;
}

.consultation-form .iti .iti__selected-flag {
  padding: 0px 9px 0 14px;
  border-right: 1px solid #b3b3b3;
}

.consultation-form .iti input[type="tel"] {
  padding-left: 66px;
}

.consultation-form .iti .iti__country-list {
  border-radius: 8px;
  box-shadow: none;
  margin-top: 8px;
  margin-bottom: 8px;
  border-color: #666666;
}

.consultation-form .iti .iti__country-list .iti__country {
  padding: 8px 16px;
  font-family: "Rajdhani";
  color: #000000;
  font-size: 19px;
  line-height: 150%;
}

.consultation-form .iti:has(.iti__selected-flag[aria-expanded="true"]) input {
  border-color: #666666;
}

.consultation-form .iti .iti__dial-code {
  float: right;
  color: #000000;
}

.consultation-form .iti .iti__selected-dial-code {
  font-family: "Rajdhani";
  color: #333;
  font-size: 17px;
  font-weight: 500;
}

/* Breadcrumb */

.breadcrumbs-section {
  background-color: #f2f2f2;
  padding-bottom: 17px;
}

.breadcrumb-links {
  max-width: 1130px;
  grid-column-gap: 7px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.breadcrumb-link {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.breadcrumb-link.breadcrumb-link-coloured {
  color: #ff3e68;
}

.breadcrumb-separator {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
}

/* Have an idea section */

.have-an-idea-section {
  background-image: linear-gradient(to right, #ff3e68, #ff9a68);
  padding-top: 38px;
  padding-bottom: 60px;
  padding-right: 0;
}

.columns-7 {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-16 {
  color: #fff;
  margin-top: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
}

.text-block-17 {
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  line-height: 150%;
}

.idea-box {
  width: 100%;
  grid-column-gap: 12px;
  background-color: #e6e6e6;
  border-bottom: 2px #b3b3b3;
  border-radius: 0;
  padding: 24px;
  display: flex;
}

.idea-box-heading-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.idea-box-heading {
  color: #1a1a1a;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
}

.idea-box-text {
  color: #666;
  margin-top: 4px;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
}

.idea-box.idea-box-1 {
  border-bottom-style: solid;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.idea-box.idea-box-2 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.div-block-7 {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.div-block-7.landing-bottom-cta-left-flex,
.div-block-7.landing-bottom-cta-right-flex {
  grid-column-gap: 24px;
}

.text-block-18 {
  color: #1a1a1a;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-19 {
  color: #1a1a1a;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
}

.div-block-8 {
  min-width: 200px;
}

.button-3 {
  width: 100%;
  text-align: center;
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 23px;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.button-3:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.17);
  color: #fff;
}

.div-block-9 {
  width: 100%;
}

.button-3-copy {
  width: 100%;
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  border: 2px solid #333;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 23px;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
}

.button-3-copy:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.17);
  color: initial;
}

.button-3:active,
.button-3:focus {
  color: #fff;
}

.button-3-copy:active,
.button-3-copy:focus {
  color: initial;
}

/* Footer section 1 */

.footer-section-1 {
  background-color: #1a1a1a;
  padding-top: 72px;
  padding-bottom: 80px;
  padding-right: 0;
}

.footer-section-1-container {
  max-width: 1135px;
  grid-column-gap: 169px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-8,
.column-9 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.text-block-20 {
  color: #fff;
  margin-top: 2px;
  font-size: 19px;
  line-height: 150%;
}

.link {
  color: #fff;
  margin-top: 2px;
  font-size: 19px;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.link.footer-section-1-left-link:hover {
  font-weight: 500;
}

.div-block-12 {
  width: 100%;
  grid-column-gap: 72px;
  align-items: flex-start;
  display: flex;
}

.text-block-21 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 150%;
}

.footer-section-1-right-links {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.footer-secion-1-right-link {
  color: #fff;
  font-size: 19px;
  line-height: 150%;
  text-decoration: none;
}

.footer-secion-1-right-link:hover {
  font-weight: 500;
}

.footer-secion-1-right-link.footer-secion-1-right-link-fixed-width {
  min-width: 205px;
}

.div-block-13,
.div-block-12-copy {
  margin-top: 64px;
}

.div-block-13.footer-section-1-follow-responsive {
  display: none;
}

.text-block-22 {
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ff3e68, #ff9a68);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 19px;
  font-weight: 600;
  line-height: 150%;
}

.footer-section-1-social-icons {
  grid-column-gap: 40px;
  background-color: #f2f2f2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  padding: 16px 32px;
  display: flex;
}

.footer-section-1-social-icons.landing-footer-section-1-social-icons {
  background-color: #333;
  border: 1px solid #666;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.footer-section-1-responsive-logo {
  display: none;
}

.footer-section-1-left-link:hover,
.footer-secion-1-right-link:hover {
  color: #fff !important;
  font-weight: 500;
}

.footer-section-1-social-icon:hover {
  transform: scale(1.2);
}

/* Footer section 2 */

.footer-section-2-image {
  display: inline-block;
}

.footer-section-2 .link-2:hover,
.footer-section-2 .link-3:hover {
  color: #fff !important;
  font-weight: 500;
}

.footer-section-2 {
  background-color: #0d0d0d;
  padding-top: 64px;
  padding-bottom: 40px;
  padding-right: 0;
}

.footer-section-2-image {
  text-align: left;
}

.div-block-14 {
  text-align: center;
}

.div-block-15 {
  width: 90%;
  height: 1px;
  max-width: 604px;
  background-color: #fff;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  text-align: center;
  margin-top: 27px;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 150%;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  font-weight: 500;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  font-weight: 500;
}

/* Popup sections */

.consultation-form-popup {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transition: 300ms;
}

.form-block.consultation-form-block {
  max-height: 80vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 96px 72px;
  overflow: auto;
}

.consultation-form-text-field {
  color: #333 !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  margin-bottom: 0 !important;
  padding: 28px 24px;
  padding-left: 24px;
  padding-top: 28px !important;
  padding-right: 24px !important;
  padding-bottom: 28px !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.consultation-form-text-field:not([name="mobnum"]) {
  padding-left: 24px !important;
}

.consultation-form-text-field:focus {
  color: #333 !important;
  background-color: #f2f2f2 !important;
  border-color: #666 !important;
}

.consultation-form-text-field::-ms-input-placeholder {
  color: #b3b3b3 !important;
}

.consultation-form-text-field::placeholder {
  color: #b3b3b3 !important;
}

.consultation-form-container {
  width: 100%;
  max-height: 95vh;
  max-width: 1150px;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.consultation-form-header {
  background-color: #ffe5eb;
  border-bottom: 1px solid #666;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 32px;
  position: relative;
}

.consultation-form-header-heading {
  color: #1a0900;
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
}

.consultation-form-close-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}

.consultation-form-snackbar {
  grid-column-gap: 29px;
  background-color: #e5fff0;
  border: 1px solid #00cc52;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  display: flex;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.consultation-form-snackbar-text {
  align-items: center;
  display: flex;
}

.consultation-form-snackbar-button {
  color: #f2f2f2;
  background-color: #333;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 19px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-23 {
  color: #151515;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.consultation-form-label {
  display: block;
  color: #1a0900;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
}

.consultation-form-label.consultation-form-top-label {
  margin-top: 16px;
}

.consultation-form-radio-field {
  align-self: auto;
  align-items: center;
  padding-left: 0;
  display: inline-block;
}

.consultation-form-radio-label {
  color: #0d0d0d;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.consultation-form-radio-button {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.consultation-form-radio-container {
  grid-column-gap: 34px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.clients-testimonials-slider {
  background-color: #fff;
}

.consultation-form-textarea {
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 19px;
  font-weight: 500;
  line-height: 150%;
  box-shadow: none !important;
}

.consultation-form-textarea:focus {
  color: #333;
  border-color: #666;
}

.consultation-form-textarea::-ms-input-placeholder {
  color: #b3b3b3;
}

.consultation-form-textarea::placeholder {
  color: #b3b3b3;
}

.column-10 {
  padding-left: 0;
  padding-right: 12px;
}

.column-11 {
  padding-left: 12px;
  padding-right: 0;
}

.consultation-form-sub-label {
  color: #1a0900;
  margin-bottom: 4px;
  font-size: 19px;
  font-weight: 600;
  line-height: 150%;
}

.consultation-form-submit-button {
  width: 100%;
  color: #fff;
  background-color: #ff6d68;
  border: 2px solid #fff;
  border-radius: 8px !important;
  margin-top: 72px;
  padding: 16px 32px !important;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 36px;
  transition: all 0.3s;
}

.consultation-form-submit-button:hover {
  background-color: #ff3a33;
}

.consultation-form-submit-button:active {
  background-color: #cc0700;
}

.consultation-form-submitted-popup {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.consultation-form-submitted-container {
  width: 100%;
  max-width: 1130px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-24 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
}

.text-block-25 {
  color: #000;
  margin-top: 8px;
  font-size: 23px;
  font-weight: 600;
  line-height: 150%;
}

.image-9 {
  margin-top: 2px;
  display: inline;
}

.paragraph-4 {
  max-width: 728px;
  color: #000;
  margin: 16px auto 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 150%;
}

.consultation-form-submitted-button {
  color: #fff !important;
  background-color: #ff6d68;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  transition: all 0.3s;
}

.consultation-form-submitted-button:hover {
  background-color: #ff3a33;
}

.consultation-form-submitted-button:active {
  background-color: #cc0700;
}

.div-block-17 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.banner-section-recognition {
  flex: 0 auto;
}

.banner-section-recognition-text {
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
}

.consultation-form-submitted-popup-skeleton {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.skeleton-loader {
  background-color: #e6e6e6;
}

.skeleton-loader.skl-1 {
  width: 370px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}

.skeleton-loader.skl-2 {
  width: 581px;
  height: 20px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.skeleton-loader.skl-3 {
  width: 128px;
  height: 128px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.skeleton-loader.skl-4 {
  width: 621px;
  height: 17px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
}

.skeleton-loader.skl-5 {
  width: 700px;
  height: 17px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}

.skeleton-loader.skl-6 {
  width: 560px;
  height: 17px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.skeleton-loader.skl-7 {
  width: 560px;
  height: 17px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.skeleton-loader.skl-8 {
  width: 233px;
  height: 68px;
}

.skeleton-loader.skl-9 {
  width: 132px;
  height: 68px;
}

.consultation-form-error-text {
  color: #cc002c;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: none;
}

.consultation-form-error-text.consultation-form-service-error-text,
.consultation-form-error-text.consultation-form-description-error-text,
.consultation-form-error-text.consultation-form-first-name-error-text {
  display: none;
}

.image-10 {
  margin-top: 27px;
  margin-left: -5px;
}

.consultation-form-submit-button {
  width: 100%;
  color: #fff !important;
  background-color: #ff6d68 !important;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-top: 72px;
  padding: 16px 32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  transition: all 0.3s;
}

.consultation-form-submit-button:hover {
  background-color: #ff3a33 !important;
}

.consultation-form-submit-button:active {
  background-color: #cc0700 !important;
}

.secondary-button {
  color: #333;
  text-align: left;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: Rajdhani, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.11s ease-in;
}

.secondary-button:hover {
  background-color: #e6e6e6;
  color: initial;
}

.secondary-button:active {
  color: #fff;
  background-color: #333;
  border-color: #fff;
}

.secondary-button.consultation-form-submitted-button-2 {
  padding: 16px 32px;
  font-size: 28px;
  line-height: 36px;
}

/* Responsive Navbar Backdrop Section */
.responsive-navbar-backdrop-section {
  z-index: 991;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

/* Responsive Nav Buttons */
.responsive-nav-buttons {
  background-color: #f2f2f2;
  padding: 24px 0 0;
  display: none;
}

.responsive-nav-buttons-line {
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #ff3e68, #ff9a68);
  margin-top: 20px;
}

.responsive-nav-buttons-container {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.responsive-nav-button-1,
.responsive-nav-button-2 {
  width: 50%;
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  border: 2px solid #333;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  box-shadow: 0 11px 28px rgba(0, 0, 0, 0.19);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* Header Responsive Section */
.header-responsive-section {
  display: none;
}

/* Tablet Responsive */
@media screen and (max-width: 991px) {
  .header-section {
    display: none;
  }
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-buttons,
  .nav-buttons.landing-nav-buttons {
    display: none;
  }
  .responsive-nav-buttons {
    z-index: 99;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: none !important;
  }

  .responsive-nav-button-2 {
    color: #f2f2f2;
    background-color: #333;
    border-color: #f2f2f2;
  }
  .header-navbar-responsive {
    z-index: 999;
    background-color: #0d0d0d;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar-responsive-logo {
    width: 160px;
    transform: translate(0, 10px);
  }

  .navbar-responsive-container {
    justify-content: space-around;
  }

  .navbar-responsive-menu-button {
    border-radius: 4px;
    padding: 8px;
  }

  .navbar-responsive-menu-button.w--open {
    background-color: #333;
  }

  .navbar-responsive-menu {
    width: 90%;
    background-color: #f2f2f2;
    border-radius: 8px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px;
  }

  .navbar-responsive-menu-link {
    width: 100%;
    color: #0d0d0d;
    text-align: center;
    padding: 0;
    font-size: 23px;
    font-weight: 500;
    line-height: 29px;
  }

  .navbar-responsive-menu-link:hover {
    font-weight: 600;
  }

  .navbar-responsive-menu-link.navbar-responsive-menu-link-margin {
    margin-top: 8px;
  }

  .navbar-responsive-menu-link.navbar-responsive-menu-link-margin.navbar-responsive-menu-link-bold {
    font-weight: 600;
  }

  .navbar-responsive-dropdown {
    width: 100%;
    text-align: center;
  }

  .navbar-responsive-dropdown.navbar-responsive-dropdown-margin {
    margin-top: 8px;
  }

  .navbar-responsive-dropdown-toggle {
    width: 100%;
    text-align: center;
    padding: 0;
    font-weight: 500;
  }

  .navbar-responsive-dropdown-toggle:hover {
    font-weight: 600;
  }

  .navbar-resnsive-dropdown-toggle-text {
    color: #0d0d0d;
    font-size: 23px;
    line-height: 29px;
    display: inline-block;
  }

  .navbar-resnsive-dropdown-toggle-text.navbar-resnsive-dropdown-toggle-text-bold {
    font-weight: 600;
  }

  .navbar-resnsive-dropdown-toggle-icon {
    margin: 0 0 0 12.3px;
    font-size: 16px;
    display: inline-block;
    position: static;
  }

  .navbar-responsive-dropdown-list {
    position: static;
  }

  .navbar-responsive-dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 8px;
  }

  .navbar-responsive-dropdown-line {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #ff3e68, #ff9a68);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-responsive-dropdown-line.navbar-responsive-dropdown-line-visible {
    margin-top: 8px;
  }

  .navbar-responsive-dropdown-line.navbar-responsive-dropdown-line-hidden {
    display: none;
  }

  .navbar-responsive-dropdown-link {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0d0d0d;
    margin-top: 8px;
    padding: 0 0 2px;
    font-size: 19px;
    line-height: 150%;
    position: static;
  }

  .navbar-responsive-icon-open {
    width: 24px;
    height: 24px;
  }

  .navbar-responsive-icon-close {
    width: 24px;
    height: 24px;
    display: none;
  }
  .navbar-resnsive-dropdown-toggle-icon {
    margin-bottom: -5px;
  }
  .navbar-responsive-dropdown-toggle.w--open
    .navbar-resnsive-dropdown-toggle-icon
    img {
    transform: rotate(180deg);
  }
  .navbar-responsive-menu-button.w--open .navbar-responsive-icon-open {
    display: none;
  }
  .navbar-responsive-menu-button.w--open .navbar-responsive-icon-close {
    display: block;
  }
  .header-responsive-section {
    background-color: #0d0d0d;
    padding-bottom: 24px;
    display: block;
    z-index: 992;
    position: fixed;
    width: 100%;
    top: 0;
  }
  .breadcrumbs-section {
    padding: 16px;
    padding-top: 0px;
  }
  .have-an-idea-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-7 {
    grid-column-gap: 10px;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-16 {
    font-size: 33px;
    line-height: 150%;
  }

  .text-block-17 {
    font-size: 23px;
  }

  .idea-box {
    grid-column-gap: 8px;
    padding: 16px;
  }

  .div-block-8 {
    min-width: 180px;
  }

  .button-3,
  .button-3-copy {
    padding: 16px 24px;
    font-size: 19px;
  }
  .column-8 {
    flex: 0 auto;
  }

  .column-9 {
    flex: none;
  }

  .footer-section-1 {
    padding-bottom: 56px;
  }

  .footer-section-1-container {
    grid-column-gap: 0px;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-8 {
    flex: 0 auto;
  }

  .column-9 {
    flex: none;
  }

  .div-block-12-copy {
    margin-top: 40px;
  }

  .div-block-12 {
    grid-column-gap: 56px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-section-1-left {
    flex: none;
  }

  .footer-section-1-right {
    width: 53%;
  }

  .div-block-13.footer-section-1-follow {
    display: none;
  }

  .div-block-13.footer-section-1-follow-responsive {
    display: block;
  }

  .text-block-22 {
    text-align: center;
  }

  .footer-section-1-social-icons.footer-section-1-social-icons-responsive {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .form-block.consultation-form-block {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .consultation-form-container {
    width: 97%;
  }

  .consultation-form-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .consultation-form-header-heading {
    font-size: 33px;
    line-height: 42px;
  }

  .consultation-form-close-icon {
    top: 19px;
    right: 19px;
  }

  .consultation-form-radio-field {
    width: 45%;
    flex: none;
  }

  .consultation-form-radio-container {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .clients-testimonials-slider {
    max-width: 452px;
    margin-left: auto;
  }

  .consultation-form-submit-button {
    margin-top: 56px;
    font-size: 23px;
    line-height: 29px;
  }

  .consultation-form-submitted-container {
    width: 97%;
    padding-left: 56px;
    padding-right: 56px;
  }

  .consultation-form-submitted-container.consultation-form-submitted-v2-container {
    padding-left: 45px;
    padding-right: 45px;
  }

  .consultation-form-submitted-button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 23px;
    line-height: 29px;
  }

  .banner-section-recognition-text {
    font-size: 11px;
  }

  .skeleton-loader.skl-1 {
    width: 243px;
    height: 44px;
  }

  .skeleton-loader.skl-2 {
    width: 363px;
    height: 19px;
    margin-top: 8px;
  }

  .skeleton-loader.skl-4 {
    height: 19px;
  }

  .skeleton-loader.skl-5 {
    width: 665px;
    height: 19px;
    margin-top: 12px;
  }

  .skeleton-loader.skl-6 {
    height: 19px;
    margin-top: 12px;
  }

  .skeleton-loader.skl-7 {
    width: 540px;
    height: 19px;
    margin-top: 12px;
  }

  .skeleton-loader.skl-9 {
    height: 53px;
  }

  .skeleton-loader.skl-1-copy {
    width: 539px;
    height: 48px;
  }

  .skeleton-loader.skl-3-copy {
    margin-top: 8px;
  }

  .skeleton-loader.skl-4-copy {
    width: 459px;
    height: 20px;
    margin-top: 8px;
  }

  .skeleton-loader.skl-5-copy {
    width: 377px;
    height: 20px;
    margin-top: 8px;
  }

  .skeleton-loader.skl-box {
    width: 647px;
    height: 182px;
    margin-top: 24px;
  }

  .skeleton-loader.skl-btn-1 {
    width: 61px;
    height: 20px;
  }

  .skeleton-loader.skl-1-copy-copy {
    width: 243px;
    height: 44px;
  }
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
  .header-responsive-section {
    background-color: #0d0d0d;
    padding-bottom: 22px;
    display: block;
  }

  .header-navbar-responsive {
    z-index: 999;
    background-color: #0d0d0d;
    padding-top: 22px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-responsive-logo {
    width: 160px;
    transform: translate(0, 10px);
  }

  .navbar-responsive-container {
    justify-content: space-around;
  }

  .navbar-responsive-menu-button {
    border-radius: 4px;
    padding: 8px;
  }

  .navbar-responsive-menu-button.w--open {
    background-color: #333;
  }

  .navbar-responsive-menu {
    width: 90%;
    background-color: #f2f2f2;
    border-radius: 8px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px;
  }

  .navbar-responsive-menu-link {
    width: 100%;
    color: #0d0d0d;
    text-align: center;
    padding: 0;
    font-size: 23px;
    font-weight: 500;
    line-height: 29px;
  }

  .navbar-responsive-menu-link:hover {
    font-weight: 600;
  }

  .navbar-responsive-menu-link.navbar-responsive-menu-link-margin {
    margin-top: 8px;
  }

  .navbar-responsive-menu-link.navbar-responsive-menu-link-margin.navbar-responsive-menu-link-bold {
    font-weight: 600;
  }

  .navbar-responsive-dropdown {
    width: 100%;
    text-align: center;
  }

  .navbar-responsive-dropdown.navbar-responsive-dropdown-margin {
    margin-top: 8px;
  }

  .navbar-responsive-dropdown-toggle {
    width: 100%;
    text-align: center;
    padding: 0;
    font-weight: 500;
  }

  .navbar-responsive-dropdown-toggle:hover {
    font-weight: 600;
  }

  .navbar-resnsive-dropdown-toggle-text {
    color: #0d0d0d;
    font-size: 23px;
    line-height: 29px;
    display: inline-block;
  }

  .navbar-resnsive-dropdown-toggle-text.navbar-resnsive-dropdown-toggle-text-bold {
    font-weight: 600;
  }

  .navbar-resnsive-dropdown-toggle-icon {
    margin: 0 0 0 12.3px;
    margin-bottom: -5px;
    font-size: 16px;
    display: inline-block;
    position: static;
  }

  .navbar-responsive-dropdown-list {
    position: static;
  }

  .navbar-responsive-dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 8px;
  }

  .navbar-responsive-dropdown-line {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #ff3e68, #ff9a68);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-responsive-dropdown-line.navbar-responsive-dropdown-line-visible {
    margin-top: 8px;
  }

  .navbar-responsive-dropdown-line.navbar-responsive-dropdown-line-hidden {
    display: none;
  }

  .navbar-responsive-dropdown-link {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0d0d0d;
    margin-top: 8px;
    padding: 0 0 2px;
    font-size: 19px;
    line-height: 150%;
    position: static;
  }

  .navbar-responsive-icon-open {
    width: 24px;
    height: 24px;
  }

  .navbar-responsive-icon-close {
    width: 24px;
    height: 24px;
    display: none;
  }

  .have-an-idea-section {
    background-image: linear-gradient(#ff3e68, #ff9a68);
    padding-top: 87px;
    padding-bottom: 40px;
  }

  .have-an-idea-section .column-8 img {
    display: inline-block;
  }

  .columns-7 {
    grid-column-gap: 10px;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .columns-7 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .column-8 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-9 {
    margin-top: 16px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .text-block-16 {
    font-size: 33px;
    line-height: 150%;
  }

  .text-block-17 {
    font-size: 23px;
  }

  .idea-box {
    grid-column-gap: 12px;
    padding: 24px;
  }

  .idea-box.idea-box-1,
  .idea-box.idea-box-2 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div-block-8 {
    min-width: 200px;
  }

  .button-3,
  .button-3-copy {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 19px;
  }

  .footer-section-1 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .footer-section-1-container {
    grid-row-gap: 96px;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-8 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-9 {
    margin-top: 16px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-11 {
    margin-top: 0;
  }

  .div-block-12 {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 60px;
  }

  .footer-section-1-left {
    width: 100%;
  }

  .footer-section-1-right {
    width: auto;
    order: -1;
  }

  .footer-section-1-right-links {
    margin-top: 16px;
  }

  .div-block-13.footer-section-1-follow {
    display: none;
  }

  .div-block-13.footer-section-1-follow-responsive {
    width: 100%;
    text-align: center;
    margin-top: 56px;
    display: block;
  }

  .footer-section-1-social-icons {
    grid-column-gap: 24px;
    border-radius: 0;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-section-1-social-icons.landing-footer-section-1-social-icons {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    flex-wrap: wrap;
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-section-1-social-icons.footer-section-1-social-icons-responsive {
    width: 100%;
  }
  .footer-section-1-responsive-logo {
    display: block;
    width: 109px;
  }
  .footer-section-1-logo {
    display: none;
  }
  .footer-section-1-social-icon {
    width: 23px;
    height: 23px;
  }

  .footer-section-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-section-2-image {
    width: 145px;
  }

  .div-block-15 {
    width: 100%;
  }

  .div-block-16 {
    margin-top: 24px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .consultation-form-popup {
    align-items: flex-end;
  }

  .form-block.consultation-form-block {
    padding-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .consultation-form {
    padding-bottom: 16px;
  }

  .consultation-form-text-field {
    padding: 22px 16px;
    font-size: 16px;
    line-height: 150%;
  }

  .consultation-form-container {
    width: 100%;
    max-height: 80vh;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .consultation-form-header {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
  }

  .consultation-form-header-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .consultation-form-close-icon {
    width: 25px;
    height: 25px;
    top: 18px;
    right: 15px;
  }

  .consultation-form-label {
    margin-top: 56px;
    font-size: 19px;
    line-height: 130%;
  }

  .consultation-form-radio-field {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 5px;
  }

  .consultation-form-radio-label {
    font-size: 16px;
  }

  .consultation-form-radio-container {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .clients-testimonials-slider {
    max-width: 100%;
    margin-left: 0;
  }

  .consultation-form-textarea {
    min-height: 96px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .column-10 {
    padding-right: 0;
  }

  .column-11 {
    margin-top: 16px;
    padding-left: 0;
  }

  .consultation-form-sub-label {
    font-size: 16px;
  }

  .consultation-form-submit-button {
    margin-top: 56px;
    margin-bottom: 16px;
    padding: 13.5px 0;
    font-size: 19px !important;
    line-height: 150%;
  }

  .consultation-form-submitted-popup {
    align-items: flex-end;
  }

  .consultation-form-submitted-container {
    width: 100%;
    max-height: 84vh;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 32px 16px 56px;
  }

  .consultation-form-submitted-container.consultation-form-submitted-v2-container {
    max-height: 98vh;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .text-block-24 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-25 {
    font-size: 19px;
    line-height: 130%;
  }

  .image-9 {
    margin-top: 12px;
  }

  .paragraph-4 {
    margin-top: 8px;
    font-size: 16px;
  }

  .consultation-form-submitted-button {
    padding: 13.5px 24px;
    font-size: 19px;
    line-height: 150%;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    margin-top: 64px;
  }

  .banner-section-recognition {
    width: 30%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .banner-section-recognition-text {
    font-size: 11px;
  }

  .consultation-form-submitted-popup-skeleton {
    align-items: flex-end;
  }

  .skeleton-loader.skl-1 {
    width: 117px;
    height: 36px;
  }

  .skeleton-loader.skl-2 {
    width: 302px;
    height: 35px;
    margin-top: 4px;
  }

  .skeleton-loader.skl-3 {
    margin-top: 12px;
  }

  .skeleton-loader.skl-4 {
    width: 300px;
    margin-top: 17px;
  }

  .skeleton-loader.skl-5 {
    width: 300px;
  }

  .skeleton-loader.skl-6 {
    width: 290px;
  }

  .skeleton-loader.skl-7 {
    width: 302px;
  }

  .skeleton-loader.skl-8,
  .skeleton-loader.skl-9 {
    width: 156px;
    height: 56px;
  }

  .skeleton-loader.skl-1-copy {
    width: 218px;
    height: 32px;
  }

  .skeleton-loader.skl-3-copy {
    width: 90px;
    height: 90px;
    margin-top: 13px;
  }

  .skeleton-loader.skl-4-copy {
    width: 284px;
    height: 24px;
    margin-top: 15px;
  }

  .skeleton-loader.skl-5-copy {
    width: 322px;
    height: 24px;
    margin-top: 6px;
  }

  .skeleton-loader.skl-box {
    width: 100%;
    height: 187px;
    margin-top: 21px;
  }

  .skeleton-loader.skl-btn-1 {
    width: 67px;
    height: 24px;
  }

  .skeleton-loader.skl-1-copy-copy {
    width: 173px;
    height: 32px;
    margin-top: 12px;
    display: block;
  }

  .skeleton-loader.skl-5-copy-copy {
    width: 129px;
    height: 24px;
    margin-top: 6px;
    display: block;
  }

  .column-12 {
    min-height: auto;
    align-items: center;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .secondary-button.consultation-form-submitted-button-2 {
    border-radius: 8px;
    padding: 13.5px 24px;
    font-size: 19px;
    line-height: 150%;
  }
  .consultation-form-text-field {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    padding-right: 16px !important;
    font-size: 16px !important;
    line-height: 150% !important;
  }
  .consultation-form-submit-button {
    margin-top: 56px !important;
    margin-bottom: 16px !important;
    padding: 13.5px 0 !important;
    font-size: px !important;
    line-height: 150% !important;
  }
  .consultation-form-service-radios-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .consultation-form-service-radio-field {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .consultation-form-service-radio-field-text {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Mobile Small Responsive */
@media screen and (max-width: 479px) {
  .responsive-nav-button-1,
  .responsive-nav-button-2 {
    font-size: 14px;
  }
}

/* Custom Global Styles */
.consultation-form-submit-button:disabled {
  cursor: not-allowed;
  background-color: #ffcecc;
}

.consultation-form-submit-button:disabled:hover {
  background-color: #ff9c99;
}

.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
  .column-8,
  .column-9 {
    width: auto;
  }
  .columns-7::before,
  .columns-7::after {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .clients-testimonials-slider .w-slider-dot {
    width: 8px;
    height: 8px;
  }

  .consultation-form-radio-label::after {
    top: 7px !important;
  }
}
