.ai_hero_section{
    width: 100% !important;
    max-width: 100%;
    background-color: #001C44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}
.ai_hero_section:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 158, 255, 0.4) 0%, rgba(0, 28, 68, 0.4) 61.21%);
    position: absolute;
    bottom: 330px;
    left: 0;
    border-radius: 40px;
    z-index: -1;
}
.ai_hero_section .ai_hero_container{
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 144px 0px 72px 0px;
}
.ai_hero_section .ai_hero_container .ai_hero_content_wrapper{
    width: 100%;
    max-width: 980px;
    margin: auto;

}
.ai_hero_section .ai_hero_container .ai_hero_content_wrapper h1 {
    font-size: 72px;
    font-family: "Archivo", sans-serif;
    text-align: center;
    color: white;
    line-height: 80px;
    font-weight: 800;
    margin: 0px;
}
.ai_hero_section .ai_hero_container .ai_hero_content_wrapper p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: white;
    max-width: 880px;
    margin: 32px auto;
}
.ai_hero_section .ai_hero_container .ai_hero_content_wrapper button {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 48px;
    background: #FFCA00;
    border: none;
    border-radius: 100px;
    font-family: Inter;
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #001C44;
}
.rating_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    gap: 13px;
}
.rating_wrapper img{
    width: 100%;
    max-width: 115px;
}
.rating_wrapper span{
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: white;
}
.ai_hero_section .ai_hero_container .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
}
.ai_hero_section .ai_hero_container .video-wrapper {
    width: 793px;       
    max-width: 90vw;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}
.ai_hero_section .ai_hero_container .video-wrapper video {
    width: 100%;
    border-radius: 20px;
}

/* =============================== */
/* PLACEHOLDER + PLAY BUTTON CSS   */
/* =============================== */
.video-placeholder {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.video-placeholder img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    cursor: pointer;
}

.video-play-btn::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 25px;
    width: 0;
    height: 0;
    border-left: 28px solid #001C44;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}




.ai_stats_section {
    width: 100% !important;
    max-width: 100%;
    background-color: #001C44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ai_stats_section .ai_stats_container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 64px 40px 72px 40px;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block {
    width: 100%;
    max-width: 33.33%;
    background: #052a5d;
    padding: 64px 30px;
    border-radius: 20px;
    border: 1px solid rgba(1, 240, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block h2 {
    margin: 0;
    color: white;
    font-family: Inter;
    font-weight: 800;
    font-size: 80px !important;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block p {
    color: white;
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 0px !important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}
.marquee-section {
    background-color: #001c44;
    padding: 50px 0 !important;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100% !important;
}

.marquee-header {
    text-align: center;
    color: #01F0FF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.marquee-item {
    width: auto; 
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.marquee-item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.marquee-item img:hover {
    opacity: 1;
}
.scroll-left {
    -webkit-animation: scrollLeft 30s linear infinite;
            animation: scrollLeft 30s linear infinite;
}

@-webkit-keyframes scrollLeft {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); } 
}

@keyframes scrollLeft {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); } 
}
.scroll-right {
    -webkit-animation: scrollRight 30s linear infinite;
            animation: scrollRight 30s linear infinite;
}

@-webkit-keyframes scrollRight {
    0% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes scrollRight {
    0% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

.marquee-track:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}


.logo-sizebig .marquee-track {
    gap: 12px;
}
.logo-sizebig .marquee-track .marquee-item {
    height: 70px;
}



/*Why Brands Worldwide Choose Us*/

.page-template-ai_marketing_landing .l-partial-container {
    margin: 0 auto;
    max-width: 1200px;
}

.brands-worldwide-section {
    background-color: #001C44;
    width: 100% !IMPORTANT;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.brands-worldwide-section:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-25.8%, rgba(0, 158, 255, 0.4)), color-stop(35.41%, rgba(0, 28, 68, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 158, 255, 0.4) -25.8%, rgba(0, 28, 68, 0.4) 35.41%);
    background: linear-gradient(180deg, rgba(0, 158, 255, 0.4) -25.8%, rgba(0, 28, 68, 0.4) 35.41%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: -1;
} 

.btn-section {
    background-color: #001C44;
    width: 100% !IMPORTANT;
    padding: 0px 0 100px 0px;
    position: relative;
    z-index: 1;
}
.brands-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
.brands-boxs .brands-box {
    border-radius: 20px;
    background-color: #052A5D;
    width: calc(50% - 10px);
    overflow: hidden;
}
.brands-boxs .brands-box img {
    width: 100%;
    height: 342px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.brands-boxs .content {
    padding: 48px 32px;
    color: #fff;
}
.brands-boxs .content h3 {
    font-family: Inter;
    font-weight: 800;
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 11px;
}
.brands-boxs .content p {
    font-family: Inter;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.btn-new {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 48px;
    background: #FFCA00;
    border: none;
    border-radius: 100px;
    font-family: Inter;
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    color: #001C44;
    text-decoration: none;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
	transition: 1s ease-in-out;
}
.btn-new:hover, .ai_hero_section .ai_hero_container .ai_hero_content_wrapper button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#009EFF), to(#01F0FF));
    background: -o-linear-gradient(left, #009EFF 0%, #01F0FF 100%);
    background: linear-gradient(90deg, #009EFF 0%, #01F0FF 100%);
	transition: 1s ease-in-out;
}

/*Real-Time Insights. No Filters. No Guesswork.*/

.real-time-insights-section {
    background: #001C44 url(/wp-content/themes/online-marketing-gurus/page-templates/assets/images/real-time-insights-bg.png);
    width: 100% !important;
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.real-time-insights-section .l-partial-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.real-time-insights-section .content {
    width: 50%;
    max-width: 460px;
    text-align: left;
}
.real-time-insights-section .images {
    width: 50%;
    max-width: 571px;
}
.real-time-insights-section .marquee-header {
    text-align: left;
}
.real-time-insights-section .title {
    max-width: 100%;
    text-align: left;
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 32px; 
}
.real-time-insights-section p {
    margin: 0;
    color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    max-width: 400px;
    line-height: 26px;
}


/*OUR SEO SERVICES */


.seo-services-section {
    background-color: #001C44;
    width: 100% !important;
    padding: 100px 0;
}
.seo-services-section .title {
    max-width: 950px;
}
.services-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services-container .service-card:first-child {
    width: 100%;
} 
.services-container .service-card {
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 158, 255, 0.7)), color-stop(116.49%, rgba(0, 158, 255, 0)));
   background: -o-linear-gradient(top, rgba(0, 158, 255, 0.7) 0%, rgba(0, 158, 255, 0) 116.49%);
   background: linear-gradient(180deg, rgba(0, 158, 255, 0.7) 0%, rgba(0, 158, 255, 0) 116.49%);
    padding: 1px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 20px;
  width: calc(33.33% - 15px);
}
.services-container .service-card .service-border {
    padding: 32px;
    background-color: #052A5D;
    border-radius: 20px;
    height: 100%;
}
.services-container .service-card .service-border:hover {
    background-color: #009EFF;
}
.services-container .service-header {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}
.services-container .service-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-left img {
    width: 32px;
    height: 32px;
}
.services-container .service-left a {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    text-decoration: none;
    line-height: 28px;
}
.services-container .service-content p {
    color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 12px 0 0;
}
.service-header .accordion-icon {
    display: none;
}




/*Make Your SEO Work Harder with AI-Driven Growth */


.ai-driven-growth-section {
    background-color: #001C44;
    width: 100% !important;
    padding: 0 0 100px;
}
.ai-driven-growth-section .title {
    max-width: 950px;
    margin-bottom: 20px;
}
.ai-driven-growth-section .title-sec p {
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 784px;
    margin: 0 auto 64px;
}

.growth-content {
    background-color: #052a5d;
    border-radius: 20px;
    overflow: hidden;
}
.growth-content img {
    width: 100%;
    display: block;
}
.growth-content h3 {
    margin: 50px 0 20px 50px;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    line-height: 36px;
    max-width: 600px;
    z-index: 1;
    position: relative;
}
.growth-content .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding-left: 50px;
    z-index: 1;
    position: relative;
}
.growth-content .logos img {
    width: auto;
    height: auto;
}
.main-images-desktop {
    display: block !important;
    margin-top: -190px;
    z-index: 0;
}
.main-images-mobile {
    display: none !important;
}


/*How We Build Market Leaders*/

.how-buld-market-section {
    background-color: #001C44;
    width: 100% !important;
    padding: 0 0 100px;
}
.how-buld-market-section .title {
    max-width: 1030px;
}
.sticky-wrapper .sticky-card {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 158, 255, 0.4)), to(rgba(1, 240, 255, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 158, 255, 0.4) 0%, rgba(1, 240, 255, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 158, 255, 0.4) 0%, rgba(1, 240, 255, 0.4) 100%);
    padding: 1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 40px;
    width: 100%;
    margin-bottom: 30px;
    position: sticky;
    top: 50px;
}
.sticky-wrapper .sticky-card:nth-child(2) {
    top: 80px;
}
.sticky-wrapper .sticky-card:nth-child(3) {
    top: 110px;
}
.sticky-wrapper .sticky-card:nth-child(4) {
    top: 140px;
}
.sticky-wrapper .sticky-card:nth-child(5) {
    top: 170px;
}
.sticky-wrapper .sticky-card:nth-child(6) {
    top: 200px;
}

.sticky-wrapper {
    margin-bottom: 70px;
}
.sticky-wrapper .sticky-border {
    padding: 60px 85px;
    background-color: #052A5D;
    border-radius: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sticky-wrapper .left-content {
    width: 50%;
    max-width: 470px;
    padding-right: 30px;
}
.sticky-wrapper .right-content {
    width: 50%;
    max-width: 470px;
    margin-left: auto;
}
.sticky-wrapper h4 {
    font-family: Inter;
    font-weight: 800;
    color: #fff;
    font-size: 96px;
    margin: 0 0 12px;
    line-height: 100px;
}
.sticky-wrapper h3 {
    font-family: Inter;
    font-weight: 800;
    color: #fff;
    font-size: 32px;
    margin: 0 0 12px;
    line-height: 36px;
}
.sticky-wrapper p {
    font-family: Inter;
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    margin: 0;
    line-height: 26px;
}
.sticky-wrapper .right-content img {
    width: 100%;
    border-radius: 20px;
}
.page-template-short_marketing_landing .entry-content {
    overflow: unset;
}
.page-template-short_marketing_landing .entry-content > section {
    padding-inline: 0;
}   


/*Our Agency & Digital Marketing has been featured in:*/
.our-agency-section {
    background-color: #052A5D;
    width: 100% !important;
    padding: 80px 0;
}

.our-agency-section .marquee-item {
    gap: 32px;
}
.our-agency-section .marquee-container {
    margin-top: 20px;
}





/*We Deliver Real SEO Results*/

.deliver-results-section {
    background-color: #001C44;
    width: 100% !important;
    padding: 100px 0;
}
.deliver-results-section .title {
    max-width: 1030px;
}
.deliver-results-section .results-slide { 
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    -ms-flex-line-pack: normal;
        align-content: normal;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 65px;
    height: 506px;  
}
.results-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.56)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.56) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.56) 100%);
    z-index: -1;
}
.results-slide .slider-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.results-slide .slider-top .left-content {
    width: 70%;
}
.results-slide .slider-top .right-content {
    width: 30%;
    text-align: right;
}
.results-slide .slider-top .left-content h3 {
    font-family: Inter;
    font-weight: 800;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 30px;
}
.results-slide .slider-top .left-content p {
    font-family: Inter;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.results-slide .right-content img {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    width: auto;
    height: 50px;
}
.results-slide .service-boxs {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.results-slide .service-boxs .service-box {
    border: 1px solid #fff;
    border-radius: 30px;
    width: calc(25% - 15px);
    -o-border-image: -o-linear-gradient(top, rgba(0, 158, 255, 0.4) 0%, rgba(1, 240, 255, 0.4) 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 158, 255, 0.4)), to(rgba(1, 240, 255, 0.4)));
       border-image: linear-gradient(180deg, rgba(0, 158, 255, 0.4) 0%, rgba(1, 240, 255, 0.4) 100%);
    position: relative;
}
.results-slide .service-boxs .service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* border thickness */
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,158,255,0.4)), to(rgba(1,240,255,0.4)));
    background: -o-linear-gradient(top, rgba(0,158,255,0.4) 0%, rgba(1,240,255,0.4) 100%);
    background: linear-gradient(180deg, rgba(0,158,255,0.4) 0%, rgba(1,240,255,0.4) 100%);
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.results-slide .service-boxs .service-box .border {
    padding: 47px 30px;
}
.results-slide .service-boxs h3 {
    font-family: Archivo;
    font-weight: 900;
    font-size: 52.25px;
    color: #01F0FF;
    line-height: 34.83px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.results-slide .service-boxs p {
    font-family: Inter;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0;
}
.swiper.seo-results {
    overflow: visible;
}
.deliver-results-section {
    background-color: #001C44; 
    overflow: hidden;
}
.deliver-results-section .swiper-pagination {
    bottom: -55px !important;
}
.deliver-results-section .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #D6E7FF;
    margin: 0 6px !important;
    opacity: 0;
}
.deliver-results-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #01F0FF;
}





/*Our agency is built on client results*/

.reviews-section {
    background-color: #001C44;
    width: 100% !important;
    padding: 0 0 100px;
}
.reviews-section .title {
    max-width: 700px;
    margin-bottom: 0px;
}
.reviews-section .title-sec {
    margin-bottom: 44px;
}
body .reviews-section .ti-widget[data-layout-id='4'][data-set-id='light-background'] {
    overflow: hidden !important;
}




/*Form section*/
.form-section {
    background-color: #001C44;
    width: 100% !IMPORTANT;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.form-section:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-25.8%, rgba(0, 158, 255, 0.4)), color-stop(35.41%, rgba(0, 28, 68, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 158, 255, 0.4) -25.8%, rgba(0, 28, 68, 0.4) 35.41%);
    background: linear-gradient(180deg, rgba(0, 158, 255, 0.4) -25.8%, rgba(0, 28, 68, 0.4) 35.41%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px; 
    z-index: -1;
}
form-section .title {
    max-width: 950px;
}
.form-section form {
    max-width: 750px;
    margin: 0 auto 50px;
}
.form-section form input {
    border-radius: 8px !important;
    background-color: #fff !important;
    padding: 15px 20px !important;
    height: 70px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #15325D !important;
}
.form-section .gform-theme--foundation .gform_fields {
    row-gap: 20px;
}
.form-section input::-webkit-input-placeholder, .form-section textarea::-webkit-input-placeholder {
    color: #15325D;
    font-weight: normal;
    font-size: 20px!important;
}
.form-section input::-moz-placeholder, .form-section textarea::-moz-placeholder {
    color: #15325D;
    font-weight: normal;
    font-size: 20px!important;
}
.form-section input:-ms-input-placeholder, .form-section textarea:-ms-input-placeholder {
    color: #15325D;
    font-weight: normal;
    font-size: 20px!important;
}
.form-section input::-ms-input-placeholder, .form-section textarea::-ms-input-placeholder {
    color: #15325D;
    font-weight: normal;
    font-size: 20px!important;
}
.form-section input::placeholder, .form-section textarea::placeholder {
    color: #15325D;
    font-weight: normal;
    font-size: 20px!important;
}
body .form-section .gform_wrapper form .gform_footer input[type="submit"] {
    border-radius: 40px !important;
    color: #001C44 !important;
    padding: 25px 0 !important;
    height: auto !important;        
    font-size: 24px !important;
    border: none !important;
}
body .form-section .gform_wrapper form .gform_footer input[type="submit"]:hover {
    background: -webkit-gradient(linear, left top, right top, from(#009EFF), to(#01F0FF));
    background: -o-linear-gradient(left, #009EFF 0%, #01F0FF 100%);
    background: linear-gradient(90deg, #009EFF 0%, #01F0FF 100%);
}
.form-section p {
    font-family: Inter;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}
.form-section p strong {
    font-weight: 900;
}







@media (max-width: 1199.98px) {
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block h2 {
    font-size: 70px !important;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block p {
    font-size: 18px;
    line-height: 25px;
}
.results-slide .service-boxs .service-box .border {
    padding: 30px 10px;
}
.results-slide .service-boxs h3 {
    font-size: 40px;
    margin-bottom: 10px;
}
.results-slide .service-boxs p {
    font-size: 18px;
} 
.ai_hero_section .ai_hero_container, .ai_stats_section, .brands-worldwide-section, .btn-section, .real-time-insights-section, .seo-services-section, .ai-driven-growth-section, .how-buld-market-section, .deliver-results-section {
    padding-left: 20px !important;
    padding-right: 20px !important; 
}




}
@media (max-width: 1023.98px) {
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block h2 {
    font-size: 60px !important;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block p {
    font-size: 16px;
    line-height: 20px;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block {
    padding: 44px 15px;
}
.main-images-desktop {
    margin-top: -140px;
}


}
@media (max-width: 991.98px) {

.ai_hero_section .ai_hero_container .ai_hero_content_wrapper h1 {
    font-size: 60px;
}
.ai_stats_section .ai_stats_container {
    padding: 64px 0 72px 0;
}
.brands-boxs .brands-box img {
    height: 250px;
}
.services-container .service-card {
    width: calc(50% - 15px);
}
.main-images-desktop {
    margin-top: -70px;
}
.sticky-wrapper .sticky-border {
    padding: 30px 30px;
}
.sticky-wrapper h4 {
    font-size: 70px;
    line-height: 70px;
}
.sticky-wrapper h3 {
    font-size: 28px;
}
.sticky-wrapper p {
    font-size: 16px;
    line-height: 23px;
}
.deliver-results-section .results-slide {
    padding: 50px;
    height: 650px;
}
.results-slide .service-boxs .service-box {
    width: calc(50% - 10px);
}
.results-slide .slider-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.results-slide .slider-top .left-content {
    width: 100%;
}
.results-slide .slider-top .right-content {
    width: 100%;
    text-align: left;
}
.results-slide .right-content img {
    padding: 8px 25px;
    height: 40px;
    margin-bottom: 10px;
}
.results-slide .slider-top .left-content h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px;
}
section.acf-block.contact-section {
    padding: 80px 20px !important;
}
.form-section {
    padding: 100px 20px;
}




}
@media (max-width: 767.98px) {
.ai_hero_section {
    padding: 0 !IMPORTANT;
}
.ai_hero_section .ai_hero_container {
    padding: 50px 20px;
}
.ai_hero_section .ai_hero_container .ai_hero_content_wrapper h1 {
    font-size: 32px;
    line-height: 36px;
}
.ai_hero_section .ai_hero_container .ai_hero_content_wrapper p {
    font-size: 15px;
    line-height: 23px;
    margin: 32px auto;
}
.ai_hero_section .ai_hero_container .ai_hero_content_wrapper button {
    padding: 17px 20px;
    font-size: 16px;
    line-height: 26px;
}
.rating_wrapper {
    margin-top: 20px;
}
.video-play-btn {
    width: 60px;
    height: 60px;
}
.video-play-btn::before {
    left: 25px;
    top: 17px;
    border-left: 16px solid #001C44;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}


.ai_hero_section {
    background: #001c44;
    position: relative;
    z-index: 1;
}
.ai_hero_section:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 158, 255, 0.4)), color-stop(61.21%, rgba(0, 28, 68, 0.4)));
    background: -o-linear-gradient(bottom, rgba(0, 158, 255, 0.4) 0%, rgba(0, 28, 68, 0.4) 61.21%);
    background: linear-gradient(0deg, rgba(0, 158, 255, 0.4) 0%, rgba(0, 28, 68, 0.4) 61.21%);
    position: absolute;
    bottom: 160px;
    left: 0;
    border-radius: 12px;
    z-index: -1;
} 


.marquee-section {
    padding: 0 !important;
    gap: 0px;
}
.marquee-header {
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 20px;
}

.logo-sizebig .marquee-track .marquee-item img {
    max-height: 100%;
}
.ai_stats_section .ai_stats_container {
    padding: 50px 0px;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block h2 {
    font-size: 64px !important;
    line-height: 36px;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
}
.ai_stats_section .ai_stats_container .ai_stats_content_wrapper .stats_block {
    padding: 43px 33px;
    width: 100%;
    max-width: 100%;
}

.title {
    font-size: 28px !important;
    line-height: 32px !important;
    margin: 0 auto 32px !important;
}

.brands-worldwide-section, .btn-section {
    padding: 50px 20px !important;
}
.brands-boxs .brands-box {
    width: 100%;
}
 .brands-worldwide-section:before {
    height: 630px;
}
.brands-boxs .brands-box img {
    height: auto;
    min-height: 202px;
}
.brands-boxs .content {
    padding: 24px;
    color: #fff;
}
.brands-boxs .content h3 {
    font-size: 24px;
    line-height: 28px;
}
.brands-boxs .content p {
    font-size: 15px;
    line-height: 23px;
}

.btn-new {
    padding: 17px 20px;
    font-size: 18px;
    line-height: 26px;
}


.real-time-insights-section {
    padding: 50px 20px !important;
    background: #001C44 url(/wp-content/themes/online-marketing-gurus/page-templates/assets/images/real-time-insights-bg-mobile.png);
}
.real-time-insights-section .content {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.real-time-insights-section .images {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
}
.real-time-insights-section .marquee-header {
    text-align: center;
}
.real-time-insights-section .title {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 24px;
    text-align: center;
}
.real-time-insights-section p {
    font-size: 15px;
    line-height: 23px;
    max-width: 100%;
}


.services-container .service-card .service-border {
    padding: 24px;
}
.services-container .service-left a {
    font-size: 18px;
    line-height: 28px;
}
.seo-services-section {
    padding: 50px 20px !important;
}
.services-container .service-card {
    width: 100%;
}
.service-header .accordion-icon {
    display: block;
}
.services-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
}
.accordion-icon {
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.service-card.open .accordion-icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
} 
.service-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  margin-top: 0;
}
.service-card.open .service-content {
  max-height: 500px;
  opacity: 1;
  margin-top: 12px;
}
.services-container .service-content p {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
}
.ai-driven-growth-section {
    padding: 0 20px 50px !important;
}
.ai-driven-growth-section .title-sec p {
    font-size: 15px;
    line-height: 23px;
    margin: 0 auto 24px;
}
.growth-content h3 {
    margin: 24px 0 12px 20px;
    font-size: 20px;
    line-height: 23px;
}
.growth-content .logos {
    gap: 20px;
    padding-left: 20px;
}
.growth-content .logos img {
    width: auto;
    height: 28px;
}
.main-images-mobile {
    margin-top: -130px;
    z-index: 0;
    display: block !important;
}
.main-images-desktop {
    display: none !important;
}
.growth-content {
    border-radius: 12px;
}


.how-buld-market-section {
    padding: 0 20px 50px !important;
}
.sticky-wrapper .left-content {
    width: 100%;
    max-width: 100%;
    padding: 0 0 32px;
}
.sticky-wrapper .right-content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
.sticky-wrapper h4 {
    font-size: 64px;
    line-height: 64px; 
}
.sticky-wrapper h3 {
    font-size: 24px;
    line-height: 36px;
}
.sticky-wrapper p {
    font-size: 15px;
    line-height: 23px;
}
.sticky-wrapper .sticky-border {
    padding: 20px;
}
.sticky-wrapper .sticky-card {
    top: 85px;
}
.sticky-wrapper .sticky-card:nth-child(2) {
    top: 115px;
}
.sticky-wrapper .sticky-card:nth-child(3) {
    top: 145px;
}
.sticky-wrapper .sticky-card:nth-child(4) {
    top: 175px;
}
.sticky-wrapper .sticky-card:nth-child(5) {
    top: 205px;
}
.sticky-wrapper .sticky-card:nth-child(6) {
    top: 235px;
}
.sticky-wrapper .right-content img {
    border-radius: 12px;
}
.sticky-wrapper {
    margin-bottom: 40px;
}


.our-agency-section {
    padding: 50px 0;
}


.deliver-results-section {
    padding: 50px 20px 100px !important;
}
.deliver-results-section .results-slide {
    padding: 40px 20px;
    height: 625px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
.results-slide .slider-top .left-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 16px;
}
.results-slide .slider-top .left-content p {
    font-size: 15px;
    line-height: 23px;
}
.results-slide .service-boxs {
    margin-top: 32px;
    gap: 4px;
}
.results-slide .service-boxs .service-box {
    width: calc(50% - 2px);
}
.results-slide .service-boxs h3 {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 19px;
}
.results-slide .service-boxs p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}
.results-slide .service-boxs .service-box .border {
    padding: 25px 15px;
}
.results-slide:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.1)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.deliver-results-section .swiper-pagination span.swiper-pagination-bullet {
    opacity: 1;
}


.reviews-section {
    padding: 0 0 50px 20px;
}
.reviews-section .title-sec {
    margin-bottom: 22px;
}


.form-section {
    padding: 50px 20px !important;
}
.form-section form input {
    padding: 10px 20px !important;
    height: 60px !important;
    font-size: 16px !important;
}
.form-section input::-webkit-input-placeholder, .form-section textarea::-webkit-input-placeholder {
    font-size: 16px!important;
}
.form-section input::-moz-placeholder, .form-section textarea::-moz-placeholder {
    font-size: 16px!important;
}
.form-section input:-ms-input-placeholder, .form-section textarea:-ms-input-placeholder {
    font-size: 16px!important;
}
.form-section input::-ms-input-placeholder, .form-section textarea::-ms-input-placeholder {
    font-size: 16px!important;
}
.form-section input::placeholder, .form-section textarea::placeholder {
    font-size: 16px!important;
}
body .form-section .gform_wrapper form .gform_footer input[type="submit"] {
    padding: 22px 0 !important;
    font-size: 16px !important;
}
.form-section form {
    margin: 0 auto 32px;
}
.form-section p {
    font-size: 15px;
    line-height: 23px;
}


section.acf-block.contact-section {
    padding: 50px 20px !important;
}


  


 
}
@media (max-width: 390px) {
.services-container .service-left a {
    font-size: 17px;
}




}
  