/**
Theme Name: MediaCruiser
Author: Dimitrij Svoboda
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mediacruiser
Template: astra
*/

:root {
  --weight-400: 400;
  --font-family: "Poppins", sans-serif;
  --color-white: #fff;
  --color-dark: #393a56;
  --color-navy: #020381;
  --wp--custom--ast-content-width-size: 1300px;
  --color-black: #000;
  --color-light-blue: #EBEAFF;

  @media (max-width: 1299.5px) and (min-width: 768px) {
    --wp--custom--ast-content-width-size: 85%;
  }
}

/* reset css */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

a,
blockquote,
body,
dd option,
div,
dl,
figure,
form,
h1,
h2,
h3,
h4,
html,
img,
input,
label,
ol,
p,
section,
select,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: auto;
  line-height: 1.6;
}

a {
  display: inline-block;
  text-decoration: none !important;
}

.site-content {
  min-height: calc(100vh - 455px);
}

.site-content>.ast-container {
  max-width: 100%;
  padding: 0;
}

.site-content>.ast-container .ast-article-single {
  padding: 0 !important;
}

img,
picture {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
}

html {
  font-size: 0.935rem;
  scroll-behavior: smooth;
}

.mc__header {
  /* padding-top: min(max(25px , 2.60vw), 60px); */
  padding: 1.5rem 1rem;
  background-color: var(--color-white);
}

.brand-logo {
  max-width: 180px;
}

.brand-logo img {
  width: 100%;
}

.navbar {
  /* min-height: 60px; */
  margin: auto;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: start;
}

.navbar ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.nav-menu {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  list-style: none;
  padding-left: 60px !important;
}

/* NAVBAR-MENU-ICON (HAMBURGER) */

.hamburger {
  display: none;
  background-color: transparent;
  border: none;
}

.bar {
  display: block;
  width: 20px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--color-navy);
}

.nav-links {
  transition: 0.3s ease-in-out;
  font-size: 1rem;
  color: var(--color-dark);
  position: relative;
  text-decoration: none;
  padding: 10px 5px;
  font-weight: 500;
}

.nav-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50%;
  height: 3px;
  background-color: var(--color-dark);
  transform: scaleX(0);
  transform-origin: bottom left;

  transition: transform 0.3s;
}

.nav-links::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  height: 3px;
  background-color: var(--color-dark);
  transform: scaleX(0);
  transform-origin: bottom right;

  transition: transform 0.3s;
}

.nav-links:hover {
  color: var(--color-dark);
}

.nav-links:hover::before,
.current_page_item .nav-links:before {
  transform: scaleX(1);
}

.nav-links:hover::after,
.current_page_item .nav-links:after {
  transform: scaleX(1);
}

.user-sign-outline {
  color: var(--color-navy);
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid var(--color-white);
  padding: 0.8rem 1.2rem;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
}

.user-sign-outline:hover {
  border-color: var(--color-navy);
  color: var(--color-navy);
  /* color: var(--color-white); */
}

.get-started {
  background-color: var(--color-navy);
  display: flex;
  align-items: center;
  color: var(--color-white);
  border: 1px solid var(--color-navy);
  padding: 0.8rem 1.2rem;
  position: relative;
  border-radius: 12px;
  z-index: 11;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.get-started:hover {
  background-color: var(--color-white);
  color: var(--color-navy);
  border-color: var(--color-navy);
}

.user-sign:hover {
  color: var(--color-navy);
  border-color: var(--color-navy);
  background-color: var(--color-white);
}

.mc-user-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-left: auto;
}

.contact_link:hover::before {
  transform: scaleX(1);
}

.contact_link:hover::after {
  transform: scaleX(1);
}

.mc_nav-wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

/* Sourav */
.hero-content h1.hero-title {
  color: #000000;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content p.hero-text {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 64px;
}

.btn {
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-family);
}

.hero-content {
  max-width: 690px;
}

.section-card {
  text-align: center;
}

.section-card strong {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--font-family);
}

.section-card p {
  color: #393a56;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: var(--font-family);
}

.hero-content-bottom {
  width: 100%;
  padding: 0;
}

.p-b-150 {
  padding-bottom: 150px;
}

.item img {
  height: 65px;
  object-fit: contain;
}

.custom-card {
  background: #ffffff;
  height: 100%;

  box-shadow: 0px 15px 50px rgba(138, 149, 158, 0.2);
  border-radius: 24px;
  border: 0px;
}

.custom-card h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: var(--font-family);
}

.custom-card p {
  color: #393a56;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 12px;
  font-family: var(--font-family);
}

h2.title-2 {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--font-family);
  color: #000000;
}

.discover_mediacruiser .img_container {
  border-radius: 12px;
  max-height: 460px;
  overflow: hidden;
}

.discover_mediacruiser .img_container img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
  border-radius: 12px;
}

.advertisers-card {
  position: relative;
}

.advertisers-card::before {
  content: "";
  width: 126px;
  height: 82px;
  background: url(./images/quote-img.png) no-repeat !important;
  z-index: -1;
  position: absolute;
  right: 0px;
  top: 0px;
}

.advertisers-card strong {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-family: var(--font-family);
}

.advertisers-card p {
  font-size: 16px;
  font-weight: 300;
  font-family: var(--font-family);
  color: #393a56;
}

.newest_posts .card-body img {
  border-radius: 7px;
}

.custom-post .date-block {
  font-size: 12px;
  font-weight: 300;
  font-family: var(--font-family);
}

.have_questions_container {
  padding-inline: 0.75rem;
}

.blue-box {
  padding: 64px 200px;
  background: linear-gradient(94.05deg, #020381 -11.35%, #000158 129.76%);
  border-radius: 24px;
}

.blue-box p {
  font-size: 26px;
  font-weight: 400;
  font-family: var(--font-family);
  color: #fff;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--font-family);
}

.hero-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero-btns .get_started_btn {
  margin-right: 1.5rem;
}

.blue-box h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--font-family);
  color: #fff;
}

.blue-box .sub_text {
  font-size: 26px;
  font-weight: 400;
  font-family: var(--font-family);
  color: #fff;
}

ul.social-links-icon {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

ul.social-links-icon li {
  list-style: none;
  margin-right: 10px;
}

ul.social-links-icon li a {
  border-radius: 10px;
  border: #dfdfe7 solid 1px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cruiser_footer .container {
  max-width: var(--wp--custom--ast-content-width-size);
}

.cruiser_footer .footer_section_container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.footer-section strong {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-family);
  color: #000000;
}

.footer-section strong {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  font-family: var(--font-family);
  color: #000000;
}

.footer-section ul {
  margin: 0px;
  padding: 0px;
}

.footer-section ul li {
  list-style: none;
  margin-bottom: 15px;
}

.footer-section ul li a {
  color: #393a56;
  font-size: 1rem;
  font-weight: 300;
  font-family: var(--font-family);
}

footer .copy_right_text,
footer .copy_right_text a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

ul.social-links-icon li a:hover {
  background-color: #eeeeee;
}

.btn-light {
  color: #020381;
  font-weight: 500;
  font-size: 1rem;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #020381;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #020381;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
  color: #020381;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
  color: #020381;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-primary {
  color: #fff;
  background-color: #020381;
  border-color: #020381;
  font-size: 1rem;
  font-weight: 500;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1010b6;
  border-color: #1010b6;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #1010b6;
  border-color: #1010b6;
  box-shadow: 0 0 0 0.25rem rgba(93, 49, 253, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #020381;
  border-color: #020381;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(93, 49, 253, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #020381;
  border-color: #020381;
}

.btn-outline-primary {
  color: #020381;
  border-color: #020381;
  font-weight: 500;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1010b6;
  border-color: #1010b6;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(93, 49, 253, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #1010b6;
  border-color: #1010b6;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(93, 49, 253, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #1010b6;
  background-color: transparent;
}

/* FAQ page */
.faq-page-title {
  text-align: center;
}

.faq-container {
  margin-top: 42px;
}

.faq-sidebar {
  padding: 15px;
}

.faq-sidebar .category_title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.faq-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-sidebar ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 5px;
  border-radius: 5px;
  color: var(--color-navy);
  font-size: 1rem;
  font-weight: 600;
}

.faq-category.active {
  background: rgb(2, 3, 129, 0.2);
}

.faq-item {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-answer {
  display: none;
  padding: 10px;
}

.faq-answer>* {
  font-size: 1rem !important;
  margin-block: 0 !important;
}

.faq-answer.active {
  display: block;
}

.faq-answer ul {
  margin-bottom: 0;
}

.faq-answer ul li {
  font-size: 1rem;
}

.wpforms-submit {
  color: #ffffff;
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}

@media (min-width: 1920px) {

  .nav-links,
  .user-sign-outline,
  .get-started {
    font-size: 0.8333vw;
  }
}

@media (max-width: 1399.5px) {
  .blue-box {
    padding: 64px 140px;
  }

  .hero_content_wrapper {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 1199.5px) {
  .hero-content {
    padding-right: 20px;
  }

  h2.title-2,
  .blue-box h2 {
    font-size: 30px;
  }

  .blue-box .sub_text {
    font-size: 16px;
  }

  .hero-content-bottom {
    padding-right: 50px;
  }

  .section-card strong {
    font-size: 1.2rem;
  }

  .section-card p {
    font-size: 1rem;
  }

  .hero-content h1.hero-title {
    font-size: 36px;
  }

  .hero-content p.hero-text {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  body {
    overflow-x: hidden !important;
  }

  .nav-menu {
    padding-left: 0 !important;
  }

  .custom-card {
    border-radius: 16px;
  }

  .hero-img {
    text-align: center;
    margin: auto;
  }

  .hero-content-bottom {
    margin-block: 30px;
    position: static !important;
  }

  .img-fluid {
    margin: auto;
  }

  .custom-card p {
    font-size: 14px;
  }

  .advertisers-card p {
    font-size: 14px;
  }

  .advertisers-card strong {
    font-size: 16px;
  }

  .hamburger {
    display: block;
    z-index: 15;
    position: relative;
    margin-left: auto;
  }

  .blue-box {
    padding: 32px 40px;
  }

  .hamburger.active .bar:nth-child(2) {
    width: 26px;
    border-radius: 18px;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(-7px) rotate(42deg) translateX(15px);
    width: 18px;
    border-radius: 18px;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(7px) rotate(-42deg) translateX(15px);
    width: 18px;
    border-radius: 18px;
  }

  .mc_nav-wrap {
    position: fixed;
    right: -100%;
    top: 0;
    background-color: var(--color-white);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    min-height: 100dvh;
    transition: 0.6s ease-in-out;
    z-index: 10;
    padding-top: 77px !important;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-menu {
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
  }

  .nav-links {
    font-size: 1.5rem;
  }

  .main-section .main_intro .heading {
    text-align: center;
  }

  .nav-menu>*+* {
    margin-left: 0;
  }

  .contact_link {
    margin-top: 15px;
  }

  .mc_nav-wrap.active {
    right: 0% !important;
    width: 100%;
  }

  .mc-user-sign {
    margin-left: unset;
    margin-top: auto;
  }

  .blue-box p {
    font-size: 16px;
  }

  .page-id-2465 .grecaptcha-badge {
    position: static !important;
  }
}

@media (max-width: 767.5px) {
  .have_questions_container {
    padding-inline: 25px;
  }

  .blue-box p {
    font-size: 16px;
    text-align: center;
  }

  .hero-btns {
    text-align: center;
  }

  .hero-btns .get_started_btn {
    margin: auto;
  }

  .blue-box h2,
  .blue-box .sub_text {
    text-align: center;
  }

  .hero-content h1.hero-title {
    font-size: 24px;
  }

  .hero-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-primary {
    font-size: 14px;
  }

  .hero-content p.hero-text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 21px;
  }

  .section-card p {
    font-size: 12px;
  }

  .hero-content-bottom {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-b-150 {
    padding-bottom: 70px;
  }

  h2.title-2,
  .blue-box h2 {
    font-size: 24px;
  }

  p,
  .btn {
    font-size: 14px;
  }

  .custom-card h3 {
    font-size: 16px;
  }

  .advertisers-card strong {
    font-size: 18px;
  }

  .shade-mobile {
    /* Dashboard 1440 Full 1 */
    filter: drop-shadow(0px 15px 50px rgba(138, 149, 158, 0.2));
    border-radius: 8px;
  }

  .advertisers-card::before {
    background-size: 85px !important;
    width: 85px;
    height: 59px;
  }

  .cruiser_footer {
    padding-inline: 1.7rem;
  }
}


@media (max-width: 576px) {
  .have_questions_container {
    margin: 0 !important;
  }

  .blue-box {
    padding: 64px 40px;
  }


  .blue-box .btn {
    background-color: var(--color-white);
    border: 1px solid var(--color-navy);
  }
}

@media (max-width: 300px) {
  .cruiser_footer .footer_section_container {
    flex-direction: column;
  }
}


/* Documentation page css  05-03-2025 */

@media (min-width: 993px) {

  .ast-separate-container #primary,
  .ast-separate-container.ast-left-sidebar #primary,
  .ast-separate-container.ast-right-sidebar #primary {
    margin: 2em 0;
    padding: 0;
  }
}

.wedocs-single-wrap .entry-title {
  font-weight: 700;
}

.wedocs-single-wrap {
  width: 90%;
  margin: auto;
}

.wedocs-single-wrap .wedocs-sidebar {
  border-radius: 12px;
  width: 25%;
  padding: 20px 12px;
  background: #e9e9e9;
  border: 0;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a,
.article-child a {
  color: var(--color-navy);
  color: var(--color-dark);
}

.wedocs-breadcrumb a {
  color: var(--color-navy);
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
  padding: 8px 10px 8px 10px;
  gap: 8px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li>a:before {
  margin-right: 0;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-open>a>.wedocs-caret,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-closed>a>.wedocs-caret {
  padding: 0 8px;
  border-color: var(--color-dark);
  color: var(--color-dark);
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_parent>a .wedocs-caret,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_item>a .wedocs-caret,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_ancestor>a .wedocs-caret {
  color: var(--color-white);
  border-color: var(--color-white);
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_parent li.current_page_item>a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_item li.current_page_item>a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_ancestor li.current_page_item>a {
  color: var(--color-dark);
  font-weight: 400;
}

.wedocs-shortcode-wrap .wedocs-search-input {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.wedocs-shortcode-wrap .wedocs-docs-list a {
  color: var(--color-navy);
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .divider {
  margin-block: 20px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
  padding-block: 20px;
  margin-bottom: 2%;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single div.inside {
  overflow-y: auto;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list.col-2>li {
  width: 49%;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list.col-2>li:nth-child(2n + 1) {
  clear: both;
  margin-right: 2%;
}

.wedocs-doc-link a {
  text-decoration: underline !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .inside {
  scrollbar-width: thin;
  scrollbar-color: var(--color-navy) #f0f0f0;
}

/* Chrome, Edge, and Safari */
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .inside::-webkit-scrollbar {
  width: 14px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .inside::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .inside::-webkit-scrollbar-thumb {
  background-color: var(--color-navy);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

/* ===== Scrollbar CSS ===== */


/* new css for documentation ,publisher, advertiser page */



.icon-btn {
  padding: 7.5px;
}

.custom-container {
  max-width: 1440px;
  padding: 0 25px;
  width: 100%;
}

.has-decoration span {
  position: relative;
  z-index: 1;
  display: inline;
  background-image: linear-gradient(to right, #EBEAFF 100%, #EBEAFF 100%);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 100% 15px;
  padding: 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


.secondary-hero-section {
  padding: 64px 0;
}

.secondary-hero-section .banner-content {
  text-align: center;
  padding: 0;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  background: linear-gradient(180deg, #FFFFFF 50.96%, rgba(255, 255, 255, 0.5) 64.42%, rgba(223, 223, 231, 0.3) 100%);

}

.documentation-banner .banner-content {
  background: none;
}

.secondary-hero-section .banner-content .banner-title {
  color: var(--color-black);
  font-weight: 600;
  font-size: 48px;
  line-height: 1.35;
  letter-spacing: 1.4px;
  margin-bottom: 16px;
}

.secondary-hero-section .banner-content .banner-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 1.4;
  color: var(--color-black);
  margin-bottom: 48px;
}

.documentation-banner .banner-content .banner-text {
  max-width: 650px;
  margin: 0 auto;
  font-weight: 300;
}

.documentation-banner .intro-text {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 5px;
  font-weight: 400;
}

.documentation-banner .search-block {
  margin-top: 48px;
}

.secondary-hero-section .banner-content .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 0 0 48px;
}

.secondary-hero-section .image-block img {
  max-width: 846px;
  width: 100%;
  max-height: 354px;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.secondary-hero-section .image-block.small-width img {
  max-width: 764px;
}

.page-section {
  padding: 96px 0;
}

.feature-card {
  background-color: rgba(235, 234, 255, 0.5);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}


.feature-card-horizontal {
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.feature-card-horizontal .content-wrapper {
  flex: 1;
}

.feature-card-horizontal .feature-image {
  flex: 1;
  margin-top: 0;
}

.feature-title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 12px;
}

.feature-title.fixed-width {
  max-width: 280px;
}

.feature-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-dark);
  margin-bottom: 24px;
}

.feature-image {
  text-align: center;
  margin-top: auto;
}

.feature-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.feature-image.right-align-img img {
  margin: 0 -10px 0 auto;
}

@media (max-width:767px) {
  .page-id-5183 .right-col .feature-image img {
    max-width: 150px;
  }
}


.feature-image.right-touch-img img {
  margin: 0 -40px 0 auto;
}

/* Add styles to ensure right column cards match left column height */
.powerful-tool-section .row {
  display: flex;
  flex-wrap: wrap;
}

.powerful-tool-section .left-col,
.powerful-tool-section .right-col {
  display: flex;
  flex-direction: column;
}

.powerful-tool-section .right-col .feature-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.powerful-tool-section .right-col .feature-card:last-child {
  margin-bottom: 0;
}

.powerful-tool-section .feature-card h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.powerful-tool-section .feature-card .feature-image {
  margin-top: 0;
}

.page-id-5185 .powerful-tool-section .right-col .feature-card:nth-child(1) {
  background-image: url('images/cloud-img.png');
  background-size: 160px;
  background-position: bottom 25px right 15px;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}

.powerful-tool-section .right-col .feature-card {
  padding: 36px;
}

.proven-result-section .result-row,
.hero-content-bottom .result-row {
  align-items: center;
}

.proven-result-section .result-list,
.hero-content-bottom .result-list {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.proven-result-section .result-list .result-item,
.hero-content-bottom .result-list .result-item {
  flex: 1;
}

.proven-result-section .result-list p,
.hero-content-bottom .result-list p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--color-dark);
  text-align: center;
  letter-spacing: 1.4%;
}

.proven-result-section .result-list p.numeric,
.hero-content-bottom .result-list p.numeric {
  font-size: 48px;
  line-height: 1.48;
  color: #C6C3FF;
  font-weight: 600;
  margin: 0;

}

.easy-section .steps-list {
  display: flex;
  gap: 15px;
}

.easy-section .steps-list .step-block {
  padding-left: 35px;
  position: relative;
  flex: 1;
}

.easy-section .steps-list .step-block .step-no {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  font-size: 210px;
  line-height: 1;
  font-weight: 500;
  color: #EBEAFF;
  z-index: -1;

}

.easy-section .steps-list .step-block h3 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 12px;
  color: var(--color-black);
  font-weight: 600;
  letter-spacing: 1.4%;
}

.easy-section .steps-list .step-block p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--color-dark);
  margin: 0;
  letter-spacing: 1.4%;
}

.primary-link {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-navy) !important;
  transition: all 0.5s;
}

.primary-link svg {
  transition: all 0.5s;
}

.primary-link:hover svg {
  transform: translateX(5px);
}

.secondary-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.secondary-card-list .secondary-card {
  flex: 0 0 calc((100% - 48px * 2) / 3);
  max-width: calc((100% - 48px * 2) / 3);
  padding-left: 16px;
  border-left: 4px solid var(--color-light-blue);
}

.secondary-card-list .secondary-card .card-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.secondary-card-list .secondary-card .card-inner-wrap>*:not(:last-child) {
  margin-bottom: 12px;
}

.secondary-card-list .secondary-card .title-block {
  display: flex;
  align-items: center;
  gap: 7px;
}

.secondary-card-list .secondary-card .title-block h4 {
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
  font-weight: 500;
}

.secondary-card-list .secondary-card p {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
}

.secondary-card-list .secondary-card .primary-link {
  margin-top: auto;
}

.search-input {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: var(--color-white) !important;
  height: 64px !important;
  border-radius: 12px !important;
  padding: 12px 60px 12px 24px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: var(--color-dark) !important;
  font-weight: 400 !important;
}

.search-input-wrap {
  position: relative;
  box-shadow: 0px 15px 50px 0px #8A959E33;
  border-radius: 12px;
  max-width: 580px;
  margin: 0 auto;
}

.search-input-wrap .icon-btn {
  position: absolute;
  top: 12px;
  right: 12px;

}

.main-wrap {
  overflow: hidden;
}

.page-id-5281 .card-body {
  display: flex;
  flex-direction: column;
}

.page-id-5281 .card-body .primary-link {
  margin-top: auto;
}

.ast-pagination .nav-links:before,
.ast-pagination .nav-links:after {
  display: none;
}

.ast-pagination .page-numbers {
  border: 1px solid #6878d6;
  color: #6878d6;
}

.wedocs-doc-nav a,
.read-more a,
.posted-by a,
.page-id-5286 .entry-content a,
.page-id-5287 .entry-content a {
  color: #4d61d6;
}

.ast-archive-description {
  background-color: transparent;
}


.page-id-5287 .entry-content p,
.page-id-5287 .entry-content li,
.page-id-5286 .entry-content p,
.page-id-5286 .entry-content li {
  font-size: 16px;
}

.page-id-5287 .entry-content ul,
.page-id-5286 .entry-content ul {
  list-style-position: inside;
}

.page-id-5287 .entry-content li,
.page-id-5286 .entry-content li {
  padding-left: 20px;
  text-indent: -17px;
}


.entry-content p strong {
  font-size: 18px;
}

@media (max-width: 1199.5px) {
  .secondary-hero-section .banner-content .banner-title {
    font-size: 36px;
  }

  .secondary-hero-section .banner-content .banner-text {
    font-size: 16px;
    margin-bottom: 36px;
  }

  .secondary-hero-section .banner-content .btn-wrap {
    gap: 13px;
  }

  .has-decoration span {
    background-size: 100% 11px;
  }

  .feature-card {
    padding: 30px;
  }
}

@media (max-width: 992px) {

  .documentation-banner .intro-text {
    font-size: 22px;
  }

  .documentation-banner .search-block {
    margin-top: 33px;
  }

  .page-section {
    padding: 48px 0;
  }

  .feature-card {
    padding: 24px;
  }

  .feature-card-horizontal {
    flex-direction: column;
    gap: 24px;
  }

  .feature-card-horizontal .feature-image {
    margin-top: auto;
  }

  .feature-title {
    font-size: 18px;
    font-weight: 500;
  }

  .feature-text {
    font-size: 14px;
  }

  .feature-image.right-touch-img img {
    margin: 0 -24px 0 auto;
  }

  .easy-section {
    padding: 48px 0;
  }

  .easy-section .steps-list .step-block {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .easy-section .steps-list .step-block .step-no {
    font-size: 180px;
    top: 50%;
  }

  .easy-section .steps-list .step-block h3 {
    font-size: 18px;
    margin: 0 0 6px;
  }

  .easy-section .steps-list .step-block p {
    font-size: 14px;
  }

  .secondary-card-list .secondary-card {
    flex: 0 0 calc((100% - 48px * 1) / 2);
    max-width: calc((100% - 48px * 1) / 2);
  }
}

@media (max-width: 767.5px) {

  .secondary-hero-section {
    padding: 36px 0;
  }

  .has-decoration span {
    background-size: 100% 9px;
  }

  .secondary-hero-section .image-block img {
    object-fit: contain;
  }

  .secondary-hero-section .custom-container {
    padding: 0 16px;
  }

  .secondary-hero-section .hero-content .hero-btns {
    gap: 13px;
  }

  .secondary-hero-section .banner-content .banner-title {
    font-size: 28px;
  }

  .secondary-hero-section .banner-content .banner-text {
    font-size: 14px;
  }

  .documentation-banner .intro-text {
    font-size: 16px;
  }

  .feature-title {
    font-size: 16px;
    font-weight: 500;
  }

  .feature-card {
    margin-bottom: 24px;
  }

  .proven-result-section {
    padding: 46px 0;
  }

  .proven-result-section .result-list,
  .hero-content-bottom .result-list {
    flex-direction: column;
  }

  .proven-result-section .title-2 span,
  .hero-content-bottom .title-2 span {
    background: none;
  }

  .easy-section .steps-list {
    flex-direction: column;
    gap: 24px;
  }

  .secondary-card-list .secondary-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .search-input {
    height: 40px !important;
    border-radius: 12px !important;
    padding: 6px 42px 6px 11px !important;
    font-size: 12px !important;

  }

  .icon-btn {
    padding: 4px;
  }

  .icon-btn svg {
    height: 23px;
    width: 23px;
  }

  .search-input-wrap .icon-btn {
    top: 4px;
    right: 4px;
    border-radius: 8px;

  }
}

.wedocs-single-content ol,
.wedocs-single-content ul {
  padding-left: 32px;
}



/* contact form css*/


.wp-block-uagb-container.uagb-block-5712e0f8 {
  padding: 48px !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 15px 50px 0 #8A959E33 !important;
  border-radius: 24px !important;
}

.wp-block-uagb-container.uagb-block-5712e0f8::after,
.wp-block-uagb-container.uagb-block-5712e0f8::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}

.wp-block-uagb-container.uagb-block-366d7d12 {
  position: relative;
  z-index: 1;
}

.wp-block-uagb-container.uagb-block-5712e0f8::after {
  bottom: 5%;
  background-image: url('images/plane-image.svg');
  left: calc(100% - 30px);
  width: 220px;
  height: 219px;
  background-size: 220px 219px;
  z-index: -1;
}

.wp-block-uagb-container.uagb-block-5712e0f8::before {
  top: 5%;
  background-image: url('images/email-image.svg');
  right: calc(100% - 30px);
  width: 220px;
  height: 219px;
  background-size: 220px 219px;
  z-index: -1;
}

.wp-block-uagb-container .wpforms-container {
  margin-bottom: 0 !important;
}

.wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -24px;
}

.wp-block-uagb-container form .wpforms-field {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 8px 24px;
}

.wp-block-uagb-container form .wpforms-field.half-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px 24px;
}

.wp-block-uagb-container form .wpforms-field select,
.wp-block-uagb-container form .wpforms-field textarea,
.wp-block-uagb-container form .wpforms-field input {
  height: 41px;
  line-height: 39px;
  border-radius: 8px;
  border: 1px solid #DFDFE7;
  padding: 0 12px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
}

.wp-block-uagb-container form .wpforms-field textarea {
  resize: none;
}

.wp-block-uagb-container .wpforms-submit-container {
  padding: 0;
  margin-top: 48px;
}

.wp-block-uagb-container form .wpforms-submit {
  background-color: #020381;
  box-shadow: 0px 1px 2px rgba(30, 41, 59, 0.12);
  border-radius: 8px;
  padding: 0px 24px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.wp-block-uagb-container form .wpforms-field select::-webkit-input-placeholder,
.wp-block-uagb-container form .wpforms-field textarea::-webkit-input-placeholder,
.wp-block-uagb-container form .wpforms-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1 !important;
  color: #848598;
}

.wp-block-uagb-container form .wpforms-field select::-moz-placeholder,
.wp-block-uagb-container form .wpforms-field textarea::-moz-placeholder,
.wp-block-uagb-container form .wpforms-field input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #848598;
}

.wp-block-uagb-container form .wpforms-field select:-ms-input-placeholder,
.wp-block-uagb-container form .wpforms-field textarea:-ms-input-placeholder,
.wp-block-uagb-container form .wpforms-field input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: #848598;
}

.wp-block-uagb-container form .wpforms-field select:-moz-placeholder,
.wp-block-uagb-container form .wpforms-field textarea:-moz-placeholder,
.wp-block-uagb-container form .wpforms-field input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #848598;
}

.wp-block-uagb-container .grecaptcha-badge {
  display: none !important;
}

.wp-block-uagb-container .wpforms-recaptcha-container {
  padding: 0 !important;
  margin: 15px 0 0;
}

@media(max-width:1199px) {
  .wp-block-uagb-container.uagb-block-5712e0f8 {
    padding: 35px !important;
  }

  .wp-block-uagb-container.uagb-block-5712e0f8::after,
  .wp-block-uagb-container.uagb-block-5712e0f8::before {
    display: none;
  }
}

@media(max-width:991px) {
  .wp-block-uagb-container.uagb-block-5712e0f8 {
    padding: 25px !important;
  }

  .wp-block-uagb-container .wpforms-submit-container {
    margin-top: 35px;
  }
}

@media(max-width:576px) {
  .wp-block-uagb-container.uagb-block-5712e0f8 {
    padding: 20px !important;
  }

  .wp-block-uagb-container .wpforms-submit-container {
    margin-top: 25px;
  }
}