body {
    font-family: "Host Grotesk", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Host Grotesk", sans-serif;
}

h1{
	font-size:64px;
	letter-spacing: -1px;
	line-height: 110%
}
h2{
	font-size:48px;
	letter-spacing: -0.75px;
	line-height: 110%
}

.icon-angle-right::before {
  content: "➜" !important;
  font-size: 18px !important;
  display: inline-block;
}

.button span {
    font-size: 14px;
	  align-content:center;
}

.button.white {
    color:#111827!important;
		padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 14px !important;
	
}

.button.secondary {
    background: linear-gradient(
        180deg,
        #FF8F2D 0%,
        #FB961B 100%
    ) !important;
    color:#fff !important;
    border:1px solid rgba(0,0,0,.05) !important;
    transition:.25s ease;
	border-radius: 14px !important;
	padding-top: 2px;
	padding-bottom: 2px;

}

.button.secondary:hover {
    background: linear-gradient(
        180deg,
        #FF9B3D 0%,
        #FF8F2D 100%
    ) !important;

}

.header-nav > li > a,
.nav-header > li > a {
    font-family: "Host Grotesk", sans-serif !important;
    font-size:16px !important;
    font-weight:500 !important;
    line-height:100%;

}

.absolute-footer{
	display:none;
}


.badge-broad-reach {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  padding: 4.99px 12px 4.99px 12px;
  border-radius: 999px;
  background-color: rgba(255, 168, 45, 0.08); 
  color: #FFA82D;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-buttons-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
	justify-content: flex-end;
  width: 100%;
}

.nav-circle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease;
  padding: 0;
  text-decoration: none;
}

.nav-circle-btn--prev {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-circle-btn--prev:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.nav-circle-btn--next {
  border: 1px solid #FFA82D;
}

.nav-circle-btn--next:hover {
  background: rgba(255, 168, 45, 0.08);
}

.nav-circle-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.price-models-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.price-model-btn {
	border: 3px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  padding: 4px 16px;
  border-radius: 10px;
  background-color: #182230;
  border: none;
  color: #ffffff;
  font-size: 13px;
	line-height: 20.8px;
  font-weight: 700;
  transition: background-color 0.2s ease;
}

.price-model-btn:hover {
  background-color: #20303f;
}

.card-gradient-bg {
  background: linear-gradient(
    180deg,
    rgba(15, 20, 29, 1) 0%,
    rgba(15, 20, 29, 0.91) 25%,
    rgba(15, 20, 29, 0.96) 50%,
    rgba(15, 20, 29, 1) 65%,
    rgba(15, 20, 29, 0.85) 85%,
    rgba(15, 20, 29, 1) 100%
  ) !important;
  border: 1px solid rgba(34, 38, 47, 1) !important;
  box-shadow: 0px 4px 16px 0px rgba(16, 24, 40, 0.08) !important;
  backdrop-filter: blur(4px) !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
  align-self: flex-start !important;
}

.section-hi {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 40px;
    border: 1px solid #FFDDAB;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 196, 60, .22) 0%, transparent 18%),
        radial-gradient(circle at 75% 18%, rgba(255, 220, 140, .16) 0%, transparent 25%),
        radial-gradient(circle at 15% 10%, rgba(255, 215, 140, .10) 0%, transparent 30%),
        linear-gradient(
            180deg,
            #fff8ef 0%,
            #fffdfb 35%,
            #ffffff 65%,
            #ffffff 100%
        );
}

.section-hii {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 40px;

    border: 1px solid rgba(255, 221, 171, 0.15);
    border-radius: 24px;

    background:
        radial-gradient(circle at 92% 8%, rgba(251, 146, 60, 0.18) 0%, transparent 18%),
        radial-gradient(circle at 82% 18%, rgba(249, 115, 22, 0.10) 0%, transparent 28%),
        linear-gradient(
            180deg,
            #1f2937 0%,
            #18212f 35%,
            #111827 70%,
            #111827 100%
        );
}

.category-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  flex-wrap: wrap;
}

.category-btn {
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 0;
  background: transparent;
  border: none;
  color: #98A2B3;
  font-size: 15px;
	line-height: 100%;
  font-weight: 600;
  max-width: 163.43px;
  width: 100%;
  padding: 16px 0px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
	text-transform: none !important;
}

.category-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}

.category-btn.active {
  background: #FFA82D;
  color: #fff;
  box-shadow: 0 0 16px rgba(255, 168, 45, 0.4);
}

.section-last {
  width: calc(100% - 10px) !important;
  max-width: calc(100% - 10px) !important;
  margin: 0 auto !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.icon-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.icon-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-item {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.payment-methods-section {
  background-color: #0F141D;
  background-image: 
    radial-gradient(
      circle at 5% 0%,
      rgba(255, 140, 20, 0.55) 0%,
      rgba(255, 106, 0, 0.25) 20%,
      rgba(15, 20, 29, 0) 55%
    );
  border: 1px solid #22262F;
  border-radius: 24px;
}

.deposit-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  width: fit-content;
  font-family: 'Inter', -apple-system, Arial, sans-serif;
  color: #ffffff;
}

.deposit-item {
  padding-right: 32px;
}

.deposit-item:last-child {
  padding-right: 0;
}

.deposit-value {
  font-size: 22px;
  font-weight: 800;
  line-height: 35.2px;
}

.deposit-value--small {
   font-size: 22px;
  font-weight: 800;
  line-height: 35.2px;
}

.deposit-label {
  font-size: 12px;
	line-height: 19.2px;
	font-weight: 400;
	color: #98A2B3;
}

.deposit-divider {
  width: 1px;
  height: 44px;
  background-color: #ECEEF2;
  margin-right: 32px;
}

  .payment-logo-wrap {
    display: flex;
    gap: 0px;
    overflow-x: auto;
    padding: 4px 0;
    scroll-snap-type: x mandatory;
    background-color: transparent;
  }

  .payment-logo-card {
    border-radius: 16px;
    aspect-ratio: 1 / 1;
    min-width: 140px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    scroll-snap-align: start;
    margin-left: -2px;
  }

  .payment-logo-card:first-child {
    margin-left: 0;
  }

  .payment-logo-img {
    max-width: 90%;
    max-height: 60%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .payment-logo-wrap::-webkit-scrollbar {
    display: none;
  }

/*  */

  .techpulse-brand-strip {
    width: 100%;
    max-width: 1440px;
    margin: 48px auto 30px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
  }

  .techpulse-brand-slider {
    width: 100%;
    height: 72px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .techpulse-brand-track {
    width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 64px;
    animation: techpulseBrandSlide 24s linear infinite;
    will-change: transform;
  }

  .techpulse-brand-logo {
    flex: 0 0 160px;
    width: 160px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .techpulse-brand-logo img {
    display: block;
    width: 160px;
    height: 64px;
    object-fit: contain;
    opacity: 0.72;
    filter: grayscale(100%);
  }

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


.mini-tabs{
  background:#12161f;
  border:1px solid #232a3a;
  border-radius:18px;
  padding:16px;
}


.mini-tab-nav{
  display:flex;
  border-bottom:1px solid #232a3a;
  margin-bottom:14px;
}

.mini-tab-btn{
  flex:1;
  text-align:center;
  font-size:14px;
  font-weight:600;
  color:#7E8AA0;
  padding:0 0 12px;
  cursor:pointer;
  border-bottom:2px solid transparent;
}

.mini-tab-btn.active{
  color:#ffffff;
  border-bottom-color:#ff8a1e;
}


.geo-header{
  display:flex;
  align-items:center;
  padding:0 14px 10px;
  font-size:14px;
  font-weight:500;
  color:#717179;
	line-height: 20px;
}

.geo-header .sort{
  font-style:normal;
  font-size:16px;
  margin-left:3px;
  opacity:.7;
}


.col-domain{
  flex:1 1 45%;
  display:flex;
  align-items:center;
  text-align:left;
}

/* Block Page Publishers */
.col-domains{
  flex:1 1 76%;
  display:flex;
  align-items:center;
  text-align:left;
}

.geo-row .col-domains{
  color:#f3f4f6;
  font-weight:500;
}

/* Block Page Publishers */
.col-vol{
  flex:1 1 30%;
  text-align:left;
}

.col-bid{
  flex:1 1 20%;
/*   text-align:right; */
}


.geo-list{
  display:none;
  flex-direction:column;
  gap:6px;
}

.geo-list.active{
  display:flex;
}

.geo-row{
  display:flex;
  align-items:center;
  background: rgba(31, 37, 44, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
 border-radius: 24px;
 backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
  border-radius:12px;
  padding:10px 14px;
  font-size:16px;
}

.geo-row .col-domain{
  color:#f3f4f6;
  font-weight:500;
}

.flag{
  width:32px;
  height:32px;
  object-fit:cover;
  border-radius:8px;
  margin-right:10px;
  background:#333;
  flex-shrink:0;
}

.vol{
  color:#FFA82D;
  font-weight:600;
	line-height: 24px;
}

.bid{
  color:#f3f4f6;
  font-weight:500;
}

.table-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 4px 2px;
  font-size:14px;
  color:#98A2B3;
}

.table-footer .globe{
  font-style:normal;
  margin-right:4px;
}

.live{
  display:flex;
  align-items:center;
  gap:6px;
}

.dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#3ecf8e;
}

.row.Traffic-Card,
.row.Traffic-Card .col,
.row.Traffic-Card .col-inner,
.tabbed-content.category-tabs,
.tabbed-content.category-tabs > .tab-panels,
.tabbed-content.category-tabs > ul.nav {
  overflow: visible !important;
}

.tabbed-content.category-tabs {
  display: flex !important;
  flex-direction: column !important;
}

.tabbed-content.category-tabs > .tab-panels {
  order: 1 !important;
  width: 100% !important;
}

.tabbed-content.category-tabs > ul.nav {
  order: 2 !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start !important;
  gap: 16px;
  justify-content: flex-start;
  margin-top: 24px !important;
  padding: 4px 0 0 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  line-height: normal !important;
}

.tabbed-content.category-tabs > ul.nav > li {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 163.43px !important;
  width: 163.43px !important;
  max-width: 163.43px !important;
  height: auto !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  line-height: normal !important;
  align-self: flex-start !important;
}

.tabbed-content.category-tabs > ul.nav > li > a {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  padding: 16px 8px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
  font-weight: 500;
  text-align: center;
  line-height: 1.3 !important;
  white-space: normal;
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  border-radius: 0 !important;
  -webkit-clip-path: inset(0 round 12px) !important;
  clip-path: inset(0 round 12px) !important;
  overflow: visible !important;
}

.tabbed-content.category-tabs > ul.nav > li > a:hover {
  color: #ffffff !important;
}

.tabbed-content.category-tabs > ul.nav > li > a::before {
  display: none !important;
  content: none !important;
}

.tabbed-content.category-tabs > ul.nav > li.active > a {
  background-color: #FFA82D !important;
  color: #ffffff !important;
  font-weight: 700;
  -webkit-clip-path: inset(0 round 12px) !important;
  clip-path: inset(0 round 12px) !important;
}

.tabbed-content.category-tabs > ul.nav > li.active {
 box-shadow: 
    0 0 20px 4px rgba(255, 168, 45, 0.7),
    0 0 45px 12px rgba(255, 168, 45, 0.4);
  border-radius: 12px;
}

.card-hero {
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            rgba(15,20,29,1) 0%,
            rgba(15,20,29,.96) 40%,
            rgba(15,20,29,.91) 70%,
            rgba(15,20,29,.85) 100%
        );

    border: 1px solid #22262F;

    box-shadow:
        0 4px 16px rgba(16,24,40,0.08);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

  box-sizing: border-box;
}

.feature-row{
    display:flex;
    align-items:stretch;
}

.feature-row > .col{
    display:flex;
}

.feature-row > .col > .col-inner{
    width:100%;
}

.feature-card{
    height:100%;
}

/* Contact Form 7 */
.wpcf7-form {
  margin: 0 auto;
  background: linear-gradient(135deg, #fce4c4 0%, #fdf3e4 35%, #ffffff 65%);
  border-radius: 32px;
  padding: 44px;
  box-sizing: border-box;
  box-shadow:
    0 30px 80px rgba(247,148,29,0.15),
    0 10px 30px rgba(0,0,0,0.1);
}
.wpcf7 form p { margin: 0; }

/* ===== Header ===== */
.cf-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 6px;
  line-height: 44.8px;
}
.cf-header p {
  color: #5B6573;
  font-size: 16px;
	line-height: 25.6px;
	font-weight: 400;
  margin: 0 0 26px;
}

/* ===== Labels ===== */
.cf-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #344054;
	line-height: 20.8px;
  margin: 0 7px 8px;
}
.cf-label-top {
  font-size: 14px;
  font-weight: 400;
  color: #101010;
	line-height: 17.6px;
  text-transform: uppercase;
  margin: 36px 0 12px;
}

/* ===== Radio group ===== */
.wpcf7-radio {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
}
.wpcf7-radio .wpcf7-list-item { margin: 0; flex: 1; }
.wpcf7-radio input[type="radio"] { display: none; }
.wpcf7-radio .wpcf7-list-item-label {
  display: block;
  text-align: center;
  padding: 10px;
  border: 1.5px solid #ececec;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  color: #14213d !important;
  background: #ffffff;
  text-transform: none !important;
  transition: all 0.2s ease;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background: #f7941d;
  color: #fff !important;
  border-color: #f7941d;
  box-shadow: 0 8px 18px rgba(247,148,29,0.3);
}

/* ===== Row layout ===== */
.cf-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.cf-col { flex: 1; min-width: 0; }

/* ===== Inputs ===== */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 18px !important;
	margin: 0;
  border: 1.5px solid #eceef0;
  border-radius: 14px;
  font-size: 14.5px;
  line-height: 1.3;
  color: #333 !important;
  background: #ffffff !important;
  font-family: inherit;
  height: auto !important;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #a4a9b3;
  opacity: 1;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #f7941d;
}

.wpcf7-form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px !important;
  cursor: pointer;
  color: #333 !important;
  letter-spacing: normal !important;
  font-size: 14.5px !important;
}
.wpcf7-form select option { color: #333; background: #fff; }

.wpcf7-form textarea {
  max-height: 137px;
  resize: vertical;
}


.cf-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 28px;
}


.cf-footer p:not(.cf-privacy) {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  display: contents;
}

.cf-privacy {
  font-size: 13.5px;
  color: #667085;
  margin: 0 !important;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}
.cf-privacy a {
  color: #667085;
  text-decoration: none;
  white-space: nowrap;
}


.cf-submit-wrap {
  display: inline-flex !important;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto !important;
  flex-shrink: 0;
  width: auto !important;
	margin-right: -73px;
}

.wpcf7-form input[type="submit"] {
  background: #f7941d !important;
  color: #fff !important;
  border: none !important;
  padding: 16.5px 28px !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.2 !important;
  transition: all 0.2s ease;
  box-shadow: 0 8px 20px rgba(247,148,29,0.3);
}
.wpcf7-form input[type="submit"]:hover {
  background: #e6820f !important;
  transform: translateY(-1px);
}

/* ===== Response output ===== */
.wpcf7-response-output {
  border-radius: 12px !important;
  font-size: 14px;
  margin-top: 16px !important;
}

   .adpul-hero-section {
  position: relative !important;
  overflow: visible !important;
}

  .adpul-stats {
    position: absolute;
    left: 50%;
    bottom: -86px;
    transform: translateX(-50%);
    z-index: 3;

    max-width: 1440px;
    width: calc(100% - 40px);

    border-radius: 24px;
    border: 1px solid #22262F;
    padding: 8px 20px;

    background: linear-gradient(
      135deg,
      #0F141D 0%,
      #0F141D 85%,
      #0F141D 91%,
      #0F141D 96%,
      #0F141D 100%
    );

    box-shadow: 0 4px 16px 0 rgba(16, 24, 40, 0.08);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    display: flex;
    align-items: center;
  }

  .adpul-stats__item {
    flex: 1;
    padding: 24px 32px;
  }

  .adpul-stats__item + .adpul-stats__item {
    border-left: 1px solid #22262F;
  }

  .adpul-stats__number-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
  }

  .adpul-stats__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F5A524;
    box-shadow: 0 0 8px rgba(245, 165, 36, 0.6);
    flex-shrink: 0;
  }

  .adpul-stats__number {
    font-size: 32px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 44px;
    letter-spacing: -1.32px;
    margin: 0;
  }

  .adpul-stats__label {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
		line-height: 100%;
    margin: 0 0 6px;
  }

  .adpul-stats__desc {
    font-size: 14px;
    font-weight: 400;
    color: #7E8AA0;
    line-height: 22.4px;
    margin: 0;
    max-width: 377px;
  }

.pill-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
	margin-top: 31px;
}

.pill {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #ffffff;
  border-radius: 12px;
  padding: 11px 18px;
  border: 1px solid #eee;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dot-orange {
  background: #F5A623;
}

.dot-blue {
  background: #3B82F6;
}

.pill-text {
  font-size: 15px;
	line-height: 24px;
  font-weight: 600;
  color: #344054;
}

.payment-methods-viewport {
  overflow: hidden;
  width: 100%;
}
.payment-methods-track {
  display: flex;
  gap: 12px;
  transition: transform 0.4s ease;
}
.payment-logo-item {
  flex: 0 0 auto;
  height: 138px;
  width: 217px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


/* Tablet */
@media (max-width: 1024px) {
		h1{
		font-size: 52px;
	}
	
	h2{
	font-size: 40px;
  }
  .category-nav {
    gap: 12px;
    padding: 14px 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .category-nav::-webkit-scrollbar {
    display: none;
  }

  .category-btn {
    font-size: 13px;
    padding: 14px 10px;
    max-width: 140px;
    flex-shrink: 0;
  }
	
   .tabbed-content.category-tabs > ul.nav {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start !important;
		 margin-top: 0px !important;
		margin-bottom: 26px;
  }

  .tabbed-content.category-tabs > ul.nav::-webkit-scrollbar {
    display: none;
  }

  .tabbed-content.category-tabs > ul.nav > li {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    flex-shrink: 0 !important;
  }

  .tabbed-content.category-tabs > ul.nav > li > a {
    width: auto !important;
    padding: 12px 16px !important;
    white-space: nowrap !important;
    font-size: 13px !important;
  }
	
	 .wpcf7-form {
    max-width: 90%;
    padding: 36px 30px;
    border-radius: 26px;
  }
  .cf-header h2 { font-size: 24px; }
	
		.tabbed-content.category-tabs > ul.nav > li.active {
    box-shadow: none;
  }
	
}

/* Mobile */
@media (max-width: 600px) {
	h1{
		font-size: 40px;
	}
	
	h2{
	font-size:32px;
  }
  .category-nav {
    gap: 8px;
    padding: 12px 14px;
  }

  .category-btn {
    font-size: 12px;
    padding: 12px 10px;
    border-radius: 10px;
    max-width: 120px;
    flex-shrink: 0;
  }
	
	.payment-methods-section {
    margin: 18px;
}
	
	.deposit-item {
  padding-right: 16px;
}

.deposit-item:last-child {
  padding-right: 0;
}

.deposit-value {
  font-size: 16px;
}

.deposit-value--small {
   font-size: 16px;
}

.deposit-label {
  font-size: 10px;
}

.deposit-divider {
  margin-right: 16px;
}

	.geo-header {
		font-size: 11px;
	}	
	
	.geo-row {
		font-size: 14px;
	}
	
	.geo-header .sort {
		font-size: 14px;
	}
	
	    .techpulse-brand-strip {
      margin: 24px auto;
    }
    .techpulse-brand-slider {
      height: 56px;
    }
    .techpulse-brand-track {
      gap: 40px;
      animation-duration: 18s;
    }
    .techpulse-brand-logo {
      flex: 0 0 110px;
      width: 110px;
      height: 48px;
    }
    .techpulse-brand-logo img {
      width: 110px;
      height: 48px;
    }
	
	.table-footer {
		font-size: 11px;
	}
	
	
	 .wpcf7-form {
    max-width: 100%;
    padding: 26px 20px;
    border-radius: 20px;
  }
  .cf-header h2 { font-size: 21px; }
  .cf-header p { font-size: 13.5px; margin-bottom: 22px; }

  .wpcf7-radio { gap: 8px; margin-bottom: 22px; }
  .wpcf7-radio .wpcf7-list-item-label {
    padding: 12px 6px;
    font-size: 13px;
    border-radius: 12px;
  }

  .cf-row { flex-direction: column; gap: 16px; margin-bottom: 16px; }

  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form select,
  .wpcf7-form textarea {
    padding: 13px 15px !important;
    font-size: 14px;
    border-radius: 12px;
  }
  .wpcf7-form textarea { min-height: 90px; }

  .cf-footer {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 22px;
  }
  .cf-privacy {
    order: 2;
    text-align: left;
    white-space: normal;
    align-self: center;
  }
  .cf-privacy a { white-space: normal; }
  .cf-submit-wrap {
    order: 1;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .wpcf7-form input[type="submit"] {
    width: 100% !important;
    text-align: center;
    padding: 14px 24px !important;
  }
	
	.wpm-badge-wrap {
  position: relative;
}
	
	   .adpul-stats {
      position: static; 
      transform: none;
      margin: 24px -15px 0;
      width: auto;
      padding: 4px 8px;

      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .adpul-stats__item {
      padding: 20px 16px;
      border-left: none !important;
    }

    .adpul-stats__item:nth-child(1) {
      border-right: 1px solid #22262F;
    }

    .adpul-stats__item:nth-child(3) {
      grid-column: 1 / -1;
      border-top: 1px solid #22262F;
    }

    .adpul-stats__number { font-size: 22px; }
    .adpul-stats__label { font-size: 14px; }
    .adpul-stats__desc { font-size: 12px; max-width: none; }
	
	.pill-list {
    flex-direction: column;
    gap: 10px;
  }

  .pill {
    border-radius: 12px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 14px 16px;
  }
	
	.tabbed-content.category-tabs > ul.nav > li.active {
    box-shadow: 
      0 0 10px 0px rgba(255, 168, 45, 0.6),
      0 0 10px 0px rgba(255, 168, 45, 0.3);
  }
	
	.mini-tabs{
  margin: 0 -13px;
}
	
.feature-slider-mobile{
    display:flex;
    gap:16px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:0 20px 10px;
    scrollbar-width:none;
}

.feature-slider-mobile::-webkit-scrollbar{
    display:none;
}

.feature-card{
    flex:0 0 82%;
    scroll-snap-align:start;
    background:#fff;
    border:1px solid #ECECEC;
    border-radius:20px;
    padding:22px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    min-height:230px;
    display:grid;
    grid-template-rows:auto auto 1fr;
    row-gap:14px;
    box-sizing:border-box;
}

.feature-icon{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#FFF5EC;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-icon img{
    width:40px;
}

.feature-card h3{
    margin:0;
    font-size:18px;
    font-weight:700;
    line-height:1.35;
}

.feature-card p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#777;
    align-self:start;
}
	
	
}

@media (max-width: 849px){
/* Custom Menu Mobie*/
.off-canvas .mfp-content,
.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content,
.mobile-sidebar{
    background:#080d16!important;
}

.off-canvas .sidebar-menu,
.mobile-sidebar .sidebar-menu{
    background:#080d16!important;
    padding:30px!important;
}

.off-canvas .searchform input[type="search"],
.mobile-sidebar .searchform input[type="search"]{
    background:#111827!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:#fff!important;
    border-radius:10px 0 0 10px!important;
}

.off-canvas .searchform button,
.mobile-sidebar .searchform button{
    background:#ff9f1c!important;
    color:#fff!important;
    border-radius:0 10px 10px 0!important;
}

.off-canvas .nav-sidebar > li,
.mobile-sidebar .nav-sidebar > li{
    border:0!important;
}

.off-canvas .nav-sidebar > li > a,
.mobile-sidebar .nav-sidebar > li > a{
    background:transparent!important;
    border:0!important;
    border-bottom:none!important;
    color:#fff!important;
    padding:17px 5px!important;
    font-size:16px!important;
    font-weight:700!important;
    letter-spacing:.2px;
	    font-family: "Host Grotesk", sans-serif !important;
}

.off-canvas .nav-sidebar > li > a:hover,
.mobile-sidebar .nav-sidebar > li > a:hover{
    color:#ff9f1c!important;
}

.off-canvas .nav-sidebar li.menu-item,
.mobile-sidebar .nav-sidebar li.menu-item{
   border-bottom:none!important;
}

.off-canvas .nav-sidebar .button,
.mobile-sidebar .nav-sidebar .button{
    margin-top:28px!important;
}

.off-canvas .nav-sidebar .button a,
.mobile-sidebar .nav-sidebar .button a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px;
    background:linear-gradient(
        135deg,
        #ff9f1c,
        #ffb84d
    )!important;
    color:#08111f!important;
    padding:12px 22px!important;
    border-radius:12px!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1!important;
    box-shadow:
    0 8px 20px rgba(255,159,28,.25);
    transition:.25s ease;
}

.off-canvas .nav-sidebar .button a:hover,
.mobile-sidebar .nav-sidebar .button a:hover{
    transform:translateY(-2px);
    box-shadow:
    0 12px 30px rgba(255,159,28,.35);
}

.off-canvas .nav-sidebar,
.mobile-sidebar .nav-sidebar{
    background:transparent!important;
}

.off-canvas .mfp-close,
.mobile-sidebar .mfp-close{
    display:none!important;
}

.mfp-bg{          background:rgba(0,0,0,.75)!important;
}
	
	.header-main .header-inner{
    display: flex !important;
    align-items: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .header-main #logo{
    display: flex !important;
    align-items: center !important;
  }

  
  .header-main .mobile-nav{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 11px !important;

    height: 100% !important;
    margin-left: auto !important;
    overflow: visible !important;
  }

  
  .header-main .mobile-nav > li.nav-icon,
  .header-main .mobile-nav > li.html{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  
  .header-main .mobile-nav > li.nav-icon > a{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;

    height: 24px !important;
    min-height: 24px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;

    color: #fff !important;
    overflow: visible !important;
  }

  
  .header-main .mobile-nav .nav-icon,
  .header-main .mobile-nav .nav-icon > a,
  .header-main .mobile-nav .nav-icon i,
  .header-main .mobile-nav .nav-icon i.icon-menu{
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  
  .header-main .mobile-nav .nav-icon i.icon-menu{
    position: relative !important;
    display: block !important;
    flex: 0 0 30px !important;

    width: 30px !important;
    min-width: 30px !important;
    height: 16px !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 0 !important;
    line-height: 0 !important;

    
    background:
      linear-gradient(#fff, #fff) right 1px top 2px / 29px 2px no-repeat,
      linear-gradient(#fff, #fff) right 1px bottom 2px / 19px 2px no-repeat
      !important;

    border-radius: 0 !important;
    box-shadow: none !important;
  }

  
  .header-main .mobile-nav .nav-icon i.icon-menu::before,
  .header-main .mobile-nav .nav-icon i.icon-menu::after{
    content: none !important;
    display: none !important;
  }

  
  .header-main .mobile-nav > li.nav-icon::before,
  .header-main .mobile-nav > li.nav-icon::after,
  .header-main .mobile-nav > li.nav-icon > a::before,
  .header-main .mobile-nav > li.nav-icon > a::after{
    content: none !important;
    display: none !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  
  .header-main .mobile-nav > li.html{
    margin-left: 0 !important;
  }

  .header-main .mobile-nav > li.html .mobile-menu-text{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    height: 24px !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;

    color: #fff !important;
    white-space: nowrap !important;
  }

  
  .header-main .mobile-nav > li.html p{
    display: flex !important;
    align-items: center !important;

    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #fff !important;
  }

}

.ad-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    margin: 0 6px 13px 0;

    border-radius: 999px;
    background: #1b2028;
    border: 1px solid #303744;

    color: #fff;
    font-weight: 400;
    white-space: nowrap;
}

.ad-format-number {
    position: relative;
    padding-left: 14px;
		font-size: 14px;
		line-height: 22.4px;
}

.ad-format-number::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ffb52e;
    box-shadow:
        0 0 6px #ffb52e,
        0 0 12px rgba(255,181,46,.9),
        0 0 24px rgba(255,181,46,.6);
}

.faq {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 12px;
    padding: 0 24px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

.faq-item summary {
    padding: 18px 0;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 600 15px/1.4 sans-serif;
    color: #222;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    color: #d8a236;
    font-size: 18px;
    font-weight: 400;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    margin: 0;
    padding: 0 0 18px;
    color: #666;
    line-height: 1.6;
}

.header-main .nav {
    display: flex;
    justify-content: center;
}



@media screen and (max-width: 849px) {

  
  .six-column-carousel-wrap {
    width: 100%;
    overflow: hidden;
  }

  
  .six-column-carousel-wrap .six-column-carousel-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;

    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    
    padding: 0 0 12px 15px !important;

    gap: 12px;
    box-sizing: border-box;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 15px;

    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  
  .six-column-carousel-wrap
  .six-column-carousel-track::-webkit-scrollbar {
    display: none;
  }

  
  .six-column-carousel-wrap
  .six-column-carousel-track
  > .col {
    
    flex: 0 0 calc(66.6667% - 8px) !important;

    width: calc(66.6667% - 8px) !important;
    min-width: calc(66.6667% - 8px) !important;
    max-width: calc(66.6667% - 8px) !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    box-sizing: border-box;

    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  
  .six-column-carousel-wrap
  .six-column-carousel-track
  > .col
  > .col-inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}

