@font-face {
  font-family: "Basic Sans";
  src: url("../fonts/BasicSansRegular.woff2") format("woff2"),
    url("../fonts/BasicSansRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basic Sans";
  src: url("../fonts/BasicSansBoldRegular.woff2") format("woff2"),
    url("../fonts/BasicSansBoldRegular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basic Sans";
  src: url("../fonts/BasicSansSemiBoldRegular.woff2") format("woff2"),
    url("../fonts/BasicSansSemiBoldRegular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*---------menu css----------*/

.contact-form form .gform_page_fields .gform-grid-row .ginput_address_city,
.contact-form form .gform_page_fields .gform-grid-row .ginput_address_state {
  flex: 1;
  inline-size: auto;
}
.contact-form form .gform_page_fields .gform-grid-row .ginput_address_zip {
  width: 100%;
}
.osano-cm-info {
  background: #ffffff;
  color: #000000;
}
.osano-cm-header,
.osano-cm-info-dialog-header {
  background: none !important;
}
.osano-cm-widget__outline {
  fill: #fff;
  stroke: #fa8a2c;
}
.osano-cm-widget__dot {
  fill: #fb3b51;
}
.osano-cm-widget:focus {
  outline: none !important;
}
.osano-cm-info-dialog-header__close {
  color: #000000;
  stroke: #000000;
}
.osano-cm-toggle__input:focus + .osano-cm-toggle__switch,
.osano-cm-toggle__input:hover + .osano-cm-toggle__switch {
  background-color: #000000;
  border-color: #000000;
}
.osano-cm-toggle__input:focus + .osano-cm-toggle__switch::before {
  border-color: #000000;
}
.osano-cm-toggle__switch {
  background-color: #000000;
}

.osano-cm-button {
  padding: 14px 27px !important;
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  border-radius: 31px !important;
  font-family: "Basic" !important;
  font-size: 16px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: none !important;
}
.osano-cm-button:hover {
  background: linear-gradient(
    90deg,
    rgba(251, 59, 81, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(250, 138, 44, 1) 100%
  );
}
.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: auto;
  object-fit: cover;
  width: calc(100% + 20px);
  height: 100%;
  margin: 0;
  z-index: 2; /* Higher than WebP background */
  display: none; /* Hidden by default */
}

/* Show video only on desktop (1024px and above) */
@media (min-width: 1024px) {
  .video-background {
    display: block;
  }
}
.contact-form .footer-form .gform-footer input[type="submit"] {
  border: none !important;
}
.main-navigation ul li.get-started-btn a:after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/04/btn-aerow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 15px;
  top: 20px;
  right: 25px;
}

.product-banner-section .product-sectio-image {
  padding-top: 40px;
}

.testing-inner .ai-image {
  max-width: 850px;
  margin: auto;
  width: 100%;
}

/* .main-navigation ul li:last-child {
  position: relative;
  padding: 10px 55px 10px 27px;
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  border-radius: 31px;
} */

.gform-theme--framework .gf_step_completed .gf_step_number {
  --gf-local-bg-color: #fa8a2c !important;
  --gf-local-border-color: #fa8a2c !important;
}
.gform-theme--framework .gf_step_completed .gf_step_number::after {
  background-color: #fa8a2c !important;
  border-color: #fa8a2c !important;
}

.main-navigation ul li.get-started-btn a {
  font-family: "Basic";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 14px 55px 14px 27px;
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  border-radius: 31px;
  height: 48px;
}
.main-navigation ul li.get-started-btn a:hover {
  background: linear-gradient(
    90deg,
    rgba(251, 59, 81, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(250, 138, 44, 1) 100%
  );
}

.main-navigation ul li.login-btn a {
  border: 1px solid #fa8a2c;
  background-color: #fff;
  border-radius: 31px;
  font-family: "Basic";
  font-size: 16px;
  font-weight: 500;
  padding: 10px 27px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  min-width: 140px;
  text-align: center;
  height: 48px;
}
.main-navigation ul li.login-btn a:hover {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(251, 59, 81, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(250, 138, 44, 1) 100%
  );
}

.main-navigation ul li.login-btn {
  margin-right: -25px;
}

.main-navigation ul {
  gap: 30px;
}

.main-navigation ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #486284;
  text-decoration: none;
}

header.site-header {
  background-color: transparent;
  box-shadow: none;
}

.header-col {
  box-shadow: #00000025 0px 5px 55px;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 29px;
}

.header-col img {
  width: 100%;
  max-width: 216px;
}
.pricing-main .btn-white:focus {
  color: #000000;
}
/*---------menu css end----------*/

/*---------banner css----------*/
.play-pause img {
  top: 3px;
}
.second-btn {
  gap: 10px;
}

.second-btn .btn_block:last-child .btn svg {
  display: none;
}
.experience-section .second-btn .btn_block:last-child .btn svg {
  display: block;
}
/* .second-btn .btn_block:first-child .btn:hover {
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  ) !important;
  color: #fff;
}

.second-btn .btn_block:first-child .btn {
  background: #fff !important;
  color: #1e293b;
  padding: 14px 40px;
} */

.banner-section {
  /*   background-image: url(/wp-content/uploads/2025/04/Home-Banner.webp);
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  padding-top: 260px;
  padding-bottom: 180px;
  overflow: hidden;
  /* Background image now handled by HTML img element for mobile/tablet */
}

.banner-section .wrapper {
  position: relative;
  z-index: 2;
}

.banner-section .main-title p {
  color: #fff;
}

.engagement-listing {
  gap: 20px;
}

/*---------banner css end----------*/

/*---------ai section css----------*/
.togal-open .explore-btn {
  text-decoration: none;
}

.togal-another {
  display: block;
}

.box-inner .inner-box:hover img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(86%) saturate(1178%)
    hue-rotate(342deg) brightness(107%) contrast(96%);
}

.box-inner .inner-box:hover h4 {
  color: #ea6848;
}

.ai-box-main .box-inner .inner-box {
  padding: 25px;
  text-align: left;
  background-color: #efe8e1;
  width: 48%;
  border-radius: 5px;
}
.ai-box-main .box-inner .inner-box .togal-another {
  width: 90%;
}
.ai-box-main .inner-box .inner-bg {
  display: inline-block;
  background-color: #001435;
  border-radius: 60px;
  min-width: 40px;
  max-height: 40px;
  padding: 10px 0px;
}

.ai-box-main .inner-box img {
  border-radius: 64px;
  max-width: 30px;
  max-height: 17px;
  object-fit: contain;
  display: inline-block;
  left: 5px;
}

.ai-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
.ai-section .ai-buttons {
  grid-gap: 10px;
}
.ai-section .ai-buttons .btn-white {
  border: 1px solid #fa8a2c;
}

.ai-section p.descr-cen {
  margin-bottom: 77px;
}

.ai-image-main {
  width: 100%;
  height: 100%;
  max-height: 775px;
  padding-right: 10px;
  object-fit: cover;
}

/*---------ai section css end----------*/

/*---------Built Audio css----------*/

.audio-section {
  position: relative;
  overflow: hidden;
}

.waves-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.audio-section .wrapper-full {
  position: relative;
  z-index: 1;
}

.built-img img {
  max-width: 41px;
}

.built-img h6 {
  margin: 0;
}

.built-img {
  background-color: #fff;
  padding: 20px;
  width: calc(25% - 20px);
  border-radius: 5px;
}

.audio-section {
  background-color: #001435;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 80px;
  padding-right: 30px;
  padding-left: 30px;
}

.audio-btn {
  margin-top: 70px;
}

.audio-player {
  display: flex;
  align-items: center;
  gap: 10px;
}

.built-img .audio-player,
.built-img .controls {
  width: 100%;
}
/* Custom Range Slider */

.seek-bar {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 10px;
  background: #001f4d;
  /* Dark blue background */
  outline: none;
  cursor: pointer;
  /* overflow: hidden; */
  position: relative;
  width: 85%;
}

/* Custom Thumb */

.seek-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff8c00;
  /* Orange thumb */
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* Progress Track */

.seek-bar::before {
  content: "";
  height: 8px;
  width: var(--progress, 0%);
  background-color: #ff8c00;
  /* Orange progress */
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.seek-bar::after {
  /* content: '';
    height: 12px;
    width: 12px;
    left: var(--progress, 0%);
    background-color: #ff8c00;

    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; */
}

/* For Firefox */

.seek-bar::-moz-range-progress {
  background-color: #ff8c00;
  height: 8px;
  border-radius: 10px;
}

.seek-bar::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff8c00;
  cursor: pointer;
}

/* Play/Pause Button */

.play-pause {
  background-color: #001f4d;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 13px;
  cursor: pointer;
}

/* Current Time and Duration */

.current-time,
.duration {
  color: #001f4d;
  font-size: 14px;
  font-family: "Basic";
}
.bttn-white .btn-white svg {
  display: none;
}
/*---------Built Audio css end----------*/

/*---------Ready Transform css ----------*/

.ready-transform {
  margin-top: 70px;
}

.ready-transform .wrapper {
  background-image: url(/wp-content/uploads/2025/04/ready-transform.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  border-radius: 10px;
}
.built-img:last-child {
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  position: relative;
}
.built-img:last-child h6,
.built-img:last-child p {
  color: #fff;
}
/*---------Ready Transform css end ----------*/

/*---------Section Pricing css ----------*/
.que-include {
  position: relative;
  display: flex;
  margin-left: 5px;
}

.que-include-inner {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 200px; /* adjust as needed */
}

.que-include:hover .que-include-inner {
  display: block;
}
.pricing-main .btn-white {
  border: 1px solid #fa8a2c;
}
.pricing-blocks
  .pricing-block:nth-child(2)
  .inner-box.orange
  .pricing-main
  .btn-white {
  border: none;
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  color: #fff;
}
.pricing-blocks
  .pricing-block:nth-child(2)
  .inner-box.orange
  .pricing-main
  .btn-white:hover {
  background: linear-gradient(
    90deg,
    rgba(251, 59, 81, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(250, 138, 44, 1) 100%
  );
}
.section-logo .slick-slide img {
  width: 100%;
  height: 100%;
  max-width: 80px !important;
  max-height: 57px !important;
  min-width: 80px !important;
  min-height: 145px !important;
}
.section-pricing .d-flex {
  margin-left: -15px;
  margin-right: -15px;
}

.section-pricing [class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.section-pricing {
  margin-top: 70px;
  margin-bottom: 112px;
}

.section-pricing .inner-box {
  border-radius: 20px;
  background-color: #f8fbfd;
  padding: 30px 20px;
}

.section-pricing #tab-2 .inner-box {
  background-color: #001435;
  padding-top: 40px;
}

.section-pricing .pricing-inner {
  font-size: 42px;
}

.section-pricing .pricing-inner span {
  font-size: 18px;
}

.section-pricing .titel {
  font-size: 28px;
}

.inner-offer-list p {
  gap: 10px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.inner-offer-list p svg {
  background-color: #fa8a2c;
  padding: 5px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
}
#tab-2 .inner-offer-list p svg path {
  fill: #ffffff;
}
.section-pricing .inner-offer-list {
  padding: 1px 0;
  border-top: 1px solid #d1d9e2;
  border-bottom: 1px solid #d1d9e2;
  margin-bottom: 25px;
}

.section-pricing #tab-2 h4.pricing-inner {
  color: #fa8a2c;
}

.section-pricing #tab-2 p.titel,
.section-pricing #tab-2 .inner-offer-list p {
  color: #ffffff;
}

.section-pricing .pricing-listing {
  margin-top: 52px;
}

/*---------Section Pricing css end ----------*/
.pricing-listing ul.tabs {
  display: none;
}

.inner-box {
  padding-top: 0;
}

.inner-box.orange {
  padding: 10px;
}

.section-pricing #tab-2 .inner-box.orange {
  background-color: #fa8a2c;
  padding: 10px;
}

.section-logo {
  background-image: url(../images/logo-section-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-logo .banner-logo {
  text-align: center;
}

.section-logo p.logo-titel {
  display: inline-block;
  background-color: #ea6848;
  padding: 5px 15px;
  border-radius: 30px;
}

.image-sdr {
  padding-bottom: 45px;
  width: 80%;
  margin: auto;
}

.built-img {
  transition: transform 0.5s ease-in-out;
}

.slick-center .built-img {
  transform: scale(1.2);
  /* Zoom the center image */
}
/*--------- integrations banner ----------*/

.integrations-banner-section .wrapper {
  position: unset;
}

.integrations-banner-section {
  position: relative;
  padding-top: 260px;
  padding-bottom: 180px;
}
.integrations-banner-section h1 {
  font-family: "Basic";
  font-weight: 500;
  margin: 0 5px;
}
/*--------- integrations third party ----------*/
/*--------- product banner ----------*/
.top-button {
  background-color: #000000;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 16px;
  color: #fa8a2c;
  text-decoration: none;
  border: 1px solid #fa8a2c20;
  display: inline-block;
}
/* .product-sectio-image {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 434px;
  max-height: 457px;
  bottom: 0;
  left: 50%;
  transform: translateX(-200px);
} */

.product-sectio-image {
  position: relative;
  width: 100%;
  text-align: center;
  height: 100%;
  max-width: 420px;
  max-height: 457px;
  margin: auto;
  /* bottom: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%);  */
}

.product-sectio-image-mob {
  display: none;
}

.product-banner-section {
  position: relative;
  background-image: url(/wp-content/uploads/2025/04/background-product.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 145px;
  /* height: 100vh; */
}
.product-banner-section h1 {
  font-family: "Basic";
  font-weight: 500;
}
.black-white {
  background-color: #000000;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 16px;
  color: #fa8a2c;
  text-decoration: none;
  border: 1px solid #fa8a2c20;
}
.black-white:hover {
  background-color: #fff;
  color: #fa8a2c;
}
/*--------- product bannerend ----------*/
.integrations-box-main .integrations-inner .inner-box:nth-child(1) img {
  width: 75%;
  margin: 0 auto;
}
.integrations_party_main .integrations_hedding {
  width: 60%;
}
.integrations_party_main .integrations_des {
  width: 40%;
  text-align: end;
}
.integrations_party_main .integrations_hedding h2 {
  font-size: 36px;
  width: 48%;
}
.integrations-box-main .integrations-inner .inner-box {
  width: calc(33.33% - 15px);
  background-color: #001435;
  padding-top: 50px;
  border-radius: 5px;
  padding-bottom: 45px;
}
.integrations-box-main .integrations-inner .inner-box:nth-child(3) .inner-bg {
  margin-bottom: 40px !important;
}
.integrations-box-main .integrations-dec {
  margin: 0 55px;
}
.integrations-box-main
  .integrations-inner
  .inner-box:nth-child(2)
  .inner-bg
  img {
  width: 55%;
}
.integrations_party_main {
  margin-top: 78px;
  margin-bottom: 80px;
}
/*--------- Effortless Setup ----------*/
.effortless-plan {
  padding-bottom: 97px;
}
.business-listing-second {
  padding-top: 70px !important;
  padding-right: 18px !important;
  padding-left: 30px !important;
  padding-bottom: 54px !important;
}
.business-plan {
  padding-top: 70px;
  padding-bottom: 54px;
  padding-left: 45px;
  padding-right: 35px;
  position: relative;
}
.business-plan img,
.business-listing-second img {
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
}
.business-listing {
  width: 100%;
  border-radius: 8px;
  grid-gap: 15px;
  display: flex;
  justify-content: space-around !important;
}
.business-listing .business-plan {
  background-color: #001435;
  width: calc(33.33% - 15px);
  border-radius: 4px;
}
.business-listing .business-plan:nth-child(2) {
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
}
.business-listing .business-plan:nth-child(2) p {
  width: 74%;
}
.business-listing-second {
  display: none;
}
.business-plan:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 250px;
  background-color: #ffffff20;
  right: 0;
}
/*--------- Pricing page ----------*/
.price-plan.integrations_party_main {
  margin-top: 49px;
  margin-bottom: 8px;
}
.price-plan .main-title {
  border-bottom: 1px solid #dbe2eb;
}
.price-plan.integrations_party_main .integrations_hedding {
  width: 70%;
}
.price-plan.integrations_party_main .integrations_des {
  width: 30%;
}
.price-plan h3 {
  font-size: 16px;
  color: #fa8a2c;
}
.price-plan h2 {
  font-size: 24px !important;
  margin-top: 10px;
}
.price-plan p {
  font-size: 20px;
  color: #000000;
}
.pricing-blocks .inner-box.orange {
  margin-top: 45px;
}
.pricing-blocks .pricing-block:nth-child(2) {
  /*   border: 2px solid #fa8a2c; */
  border-radius: 20px 20px 0 0;
}
.pricing-blocks .pricing-block:nth-child(2):before {
  position: absolute;
  content: "";
  top: 0;
  right: 25%;
  height: 100%;
  width: calc(25% - 0px);
  border: 2px solid #fa8a2c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  pointer-events: none;
}
.pricing-blocks .pricing-block:nth-child(2) .inner-box.orange .text-white {
  margin-bottom: 11px;
}
.pricing-blocks .pricing-block:nth-child(2) .inner-box.orange {
  background-color: #fa8a2c;
  border-radius: 15px 15px 0 0px;
  padding: 1px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.pricing-blocks .pricing-block:nth-child(2) .inner-box.orange .pricing-main {
  border-radius: 15px 15px 0 0px;
  background-color: #001435;
}
.pricing-blocks .pricing-block:nth-child(2) .inner-box.orange .pricing-main h4,
.pricing-blocks
  .pricing-block:nth-child(2)
  .inner-box.orange
  .pricing-main
  span {
  color: #fa8a2c;
}
.pricing-blocks .pricing-block:nth-child(2) .inner-box.orange .pricing-main h6,
.pricing-blocks .pricing-block:nth-child(2) .inner-box.orange .pricing-main p {
  color: #fff;
}
.pricing-call {
  margin-bottom: 92px;
}
.pricing-blocks #tab-2 {
  border: 2px solid #fa8a2c;
  border-radius: 15px 15px 0px 0px;
}
.price-month ul.pricing-info li {
  justify-content: center;
}
.price-month h6.heading-side {
  opacity: 0;
}
/* .pricing-section .pricing-block:nth-child(1) .pricing-main p {
  padding-bottom: 40px;
}
.pricing-section .pricing-block:nth-child(2) .pricing-main p {
  padding-bottom: 16px;
}
.pricing-section .pricing-block:nth-child(3) .pricing-main p {
  padding-bottom: 16px;
} */
.pricing-section .pricing-block .pricing-main p {
  min-height: 70px;
  color: #001435;
}
.pricing-banner-section {
  background-color: #ebe3db;
  padding-top: 180px;
  padding-bottom: 23px;
}
.pricing-banner-section h1 {
  font-size: 44px;
  font-family: "Basic";
  font-weight: 500;
}
.pricing-section .pricing-main {
  background-color: #f9fbfd;
  border-radius: 15px;
  padding: 23px 15px 42px 15px;
}
.pricing-section .pricing-block:nth-child(1) .pricing-main {
  margin-right: 14px;
}
.pricing-section .pricing-block:nth-child(3) .pricing-main {
  margin-left: 14px;
}
.price-btn {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 16px;
  color: #fa8a2c;
  text-decoration: none;
  border: 1px solid rgb(250 138 44 / 70%);
  margin-bottom: 5px;
}
.price-btn svg {
  margin-right: 8px;
  margin-bottom: -2px;
}
.pricing-main h4 {
  font-size: 32px;
  color: #001435;
}
.pricing-main h4 span {
  font-size: 16px;
  color: #001435;
}
.pricing-main h6 {
  font-size: 22px;
  color: #001435;
}
.pricing-main p {
  font-size: 14px;
  border-bottom: 1px solid #d1d9e2;
}
.pricing-section .price-side {
  margin-top: 365px;
  margin-right: 10px;
}
ul.pricing-info {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.pricing-section .pricing-details:nth-child(1) h6 {
  margin-top: 0;
}
.pricing-details > h6 {
  color: #fa8a2c;
  margin-top: 20px;
}
.configure.integrations_party_main {
  margin-top: 129px !important;
}
ul.pricing-info li {
  padding: 0px 22px;
  height: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pricing-info li:nth-child(1) {
  justify-content: flex-start;
  border-right: 10px solid #fff;
  font-size: 16px;
  color: #171515;
}
ul.pricing-info li h6 {
  margin: 0;
  font-size: 16px;
}
ul.pricing-info:nth-child(odd) {
  background-color: #f9fafb;
}
ul.pricing-info:nth-child(even) {
  background-color: #ffffff;
}
/*--------- How it Banner ----------*/
.how-it-banner {
  background-image: url(../../images/how-it-works-bg.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 260px;
  min-height: 770px;
}
.integrations_party_main.initial-setup .integrations_hedding {
  width: 45%;
}
.integrations_party_main.initial-setup .integrations_des {
  width: 55%;
}
.integrations_party_main.initial-setup .integrations_hedding h2 {
  font-size: 48px;
  margin-bottom: 28px;
  width: 100%;
}
.integrations_party_main.initial-setup {
  margin-top: 60px;
}
.initial-setup-main .initial-setup-inner .inner-box {
  display: flex;
  padding: 40px;
  background-color: #001435;
  height: 402px;
  border-radius: 8px;
  border: 1px solid #fa8a2c;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  overflow: hidden;
}
.initial-setup-main .initial-setup-inner .inner-box:nth-child(1) {
  width: calc(53% - 12px);
  position: relative;
}
.initial-setup-main
  .initial-setup-inner
  .inner-box:nth-child(1)
  .initial-setup-dec {
  width: 95%;
}
.initial-setup-main .inner-box:nth-child(2) .initial-setup-dec p {
  padding: 0 15px;
}
.initial-setup-main.configure .inner-box:nth-child(2) .initial-setup-dec p {
  padding: 0;
}
.initial-setup-main .first-initial .inner-box:nth-child(1)::after {
  position: absolute;
  content: "";
  background: url(../../images/initial-stap.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 245px;
  top: 0px;
  left: 0;
  z-index: 0;
}
.initial-setup-main .initial-setup-inner .inner-box:nth-child(2) {
  width: calc(47% - 12px);
  position: relative;
}
.initial-setup-main
  .initial-setup-inner
  .first-initial
  .inner-box:nth-child(2)
  img {
  position: absolute;
  max-width: 100%;
  height: 55%;
  left: 0;
  top: 0px;
  transform: translate(28px, 30px);
}
.initial-setup-main .initial-setup-inner .inner-box:nth-child(3) {
  width: calc(40% - 12px);
}
.initial-setup-main .initial-setup-inner .inner-box:nth-child(4) {
  width: calc(60% - 12px);
}
.initial-setup-main
  .initial-setup-inner
  .inner-box:nth-child(4)
  .initial-setup-dec
  p {
  width: 66%;
  margin: 0 auto;
}
.initial-setup-inner > .d-flex {
  row-gap: 24px;
}
.initial-setup-main .initial-setup-inner .inner-box img {
  width: 100%;
  height: 100%;
  max-width: 387px;
  object-fit: contain;
  z-index: 1;
}
.initial-setup-main .initial-setup-inner .inner-box .inner-bg {
  height: 200px;
}
.initial-setup-main .initial-setup-inner .inner-box .initial-setup-dec p {
  font-size: 16px;
}
.initial-setup-main .initial-setup-inner .inner-box:nth-child(1) .inner-bg {
  height: unset;
  padding-top: 50px;
}
.initial-setup-main.configure .inner-box:nth-child(1) p {
  width: 30%;
}
.integrations_hedding p {
  color: #000;
}
.initial-setup-main.configure .initial-setup-inner .inner-box:nth-child(1) {
  display: flex;
  width: calc(100% - 0px);
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 146px;
  background: url(../../images/builds-rollouts.webp);
  padding: 26px;
}
.initial-setup-main.configure .initial-setup-inner .inner-box:nth-child(2),
.initial-setup-main.configure .initial-setup-inner .inner-box:nth-child(3),
.initial-setup-main.configure .initial-setup-inner .inner-box:nth-child(4) {
  width: calc(33% - 12px);
  height: 350px;
}
.initial-setup-main.configure
  .initial-setup-inner
  .inner-box:nth-child(4)
  .initial-setup-dec
  p {
  width: 100%;
  margin: 0 auto;
}
.testing-main .testing-inner .inner-box {
  width: 100%;
  padding: 40px;
  background-color: #001435;
  height: 493px;
  border-radius: 8px;
  border: 1px solid #fa8a2c;
}
.initial-setup-main.configure .initial-setup-inner .inner-box img {
  object-fit: contain;
  max-width: 100%;
}
.image-slide {
  display: none;
}
.image-slide.active {
  display: block;
}
.accordion-image-wrap .image-slide img {
  height: 100%;
  width: 100%;
  max-width: 660px;
  max-height: 375px;
  object-fit: cover;
  border-radius: 8px;
}
.animated-width {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
.accordion-sections ul {
  list-style-type: none;
  padding-top: 22px;
  padding-right: 101px;
}
.accordion-sections ul li {
  border-left: 2px solid #fa8a2c;
  padding-left: 38px;
  margin-bottom: 38px;
}
.accordion-sections ul li h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #33333370;
  cursor: pointer;
}
.accordion-sections ul li p {
  margin-top: 0;
  color: #4f4f4f80;
}
.accordion-sections ul li.active h3 {
  color: #000;
  margin-bottom: 0px;
}
.ai-svg-mob img {
  display: none;
}
.how-to-last .work_list {
  gap: 0px;
}
.how-to-last .work_list_box:after {
  display: none;
}
.how-to-last .work_list .work_list_2 h4.work_list_box_title {
  width: 62%;
}
.how-to-last .work_list_box {
  padding: 0px 8px;
}
/*--------- How it Banner End----------*/

/*--------- Free Trial----------*/
.free-trial-section .main-title {
  background-image: url(../../images/free-trail.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 770px;
}
.free-trial-section .contact {
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  padding-right: 20px;
}
.free-trial-section .contact > h5 {
  margin-top: 200px;
  margin-left: 95px;
  font-size: 28px;
}
.contact-form form {
  position: relative;
  background-color: #fff;
  margin-top: 28px !important;
  width: 100%;
  margin: 0 auto;
  padding: 100px 32px 32px 32px;
  border-radius: 8px 8px 0 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 27px;
}

.contact-form form .gfield_radio {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 32px !important;
  align-items: flex-end;
}
.contact-form form .gchoice label {
  margin: 0 0 0 10 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
}
.contact-form form .gfield_radio .gchoice {
  width: calc(50% - 16px);
  display: flex;
  flex-wrap: wrap;
}
.contact-form form .gfield_radio .gchoice:nth-child(2) {
  background: #fa8a2c;
  text-align: center;
  border-radius: 8px;
}
.contact-form form .gchoice:nth-child(2) span {
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  font-size: 22px;
  color: #fff;
}
.contact-form form .gfield_radio .gchoice:nth-child(2) .package,
.contact-form form .gfield_radio .gchoice:nth-child(2) .package h4 {
  background: #001435;
  color: #fa8a2c;
}

.contact-form form .gfield_radio .gchoice:nth-child(2) .package h5,
.contact-form form .gfield_radio .gchoice:nth-child(2) .package p {
  color: #fff;
}
.contact-form form .gfield_radio .gchoice .package {
  display: flex;
  flex-wrap: wrap;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
  border: 1px solid #fa8a2c;
  border-radius: 8px;
  padding: 49px 16px;
  margin: 0;
  align-items: flex-end;
  align-content: flex-start;
  cursor: pointer;
}
.contact-form form .gfield_radio .gchoice .package h4 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 33px;
  line-height: 1;
}

.contact-form form .gfield_radio .gchoice .package h5 {
  width: 100%;
  font-size: 22px;
  margin-top: 12px;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: 0px;
}
.contact-form form .gfield_radio .gchoice .package p {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 13px;
  text-align: left;
  color: #001435;
}
.contact-form form input.gfield-choice-input {
  display: none;
}
.contact-form form .gf_page_steps {
  position: absolute;
  right: 0;
  gap: 0;
  margin-top: 0;
  top: 0;
  transform: translate(-32px, 32px);
}
.contact-form form .gfield--input-type-name legend.gfield_label,
.contact-form form .gfield--type-choice legend.gfield_label {
  position: absolute;
  top: 0;
  transform: translate(0px, 32px);
}
.contact-form form .gfield--input-type-address legend.gfield_label {
  padding-bottom: 10px;
}
.contact-form form legend.gfield_label .gfield_required {
  display: none;
}
.contact-form form legend.gfield_label {
  font-size: 24px !important;
  color: #fa8a2c !important;
}
.contact-form form .gform-page-footer input.button {
  font-family: "Basic" !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  padding: 14px 55px 14px 27px !important;
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  border-radius: 31px !important;
  width: 100% !important;
  position: unset;
}
.contact-form form .gform-page-footer input.button:hover {
  background: linear-gradient(
    90deg,
    rgba(251, 59, 81, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(250, 138, 44, 1) 100%
  );
}
.contact-form form .gf_page_steps .gf_step_active .gf_step_number {
  background-color: #fa8a2c;
  color: #fff;
  font-family: "Basic";
  position: relative;
}
.contact-form form .gf_page_steps .gf_step_number {
  border-color: #fa8a2c;
  background: #fff;
}
.free-trial-section form select {
  padding: 5px 15px !important;
  height: 46px;
  line-height: 2.1;
}
.free-trial-section .gform-page-footer {
  position: relative;
}
.free-trial-section .gform-page-footer .gform_next_button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.free-trial-section .gform-page-footer .gform_previous_button {
  display: none !important;
}
.free-trial-section .gform-page-footer .gform_next_button {
  border-color: transparent !important;
}
.free-trial-section form input:focus,
.free-trial-section form textarea:focus,
.free-trial-section form select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.free-trial-section form input[type="text"],
.free-trial-section form input[type="email"],
.free-trial-section form input[type="tel"],
.free-trial-section form select,
.free-trial-section form textarea {
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-color: #bdbdbd !important;
}
.free-trial-section form textarea {
  padding-top: 10px !important;
}
.free-trial-section .gform-page-footer:before {
  content: url(../images/process-next-arrow.svg);
  position: absolute;
  left: 50%;
  bottom: 5px;
  z-index: 1;
  transform: translate(68px, -6px);
  pointer-events: none;
}
.free-trial-section .main-inner {
  max-width: 640px;
  margin-left: auto;
  padding-top: 180px;
}
.contact-form
  form
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label
  .package {
  box-shadow: 0px 0px 10px 2px #fa8a2ca3 !important;
}
.free-trial-section .main-inner h1 {
  font-family: "Basic";
  padding-right: 60px;
  font-weight: 400;
}
.contact-form form .gfield_radio .gchoice:nth-child(2) .package {
  padding-bottom: 30px;
}
.free-trial-section .main-inner .price-btn {
  background-color: #ffffff00;
}
.contact-form form .gform_fields {
  gap: 0;
  column-gap: 30px;
  row-gap: 22px;
}
.contact-form form .gform_page_fields .gform-grid-row {
  column-gap: 20px !important;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  border: 1px solid #bdbdbd;
  padding: 22px 0px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}
.contact-form form .gform_fields label {
  font-size: 18px;
  color: #333333;
}
.contact-form .gform_heading {
  display: none;
}
/* .contact-form form .gf_page_steps #gf_step_3_1 .gf_step_number:after {
  content: "";
  position: absolute;
  background: url(../../images/line.svg);
  width: 50px;
  height: 2px;
  z-index: -1;
  transform: translateY(15px);
} */
.gform-loader {
  position: absolute !important;
  top: 50px !important;
  left: 280px !important;
}
.contact .contact-form form:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 95%;
  width: 42px;
  border-radius: 0 15px 0px 0px;
  background-color: #fa8a2c;
  transform: translateX(42px);
}
/*--------- Free Trial end----------*/

/*--------- 404 ----------*/
.error-section {
  background-color: #001435;
  padding: 335px 0px 130px;
}

.error-section h1,
.error-section h4 {
  font-family: "Basic";
  font-weight: 500;
}
.error-section h1 {
  font-size: 110px;
}
/*--------- 404 End ----------*/
/*--------- maintenance  ----------*/
.maintenance > .main-container:after {
  background-color: #11111100 !important;
}
body > .main-container:after {
  background-color: #11111100 !important;
}
/*--------- maintenance  End ----------*/
/*--------- login ----------*/

body.login.login-password-protected.login-action-password-protected-login.wp-core-ui {
  background-color: #efe8e1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body.login.login-password-protected.login-action-password-protected-login.wp-core-ui
  #login {
  padding-top: 0;
}

/*--------- login End ----------*/
/*--------- privacy policy section ----------*/
.privacy-policy-section {
  background: #ebe3db;
  padding-top: 230px;
  padding-bottom: 155px;
}
.privacy-policy-inner .privacy-text ol {
  margin-left: 15px !important;
}
.privacy-text p,
.privacy-text li {
  color: #001435;
  font-family: "Basic";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5rem;
}
.privacy-text p a,
.privacy-text li a {
  color: #fa8a2c;
}
.privacy-text p u {
  font-weight: 600;
}
/*--------- privacy policy section End----------*/
/*--------- privacy policy section ----------*/
.privacy-policy-inner {
  margin-top: 50px;
  margin-bottom: 100px;
}

/*--------- privacy policy section End----------*/
/*--------- Footer ----------*/
.contact-form .gform_validation_errors {
  display: none !important;
}
.contact-form span.gform-loader {
  position: absolute !important;
  top: 30px !important;
}
.contact-form .gform_heading h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.contact-form .gform_heading p {
  font-size: 16px;
  color: #d8e9f7;
  line-height: 1;
}

.contact-form form.footer-form {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 24px !important;
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
}
.contact-form form.footer-form {
  box-shadow: none;
}
.contact-form form.footer-form .ginput_container_email input[type="email"] {
  padding: 24px 19px !important;
  border-radius: 100px !important;
  border: none !important;
}
.contact-form form.footer-form .gform-body {
  width: 85%;
}
/* .contact-form form.footer-form .gform-body .gfield_description {
  position: absolute;
} */
.contact-form .footer-form .gform-footer {
  margin: 0 !important;
}
form.footer-form .gform-footer input[type="submit"] {
  padding: 16px 27px !important;
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  border-radius: 45px !important;
  font-family: "Basic" !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
}
form.footer-form .gform-footer input[type="submit"]:focus,
.contact-form
  form.footer-form
  .ginput_container_email
  input[type="email"]:focus {
  outline: none !important;
  border: none !important;
}
form.footer-form .gform-footer input[type="submit"]:hover {
  background: linear-gradient(
    90deg,
    rgba(251, 59, 81, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(250, 138, 44, 1) 100%
  );
}
.futter-button {
  display: none;
}

footer .footer-image {
  width: 100%;
  max-width: 79px;
}

.site-footer {
  width: 100%;
  background-color: #001435;
}

.logo img {
  width: 238px;
}

.contact-text {
  font-size: 24px;
}

.Subscribe-from p {
  color: #c9e9f6;
}
.menu-section .menu-styl:last-child {
  width: 10%;
}
.menu-styl {
  width: 18%;
}

.menu-styl h4 {
  font-size: 16px;
}

.footer-menu {
  padding: 80px 0px;
}

.footer-boder {
  border-top: 1px solid #ededed;
}

.copy-text p {
  font-size: 12px;
  line-height: 1.5;
  color: #9ba9bb;
}

.copy-text p a {
  color: #ea6848;
}
.copy-text p a:hover {
  text-decoration: underline;
}
.copy-text a p {
  color: #fa8a2c;
  text-decoration: none;
}
.copy-text a {
  text-decoration: none;
  display: inline-block;
}
.copy-text {
  border-top: 1px solid #a3a1aa62;
}
.menu-toggle {
  display: flex;
  flex-wrap: wrap;
  width: 40px;
  height: 26px !important;
  z-index: 9;
  position: relative;
  top: 0;
  margin-left: auto;
  display: none;
}

.menu-toggle span {
  width: 30px;
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  margin: 0px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 8px;
}

.menu-toggle.on .bar1 {
  transform: rotate(45deg) translate(0px, 5px);
}

.menu-toggle.on .bar2 {
  opacity: 0;
}

.menu-toggle.on .bar3 {
  transform: rotate(-45deg) translate(7px, -12px);
}

/* Contact Page CSS */
.contact-banner-section .main-title h1 {
  font-family: "Basic";
  font-weight: 500;
}
.contact-form-pg form input:focus,
.contact-form-pg form textarea:focus {
  outline: none;
}
.contact-banner-section {
  padding-top: 250px;
  background-image: url(../../images/contact-hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-lising-section {
  padding-top: 107px;
  padding-bottom: 300px;
  background-image: url(../../images/Contact-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.contact-form-pg .gform_validation_errors {
  display: none !important;
}
.contact-form-inner {
  width: 72%;
}
.contact-banner-section .contact-form-inner p {
  font-size: 24px;
  line-height: 1.3;
  width: 85%;
  margin: 0 auto;
  padding-top: 15px;
}
.contact-form-pg {
  margin-top: 92px;
  padding: 50px 64px;
  background-color: #fff;
  border-radius: 8px;
}
.contact-form-pg form fieldset legend,
.contact-form-pg form .gfield label,
.gfield {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Basic" !important;
}
.contact-form-pg form input,
.contact-form-pg form textarea {
  padding: 25px 15px !important;
  border-color: #c3cad9 !important;
  border-radius: 8px !important;
}
.contact-form-pg .gform_fields {
  column-gap: 30px !important;
}
.contact-banner-section .gform_title,
.ginput_container_textarea .gfield_description {
  display: none !important;
}
.contact-form-pg .gform-footer .gform_button:hover {
  background: linear-gradient(
    90deg,
    rgba(251, 59, 81, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(250, 138, 44, 1) 100%
  );
}
.contact-form-pg .gform-footer .gform_button {
  padding: 14px 27px !important;
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  border-radius: 31px !important;
  font-family: "Basic" !important;
  font-size: 16px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: none !important;
}
.contact-form-pg input::placeholder,
.contact-form-pg textarea::placeholder {
  color: #959ead !important;
}
.contact-form-pg form textarea {
  min-height: 137px !important;
  padding-top: 15px !important;
}
.contact-form-pg .gform-footer .gform_button:focus {
  outline: none !important;
}
.contact-form-pg form .gform-footer {
  justify-content: center;
}
.contact-lising-section .inner-box img {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 15px;
}
.contact-lising-section .inner-box h4 {
  font-size: 24px;
}
.contact-lising-section .inner-box p {
  font-size: 18px;
  font-family: "Basic";
  color: #171515;
}
.contact-lising-section .inner-box a {
  font-family: "Basic";
  color: #fa8a2c;
  font-size: 18px;
}
footer .cell-4 .text-brand-primary-dark {
  font-size: 18px;
}

.tab-content,
.built-img {
  transition: all 0.5s !important;
}

.tab-content:hover {
  transform: translateY(-10px) !important;
}

.built-img:hover {
  transform: translateY(-5px) !important;
}

.product-banner-section {
  overflow: hidden;
}

.free-trial-section .gform_confirmation_message {
  position: relative;
  background-color: #fff;
  margin-top: 28px !important;
  width: 100%;
  margin: 0 auto;
  padding: 145px 32px;
  border-radius: 8px 8px 0 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 27px;
  text-align: center;
}
.free-trial-section .gform_confirmation_message img {
  max-width: 293px;
  width: 100%;
}
.free-trial-section .gform_confirmation_message h3 {
  font-size: 24px;
  color: #fa8a2c;
  margin-bottom: 0;
}
.free-trial-section .gform_confirmation_message strong {
  font-family: "Basic";
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  max-width: 500px;
  width: 100%;
  display: inline-block;
}
.free-trial-section .gform_confirmation_message a {
  position: relative;
  font-family: "Basic" !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  padding: 14px 55px 14px 27px !important;
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  );
  border-radius: 31px !important;
  width: 100% !important;
  display: inline-block;
  max-width: 310px;
  margin-top: 10px;
}

.free-trial-section .gform_confirmation_message a:before {
  content: url(/wp-content/themes/aireceptionist/assets/images/process-next-arrow.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(50px, -9px);
}
.free-trial-section .gform-page-footer input[type="submit"] {
  outline: none !important;
  border: none !important;
}
.detailed-comparison-link {
  margin-top: 40px !important;
  text-align: center !important;
}

.contact-form {
  max-width: 775px;
  padding-left: 95px;
  width: 100%;
}
footer .contact-form {
  padding-left: 0px;
}
.detailed-comparison-link a {
  color: #ea6848;
  text-decoration: underline;
}
.detailed-comparison-link a:hover {
  text-decoration: none;
}
.site-footer .footer-boder .right-side {
  position: relative;
  padding-left: 50px;
}
.Subscribe-from.text-white p {
  margin-top: 10px;
  font-size: 16px;
}
.site-footer .footer-boder .right-side:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 75px;
  top: 0;
  transform: translatey(20px);
  left: 0;
  background-color: #ededed;
}

.call-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease all;
  z-index: 9999;
}
.call-popup.active {
  display: flex;
}
.call-popup .inner-call-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 400px;
  margin: auto;
  position: relative;
}
.call-popup .inner-call-content p {
  text-align: center;
  font-size: 20px;
}
.call-popup .inner-call-content .btn {
  padding: 10px 20px;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  max-width: 230px;
}
.call-popup .inner-call-content .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.call-popup .inner-call-content .close-icon svg {
  width: 20px;
  height: 20px;
}

.free-trial-section form .package-values input {
  pointer-events: none;
  padding: 0 !important;
  border: none;
  box-shadow: none;
  line-height: unset !important;
  height: unset !important;
  font-size: 20px !important;
  margin-top: -30px;
  margin-bottom: 15px;
}

/*--------- Footer css end----------*/

/* Sub Menu */

.main-navigation ul li {
  position: relative;
}

.main-navigation ul .sub-menu {
  display: none !important;
  position: absolute;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #e4e4f6;
  padding: 20px;
  border-radius: 15px;
  width: unset !important;
  gap: 2px !important;
  min-width: 370px;
  top: 100%;
  transition: all 0.3s ease-in-out;
}

.main-navigation ul li.menu-item-has-children > a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 30px 0px;
}
.main-navigation ul li.menu-item-has-children > a:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* 	filter: brightness(0) saturate(100%) invert(38%) sepia(9%) saturate(1980%) hue-rotate(175deg) brightness(91%) contrast(90%); */
  transition: 0.4s ease all;
}

.main-navigation ul li.current_page_item > a:after,
.main-navigation ul li.current-menu-parent > a:after,
.main-navigation ul li.menu-item-has-children:hover > a:after {
  background-image: url(../images/down-arrow-active.svg);
  filter: none;
}

.main-navigation ul li:hover > ul.sub-menu {
  display: flex !important;
}

.main-navigation ul li ul.sub-menu li a {
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.25 !important;
}

.main-navigation ul span.menu-item-description {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  color: #4f4f4f !important;
  margin-top: 4px;
}

.main-navigation ul li ul.sub-menu li {
  margin: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu li a {
  margin: 0;
  padding: 20px 10px;
  border-radius: 12px;
}
.main-navigation ul li ul.sub-menu li * {
  transition: all 0.3s ease-in-out;
}

.main-navigation ul li ul.sub-menu li a:hover,
.main-navigation ul li ul.sub-menu li.current-menu-item a {
  background-color: #001435;
  color: #fa8a2c !important;
}
.main-navigation ul li ul.sub-menu li a:hover .menu-item-description,
.main-navigation
  ul
  li
  ul.sub-menu
  li.current-menu-item
  a
  .menu-item-description {
  color: #ebe3db !important;
}

.category-dropdown {
  display: none;
}

/* End Sub Menu */
@media only screen and (max-width: 1745px) {
  .contact-form form .gfield_radio .gchoice .package h5 {
    font-size: 19px;
  }
  .contact-form form .gfield_radio {
    gap: 20px !important;
  }
  .contact-form form .gfield_radio .gchoice {
    width: calc(50% - 10px);
  }
  .free-trial-section .contact > h5 {
    margin-left: 38px;
  }
  .product-sectio-image {
    max-width: 385px;
    max-height: 385px;
    transform: translateX(-185px);
    object-fit: contain;
  }
}
@media only screen and (max-width: 1536px) {
  .product-sectio-image {
    max-width: 295px;
    max-height: 295px;
    transform: translateX(-150px);
  }
}
@media only screen and (max-width: 1440px) {
  .ai-image-main {
    max-height: 745px;
  }
  .product-sectio-image {
    transform: translateX(-150px);
    max-width: 300px;
    max-height: 300px;
  }
  .how-it-banner {
    padding-top: 210px;
  }
  .section-pricing .titel {
    font-size: 22px;
  }
  .inner-box .inner-offer-list p {
    font-size: 13px;
  }
  .how-to-last .work_list_box h4 {
    font-size: 18px;
  }
  .wow-it-Works .work_list_box .cell-12 h4 {
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-lising-section .inner-box p {
    width: 100%;
  }
  .wow-it-Works .work_list_box .cell-12 h4 {
    width: 100%;
  }
  .how-to-last .work_list_box h4 {
    font-size: 16px;
  }
  .contact .contact-form form:after {
    display: none;
  }
  .contact-form form .gfield_radio .gchoice .package h5 {
    font-size: 16px;
  }
  .contact-form form .gfield_radio .gchoice:nth-child(2) .package {
    padding-bottom: 50px;
  }
  .contact-form form legend.gfield_label {
    font-size: 22px !important;
  }
  .free-trial-section .main-inner {
    max-width: 510px;
  }
  /* .integrations-box-main .integrations-inner .inner-box {
    height: 355px;
  } */

  .integrations-box-main .integrations-dec {
    margin: 0 30px;
  }
  .integrations_party_main .integrations_hedding h2 {
    width: 60%;
  }
  .integrations-banner-section {
    padding-top: 200px;
    padding-bottom: 140px;
  }
  .product-banner-section {
    padding-top: 135px;
  }
  .product-sectio-image {
    transform: translateX(-135px);
    max-width: 265px;
    max-height: 265px;
  }
  .product-banner-section .main-title.banner-title {
    width: 70%;
  }
  .contact-banner-section {
    padding-top: 200px;
  }
  .contact-form-inner {
    width: 90%;
  }
  .how-it-banner {
    padding-top: 180px;
  }
  .initial-setup-main
    .initial-setup-inner
    .first-initial
    .inner-box:nth-child(2)
    img {
    height: 45%;
    transform: translate(21px, 60px);
  }
  .accordion-sections ul {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-navigation ul li.menu-item-has-children > a {
    padding: 0px;
  }
  .contact-form form .gfield_radio .gchoice .package h5 {
    font-size: 22px;
  }
  .contact-form form .gfield_radio .gchoice:nth-child(2) .package {
    padding-bottom: 30px;
  }
  .site-footer .footer-boder .right-side:after {
    display: none;
  }
  #wrapper {
    padding-top: 80px !important;
  }
  .pricing-banner-section {
    padding-top: 80px;
  }
  .business-listing .business-plan {
    width: 100%;
  }
  .wow-it-Works .work_list_box .cell-12 h4 {
    width: 70%;
  }
  .site-footer .footer-boder .right-side {
    border-left: 0px solid #ededed;
    padding-left: 0;
  }
  .contact .contact-form form:after {
    display: none;
  }
  .contact-form form.footer-form {
    flex-wrap: wrap;
  }
  .contact-form .footer-form .gform-footer {
    display: grid;
  }
  .contact-form form.footer-form .gform-body,
  .contact-form .footer-form .gform-footer {
    width: 100%;
  }
  .contact-form .footer-form .gform-footer input[type="submit"] {
    width: 100%;
  }
  .contact-form {
    padding-left: 0;
  }
  .free-trial-section .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .free-trial-section .contact > h5 {
    margin-top: 60px;
    margin-left: 0;
  }

  .free-trial-section .main-title {
    min-height: 600px;
  }
  .free-trial-section .main-inner {
    padding-top: 210px;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .free-trial-section .main-inner h1 {
    padding-right: 0;
  }
  /* .pricing-sticky {
	    position: sticky;
    top: 0;
    background: #fff;
	z-index: 2;
} */

  .page-template-pricing #wrapper {
    overflow-x: visible;
  }

  /* ul.pricing-info li:nth-child(3) {
	border-left:2px solid #fa8a2c;
	border-right: 2px solid #fa8a2c;
} */

  .pricing-section .pricing-details h6 {
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* .pricing-section .pricing-details h6::after {
    content: "";
    width: 25%;
    height: 100%;
    border-left: 2px solid #fa8a2c;
    border-right: 2px solid #fa8a2c;
    position: absolute;
    left: 50%;
    top: 0;
} */

  .pricing-details:last-child ul.pricing-info:last-child li:nth-child(3) {
    border-bottom: 0px solid #fa8a2c;
  }

  .how-to-last .work_list_box {
    width: 50%;
  }
  .initial-setup-main.configure .inner-box:nth-child(1) p {
    width: 60%;
  }
  .integrations_party_main.initial-setup .integrations_hedding h2 {
    font-size: 39px;
  }

  .product-banner-section .main-title.banner-title {
    width: 100%;
  }
  .contact-form-inner {
    width: 100%;
  }
  .contact-lising-section {
    padding-top: 105px;
    padding-bottom: 115px;
  }
  .contact-lising-section .d-flex {
    justify-content: center;
    row-gap: 20px;
  }
  .contact-banner-section {
    padding-top: 100px;
  }
  .contact-banner-section .contact-form-inner p {
    width: 95%;
    padding-top: 30px;
  }
  .contact-form-pg {
    padding: 35px 35px;
  }
  .accordion-sections ul {
    padding-right: 35px;
    padding-left: 0;
  }
  .animated-width {
    width: 100%;
    padding: 50px 0;
  }
  .animated-width .d-flex .cell-5 {
    min-height: 300px;
  }
  .accordion-image-wrap .image-slide img {
    margin-bottom: 33px;
    max-width: 100%;
  }
  .animated-width > .d-flex {
    flex-direction: column-reverse;
  }
  .testing-main .testing-inner .inner-box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .integrations_party_main.initial-setup .integrations_hedding h2,
  .integrations_party_main.initial-setup .integrations_hedding,
  .integrations_party_main.initial-setup .integrations_des {
    text-align: left;
  }
  .integrations_party_main.initial-setup .integrations_hedding,
  .integrations_party_main.initial-setup .integrations_des {
    width: 100%;
  }
  .integrations_party_main .integrations_des {
    justify-content: flex-start;
    margin-top: 16px;
  }
  .initial-setup-main .initial-setup-inner .inner-box {
    width: 100% !important;
    padding: 20px;
  }
  .initial-setup-main
    .initial-setup-inner
    .first-initial
    .inner-box:nth-child(2)
    img {
    height: 70%;
    transform: translate(70px, 0px);
  }
  .initial-setup-main
    .initial-setup-inner
    .inner-box:nth-child(4)
    .initial-setup-dec
    p {
    width: 100%;
    margin: 0 auto;
  }
  .how-it-banner {
    height: unset;
    min-height: 615px;
  }
  ul.pricing-info li {
    padding: 0px 20px;
  }
  ul.pricing-info {
    border-bottom: 1px solid #cccccc;
  }
  ul.pricing-info:nth-child(odd) {
    background-color: #fff;
  }
  .pricing-details > h6 {
    position: relative;
    color: #fa8a2c;
    background-color: #f9fafb;
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 20px;
  }
  .pricing-details > h6:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../../images/arrow_forward.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pricing-details:has(.pricing-info-details.active) > h6:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .pricing-info-details {
    display: none;
  }
  .pricing-main h6 {
    font-size: 18px;
  }
  .pricing-main h4 {
    font-size: 28px;
  }
  .pricing-section .pricing-main {
    text-align: center;
  }
  ul.pricing-info li:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  .pricing-blocks .pricing-block:nth-child(2):before {
    display: none;
  }
  .experience-content {
    padding: 70px 35px;
    border-radius: 15px 15px 0 0;
  }
  .experience-content .text-22 {
    line-height: 1.3;
  }
  .price-month ul.pricing-info li {
    justify-content: space-between !important;
  }
  .price-month h6.heading-side {
    opacity: 1;
    padding: 0 20px;
  }
  .d-1024-flex {
    display: flex;
  }
  .inner-box .inner-offer-list p {
    font-size: 15px;
  }
  body.logged-in header {
    padding: 0px 25px;
  }
  .navbar ul li {
    margin-bottom: 25px;
  }
  .navbar ul li a {
    font-size: 20px;
  }
  .main-navigation ul li:last-child {
    margin-top: 35px;
  }
  header.site-header {
    background-color: #fff;
    box-shadow: #00000025 0px 5px 15px;
  }
  .header-col {
    padding: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
  }
  .section-pricing [class*="cell-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar {
    display: none;
    max-height: 100vh;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 100%;
    right: 0;
    z-index: 9;
    padding-top: 0;
  }
  .navbar ul {
    display: block;
    width: 100%;
    margin-left: auto;
    padding: 20px 25px;
    padding-bottom: 80px;
    background-color: #fff;
    border-radius: 0;
    /*     box-shadow: 0 4px 10px #ede9fe; */
  }
  .navbar ul li.get-started-btn {
    position: absolute;
    bottom: 30px;
    width: calc(50% - 50px);
    margin-bottom: 0;
  }
  .navbar ul li.login-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: calc(50% - 50px);
    margin: 0;
  }
  .navbar ul li.get-started-btn a,
  .navbar ul li.login-btn a {
    display: inline-block;
  }
  .main-navigation ul li.login-btn a {
    font-size: 13px;
    padding: 11px 16px;
    min-width: 100px;
    width: 100%;
    text-align: center;
    height: unset;
  }
  .main-navigation ul li.get-started-btn a {
    font-size: 13px;
    padding: 12px 43px 12px 18px;
    width: 100%;
    text-align: center;
    height: unset;
  }
  .main-navigation ul li.get-started-btn a:after {
    top: 18px;
    right: 20%;
    max-width: 13px;
    max-height: 13px;
  }
  .navbar ul li a {
    color: #486284;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
  }
  .bar1,
  .bar2,
  .bar3 {
    display: block;
    margin: 5px;
  }

  .ai-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .built-img {
    width: calc(50% - 10px);
  }
  .ready-transform {
    margin-left: 25px;
    margin-right: 25px;
  }
  .audio-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .slick-slide {
    margin: 0 10px;
    /* Increased spacing */
  }
  .menu-styl {
    width: 24.33%;
    margin-bottom: 40px;
  }
  .footer-menu {
    padding: 20px 0px;
  }
  #tab-2 {
    margin: 30px 0;
  }
  /* ------------------ Increased spacing ---------------------*/
  .integrations_party_main .integrations_des,
  .integrations_party_main .integrations_hedding,
  .integrations_party_main .integrations_hedding h2,
  .business-listing {
    width: 100%;
    text-align: center;
  }
  .integrations-box-main .integrations-inner .inner-box {
    width: calc(100%);
    margin-bottom: 20px;
  }
  .integrations-box-main
    .integrations-inner
    .inner-box:nth-child(2)
    .inner-bg
    img {
    width: 40%;
  }
  .integrations-box-main .inner-box img {
    width: 50%;
  }
  .integrations_party_main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .business-listing-second {
    width: calc(100% - 0px);
    margin-left: 0;
    margin-top: 10px;
  }
  .business-plan,
  .business-listing-second {
    padding-top: 40px !important;
  }
  .effortless-plan {
    padding-top: 54px;
    padding-bottom: 34px;
  }
  .business-plan:nth-child(1)::after {
    width: 500px;
    height: 1px;
    background-color: #ffffff20;
    right: 15%;
    top: 100%;
  }
  .integrations-banner-section {
    padding-top: 180px;
    padding-bottom: 140px;
  }
  .work_list {
    gap: 0px;
  }
  .experience-image {
    border-radius: 0px 0px 15px 15px;
  }
  .configure.integrations_party_main {
    margin-top: 70px !important;
  }

  /* Sub Menu */
  .main-navigation ul .sub-menu {
    position: unset !important;
  }
  .main-navigation ul li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-navigation ul li.menu-item-has-children > a::after {
    display: none;
  }
  #site-navigation .sub-arrow {
    min-width: 16px;
    min-height: 16px;
    background: url(../images/down-arrow.svg) no-repeat center center;
    background-size: 16px 16px;
  }
  #site-navigation ul li.menu-item-has-children:hover .sub-arrow,
  #site-navigation ul li.current_page_item .sub-arrow {
    background: url(../images/down-arrow-active.svg) no-repeat center center;
    background-size: 16px 16px;
  }
  .main-navigation ul li:hover > ul.sub-menu {
    display: none !important;
  }
  .main-navigation ul li.open > ul.sub-menu {
    display: flex !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-navigation ul .sub-menu {
    min-width: unset !important;
    width: 100% !important;
    padding: 12px;
    margin-top: 12px;
  }
  .main-navigation ul li ul.sub-menu li a {
    padding: 12px 10px;
    font-size: 16px;
  }

  .free-trial-section form .package-values input {
    margin: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    max-width: 290px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .btn-767-block {
    display: inline-block;
  }
  .btn-767-none {
    display: none;
  }
  .banner-section .btn_block .btn,
  .banner-section .second-btn .btn_block .btn {
    max-width: 240px;
    width: 100%;
    justify-content: center;
  }
  .banner-section {
    /* background-image: url(/wp-content/uploads/2025/06/aireceptionist-background-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* Background image now handled by HTML img element for mobile/tablet */
  }
  /* Video hiding now handled by Bootstrap classes d-1024-block d-none */
  .free-trial-section form .package-values input {
    margin: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    max-width: 290px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .btn-767-block {
    display: inline-block;
  }
  .btn-767-none {
    display: none;
  }
  .banner-section .btn_block .btn,
  .banner-section .second-btn .btn_block .btn {
    max-width: 240px;
    width: 100%;
    justify-content: center;
  }
  .privacy-policy-inner .privacy-text ol {
    margin-left: 20px !important;
  }
  .privacy-policy-inner {
    margin-bottom: 30px;
  }
  .privacy-policy-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .how-to-last .work_list_box h4 {
    font-size: 22px;
  }
  .contact-form form .gfield_radio .gchoice:nth-child(2) .package {
    padding-bottom: 50px;
  }
  #wrapper {
    padding-top: 92px !important;
  }
  .built-img:hover {
    transform: translateY(0) !important;
  }
  .pricing-sticky {
    position: sticky;
    top: 55px;
    z-index: 99;
  }
  .section-pricing #tab-2 .inner-box.orange {
    padding: 1px;
  }
  .contact-form form .gf_page_steps .gf_step_active .gf_step_number:after {
    width: 170px;
    height: 2px;
  }
  .contact-form form .gform_fields {
    column-gap: 0;
  }
  .contact-form-pg {
    margin-top: 50px;
  }
  .header-col img {
    max-width: 240px;
  }
  .integrations-banner-section h1 {
    margin-bottom: 20px;
  }
  .navbar ul li a {
    font-size: 18px;
  }
  .free-trial-section .gform_confirmation_message img {
    max-width: 240px;
  }
  .free-trial-section .gform_confirmation_message h3 {
    font-size: 22px;
  }
  .free-trial-section .gform_confirmation_message strong {
    font-size: 16px;
  }
  .free-trial-section .gform_confirmation_message {
    padding: 40px 32px 50px;
  }
  .contact-form form {
    padding: 165px 22px 32px 22px;
  }
  .contact-form form .gfield--input-type-name legend.gfield_label,
  .contact-form form .gfield--type-choice legend.gfield_label {
    font-size: 22px !important;
    top: 25px;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    max-width: 300px;
    margin: auto;
  }
  .gform-theme--framework .gf_step {
    gap: 0;
  }
  .contact-form form .gf_page_steps {
    top: 110px;
    transform: translateX(-50%);
    left: 50%;
    width: 85%;
    justify-content: space-around;
  }
  .contact-form form legend.gfield_label {
    text-align: center;
  }
  .free-trial-section .contact > h5 {
    text-align: center;
  }
  .free-trial-section .main-inner {
    padding-top: 100px;
  }
  .free-trial-section .main-title {
    min-height: 400px;
    padding: 0 20px;
  }
  .contact-form form .gfield_radio .gchoice {
    width: 100%;
  }
  .integrations-banner-section.bg-brand-secondary-light
    .second-btn
    .btn_block:nth-child(1) {
    width: 46%;
  }
  .integrations-banner-section.bg-brand-secondary-light
    .second-btn
    .btn_block:nth-child(2) {
    width: 45%;
  }
  .integrations-banner-section.bg-brand-secondary-light .btn_block .btn {
    padding: 14px 9px;
    gap: 5px;
  }
  /*   .integrations-banner-section .second-btn .btn_block:nth-child(1) {
    width: 40%;
  }
  .integrations-banner-section .second-btn .btn_block:nth-child(2) {
    width: 41%;
  } */
  .how-to-last .work_list_box {
    width: 100%;
  }
  footer .cell-12 p br {
    display: none;
  }
  .contact-lising-section .inner-box p {
    font-size: 16px;
  }
  .contact-form-pg .gform_fields {
    column-gap: 0px !important;
    row-gap: 20px !important;
  }
  .contact-banner-section .contact-form-inner p {
    width: 100%;
  }
  .accordion-image-wrap .image-slide img {
    max-height: 235px;
  }
  .configure.integrations_party_main {
    margin-top: 50px !important;
  }
  .integrations_party_main.initial-setup .integrations_hedding h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .integrations_party_main {
    margin-bottom: 40px;
  }
  .effortless-plan {
    padding-top: 0px;
  }
  .experience-section {
    margin-bottom: 80px;
  }
  .experience-section .button_2 .btn {
    padding: 14px 13px;
  }
  .button_1 .btn,
  .experience-section .button_1 .btn {
    padding: 14px 30px;
  }
  .experience-image {
    min-height: 275px;
  }
  .contact-lising-section {
    background-image: url(../../images/mobile-contact-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .contact-form-inner .gfield {
    font-size: 14px !important;
    line-height: 1.3;
  }
  .contact-lising-section {
    padding-top: 50px;
  }
  .contact-banner-section .contact-form-inner p {
    padding-top: 10px;
  }
  .contact-form-pg {
    padding: 20px 17px 30px;
  }
  .accordion-image-wrap .image-slide img {
    margin-bottom: 7px;
  }
  .how-it-banner {
    background: url(../../images/how-it-works.webp);
    min-height: unset;
  }
  .integrations-banner-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .initial-setup-main .initial-setup-inner .inner-box {
    position: relative;
  }
  .initial-setup-main .first-initial .inner-box::after {
    position: absolute;
    content: "";
    background: url(../../images/initial-stap.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-height: 245px;
    top: 0px;
    left: 0;
    z-index: 0;
  }
  .testing-main .testing-inner .inner-box {
    height: 549px;
  }
  .testing-inner .inner-bg > img {
    display: none;
  }
  .ai-svg-mob img {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .testing-main .testing-inner .inner-box {
    padding: 18px;
  }
  .initial-setup-main.configure .initial-setup-inner .inner-box:nth-child(1) {
    background: url(../../images/ai-voice-mob.svg);
  }
  .pricing-main .btn-white {
    font-size: 11px;
    padding: 12px 9px;
  }
  .pricing-banner-section {
    background-color: #ffffff;
    padding-top: 70px;
  }
  .pricing-banner-section .btn_block.banner-btn {
    display: none;
  }
  .pricing-blocks
    .pricing-block:nth-child(2)
    .inner-box.orange
    .pricing-main
    h6,
  .pricing-blocks .pricing-block:nth-child(2) .inner-box.orange .pricing-main p,
  .pricing-blocks
    .pricing-block:nth-child(2)
    .inner-box.orange
    .pricing-main
    h4 {
    color: #000;
  }
  .pricing-details > h6 {
    font-size: 14px;
  }
  ul.pricing-info li {
    font-size: 14px;
    text-align: center;
  }
  .pricing-blocks .pricing-block:nth-child(2) .inner-box.orange {
    background: linear-gradient(
      90deg,
      rgba(250, 138, 44, 1) 0%,
      rgba(234, 104, 72, 1) 65%,
      rgba(251, 59, 81, 1) 100%
    );
  }
  .pricing-blocks .pricing-block:nth-child(2) .inner-box.orange .text-white {
    margin-bottom: 7px;
  }
  .pricing-section .pricing-main {
    padding: 23px 15px 25px 15px;
  }
  .pricing-blocks .pricing-block:nth-child(2) .inner-box.orange .pricing-main {
    border-radius: 0;
    border: 1px solid #00000020;
    padding: 25px 15px 25px;
  }
  .pricing-blocks .pricing-block:nth-child(1) .inner-box.orange .pricing-main {
    border-top: 1px solid #00000020;
    border-bottom: 1px solid #00000020;
  }
  .pricing-blocks .pricing-block:nth-child(3) .inner-box.orange .pricing-main {
    border-top: 1px solid #00000020;
    border-bottom: 1px solid #00000020;
  }
  .pricing-section .pricing-main {
    border-radius: 0 !important;
    background-color: #fff !important;
  }
  .pricing-section .pricing-block:nth-child(3) .pricing-main {
    margin-left: 0;
  }
  .pricing-section .pricing-block:nth-child(1) .pricing-main {
    margin-right: 0;
  }
  .pricing-blocks .pricing-block:nth-child(2) .inner-box.orange {
    margin-bottom: 0;
  }
  .inner-box.orange {
    padding: 0;
  }
  .pricing-section > .wrapper {
    padding: 0 !important;
  }
  .pricing-main h4 {
    font-size: 16px;
  }
  .pricing-main h6 {
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .pricing-section .pricing-main .btn {
    font-size: 11px;
    padding: 7px 10px;
    margin-top: 20px;
  }
  .product-sectio-image {
    display: none;
  }
  .product-sectio-image-mob {
    width: 100%;
    height: 100%;
    max-width: 214px;
    max-height: 234px;
    margin: auto;
    margin-top: 40px;
    display: block;
  }
  .work_list_box:after {
    top: 320px;
    height: 67%;
    width: 100%;
    max-width: 0px;
    left: 50%;
    bottom: 0%;
    transform: translateX(0px);
  }
  .wow-it-Works .work_list_1,
  .wow-it-Works .work_list_2,
  .wow-it-Works .work_list_3,
  .wow-it-Works .work_list_4 {
    margin-bottom: 40px;
  }
  .experience-section .experience-button .btn_block .btn {
    gap: 9px;
  }
  .product-banner-section {
    background-image: url(../../images/mobile-bg-product.jpg);
    padding-top: 40px;
    padding-bottom: 0;
    height: unset;
  }
  /*   .integrations-banner-section {
    padding-bottom: 95px;
  } */
  .business-plan,
  .business-listing-second {
    padding-top: 40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .second-btn .btn_block:nth-child(2) .btn {
    padding: 14px 30px;
  }
  .banner-section .second-btn .btn_block:nth-child(2) .btn {
    padding: 14px 45px;
  }
  .built-img:last-child h6 {
    width: 100%;
  }
  .built-img:last-child::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/03/arrow_forward.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    top: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2630%)
      hue-rotate(259deg) brightness(118%) contrast(100%);
    pointer-events: none;
  }
  .built-img.active:last-child::after {
    transform: rotate(180deg);
  }
  .only-mob {
    display: none;
  }
  .footer-mob {
    display: none;
  }
  .futter-button {
    display: block;
  }
  body.logged-in header {
    padding: 0px 15px;
  }
  .tab-content:hover {
    transform: translateY(0) !important;
  }
  .pricing-listing ul.tabs li.current h4 {
    color: #fff;
  }
  .section-pricing #tab-2 .inner-box {
    padding-top: 30px;
  }
  .pricing-listing ul.tabs li.current {
    background-color: #001435;
    border-radius: 10px 10px 0 0;
    border: 1px solid #fa8a2c;
    border-bottom: none;
    position: relative;
  }
  .pricing-listing ul.tabs li.current:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background-color: #001435;
    z-index: 1;
  }
  .section-pricing .tab-content.current .inner-box {
    background-color: #001435;
  }
  .section-pricing .tab-content.current .inner-box.orange {
    background-color: #fa8a2c;
    padding: 1px;
  }
  .section-pricing .tab-content.current h4.pricing-inner {
    color: #fa8a2c;
  }
  .section-pricing .tab-content.current p.titel,
  .section-pricing .tab-content.current .inner-offer-list p {
    color: #ffffff;
  }
  .section-pricing #tab-2 .inner-box.orange h4.text-white {
    display: none;
  }
  .section-pricing .inner-box {
    text-align: center;
    border-radius: 0;
  }
  .section-pricing .pricing-listing {
    margin-top: 30px;
  }
  .ready-transform .wrapper .d-flex {
    padding: 0px 15px;
  }
  .ready-transform .wrapper {
    min-height: 400px;
  }
  .audio-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-section .main-title p {
    width: 95%;
  }
  /* .btn {
    padding: 14px 65px;
  }
  .second-btn .btn_block:nth-child(2) .btn {
    padding: 14px 80px;
  } */
  .pricing-listing ul.tabs li h4 {
    font-size: 24px;
    text-align: left;
  }
  .section-pricing .pricing-listing {
    padding: 0 !important;
  }
  .pricing-listing ul.tabs h4 span {
    width: 55%;
    font-size: 16px;
  }
  .pricing-listing ul.tabs li {
    width: 33.33%;
  }

  .pricing-listing ul.tabs {
    position: relative;
    z-index: 1;
    display: flex;
    list-style: none;
    background-color: #efe8e1;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    padding: 0;
  }
  .togal-another {
    display: none;
  }
  .togal-open {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .banner-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ai-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ai-box-main .box-inner .inner-box {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .ai-box-main .box-inner .inner-box::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/03/arrow_forward.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    top: 30px;
  }
  .ai-box-main .box-inner .inner-box.active::after {
    transform: rotate(180deg);
  }
  .built-img {
    width: 100%;
  }
  .audio-btn {
    margin-top: 21px;
  }
  .section-pricing {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .box-inner .engagement-listing {
    gap: 0;
  }
  .ai-box-main .box-inner .inner-box {
    border-radius: 0;
    border-bottom: 1px solid #000;
  }
  .ai-box-main .box-inner .inner-box:first-child {
    border-radius: 5px 5px 0px 0;
  }
  .ai-box-main .box-inner .inner-box:last-child {
    border-radius: 0px 0 5px 5px;
    border: none;
  }
  .ai-section p.descr-cen {
    margin-bottom: 30px;
  }
  .ready-transform {
    margin-left: 16px;
    margin-right: 16px;
  }
  .audio-section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .section-logo {
    background-image: url(../images/logo-section-bg-mobile.jpg);
    background-position: center;
    background-size: cover;
  }
  .image-sdr {
    padding-bottom: 0;
  }
  .slick-list {
    overflow: visible !important;
  }
  .slick-slide {
    margin: 0 5px;
    /* Increased spacing */
  }
  .menu-styl {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-boder {
    border: none;
  }
  p.copy-text {
    border: none;
  }
  .tab-content {
    display: none;
  }
  .tab-content.current {
    display: inherit;
    padding: 0;
    margin-bottom: 0;
  }
  .tab-content.current .inner-box.orange {
    width: 100%;
    border-radius: 0;
  }
  .section-logo {
    border-radius: 0;
  }
  #tab-2 {
    margin: 0px 0;
  }
  .integrations-box-main .inner-box img {
    width: 100%;
  }
  .integrations-box-main
    .integrations-inner
    .inner-box:nth-child(2)
    .inner-bg
    img {
    width: 50%;
  }
  .integrations-box-main .integrations-dec {
    margin: 0 35px;
  }
  .integrations-box-main .integrations-dec p {
    font-size: 14px;
    line-height: 1.4;
  }
  .integrations-box-main .integrations-inner .inner-box {
    padding-top: 0px;
  }
  .integrations-box-main
    .integrations-inner
    .inner-box:nth-child(3)
    .inner-bg
    img {
    width: 70%;
  }

  .integrations-banner-section .btn_block .btn {
    padding: 14px 19px;
    font-size: 14px;
  }
  .section-logo .slick-slide img {
    min-width: 50px !important;
    min-height: 50px !important;
  }
}

/* Responsive navigation adjustments for 1025-1280px */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  /* Gradually reduce font sizes */
  .main-navigation ul li a {
    font-size: 15px;
  }
  .main-navigation ul li.login-btn a {
    font-size: 15px;
    padding: 11px 16px;
    max-height: 43px;
    text-align: center;
  }
  .main-navigation ul li.get-started-btn a {
    font-size: 15px;
    padding: 11px 43px 11px 25px;
    max-height: 43px;
  }
  .main-navigation ul li.get-started-btn a:after {
    top: 16px;
    right: 10%;
    max-width: 13px;
    max-height: 13px;
  }
  /* Reduce gaps between menu items */
  .main-navigation ul {
    gap: 16px;
  }

  /* Reduce header padding */
  .header-col {
    padding: 5px 25px;
  }

  /* Reduce logo size */
  .header-col img {
    max-width: 200px;
  }
  /* Reduce button padding further at smaller widths */
  @media only screen and (min-width: 1151px) and (max-width: 1280px) {
    .main-navigation ul li a {
      font-size: 15px;
      gap: 35px;
    }

    .main-navigation ul li.get-started-btn a {
      font-size: 15px;
      padding: 11px 40px 11px 22px;
      max-height: 43px;
      min-width: 120px;
      text-align: center;
    }

    .main-navigation ul li.login-btn a {
      font-size: 15px;
      padding: 8px 22px;
      min-width: 120px;
      max-height: 43px;
    }
  }

  /* Reduce button padding further at smaller widths */
  @media only screen and (min-width: 1025px) and (max-width: 1150px) {
    .main-navigation ul li a {
      font-size: 14px;
      gap: 35px;
    }

    .main-navigation ul li.get-started-btn a {
      font-size: 14px;
      padding: 11px 40px 11px 22px;
      max-height: 43px;
      min-width: 120px;
      text-align: center;
    }

    .main-navigation ul li.login-btn a {
      font-size: 14px;
      padding: 8px 22px;
      min-width: 120px;
      max-height: 43px;
    }

    .main-navigation ul {
      gap: 30px;
    }

    .header-col {
      padding: 5px 22px;
    }

    .header-col img {
      max-width: 190px;
    }
  }

  /* Even smaller adjustments for very narrow desktop */
  @media only screen and (min-width: 1025px) and (max-width: 1080px) {
    .main-navigation ul li a {
      font-size: 13px;
    }

    .main-navigation ul li.get-started-btn a {
      font-size: 13px;
      padding: 10px 35px 10px 20px;
      max-height: 36px;
      min-width: 120px;
      text-align: center;
    }

    .main-navigation ul li.login-btn a {
      font-size: 13px;
      padding: 7px 20px;
      min-width: 90px;
      max-height: 36px;
    }

    .main-navigation ul li.get-started-btn a:after {
      top: 16px;
      right: 10%;
      max-width: 13px;
      max-height: 13px;
    }
    /* Reduce gaps between menu items */
    .main-navigation ul {
      gap: 35px;
    }

    .main-navigation ul {
      gap: 25px;
    }

    .header-col {
      padding: 5px 20px;
    }

    .header-col img {
      max-width: 180px;
    }
  }
}

/* Responsive navigation adjustments for 1025-1280px */

/* Banner background image - serves as fallback for all devices */
.mobile-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.loader-container {
  position: absolute;
  top: 40px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .industry-section .industry-card h2::after {
    content: "";
    background-image: url(../images/play-toggle-icon.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    /* background-color: #fa8a2c; */
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
  }
  .industry-section .industry-card.active {
    border-color: #fa8a2c;
  }
  .industry-section .industry-card p {
    padding-top: 18px;
  }
  .industry-section .industry-card h2 {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .industry-section .industry-card * {
    transition: all 0.3s ease-in-out;
  }
  .industry-section .industry-card:not(.active) > img,
  .industry-section .industry-card:not(.active) .card-inner-block .card-abton {
    display: none;
  }

  .industry-section .industry-card:not(.active) .card-inner-block p {
    padding-bottom: 0;
  }
  .industry-section .industry-card.active h2::after {
    opacity: 0;
  }
  .category-dropdown {
    display: block;
  }
  .loader-container {
    position: absolute;
    top: 116px;
  }
}

.industry-section .industry-card .play-pause {
  position: relative;
}

.page-template-archive-lndustries
  .industry-section
  .industry-card
  span.play-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #fa8a2c;
  z-index: 1;
}

.industry-section .industry-card img {
  z-index: 2;
}

section#resource-post {
  position: relative;
}
.loader {
  display: block;
  width: 40px;
  height: 40px;
  border: 0.2em dotted #fa8a2c;
  border-radius: 50%;
  -webkit-animation: 2s loader-01 linear infinite;
  animation: 2s loader linear infinite;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-container {
  display: none;
}

.box-sort {
  position: relative;
}

.suggestions-box {
  position: absolute;
  background: #fff;
  border: 1px solid #e4e4f6;
  max-height: 298px;
  overflow-y: auto;
  width: 100%;
  z-index: 999;
  border-radius: 15px;
  display: none;
}
.suggestions-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.suggestions-box li {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.suggestions-box li + li {
  border-top: 1px solid #e4e4f6;
}

.suggestions-box li > img {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 4px;
}

.suggestions-box li .suggestion-content {
  width: calc(100% - 60px);
  font-size: 13px;
  line-height: 1.2;
  font-family: "Basic";
}
.suggestions-box li .suggestion-content strong {
  font-weight: 500;
}
.suggestions-box li .suggestion-content p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
}

.category-dropdown {
  position: relative;
}

#mobile-filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border: 1px solid #fa8a2c;
  border-radius: 50px;
  background: white;
  cursor: pointer;
  font-weight: 500;
  color: #1e293b;
  font-size: 16px;
  min-width: 160px;
  text-align: center;
}
#mobile-filter-btn .dropdown-icon {
  font-size: 14px;
  margin-left: 10px;
}

#mobile-filter-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  z-index: 99;
}

#mobile-filter-menu li {
  padding: 10px 15px;
  cursor: pointer;
}

#mobile-filter-menu li:hover {
  background: #f5f5f5;
}

.single-resources #wrapper {
  overflow: visible;
}

.resource-item  a.resource-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}