/* Responsive overrides */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

section,
header,
footer {
  max-width: 100vw;
}

.overflow {
  overflow-x: hidden;
}

@media (max-width: 1199px) {
  .wrap {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  header .center_container .logo {
    max-width: 170px;
  }

  header .navigation {
    gap: 18px;
  }

  header .center_container .navigation ul {
    gap: 20px;
  }

  header .center_container .navigation ul li a {
    font-size: 14px;
  }

  .banner .bnrInr .text {
    width: 52%;
  }

  .banner .bnrInr h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .banner .bnrInr p {
    width: 92%;
  }

  .banner .modelImg {
    width: 43%;
  }

  .banner .modelImg .lftcrds {
    left: -70px;
  }

  .banner .modelImg .rgtcrds {
    right: -70px;
  }

  .automation .summery li:after {
    width: 110px;
    right: -116px;
    background-size: contain;
  }

  .aboutHeroInr {
    gap: 42px;
  }

  .aboutHeroText h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .heroChatCard.top {
    right: -6px;
  }

  .heroChatCard.bottom {
    left: -8px;
  }
}

@media (max-width: 991px) {
  h2.hd {
    font-size: 40px;
    line-height: 1.12;
  }

  h2.hd br,
  .ctr br,
  .joinPnl p br,
  .footer-desc br {
    display: none;
  }

  .trigger {
    display: block;
    position: relative;
    z-index: 12;
    width: 44px;
    height: 40px;
    padding: 9px 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4F46E5 0%, #9333EA 100%);
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.28);
  }

  .trigger span {
    height: 2px;
    border-radius: 20px;
    background: #fff;
    transition: 0.25s ease;
  }

  .trigger span:nth-child(2) {
    margin: 6px 0;
  }

  body.slip .trigger span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  body.slip .trigger span:nth-child(2) {
    opacity: 0;
  }

  body.slip .trigger span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  header {
    padding: 12px 0;
  }

  header .center_container .logo {
    max-width: 150px;
    margin-bottom: 0;
  }

  header .center_container .logo .themeLogo img {
    height: 44px;
  }

  header .navigation {
    margin-left: auto;
    gap: 14px;
  }

  header .center_container .navigation ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    z-index: 10;
    padding: 12px;
    background:
      linear-gradient(135deg, rgba(15, 12, 41, 0.96) 0%, rgba(48, 43, 99, 0.96) 55%, rgba(36, 36, 62, 0.96) 100%);
    border: 1px solid rgba(129, 140, 248, 0.38);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(15, 12, 41, 0.32);
    backdrop-filter: blur(16px);
    overflow: hidden;
  }

  header .center_container .navigation ul:before {
    content: "";
    display: block;
    width: 170px;
    height: 170px;
    position: absolute;
    right: -58px;
    top: -70px;
    border-radius: 50%;
    background: rgba(6, 182, 212, 0.18);
    filter: blur(22px);
    pointer-events: none;
  }

  header .center_container .navigation ul li {
    position: relative;
    z-index: 1;
  }

  header .center_container .navigation ul li a {
    padding: 13px 14px;
    font-size: 15px;
    color: #E0E7FF;
    border-radius: 12px;
  }

  header .center_container .navigation ul li a:hover,
  header .center_container .navigation ul li a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }

  header .center_container .navigation ul li a:after {
    display: none;
  }

  .toggle-container {
    order: -1;
  }

  .banner {
    padding: 112px 0 64px;
  }

  .banner .bnrInr {
    flex-direction: column;
    gap: 50px;
    text-align: center;
  }

  .banner .bnrInr .text,
  .banner .modelImg {
    width: 100%;
  }

  .banner .bnrInr .text h4,
  .banner .bnrInr .btnGrp,
  .banner .totel {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .banner .bnrInr h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .banner .bnrInr p {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner .modelImg .grilBox {
    max-width: 420px;
    margin: 0 auto;
  }

  .banner .modelImg .lftcrds {
    left: 0;
    top: 26px;
    z-index: 2;
  }

  .banner .modelImg .rgtcrds {
    right: 0;
    top: 12px;
    z-index: 2;
  }

  .trust .trust_inner ul {
    flex-wrap: wrap;
    gap: 18px 0;
    padding: 0 20px;
  }

  .trust .trust_inner ul li,
  .trust .trust_inner ul li:last-child {
    width: 33.33%;
    justify-content: center;
  }

  .aboutHero {
    padding: 58px 0 76px;
  }

  .aboutInnerBnr {
    padding: 108px 0 78px;
  }

  .aboutInnerBnr h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .aboutHeroInr {
    flex-direction: column;
    text-align: center;
    margin-top: -52px;
    padding: 34px 26px;
    border-radius: 24px;
  }

  .aboutHeroText,
  .aboutHeroImg {
    width: 100%;
  }

  .aboutHeroText h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .aboutHeroText p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .aboutStats {
    justify-content: center;
  }

  .aboutHeroImg {
    max-width: 620px;
    margin: 0 auto;
  }

  .aboutValues ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .expertiseGrid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .aboutExpertise h2.hd {
    text-align: center;
  }

  .aboutExpertise h2.hd span {
    margin-left: auto;
  }

  .missionGrid {
    grid-template-columns: 1fr;
  }

  .aboutCtaInr h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .privacyPage {
    padding: 68px 0 76px;
  }

  .privacyCards.twoCol,
  .policyInfoGrid {
    grid-template-columns: 1fr;
  }

  .shareCards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .privacyContact {
    padding: 34px 28px;
  }

  .clmInitial,
  .feature,
  .automation,
  .integration,
  .diffrence,
  .conversion,
  .steps,
  .testimonals,
  .faqs,
  .joinPnl {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .clmInitial .rowFlex,
  .clmInitial .rowFlex:nth-child(even) {
    flex-direction: column;
    gap: 34px;
    margin-top: 58px;
  }

  .clmInitial .rowFlex .clm {
    width: 100%;
  }

  .clmInitial .rowFlex .clm:first-child {
    text-align: center;
  }

  .clmInitial .rowFlex .clm img {
    max-width: 560px;
    width: 100%;
  }

  .feature ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .feature ul li:nth-child(4n+4) {
    margin-right: 3%;
  }

  .feature ul li:nth-child(2n+2) {
    margin-right: 0;
  }

  .automation .summery {
    flex-wrap: wrap;
    gap: 34px 0;
  }

  .automation .summery li {
    width: 50%;
  }

  .automation .summery li:after {
    display: none;
  }

  .countDeta {
    flex-wrap: wrap;
    gap: 24px 0;
  }

  .countDeta li {
    width: 50%;
  }

  .inner_diffrence,
  .diffrence .inner_diffrence {
    flex-direction: column;
  }

  .steps ul {
    gap: 24px;
  }

  .steps ul li {
    padding: 0 12px;
  }

  .testimonals ul li {
    width: 50%;
  }

  .joinPnl h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .joinPnl ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.slip {
    overflow: hidden;
  }

  h2.hd {
    font-size: 32px;
  }

  p,
  .ctr {
    font-size: 15px;
    line-height: 24px;
  }

  .btn {
    min-height: 44px;
    height: auto;
    padding: 11px 16px;
    text-align: center;
  }

  header .center_container .navigation .navBtn {
    display: none;
  }

  header .center_container .navigation ul {
    left: 12px;
    right: 12px;
  }

  .banner {
    padding: 96px 0 54px;
  }

  .banner .wrap:before,
  .banner .wrap:after,
  .banner .bnrInr:before,
  .automation:before,
  .countDeta:before,
  .conversion ul:before,
  .conversion ul:after {
    display: none;
  }

  .banner .bnrInr {
    gap: 34px;
    max-width: calc(100vw - 36px);
    margin-left: auto;
    margin-right: auto;
  }

  .banner .bnrInr .text {
    max-width: calc(100vw - 36px);
  }

  .banner .bnrInr h1 {
    font-size: 38px;
    line-height: 46px;
    overflow-wrap: anywhere;
  }

  .banner .bnrInr .text h4 {
    height: auto;
    min-height: 36px;
    padding: 8px 14px;
    line-height: 18px;
  }

  .banner .bnrInr .btnGrp,
  .joinPnl .btnGrp {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: min(340px, calc(100vw - 36px));
  }

  .banner .bnrInr .btnGrp .btn,
  .joinPnl .btnGrp .btn {
    width: 100%;
  }

  .btn span {
    justify-content: center;
    text-align: center;
  }

  .banner .totel {
    flex-direction: column;
    gap: 8px;
  }

  .banner .totel p {
    text-align: center;
  }

  .banner .modelImg {
    max-width: 360px;
    margin: 0 auto;
    padding-top: 86px;
    padding-bottom: 82px;
  }

  .banner .modelImg .grilBox {
    max-width: 320px;
  }

  .banner .modelImg .lftcrds,
  .banner .modelImg .rgtcrds {
    display: block;
    left: 50%;
    right: auto;
    transform: scale(0.74);
    transform-origin: top center;
    z-index: 2;
  }

  .banner .modelImg .lftcrds {
    top: 8px;
    margin-left: -78px;
  }

  .banner .modelImg .rgtcrds {
    top: auto;
    bottom: 118px;
    margin-left: -80px;
  }

  .banner .modelImg .lftcrds ul li,
  .banner .modelImg .rgtcrds ul li {
    display: none;
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 35px rgba(15, 12, 41, 0.22);
  }

  .banner .modelImg .lftcrds ul li:first-child,
  .banner .modelImg .rgtcrds ul li.for {
    display: block;
  }

  .banner .modelImg .lftcrds ul li:first-child {
    width: 196px;
  }

  .banner .modelImg .rgtcrds ul li.for {
    width: 202px;
    margin: 0;
  }

  .banner .modelImg .bnr_process ul {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner .modelImg .bnr_process {
    margin-top: 20px;
  }

  .banner .modelImg .bnr_process ul li:after {
    display: none;
  }

  .trust .trust_inner {
    margin-top: -12px;
  }

  .trust .trust_inner ul li,
  .trust .trust_inner ul li:last-child {
    width: 50%;
    font-size: 15px;
  }

  .clmInitial {
    padding-top: 64px;
  }

  .clmInitial .rowFlex .clm h3 {
    font-size: 28px;
    line-height: 1.15;
  }

  .feature ul {
    margin-top: 42px;
  }

  .feature ul li,
  .feature ul li:nth-child(2n+2),
  .feature ul li:nth-child(4n+4) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .automation .summery {
    margin: 44px 0;
  }

  .automation .summery li {
    width: 50%;
    padding: 0 8px;
  }

  .countDeta {
    padding: 24px 18px;
  }

  .integration ul li {
    width: 50%;
  }

  .diffrence .inner_diffrence,
  .conversion ul,
  .steps ul,
  .testimonals ul,
  .faqs .accordion {
    margin-top: 42px;
  }

  .diffrence .detaBox {
    padding: 24px 18px;
  }

  .diffrence .detaBox h3 {
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }

  .conversion ul {
    align-items: stretch;
  }

  .conversion ul li,
  .conversion ul li:nth-child(2),
  .conversion ul li:nth-child(3),
  .conversion ul li:nth-child(4) {
    width: 100%;
  }

  .conversion ul li {
    gap: 14px;
    padding: 18px;
    margin-bottom: 42px;
  }

  .conversion ul li .bar .hding {
    flex-direction: column;
    gap: 8px;
  }

  .conversion ul li .bar .hding i {
    width: fit-content;
  }

  .steps ul {
    flex-direction: column;
  }

  .steps ul:before {
    display: none;
  }

  .steps ul li {
    width: 100%;
    padding: 0;
  }

  .testimonals ul {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonals ul li {
    width: 100%;
    padding: 0;
  }

  .testimonals ul li .review {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .pricingSection {
    padding: 72px 0;
  }

  .pricingHeader h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .pricingCards {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }

  .pricingCard.featured {
    transform: none;
  }

  .enterprisePlan {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .enterprisePlan a {
    width: 100%;
    text-align: center;
  }

  .pricingTrust {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }

  .faqs .accordion .accordion-button {
    align-items: flex-start;
    font-size: 15px;
    line-height: 22px;
    padding: 16px;
  }

  .joinPnl h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .joinPnl p {
    font-size: 16px;
    line-height: 25px;
  }

  .joinPnl ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    max-width: 340px;
    margin: 0 auto;
  }

  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .footer-top > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-top > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  header .center_container .logo {
    max-width: 132px;
  }

  header .center_container .logo .themeLogo img {
    height: 38px;
  }

  .footerLogo .themeLogo img {
    height: 48px;
  }

  .switch {
    width: 48px;
    height: 24px;
  }

  .slider:before {
    width: 18px;
    height: 18px;
    left: 3px;
    bottom: 3px;
    background-size: 12px;
  }

  input:checked + .slider:before {
    transform: translateX(24px);
  }

  .banner .bnrInr h1 {
    font-size: 29px;
    line-height: 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner .bnrInr p {
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .banner .modelImg .grilBox {
    max-width: 260px;
  }

  .banner .modelImg {
    max-width: 318px;
    padding-top: 82px;
    padding-bottom: 76px;
  }

  .banner .modelImg .lftcrds,
  .banner .modelImg .rgtcrds {
    transform: scale(0.64);
  }

  .banner .modelImg .lftcrds {
    left: 50%;
    margin-left: -62px;
  }

  .banner .modelImg .rgtcrds {
    left: 50%;
    right: auto;
    bottom: 112px;
    margin-left: -64px;
  }

  .trust .trust_inner ul li,
  .trust .trust_inner ul li:last-child,
  .integration ul li,
  .automation .summery li {
    width: 50%;
  }

  .countDeta li,
  .clmInitial .rowFlex .clm .inNumbers li {
    width: 100%;
  }

  .clmInitial .rowFlex .clm .inNumbers li {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .conversion ul li {
    align-items: flex-start;
  }

  .pricingSection {
    padding: 58px 0;
  }

  .pricingHeader {
    margin-bottom: 38px;
  }

  .pricingHeader h2 {
    font-size: 29px;
    line-height: 36px;
  }

  .pricingHeader p {
    font-size: 13px;
    line-height: 22px;
  }

  .billingToggle {
    width: 100%;
    max-width: 330px;
    justify-content: center;
  }

  .billingToggle button {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricingCard {
    padding: 28px 20px;
  }

  .price {
    font-size: 34px;
    line-height: 40px;
  }

  .enterprisePlan {
    padding: 20px;
  }

  .enterprisePlan > div {
    align-items: flex-start;
  }

  .conversion ul li > span {
    width: 42px;
    flex: 0 0 42px;
  }

  .joinPnl h2 {
    font-size: 29px;
    line-height: 36px;
  }

  .footer-bottom {
    align-items: center;
  }

  .aboutHero {
    padding: 48px 0 64px;
  }

  .aboutInnerBnr {
    padding: 94px 0 70px;
  }

  .aboutInnerBnr h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .aboutInnerBnr ul {
    gap: 22px;
  }

  .aboutHeroText h1 {
    font-size: 31px;
    line-height: 39px;
  }

  .aboutHeroText p {
    font-size: 15px;
    line-height: 24px;
  }

  .aboutStats {
    gap: 12px;
    justify-content: center;
  }

  .aboutStats li {
    width: calc(50% - 6px);
    min-width: 0;
    padding: 16px 12px;
  }

  .aboutStats li:last-child {
    width: 100%;
  }

  .aboutStats li b {
    font-size: 24px;
    line-height: 30px;
  }

  .aboutHeroImg {
    max-width: 360px;
    padding: 70px 0 74px;
  }

  .aboutHeroImg img {
    border-radius: 18px;
  }

  .heroChatCard {
    padding: 10px 12px;
    transform: scale(0.86);
  }

  .heroChatCard.top {
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%) scale(0.86);
    transform-origin: top center;
    min-width: 222px;
  }

  .heroChatCard.bottom {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) scale(0.86);
    transform-origin: bottom center;
    min-width: 230px;
  }

  .floatingInfo {
    display: none;
  }

  .aboutValues,
  .aboutExpertise,
  .aboutMission,
  .aboutCta {
    padding: 64px 0;
  }

  .aboutValues ul {
    margin-top: 38px;
  }

  .aboutValues ul li {
    width: 100%;
  }

  .expertiseList {
    grid-template-columns: 1fr;
  }

  .expertiseQuote {
    padding: 28px 22px;
  }

  .expertiseQuote blockquote {
    font-size: 20px;
    line-height: 30px;
  }

  .missionCard {
    padding: 26px 22px;
  }

  .aboutCtaInr {
    border-radius: 20px;
    padding: 46px 20px;
  }

  .aboutCtaInr h2 {
    font-size: 29px;
    line-height: 36px;
  }

  .aboutCtaInr .btnGrp {
    flex-direction: column;
    align-items: stretch;
  }

  .aboutCtaInr .btn {
    width: 100%;
  }

  .privacyPage {
    padding: 54px 0 64px;
  }

  .privacyIntro {
    flex-direction: column;
    padding: 22px 18px;
    margin-bottom: 38px;
  }

  .policySection {
    margin-bottom: 38px;
  }

  .policyHead {
    align-items: flex-start;
  }

  .policyHead h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .privacyCard {
    padding: 22px 18px;
  }

  .useGrid {
    grid-template-columns: 1fr;
  }

  .policyInfoGrid {
    gap: 30px;
    padding: 38px 0;
  }

  .privacyContact {
    flex-direction: column;
    padding: 30px 22px;
    border-radius: 18px;
  }

  .privacyContact > i {
    display: none;
  }

  .privacyContact ul {
    flex-direction: column;
  }

  .refundGrid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 34px;
  }

  .refundTextCard,
  .refundAlertBox {
    padding: 22px 18px;
  }

  .refundAlertBox p {
    font-size: 14px;
    line-height: 24px;
  }

  .cookieCard {
    padding: 22px 18px;
  }

  .cookieCardTop {
    flex-direction: column;
    gap: 12px;
  }

  .contactPage {
    padding: 54px 0 64px;
  }

  .contactCards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 42px;
  }

  .contactCard p {
    min-height: 0;
  }

  .contactFormBlock {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .contactFormText h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .contactForm {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top > div:first-child,
  .footer-top > div:last-child {
    grid-column: 1 / -1;
  }

  .footer h4 {
    margin-bottom: 14px;
  }
}

@media (max-width: 991px) {
  .testimonialGrid,
  .videoTestimonialGrid {
    grid-template-columns: 1fr;
    column-gap: 0 !important;
    row-gap: 24px !important;
    max-width: 540px;
    margin: 0 auto !important;
  }

  .testimonialsPage {
    padding: 64px 0 76px;
  }

  .testimonialsPageBlock {
    margin-bottom: 58px;
  }
}

@media (max-width: 575px) {
  .testimonialTabs {
    width: 100%;
    flex-direction: column;
    border-radius: 18px;
    margin: 24px auto 32px;
  }

  .testimonialTab {
    width: 100%;
    justify-content: center;
  }

  .videoTestimonialCard > div:last-child {
    padding: 20px;
  }

  .videoThumb {
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }

  .videoThumb img {
    max-height: 190px;
  }
}
