/* Typography  */
@media (max-width: 992px) {
  .heading {
    margin-bottom: 55px;
  }
}
/* End */

/* Header */
@media (max-width: 1280px) {
  .support-chat {
    margin-left: 30px;
    max-width: 330px;
  }
}
@media (max-width: 1025px) {
  .header {
    border-radius: 0px 0px 70px 70px;
  }
  .navbar {
    padding: 15px 20px;
  }
  .navbar-nav .nav-item .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  .right-tech-wrp {
    display: none;
  }
  .support-chat {
    margin-left: 50px;
    max-width: 350px;
  }
  .bottom-tech-wrp {
    right: -8%;
  }
}
@media (max-width: 992px) {
  .header {
    padding-bottom: 45px;
    border-radius: 0;
  }
  .navbar {
    border-radius: 10px;
  }
  .navbar-brand {
    font-size: 16px;
    line-height: 19px;
  }
  .navbar-brand img {
    margin-right: 8px;
  }
  .navbar-nav {
    padding: 20px 0;
  }
  .hero-content-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .support-chat .svg{
    display:none;
  }
  .heading .sub-title {
    margin-bottom: 12px;
  }
  .heading .title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
  }
  .hero-content .heading .title {
      font-size: 31px;
      line-height: 32px;
      margin: 5px 0 20px;
  }
  .heading p {
    font-size: 16px;
    line-height: 24px;
  }
  .request-demo-input {
    padding: 6px 6px 6px 12px;
    border-radius: 13px;
  }
  .request-demo-input button {
    width: 100px;
    line-height: 18px;
    border-radius: 10px;
  }
  .support-chat {
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-tech-wrp {
    right: 50%;
    transform: translateX(50%);
  }
}
/* End Header */

/* Brand Wrap */
@media (max-width: 1025px) {
  .brand-row {
    gap: 40px 0;
  }
}
@media (max-width: 992px) {
  .brand-sec {
    padding-top: 58px;
    padding-bottom: 100px;
  }
  .brand-row {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    gap: 33px 15px;
  }
}
/* End Brand */

/* How Works Wrap  */
@media (max-width: 1025px) {
  .how-works-item:not(.last-work-item)::after {
    left: calc(100% - 34.3%);
    width: calc(100% - 21%);
  }
}
@media (max-width: 992px) {
  .how-works-sec {
    padding-bottom: 80px;
  }
  .how-work-icon::before,
  .how-work-icon::after,
  .how-works-item:not(.last-work-item)::after {
    display: none;
  }
}
/* End How Works */

/* Support Wrap */
@media (max-width: 1025px) {
  .easy-integration {
    max-width: 415px;
  }
  .typography-box,
  .manage-ai-box {
    max-width: 250px;
  }
  .main-color-box .color {
    width: 35px;
    height: 35px;
  }
  .manage-ai-heading h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .customizable-row {
    gap: 10px;
  }
  .support-row {
    gap: 15px;
    margin-bottom: 15px;
  }

  .support-box {
    padding: 20px;
  }
  .updates-ver {
    padding: 15px;
    margin-bottom: 45px;
    flex-direction: column;
  }
  .update-ver-rit {
    padding-left: 0;
  }
  .update-ver-lft {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 0.901136px dashed #232d51;
  }
  .update-item button {
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .easy-integration,
  .typography-box,
  .manage-ai-box {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .support-row {
    gap: 25px;
    flex-direction: column;
  }
  .support-box {
    min-height: 420px;
  }
  .customizable-row {
    grid-template-columns: 1fr;
  }
  .manage-ai-box {
    margin-top: 0;
    margin-bottom: 45px;
  }
  .support-common-content h3 {
    font-size: 24px;
  }
  .support-common-content p {
    font-size: 16px;
    line-height: 25px;
  }

  .update-item {
    flex-wrap: wrap;
  }
  .training-prompt-wrp {
    margin-top: 0;
    margin-bottom: 45px;
  }
}
/* End Support */

/* Testimonials Wrap */
@media (max-width: 992px) {
  .testimonials-sec {
    padding-bottom: 88px;
  }
  .testimonial-item {
    padding: 20px;
  }
  .testimonial-item p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 55px;
  }
  .testimonial-carousel .owl-dots {
    margin-top: 25px;
  }
}
/* End Testimonials */

/* Faq Wrapper */
@media (max-width: 992px) {
  .faq-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .faq-header {
    border-radius: 10px;
    padding: 18px 15px;
    height: auto;
  }
  a.faq-title {
    font-size: 16px;
    line-height: 19px;
  }
  .faq-body {
    border-radius: 10px;
    padding: 18px 15px;
    margin-top: 10px;
  }
}
/* End Faq */

/* Footer Wrap */
@media (max-width: 1280px) {
  .footer-wrp {
    border-radius: 100px 100px 0px 0px;
  }
}
@media (max-width: 1025px) {
  .footer-wrp {
    border-radius: 70px 70px 0px 0px;
  }
}
@media (max-width: 992px) {
  .footer-wrp {
    border-radius: 0;
    padding-top: 50px;
  }
  .cta-wrp {
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 55px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .cta-left h4 {
    font-size: 24px;
    line-height: 29px;
  }
  a.cta-btn {
    height: 40px;
  }
  .footer-top {
    padding-bottom: 45px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
  }
  .footer-btm-rit ul {
    margin-bottom: 43px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .footer-btm-rit ul {
    gap: 12px 20px;
  }
  .footer-btm-rit ul li:not(:last-child) a::after {
    display: none;
  }
  .footer-wrp::before {
    display: none;
  }
}
/* End Footer */
