@font-face {
  font-family: 'Acumin Pro BoldItalic';
  src: url('../fonts/acumin-pro/AcuminPro-BoldItalic.eot');
  src: url('../fonts/acumin-pro/AcuminPro-BoldItalic.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.svg#AcuminPro-BoldItalic')
      format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Bold';
  src: url('../fonts/acumin-pro/AcuminPro-Bold.eot');
  src: url('../fonts/acumin-pro/AcuminPro-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-Bold.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-Bold.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-Bold.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-Bold.svg#AcuminPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Italic';
  src: url('../fonts/acumin-pro/AcuminPro-Italic.eot');
  src: url('../fonts/acumin-pro/AcuminPro-Italic.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-Italic.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-Italic.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-Italic.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-Italic.svg#AcuminPro-Italic')
      format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Regular';
  src: url('../fonts/acumin-pro/AcuminPro-Regular.eot');
  src: url('../fonts/acumin-pro/AcuminPro-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-Regular.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-Regular.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-Regular.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-Regular.svg#AcuminPro-Regular')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TradeGothicNextLTPro-Rg';
  src: url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.eot');
  src: url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.woff2')
      format('woff2'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.woff')
      format('woff'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.ttf')
      format('truetype'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.svg#TradeGothicNextLTPro-Rg')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.new-wireframe-wrapper {
  font-family: 'TradeGothicNextLTPro-Rg';
}

img {
  max-width: 100%;
}

.commom-sp {
  padding: 90px 0;
}

.how-work-nav {
  background: #343434;
  padding: 10px 0;
  width: 100%;
  float: left;
  width: 100%;
}

.how-work-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

.how-work-nav ul li button {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  transition: 0.3s ease;
  display: inline-block;
  padding: 0 10px 3px;
  border: none !important;
}

.how-work-nav ul li button:hover,
.how-work-nav ul li button.active {
  color: #10d7ff;
}

.how-work-nav ul li button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #10d7ff;
  transition: 0.3s ease;
}

.how-work-nav ul li button:hover::after,
.how-work-nav ul li button.active::after {
  width: 100%;
}

.how-work-nav .nav-link.active {
  color: #10d7ff;
  background: transparent;
  border-color: transparent;
}

.overview-section {
  background-color: #113154;
  color: #fff;
  width: 100%;
  float: left;
}

.hero-title-main {
  font-weight: 400;
  font-size: 48px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero-tagline {
  color: #24bfcb;
  font-size: 22px !important;
  line-height: 1.4;
  max-width: 520px;
  margin-bottom: 35px;
  text-align: left;
}

.hero-desc {
  color: white;
  font-size: 20px !important;
  line-height: 1.4;
  max-width: 520px;
  margin-bottom: 35px;
  text-align: left;
}

.hero-video-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.play-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  width: 80px;
  height: 80px;
}

.play-btn-overlay img {
  opacity: 0.7;
}

.play-btn-overlay:hover img {
  opacity: 1;
}

.confirmation-section {
  background: #ffffff;
  padding: 70px 0 60px;
  float: left;
  width: 100%;
}

.section-orange-line {
  display: block;
  width: 80px;
  height: 4px;
  background: #f36f21;
  margin: 0 auto 20px;
}

.section-main-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #003054;
}

.section-body-text {
  font-size: 22px !important;
  color: #525252;
  margin: 0 auto 45px;
  line-height: 33px;
}

.section-body-text a {
  color: #005da6;
  font-weight: 600;
  text-decoration: none;
}

.vs-wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
  margin: 120px 0 70px;
  gap: 15px;
}

.vs-col-left,
.vs-col-right {
  flex: 1;
  padding: 55px 70px;
}

.vs-col-left {
  background: #113154;
  color: #fff;
}

.vs-col-right {
  background: #005da6;
  color: #fff;
}

.vs-col-left h3,
.vs-col-right h3 {
  font-size: 32px;
  margin-bottom: 22px;
  font-weight: 600;
}

.vs-col-left ul,
.vs-col-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vs-col-left ul li,
.vs-col-right ul li {
  font-size: 22px !important;
  padding: 10px 0;
}

.vs-col-left ul li:last-child,
.vs-col-right ul li:last-child {
  border-bottom: none;
}

.vs-col-right {
  text-align: right;
}

.vs-badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: #fff;
  padding: 0;
}

.vs-badge img {
  transform: rotate(-45deg);
  width: 175px;
  max-width: inherit;
}

.download-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.btn-download-handout {
  border: 2px solid #484848;
  background: transparent;
  color: #757575;
  padding: 9px 40px;
  font-size: 20px;
  border-radius: 0;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-download-handout:hover {
  background: #333;
  color: #fff;
}

.features-strip {
  background: #113154;
  width: 100%;
  float: left;
}

.feature-box {
  text-align: center;
  padding: 0 15px;
}

.feature-box .feat-icon {
  margin-bottom: 30px;
  min-height: 82px;
  display: inline-flex;
  align-items: center;
}

.feature-box .feat-icon img {
  max-height: 72px;
}

.feature-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}

.feature-box p {
  font-size: 18px !important;
  color: #fff;
  margin: 0;
  line-height: 1.7;
}

.steps-section {
  background: #fff;
  padding: 70px 0 60px;
  float: left;
  width: 100%;
}

.steps-section .section-orange-line {
  margin: 0 auto 20px;
}

.step-col img {
  margin-bottom: 18px;
}

.step-col h5 {
  color: #005da6;
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0 25px;
}

.step-col p {
  font-size: 18px !important;
  max-width: 80%;
  line-height: 27px;
  text-align: left;
}

.proven-section {
  background-color: #ffffff;
  float: left;
  width: 100%;
  padding-top: 20px !important;
}

.proven-section .container {
  background-image: url(../images/map-bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #ffffff;
  background-size: 53%;
}

.proven-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 35px;
  display: inline-block;
  width: 100%;
}

.proven-list li {
  font-size: 24px !important;
  color: #113154;
  margin-bottom: 40px;
  position: relative;
  padding-left: 55px;
  font-weight: 600;
}

.proven-list li:before {
  background-image: url(../images/check-icon.png);
  content: '';
  position: absolute;
  left: 3px;
  width: 25px;
  top: 6px;
  background-size: contain;
  height: 25px;
  background-repeat: no-repeat;
}

.proven-list li strong {
  color: #005da6;
}

.btn-case-study {
  background: #f36f21;
  color: #fff;
  padding: 10px 48px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.btn-case-study:hover {
  background: #d95c0f;
  color: #fff;
}

.proven-img-wrap {
  position: relative;
}

.proven-img-wrap img {
  width: 100%;
}

.map-bg {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cellipse cx='200' cy='200' rx='180' ry='120' fill='%23aaa'/%3E%3Cellipse cx='550' cy='180' rx='160' ry='100' fill='%23aaa'/%3E%3Cellipse cx='680' cy='280' rx='80' ry='60' fill='%23aaa'/%3E%3C/svg%3E");
  background-size: cover;
  pointer-events: none;
}

.get-started-sec {
  background: #113154;
  padding: 65px 0;
  text-align: center;
  float: left;
  width: 100%;
}

.get-started-sec p {
  color: #fff;
  font-size: 28px !important;
  line-height: 1.5;
  max-width: 680px;
  margin: 0 auto 18px !important;
}

.get-started-sec .cta-sub {
  color: #fff;
  font-size: 22px;
  margin-bottom: 22px;
  display: block;
}

.work-line {
  position: relative;
  width: 260px;
  height: 2px;
  background: #11c8ff;
  margin: auto;
}

.glow-dot {
  width: 14px;
  height: 14px;
  background: #11c8ff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -6px;
  box-shadow: 0 0 15px #11c8ff;
}

.process-box {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  border: 1px solid rgba(90, 190, 255, 0.5);
  padding: 35px;
  background: rgba(0, 0, 0, 0.25);
}

.process-item h4 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.process-item p {
  color: #ffffff;
  font-size: 22px !important;
  line-height: 1.5;
  margin: 0;
  max-width: 200px;
}

.section-heading {
  margin-bottom: 70px;
}

.section-line {
  width: 110px;
  height: 5px;
  background: #f36f21;
  display: block;
  margin: 0 auto 25px;
}

.component-content {
  width: 71%;
}

.key-components-section {
  float: left;
  width: 100%;
}

.component-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.component-content h4 {
  color: #005da6;
  font-size: 27px;
  margin-bottom: 12px;
  font-weight: 700;
}

.component-content p {
  color: #6d6d6d;
  font-size: 21px !important;
  line-height: 1.5;
  margin: 0;
  max-width: 84%;
}

.engineered-section {
  background: #ffffff;
  float: left;
  width: 100%;
}

.process-item {
  width: 70%;
}

.engineered-image img {
  width: 100%;
  display: block;
}

.engineered-image {
  padding-right: 35px;
}

.engineered-item {
  font-size: 26px;
  color: #757575;
  margin-bottom: 30px;
  line-height: 1.5;
}

.engineered-item:last-child {
  margin-bottom: 0;
}

.component-icon img {
  max-width: 80px;
}

.how-it-works-section {
  background-color: #02142f;
  background-image: url('https://ctcglobaldev.wpengine.com/wp-content/uploads/2026/05/ctc-wireframes-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  min-height: 450px;
  padding: 70px 0 30px;
}

.how-it-works-section .container {
  position: relative;
  z-index: 2;
}

.how-it-works-wrapper {
  position: relative;
  min-height: 700px;
}

.how-it-works-content {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  text-align: center;
}

.how-it-works-content h2 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 25px;
}

.work-line {
  position: relative;
  width: 200px;
  height: 2px;
  background: #11c8ff;
}

.glow-dot {
  width: 14px;
  height: 14px;
  background: #11c8ff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -6px;
  box-shadow: 0 0 15px #11c8ff;
}

.process-box {
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
  border: 1px solid rgba(90, 190, 255, 0.5);
  padding: 35px 70px;
  background: rgba(0, 0, 0, 0.25);
}

.hero-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* Vimeo iframe */
.hero-video-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Poster */
.video-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Play Button */
.play-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

.play-btn-overlay img {
  width: 80px;
  max-width: 18vw;
  height: auto;
}

@media (max-width: 1399px) {
  .how-it-works-content h2 {
    font-size: 48px;
  }

  .process-item h4 {
    font-size: 30px;
  }

  .process-item p {
    font-size: 20px !important;
  }

  .component-content h4 {
    font-size: 26px;
  }

  .component-content p {
    font-size: 20px !important;
  }

  .engineered-item {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .engineered-list {
    padding-left: 0;
  }

  .how-it-works-section {
    min-height: auto;
    padding: 70px 0;
  }

  .how-it-works-wrapper {
    min-height: auto;
  }

  .how-it-works-content {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 40px;
    display: inline-block;
  }

  .process-box {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 40px;
  }

  .engineered-item {
    font-size: 20px;
  }

  .vs-col-left,
  .vs-col-right {
    flex: 1;
    padding: 55px 30px;
  }
}

@media (max-width: 991px) {
  .commom-sp {
    padding: 60px 0;
  }

  .section-main-title {
    font-size: 38px;
  }

  .hero-title-main,
  .hero-tagline {
    text-align: center;
  }

  .hero-title-main {
    font-size: 38px;
  }

  .hero-video-wrap {
    margin-top: 30px;
  }

  .vs-wrapper {
    flex-direction: column;
    margin: 50px 0 50px;
  }

  .vs-col-left {
    padding: 28px 25px 70px;
    text-align: center;
  }

  .vs-col-right {
    padding: 70px 25px 28px;
    text-align: center;
  }

  .vs-badge {
    top: 50%;
    width: 100px;
    height: 100px;
  }

  .vs-badge img {
    width: 113px;
  }

  .how-it-works-content h2 {
    font-size: 46px;
  }

  .process-item h4 {
    font-size: 26px;
  }

  .process-item p {
    font-size: 18px !important;
    max-width: 100%;
  }

  .component-content h4 {
    font-size: 24px;
  }

  .component-content p {
    font-size: 18px !important;
    text-align: left;
  }

  .engineered-item {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .engineered-image {
    padding-right: 0px;
  }

  .component-content {
    width: 100%;
    text-align: left;
  }

  .hero-tagline {
    font-weight: 400;
    margin: 0 0 25px;
    font-size: 20px !important;
    max-width: 100%;
  }

  .hero-desc {
    font-size: 18px !important;
    max-width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  .section-body-text {
    font-size: 18px !important;
    margin: 0 auto 15px;
    line-height: 33px;
  }

  .proven-list {
    margin: 10px 0 15px;
  }

  .proven-list li {
    margin-bottom: 30px;
  }

  .play-btn-overlay img {
    width: 65px;
  }
}

@media (max-width: 767px) {
  .commom-sp {
    padding: 40px 0;
  }

  .how-work-nav ul {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-title-main {
    font-size: 2rem;
  }

  .vs-col-left h3,
  .vs-col-right h3 {
    font-size: 28px;
  }

  .feature-box {
    margin-bottom: 30px;
  }

  .how-work-nav {
    padding: 15px 10px;
  }

  .how-work-nav ul {
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .how-it-works-section {
    padding: 50px 0;
    background-position: center;
  }

  .how-it-works-content h2 {
    font-size: 38px;
  }

  .work-line {
    width: 180px;
  }

  .process-box {
    padding: 25px 20px;
  }

  .how-it-works-section {
    padding: 50px 0;
  }

  .how-it-works-content h2 {
    font-size: 38px;
  }

  .work-line {
    width: 180px;
  }

  .process-box {
    padding: 25px 20px;
  }

  .process-item h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .process-item p {
    font-size: 18px !important;
    text-align: left;
  }

  .component-item {
    gap: 18px;
  }

  .component-content h4 {
    font-size: 20px;
  }

  .component-content p {
    font-size: 18px !important;
  }

  .engineered-item {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .proven-section .container {
    background-position: center bottom;
    background-size: 100%;
  }

  .proven-list li:before {
    top: 0;
  }

  .process-item {
    width: 100%;
  }

  .btn-case-study {
    padding: 9px 28px;
    font-size: 17px;
  }

  .hero-video-wrap {
    aspect-ratio: 18 / 10;
  }

  .play-btn-overlay img {
    width: 55px;
  }
}

@media (max-width: 575px) {
  .section-main-title {
    font-size: 28px;
  }

  .hero-title-main {
    font-size: 28px;
  }

  .how-work-nav ul {
    gap: 14px;
  }

  .how-work-nav ul li button {
    font-size: 15px;
    padding: 0 3px 3px;
  }

  .how-work-nav {
    padding: 12px 0;
  }

  .component-content p {
    text-align: center;
  }

  .hero-tagline {
    font-size: 1.2rem !important;
  }

  .hero-desc {
    font-size: 17px !important;
    line-height: 1.5;
  }

  .component-content {
    text-align: center;
  }

  .how-it-works-content h2 {
    font-size: 32px;
  }

  .process-box {
    padding: 20px 15px;
  }

  .component-item {
    flex-direction: column;
    text-align: center;
  }

  .component-icon {
    margin: 0 auto;
  }

  .engineered-item {
    font-size: 18px;
    line-height: 1.6;
  }

  .process-item p {
    text-align: left;
    font-size: 16px !important;
  }

  .process-item h4 {
    font-size: 21px;
    margin-bottom: 6px;
  }

  .vs-col-left h3,
  .vs-col-right h3 {
    font-size: 24px;
  }

  .vs-col-left ul li,
  .vs-col-right ul li {
    font-size: 17px !important;
    padding: 4px 0;
    line-height: 27px !important;
  }

  .vs-badge {
    top: 0;
    width: 100px;
    height: 100px;
    position: relative;
  }

  .vs-col-right {
    margin-top: -107px;
  }

  .step-col h5 {
    margin: 0px 0 12px;
  }

  .component-content p,
  .step-col p {
    max-width: 100%;
  }

  .proven-list li {
    margin-bottom: 26px;
    font-size: 19px !important;
    padding-left: 40px;
  }

  .btn-case-study {
    font-size: 16px;
  }

  .engineered-item {
    margin-bottom: 15px;
  }

  .get-started-sec p {
    font-size: 22px !important;
  }

  .btn-download-handout {
    padding: 9px 30px;
    font-size: 18px;
  }

  .how-it-works-wrapper {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-video-wrap {
    margin-top: 15px;
  }

  .get-started-sec .cta-sub {
    font-size: 19px;
    margin-bottom: 4px;
  }

  .play-btn-overlay {
    width: 60px;
    height: 60px;
  }

  .engineered-section,
  .proven-section,
  .steps-section,
  .confirmation-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.set-demo-section {
  background: #113154;
  width: 100%;
  float: left;
}

.demo-left-content {
  color: #ffffff;
}

.demo-left-content h2 {
  font-weight: 400;
  font-size: 48px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 15px;
}

.demo-subtitle {
  color: #24bfcb;
  font-size: 22px !important;
  line-height: 1.4;
  max-width: 520px;
  margin-bottom: 35px;
  text-align: left;
}

.demo-feature-list {
  list-style: disc;
  padding-left: 22px;
  margin: 0;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.demo-feature-list li {
  color: #ffffff;
  font-size: 22px !important;
  margin-bottom: 26px;
  padding-left: 14px;
}

.demo-form-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 45px 42px;
  max-width: 660px;
  margin-left: auto;
}

.demo-form-card .form-control {
  height: 45px;
  border: 1px solid #005da6;
  border-radius: 6px;
  color: #555555;
  font-size: 15px;
  box-shadow: none;
  padding: 7px 18px;
  font-family: 'TradeGothicNextLTPro-Rg';
  line-height: normal;
}

.demo-form-card textarea.form-control {
  height: auto;
  min-height: 200px;
  resize: none;
}

.demo-form-card .form-control::placeholder {
  color: #777777;
}

.demo-form-card .form-control:focus {
  border-color: #005da6;
  box-shadow: none;
}

.demo-submit-btn {
  background: #f36f21;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  padding: 10px 36px;
  font-size: 19px;
  line-height: 1;
  transition: 0.3s ease;
  margin-top: 22px;
}

.demo-submit-btn:hover {
  background: #d95c0f;
  color: #ffffff;
}

.country-field {
  position: relative;
}

.country-field .country-flag {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
}

.country-field .country-flag img {
  width: 18px;
  height: auto;
  display: block;
}

.country-field .country-input {
  padding-left: 38px;
}

@media (max-width: 991px) {
  .demo-left-content {
    text-align: center;
    margin-bottom: 35px;
  }

  .demo-left-content h2 {
    font-size: 38px;
  }
  .demo-left-content h2 br {
    display: none;
  }

  .demo-feature-list {
    display: inline-block;
    text-align: left;
    float: none;
    width: auto;
    margin-top: 10px;
  }
  .demo-feature-list li {
    font-size: 19px !important;
    margin-bottom: 17px;
    padding-left: 11px;
  }
  .demo-form-card {
    margin: 0 auto;
  }

  .demo-subtitle {
    font-weight: 400;
    margin: 0 0 25px;
    font-size: 20px !important;
    max-width: 100%;
  }
  .demo-subtitle {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .demo-left-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .demo-left-content h2 {
    font-size: 28px;
  }
  .hero-tagline {
    font-size: 1.2rem !important;
  }

  .demo-feature-list li {
    font-size: 16px !important;
    margin-bottom: 14px;
  }

  .demo-form-card {
    border-radius: 18px;
    padding: 28px 20px;
  }
  .demo-subtitle {
    margin: 0 0 14px;
    font-size: 1.2rem !important;
  }
  .demo-form-card textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: none;
  }
}
