@charset "UTF-8";
body {
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1210px;
  }
}
@media (max-width: 576px) {
  .container {
    width: 90%;
  }
}

@font-face {
  font-family: "SVN-Gilroy semi bold";
  src: url("SVN-GilroySemiBold.eot");
  src: url("SVN-GilroySemiBold.eot?#iefix") format("embedded-opentype"), url("SVN-GilroySemiBold.woff2") format("woff2"), url("SVN-GilroySemiBold.woff") format("woff"), url("SVN-GilroySemiBold.ttf") format("truetype"), url("SVN-GilroySemiBold.svg#SVN-GilroySemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy bold";
  src: url("SVN-GilroyBold.eot");
  src: url("SVN-GilroyBold.eot?#iefix") format("embedded-opentype"), url("SVN-GilroyBold.woff2") format("woff2"), url("SVN-GilroyBold.woff") format("woff"), url("SVN-GilroyBold.ttf") format("truetype"), url("SVN-GilroyBold.svg#SVN-GilroyBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("SVN-Gilroy.eot");
  src: url("SVN-Gilroy.eot?#iefix") format("embedded-opentype"), url("SVN-Gilroy.woff2") format("woff2"), url("SVN-Gilroy.woff") format("woff"), url("SVN-Gilroy.ttf") format("truetype"), url("SVN-Gilroy.svg#SVN-Gilroy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy medium";
  src: url("SVN-GilroyMedium.eot");
  src: url("SVN-GilroyMedium.eot?#iefix") format("embedded-opentype"), url("SVN-GilroyMedium.woff2") format("woff2"), url("SVN-GilroyMedium.woff") format("woff"), url("SVN-GilroyMedium.ttf") format("truetype"), url("SVN-GilroyMedium.svg#SVN-GilroyMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.cursor-pointer {
  cursor: pointer;
}

.logo-and {
  font-size: 0.6em;
  vertical-align: middle;
  color: #ffb300;
  padding: 0 4px;
  position: relative;
}
.logo-and .logo-arrow {
  position: absolute;
  bottom: -4px;
  left: 10%;
  width: 120%;
  height: 12px;
  border-bottom: 2px solid #ffb300;
  border-right: 2px solid #ffb300;
  border-bottom-right-radius: 12px;
  transform: skewX(-20deg);
}
.logo-and .logo-arrow::before {
  content: "▲";
  position: absolute;
  color: #ffb300;
  bottom: -6px;
  left: -4px;
  font-size: 9px;
  transform: rotate(-45deg);
}

.left-panel {
   background-image: url('/wp-content/themes/twentytwentyone-child/images/chatbot/chat-bgbg.jpg');
  background-size: cover;
  background-position: left top;
  position: relative;
}
@media (max-width: 1600px) {
  .left-panel .content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .left-panel .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.left-panel h1 {
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .left-panel h1 {
    text-align: center;
    max-width: 270px;
    font-size: 35px;
    font-weight: 600;
  }
}
.left-panel p {
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 6%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .left-panel p {
    color: #fff;
    font-family: "Gilroy-Medium", "Outfit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 6%;
    max-width: 270px;
  }
}
.left-panel .features-card {
  backdrop-filter: blur(12px);
  max-width: 600px;
  border-radius: 13.906px;
  background: rgba(217, 217, 217, 0.2);
}
@media (max-width: 768px) {
  .left-panel .features-card {
    display: none;
  }
}
.left-panel .features-card ul li {
  color: #fff;
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.left-panel .features-card ul li svg {
  margin-right: 10px;
}

.right-panel {
  background: #dbeafe;
}
@media (max-width: 576px) {
  .right-panel {
    padding-top: 38px !important;
  }
}
.right-panel h3 {
  color: #3b3b3b;
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.right-panel .form-container {
  max-width: 550px;
}
@media (max-width: 768px) {
  .right-panel .form-container {
    text-align: center;
  }
}
.right-panel .form-container .form-label {
  margin-bottom: 0.3rem;
  color: #3b3b3b;
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1600px) {
  .right-panel .form-container .form-label {
    font-size: 17px;
  }
}
.right-panel .form-container .input-group-text,
.right-panel .form-container .form-control,
.right-panel .form-container .form-select {
  height: 47px;
  border-color: #dbe2ef !important;
  box-shadow: none;
  color: rgba(126, 117, 117, 0.8);
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 5.027px !important;
  background-color: #dbeafe;
  line-height: normal;
}
.right-panel .form-container .form-control:focus,
.right-panel .form-container .form-select:focus {
  box-shadow: none;
  border-color: #b9c7e0 !important;
}
.right-panel .form-container .input-group-text {
  color: #8fa0ba;
  height: 47px;
  background: #dbeafe;
  border: 0;
  border-radius: 5.027px 0 0 5.027px !important;
}
.right-panel .form-container ::placeholder {
  color: #aeb9cc;
  font-size: 0.95rem;
}
.right-panel .form-container .terms-text {
  font-size: 0.6rem;
  line-height: 1.5;
  color: #7e7575;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 11.3px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1600px) {
  .right-panel .form-container .terms-text {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .right-panel .form-container .terms-text {
    font-size: 15px;
    text-align: left;
  }
}
.right-panel .form-container .terms-text a {
  text-decoration: underline;
  color: #6c757d;
}
.right-panel .form-container .btn {
  border-radius: 3.74px;
  background: #1d53ff;
  box-shadow: 0 3.89px 3.89px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 19.45px;
  font-style: normal;
  font-weight: 400;
  padding: 12px;
  line-height: normal;
  width: 100%;
}
.right-panel .form-container .btn-primary {
  background-color: #1D53FF;
  border-color: #1D53FF;
}
.right-panel .form-container .btn-primary:hover {
  background-color: #1c42cc;
  border-color: #1c42cc;
}

header {
  background: #fff;
}

.navbar-wrap {
  padding: 18px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .navbar-wrap {
    padding: 16px 20px;
    gap: 16px;
    text-align: center;
  }
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.brand img {
  height: 60px;
  width: auto;
}
@media (max-width: 768px) {
  .brand img {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .brand img {
    height: 30px;
  }
}

.nav-cta {
  background: #1D53FF;
  color: #fff;
  border: none;
  border-radius: 11px !important;
  padding: 8px 15px;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(29, 83, 255, 0.15);
}
@media (max-width: 768px) {
  .nav-cta {
    padding: 10px 16px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .nav-cta {
    padding: 9px;
    font-size: 12px;
    gap: 0;
    border-radius: 50% !important;
  }
}
.nav-cta:hover {
  background: #1D53FF, -hover;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(29, 83, 255, 0.25);
}
.nav-cta .ph-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .nav-cta .ph-wrap {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 768px) {
  .nav-cta .ph-wrap {
    height: 12px;
    width: 12px;
  }
}
.nav-cta .ph-wrap img {
  max-width: 100%;
}
.nav-cta .ph-wrap i {
  color: #1D53FF;
  font-size: 13px;
}
@media (max-width: 576px) {
  .nav-cta span {
    display: none;
  }
}
.nav-cta span.num {
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-weight: 600;
}

.hero-business {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/wp-content/themes/twentytwentyone-child/images/chatbot/banner.jpg") center/cover no-repeat;
  background-color: #333;
  padding: 30px 0 100px;
}
@media (max-width: 1600px) {
  .hero-business {
    padding: 30px 0 30px;
  }
}
.hero-business h1 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1600px) {
  .hero-business h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .hero-business h1 {
    font-size: 30px;
  }
}
.hero-business .lead {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-style: normal;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  line-height: normal;
}
.hero-business .lead strong {
  color: #fff;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-weight: 600;
}
.hero-business .form-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 135px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hero-business .form-card {
    padding: 25px 50px;
  }
}
.hero-business .form-card form .step2 {
  max-width: 564px;
}
@media (max-width: 768px) {
  .hero-business .form-card form .step2 .btn.btn-link {
    position: unset !important;
    flex-direction: row;
    text-align: center;
    justify-content: center;
  }
}
.hero-business .form-card form .step2 label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.hero-business .form-card form .step2 .btn.btn-primary {
  border-radius: 15.553px;
  background: #1d53ff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 192px;
  padding: 13.22px 18.664px;
  color: #fff;
  text-align: center;
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.036px; /* 85.182% */
}
.hero-business .form-card form .step2 .btn.btn-primary:hover {
  background-color: #000 !important;
  color: #fff;
  border-color: #000 !important;
  transform: translate(-5px, -5px);
}
.hero-business .form-card form .step2 select.form-select.select-tim {
  background-position: 20px;
}
.hero-business .form-card .form-label {
  color: #3b3b3b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  margin-bottom: 17px;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero-business .form-card .form-label {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero-business .form-card .d-flex {
    flex-direction: column;
    gap: 10px !important;
  }
}
.hero-business .form-card .postcode-input {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 8px 20px;
  border-radius: 13px;
  border: 1px solid rgba(126, 117, 117, 0.5);
  background: #fff;
}
.hero-business .form-card .toggle-btn {
  display: flex;
  height: 42px;
  padding: 21px 53px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  border-radius: 13px;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(217, 217, 217, 0.5);
  color: #3b3b3b;
  font-size: 20px;
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero-business .form-card .toggle-btn {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    line-height: normal;
    padding: 21px 40px;
  }
}
.hero-business .form-card .toggle-btn.active {
  border: 1px solid #1d53ff;
  background: #dbeafe;
  color: #1d53ff;
}
.hero-business .form-card .btn-compare {
  display: flex;
  height: 50px;
  padding: 21px 263px 21px 271px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 13px;
  background: rgba(126, 117, 117, 0.28);
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  color: rgba(126, 117, 117, 0.5);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.hero-business .form-card .btn-compare:hover {
  background-color: #1D53FF;
  color: #fff;
  transform: translate(-5px, -5px);
}
@media (max-width: 768px) {
  .hero-business .form-card .btn-compare {
    padding: 21px 40px;
    font-size: 20px;
  }
}
.hero-business .form-card .btn-compare.active {
  cursor: pointer;
}

.testimonials {
  padding: 60px 0;
}
.testimonials .owl-stage {
  display: flex;
}
.testimonials .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.testimonials .owl-dots {
  margin-top: 30px;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9;
  margin: 5px 4px;
}
.testimonials .owl-theme .owl-dots button.owl-dot.active span {
  background: #1d53ff;
}
.testimonials .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.testimonials .quote-card {
  border-radius: 12px;
  border: 1px solid #1d53ff;
  background: #fff;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1600px) {
  .testimonials .quote-card {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .testimonials .quote-card {
    padding: 30px 27px;
  }
}
.testimonials .quote-card .quote-icon {
  width: 47.909px;
  height: 41.621px;
  float: left;
}
.testimonials .quote-card .qqtext {
  float: left;
  width: 100%;
  clear: both;
}
.testimonials .quote-card .quote-text {
  color: #3b3b3b;
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  margin-top: 15px;
  float: left;
  width: 100%;
}
@media (max-width: 1600px) {
  .testimonials .quote-card .quote-text {
    font-size: 17.5px;
  }
}
@media (max-width: 768px) {
  .testimonials .quote-card .quote-text {
    font-size: 20px;
  }
}
.testimonials .quote-card .quote-author {
  border-left: 3px solid #1D53FF;
  padding-left: 10px;
  color: #3b3b3b;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 21.907px;
  /* 121.708% */
}
.testimonials .quote-card:hover .quote-icon svg path {
  fill: #1D53FF;
  fill-opacity: 1;
}
.testimonials .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.testimonials .owl-nav button.owl-prev,
.testimonials .owl-nav button.owl-next {
  pointer-events: auto;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff !important;
  border: 1px solid #e9ecef !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #495057 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
  margin: 0 !important;
}
.testimonials .owl-nav button.owl-prev:hover,
.testimonials .owl-nav button.owl-next:hover {
  background: #f8f9fa !important;
  color: #1D53FF !important;
}
.testimonials .owl-nav button.owl-prev i,
.testimonials .owl-nav button.owl-next i {
  font-size: 1.2rem;
}
.testimonials .owl-nav button.owl-prev {
  left: -60px;
}
.testimonials .owl-nav button.owl-next {
  right: -60px;
}
@media (max-width: 1200px) {
  .testimonials .owl-nav button.owl-prev {
    left: -15px;
  }
  .testimonials .owl-nav button.owl-next {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .testimonials .owl-nav {
    display: none !important;
  }
}

.retailers {
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .retailers {
    padding: 0 0 0 0;
  }
}
.retailers h3 {
  color: #3b3b3b;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 55px */
  margin-bottom: 57px;
}
@media (max-width: 1600px) {
  .retailers h3 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .retailers h3 {
    font-size: 30px;
    line-height: 110%; /* 33px */
  }
}
.retailers .retailer-box {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: box-shadow 0.2s;
  margin: 15px 13px;
  border-radius: 9.355px;
  border: 1.169px solid rgba(59, 59, 59, 0.2);
  background: #fff;
}
@media (max-width: 768px) {
  .retailers .retailer-box {
    height: 65px;
    padding: 10px;
    margin: 10px 5px;
  }
}
.retailers .retailer-box img {
  max-width: 80%;
}
.retailers .retailer-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.retailers .retailer-box .placeholder-logo {
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.retailers .retailer-box .placeholder-logo i {
  font-size: 1.5rem;
}
.retailers .disclaimer-text {
  max-width: 1030px;
  margin: 0 auto;
  line-height: 1.6;
  color: #3b3b3b;
  text-align: center;
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}
@media (max-width: 768px) {
  .retailers .disclaimer-text {
    font-size: 18px;
    width: 100%;
    max-width: 300px;
  }
}

.cta-section {
  background: linear-gradient(to bottom, #ffffff 0%, #feffff 19%, #1e54fe 19%, #1d53fe 19%, #1c55fe 19%, #1f51ff 19%, #1e54fe 20%, #1e52fd 22%, #1c51f9 23%, #1d50f7 26%, #1c50f2 27%, #1d51f5 28%, #1a4ef0 29%, #1e50f1 31%, #1c4eef 32%, #1c4eed 34%, #1b4be9 35%, #1c4ae5 41%, #194ae4 41%, #1c49e2 42%, #1947da 47%, #1946d7 52%, #1845d4 53%, #1744d1 54%, #1a45d2 56%, #1944cf 56%, #1843ce 57%, #1741c9 63%, #1540c3 65%, #183ec3 67%, #153ebe 70%, #163dbc 73%, #153db7 74%, #143bb4 80%, #1239b0 81%, #1539b3 81%, #153aaf 82%, #1236a6 90%, #1537a5 91%, #13349f 95%, #1434a1 96%, #12339c 97%, #113299 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 100%;
  background-position: top center;
  color: #fff;
  padding: 165px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cta-section {
    background: linear-gradient(to bottom, #ffffff 0%, #feffff 9%, #1e54fe 9%, #1d53fe 19%, #1c55fe 19%, #1f51ff 19%, #1e54fe 20%, #1e52fd 22%, #1c51f9 23%, #1d50f7 26%, #1c50f2 27%, #1d51f5 28%, #1a4ef0 29%, #1e50f1 31%, #1c4eef 32%, #1c4eed 34%, #1b4be9 35%, #1c4ae5 41%, #194ae4 41%, #1c49e2 42%, #1947da 47%, #1946d7 52%, #1845d4 53%, #1744d1 54%, #1a45d2 56%, #1944cf 56%, #1843ce 57%, #1741c9 63%, #1540c3 65%, #183ec3 67%, #153ebe 70%, #163dbc 73%, #153db7 74%, #143bb4 80%, #1239b0 81%, #1539b3 81%, #153aaf 82%, #1236a6 90%, #1537a5 91%, #13349f 95%, #1434a1 96%, #12339c 97%, #113299 100%);
    padding: 75px 0 0;
  }
}
.cta-section:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 592px;
  height: 120%;
  background: url('/wp-content/themes/twentytwentyone-child/images/chatbot/cta-girls.png');
  border-radius: 200px 200px 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
}
@media (max-width: 768px) {
  .cta-section:before {
    display: none;
  }
}
.cta-section .cta-content {
  padding-bottom: 80px;
}
.cta-section .cta-content h2 {
  color: #fff;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 50px;
  font-style: normal;
  line-height: 55px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cta-section .cta-content h2 {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 33px */
  }
}
.cta-section .cta-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .cta-section .cta-content p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.cta-section .cta-content .btn {
  display: flex;
  padding: 17px 20px;
  max-width: 300px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1d53ff;
  text-align: center;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  border-radius: 18px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.907px; /* 109.537% */
}
@media (max-width: 768px) {
  .cta-section .cta-content .btn {
    font-size: 18px;
    max-width: 330px;
    border-radius: 20px;
  }
}
.cta-section .cta-image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
.cta-section .cta-image-wrapper .cta-mask {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 120%;
  background: url('/wp-content/themes/twentytwentyone-child/images/chatbot/cta-girls.png');
  border-radius: 200px 200px 0 0;
  overflow: hidden;
  display: flex;
  display: none;
  justify-content: center;
  align-items: flex-end;
  width: 592px;
}
.cta-section .cta-image-wrapper .cta-mask img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  object-position: top;
}

.footer {
  background-color: #313131;
  color: #fff;
  padding: 70px 0 37px;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: normal;
}
@media (max-width: 576px) {
  .footer .container {
    width: 87%;
  }
}
.footer .footer-text {
  color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-links {
  margin-bottom: 20px;
}
.footer .footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
}
@media (max-width: 576px) {
  .footer .footer-links a {
    margin: 0 10px;
  }
}
.footer .footer-links a:hover {
  text-decoration: underline;
}
.footer .footer-logo {
  height: 40px;
  margin-bottom: 10px;
}
.footer .footer-company {
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .footer-abn {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.footer .social-icons a {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-decoration: none;
}
.footer .social-icons a:hover {
  background-color: #1D53FF;
}
.footer .copyright {
  color: #fff;
  margin-top: 20px;
  font-size: 0.8rem;
}

.thank-you-bg {
  background-color: #dbeafe;
}

.left-panel .logo {
  justify-content: center;
}

.thank-you-section {
  padding-bottom: 80px;
}
@media (max-width: 576px) {
  .thank-you-section {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .thank-you-section br {
    display: none;
  }
}
.thank-you-section h2 {
  color: #1d53ff;
  text-align: center;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .thank-you-section h2 {
    color: #1d53ff;
    text-align: center;
    font-family: "Gilroy-Bold", "Outfit", sans-serif;
    font-size: 35px;
    font-weight: 600;
  }
}
.thank-you-section .thank-you-text {
  font-size: 1.05rem;
  line-height: 1.6;
}
.thank-you-section .thank-you-text p {
  color: #3b3b3b;
  text-align: center;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .thank-you-section .thank-you-text p {
    color: #3b3b3b;
    text-align: center;
    font-family: "Gilroy-Regular", "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .thank-you-section .thank-you-text p {
    width: 100%;
    padding: 0 10%;
  }
}
.thank-you-section .explore-box {
  border: 1px solid #1D53FF;
  border-radius: 40px;
  padding: 75px 60px;
  max-width: 1230px;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.thank-you-section .explore-box .explore-text {
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  .thank-you-section .explore-box .explore-text {
    color: #0e0000;
    font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.thank-you-section .explore-box .explore-cards-row {
  padding: 0 30px;
}
.thank-you-section .explore-box .explore-card-link {
  text-decoration: none;
}
.thank-you-section .explore-box .explore-card-link .explore-card {
  border-radius: 12px;
  padding: 35px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 16.588px;
  background: url('/wp-content/themes/twentytwentyone-child/images/chatbot/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  display: inline-block;
}
.thank-you-section .explore-box .explore-card-link .explore-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(35, 82, 240, 0.2);
}
.thank-you-section .explore-box .explore-card-link .explore-card .icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.thank-you-section .explore-box .explore-card-link .explore-card h5 {
  color: #fff;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%; /* 31.36px */
}
.thank-you-section .explore-box .explore-card-link .explore-card span {
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 15.462px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%; /* 17.317px */
}
.thank-you-section .explore-box .quote-btn {
  margin-top: 10px;
  display: flex;
  width: 330px;
  padding: 17px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #f7941d;
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.907px; /* 109.537% */
  text-decoration: none;
}
@media (max-width: 576px) {
  .thank-you-section .explore-box .quote-btn {
    color: #fff;
    font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: 178px;
    height: 67px;
    padding: 13.082px 18.468px;
    justify-content: center;
    align-items: center;
    gap: 7.695px;
  }
}
.thank-you-section .explore-box .quote-btn:hover {
  background-color: rgb(244.8814655172, 144.7521551724, 7.6185344828);
  color: #fff;
}
@media (max-width: 768px) {
  .thank-you-section .explore-box {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .thank-you-section .explore-box .explore-cards-row {
    padding: 0;
  }
  .thank-you-section .explore-box .explore-card {
    padding: 20px 10px !important;
  }
}

/*# sourceMappingURL=style.css.map */
