@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1680px !important;
  }
}
@media screen and (max-width: 1600px) {
  #MarketingServices .ServiceBox {
    width: 31%;
  }
}
@media screen and (max-width: 990px) {
  :root {
    --SectionPadding: 40px;
    --ScrollBehavior: auto;
    --RadiusSm: 6px;
    --RadiusMd: 8px;
    --RadiusLg: 12px;
    --Transition: 0.3s ease;
    --ShadowSoft: 0 10px 30px rgba(0, 0, 0, 0.1);
    --CardTitleSize: 26px;
  }
  #PerformanceMarketing {
    padding: 80px 0 0;
  }
  .SectionTitle .Title {
    font-size: 2.1rem;
  }
  #CaseStudySection {
    padding: 40px 0;
  }
  .SectionTitle {
    text-align: center;
    margin-bottom: 2.4rem;
  }
  #CaseStudySection .CaseStudyCard {
    gap: 20px;
    padding: 20px 14px;
    margin-bottom: 24px;
  }
  #CaseStudySection .CaseStudyTitle {
    font-size: 25px;
    font-weight: 800;
  }
  #MarketingServices {
    padding: 40px 0;
    background: #fff;
  }
  #MarketingServices .SectionTitle p {
    line-height: 1.75rem;
    text-align: left;
  }
  #MarketingServices .SectionTitle .Title {
    text-align: left;
  }
  #MarketingServices .SectionTitle {
    max-width: 920px;
    margin: 0 auto 30px;
  }
  #MarketingServices .ServiceBox {
    width: 100%;
    padding: 24px 12px;
  }
  #IntegrationSection {
    padding: 40px 0 0;
  }
  #WhyChooseUs .CompareWrapper {
    padding: 20px 0 0;
    background: transparent;
    border: none;
  }
  #WhyChooseUs .CompareCard.Primary {
    margin: 0 0 20px;
    padding: 24px 14px;
  }
  #WhyChooseUs .col-lg-6 {
    padding: 0;
  }
  #WhyChooseUs .CompareCard.Secondary {
    padding: 24px 0px;
    margin-top: 2px;
    margin-bottom: 0;
  }
  #WhyChooseUs .Benefits {
    margin-top: 0px;
    gap: 15px;
  }
  #WhyChooseUs .Benefits .BenefitItem {
    margin-bottom: 24px;
  }
  #PerformanceFramework .PerformanceContent {
    position: relative;
    padding-left: 0;
  }
  #PerformanceFramework .FrameworkWrap {
    gap: 0;
  }
  #PerformanceFramework .StepItem {
    margin-bottom: 16px;
    padding: 24px 14px;
  }
  #PerformanceFramework .StepItem p {
    margin-bottom: 0;
  }
  #PerformanceFramework .FrameworkLeft {
    margin-bottom: 18px;
  }
  #IndustriesWeServe .IndustryGrid {
    grid-template-columns: 1fr;
    padding: 0;
    background: transparent;
    border: none;
  }
  #IndustriesWeServe {
    padding: 40px 0;
  }
  #faq-section {
    padding: 40px 0;
  }
  .section-header h2 {
    font-size: 2.1rem;
  }
  #CtaSection .CtaPoints {
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
  }
  #CtaSection {
    padding: 40px 0;
  }
  #newsletter-section .newsletter-box {
    padding: 24px 12px;
  }
  #newsletter-section .newsletter-content h2 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
  }
  #newsletter-section .newsletter-content p {
    text-align: center;
  }
  #newsletter-section .newsletter-form label {
    text-align: center;
  }
  #newsletter-section .newsletter-form .privacy-text {
    text-align: center;
  }
  #newsletter-section {
    padding: 40px 0;
  }
  #PerformanceFramework .FrameworkLeft p {
    color: rgba(191, 219, 254, 0.7019607843);
    font-weight: 400;
  }
  #PerformanceMarketing {
    padding: 0px 0 0;
  }
  #PerformanceMarketing .StatsSection .StatCard h2 {
    font-size: 2.1rem;
  }
  #PerformanceMarketing .StatsSection .StatCard {
    text-align: center;
    padding: 0px;
  }
  #PerformanceMarketing .StatsSection {
    margin-top: 24px;
    padding-top: 14px;
  }
  #BlogSection {
    padding: 40px 0 0;
  }
  #BlogSection .BlogRow {
    padding: 24px 12px;
    gap: 14px;
    margin-bottom: 20px;
  }
  #BlogSection .BlogBlock {
    margin-bottom: 0;
  }
  #BlogSection .BlogTitle {
    font-size: 1.5rem;
  }
  #BlogSection .BlogRight img {
    height: auto;
    aspect-ratio: 2/1.3;
  }
  #BlogSection .BlogSidebar {
    margin-top: 0;
  }
  #BlogSection .BlogSidebar .SearchCard {
    display: none;
  }
  #BlogSection .RecentPost img {
    width: 125px;
    height: 90px;
  }
  #BlogSection .RecentPost p {
    font-size: 19px;
    line-height: 1.2;
  }
}/*# sourceMappingURL=responsive.css.map */