/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

section {
  padding: 50px 0;
}

.p-0 {
  padding: 0;
}

.pubmaxx-data {
  width: 100%;
  background-image: url(../img/23sep2025-Pubmaxx-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 44px;
}

.pubmaxx-data .container {
  margin-left: auto;
  margin-right: auto;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  z-index: 9;
}

header .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-container a img {
  width: 175px;
}

header .navbar {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .navbar .nav-links {
  display: flex;
  list-style: none;
  list-style: none;
  display: flex;
  gap: 30px;
  font-weight: normal;
}

header .navbar .nav-links li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  transition: color 0.3s ease;
}

header .navbar .nav-links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #2c83ce;
  transition: width 0.3s ease;
}

/* Animate on hover or active */
header .navbar .nav-links li a:hover::after,
header .navbar .nav-links li a.active::after {
  width: 100%;
}

header .navbar .lets-Connect-btn a {
  text-decoration: none;
  padding: 10px 32px;
  text-align: center;
  display: inline-block;
  width: fit-content;
  transition: 0.3s ease;
  font-size: 14px;
  line-height: 27px;
  transition: color 0.3s ease;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 23px 26px #00000029;
  border-radius: 67px;
  background-color: #2c83ce;
}

.container .ai-driven-pubmaxx {
  display: flex;
  padding-top: 100px;
  padding: 130px 20px 0;
}

.container .ai-driven-pubmaxx .left-sec {
  width: 50%;
}

.container .ai-driven-pubmaxx .left-sec h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  color: #000000;
}

.container .ai-driven-pubmaxx .left-sec h4 {
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  padding-top: 10px;
}

.ai-driven-pubmaxx .left-sec .maximize-revenue-btn a {
  text-decoration: none;
  padding: 12px 32px;
  text-align: center;
  display: inline-block;
  width: fit-content;
  transition: 0.3s ease;
  font-size: 21px;
  line-height: 37px;
  font-weight: bold;
  transition: color 0.3s ease;
  color: #fff;
  box-shadow: 0px 23px 26px #00000029;
  border-radius: 67px;
  background-color: #2c83ce;
  margin-top: 40px;
}

.shimmer-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.shimmer-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
}

.shimmer-link:hover::before {
  animation: shimmer 1s forwards;
}

.shimmer-link:hover {
  transform: scale(1.07);
}

@keyframes shimmer {
  100% {
    left: 125%;
  }
}

.ai-driven-pubmaxx .left-sec p {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  padding-top: 36px;
}

.ai-driven-pubmaxx .right-sec {
  display: flex;
  justify-content: end;
  width: 50%;
}

.ai-driven-pubmaxx .right-sec .pubmaxx-optimization-image img {
  width: 520px;
}

.ai-driven-pubmaxx .certified-Publishing-Partner {
  margin-top: 30px;
}

.ai-driven-pubmaxx .certified-Publishing-Partner img {
  width: 250px;
}

.conversation-wrapped h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
  color: #000000;
  margin-bottom: 22px;
}

.conversation-wrapped .para-game {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}

.conversation-wrapped .para-game span {
  color: #2c83ce;
  font-weight: bold;
}

.conversation-wrapped h5 {
  font-size: 25px;
  line-height: 70px;
  color: #000000;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 5px;
}

.conversation-wrapped .sets-us-apart {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.conversation-wrapped .sets-us-apart .first-part {
  width: calc(33.3% - 15px);
  height: auto;
  background-color: #f8f8f8;
  padding: 12px 12px 25px 25px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s ease;
  position: relative;
}

.conversation-wrapped .sets-us-apart .first-part:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.conversation-wrapped .sets-us-apart .first-part .conventional-innovative {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conversation-wrapped .sets-us-apart .first-part .conventional-innovative h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
}

.conversation-wrapped .sets-us-apart .first-part .conventional-innovative div img {
  width: 120px;
  height: auto;
}

.conversation-wrapped .sets-us-apart .first-part p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.maximize-ad-revenue {
  background-image: url(../img/Partner-with-ad-revenue.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}

.maximize-ad-revenue h3 {
  font-size: 35px;
  line-height: 65px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.maximize-ad-revenue p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 10px auto 32px;
  max-width: 860px;
}

.maximize-ad-revenue .certified-Publishing-Partner {
  display: flex;
  justify-content: center;
}

.maximize-ad-revenue .certified-Publishing-Partner img {
  width: 250px;
}

.maximize-ad-revenue .maximize-revenue-btn {
  display: flex;
  justify-content: center;
}

.maximize-ad-revenue button {
  text-decoration: none;
  padding: 12px 100px;
  text-align: center;
  display: inline-block;
  width: fit-content;
  transition: 0.3s ease;
  font-size: 21px;
  line-height: 37px;
  font-weight: bold;
  transition: color 0.3s ease;
  color: #fff;
  box-shadow: 0px 23px 26px #00000029;
  border-radius: 67px;
  background-color: #2c83ce;
  border: 0;
  cursor: pointer;
}

.pubmaxx-custom-publishers {
  padding-bottom: 0;
}

.pubmaxx-custom-publishers .container {
  /* border-bottom: 1px solid #B1B1B1; */
  padding-bottom: 50px;
}

.pubmaxx-custom-publishers h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 85px;
  color: #000000;
}

.pubmaxx-custom-publishers .app-publishers-pubmaxx {
  display: flex;
  gap: 30px;
  align-items: center;
}

.app-publishers-pubmaxx .publishers-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 30%;
}

.publishers-content h3 {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  padding-bottom: 12px;
  max-width: 330px;
}

.head-section {
  display: flex;
  gap: 10px;
}

.head-section>div {
  width: 100%;
}

.publishers-content div span {
  width: 10px;
  height: 10px;
  background-color: #ED5B39;
  border-radius: 50%;
  display: none;
  margin-top: 9px;
}

.publishers-content div .clr-2 {
  background-color: #F9C854;
}

.publishers-content div .clr-3 {
  background-color: #12C5A7;
}

.publishers-content div .clr-4 {
  background-color: #DD3333;
}

.publishers-content div .clr-5 {
  background-color: #602661;
}

.publishers-content div .clr-6 {
  background-color: #072A6A;
}

.publishers-content p {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

.circle-wrapper {
  width: 40%;
}

.app-publishers-pubmaxx .circle-wrapper img {
  width: 100%;
}

.pubmaxx-works-data .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.pubmaxx-works-data .add-work-modal {
  width: 50%;
}

.pubmaxx-works-data .add-work-modal h4 {
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
}

.pubmaxx-works-data .add-work-modal p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
}

.pubmaxx-works-data .add-work-modal .maximize-revenue-btn a {
  text-decoration: none;
  padding: 12px 32px;
  text-align: center;
  display: inline-block;
  width: fit-content;
  transition: 0.3s ease;
  font-size: 21px;
  line-height: 37px;
  font-weight: bold;
  transition: color 0.3s ease;
  color: #fff;
  box-shadow: 0px 23px 26px #00000029;
  border-radius: 67px;
  background-color: #2c83ce;
  margin-top: 35px;
}

.pubmaxx-works-data .ad-model-sec {
  width: 50%;
  display: flex;
  justify-content: end;
}

.pubmaxx-works-data .ad-model-sec img {
  /* width: 500px; */
  width: 100%;
}

.demand-partner-pubmaxx {
  background-color: #fafafa;
  width: 100%;
}

.demand-partner-pubmaxx h2 {
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slide-track {
  display: flex;
  width: fit-content;
  animation: scroll 60s linear infinite;
}

.slide {
  flex: 0 0 auto;
  padding: 0 30px;
}

.slide img {
  height: 46px;
  display: block;
}

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

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.faq-pubmaxx-sec {
  width: 975px;
  margin: 0 auto;
}

.faq-pubmaxx-sec h2 {
  font-size: 36px;
  line-height: 52px;
  color: #000000;
  text-align: center;
  padding-bottom: 45px;
}

.faq {
  background: #f9f9f9;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 16px 20px;
  cursor: pointer;
  transition: 0.3s ease;
}

.faq:hover {
  background: #f1f1f1;
}

.faq-question {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  display: flex;
  color: #000000;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}

.faq-question .click-btn img {
  width: 26px;
}

.faq-answer {
  margin-top: 8px;
  display: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding-bottom: 10px;
}

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

.click-btn {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq.active .click-btn {
  transform: rotate(180deg);
}

.pubmaxx-performance {
  background-color: #2c83ce;
  width: 100%;
  padding: 20px 0;
}

.pubmaxx-performance .policy-faq-address {
  display: flex;
  align-items: center;
  gap: 0 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.pubmaxx-performance .policy-faq-address a {
  font-size: 14px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.footer-sec {
  width: 100%;
  margin: 20px auto;
}

.footer-sec p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #0f0f0f;
  text-align: center;
}

/* Responsive max-widths (Bootstrap style) */
.container {
  margin: auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.menu-toggle {
  display: none;
  cursor: pointer;
  width: 25px;
}

.menu-toggle img {
  width: 100%;
}

.testimonial-section {
  padding: 60px;
  background-color: #e8f4fd;
  display: flex;
  justify-content: center;
}

.testimonial-section .container {
  display: flex;
  gap: 40px;
}

.testimonial-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}

.testimonial-left h5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}

.testimonial-left h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.testimonial-left p {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.slider-controls button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: none;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-controls button img {
  width: 100%;
  height: 100%;
}

.testimonial-slider {
  flex: 2;
  overflow: hidden;
  position: relative;
  padding: 10px;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.testimonial-card {
  padding: 30px;
  min-width: calc(60% - 20px);
  margin-right: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bg-white {
  background: #ffffff !important;
}

.bg-gray {
  background: #f8f8f8 !important;
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.testimonial-card h4 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 17px;
}

@media (max-width: 992px) {
  .testimonial-card {
    min-width: 100%;
    padding: 20px;
  }

  .testimonial-section {
    flex-direction: column;
  }

  .testimonial-slider {
    width: 100%;
  }
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000000f0;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 99;
}

.popup-overlay.show {
  display: flex;
}

.popup-container {
  max-height: 90vh;
  display: flex;
  width: 880px;
  margin: 50px auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid;
  overflow: hidden;
  position: relative;
}

/* Left side------------------------------------------- */
.boost-your-ad-revenue {
  width: 306px;
}

.boost-your-ad-revenue img {
  width: 100%;
  height: 100%;
}

.boost-your-ad-revenue-mobile {
  display: none;
}

/* Right side form----------------------------------- */
.register-form-revenue {
  padding: 20px 40px;
  width: calc(100% - 300px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.register-form-revenue h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 12px;
}

.register-form-revenue p {
  color: #000000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #000000;
}

.form-group input,
.form-group select {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  font-size: 14px;
}

.form-group input {
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #b1b1b1;
  outline: none;
}

.phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  height: 40px;
}

.phone-input .country-code {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  padding-left: 15px;
  width: 100%;
  height: 50px;
}

.phone-input .country-code .select-data {
  background-color: #f7f7f7;
}

.phone-input input {
  width: calc(100% - 90px);
  border: none;
  font-size: 14px;
  outline: none;
  height: 36px;
  border: 0;
}

.phone-input .country-code .flag {
  display: flex;
  align-items: center;
}

.phone-input .country-code .flag img {
  width: 26px;
}

.phone-input .select-data {
  border: none;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  width: 52px;
}

/* Focus effect */
.phone-input:focus-within {
  border: 1px solid #b1b1b1;
  box-shadow: none;
}

.submit-btn {
  display: flex;
  justify-content: center;
}

.submit-btn button {
  text-decoration: none;
  outline: none;
  border: 0;
  width: 290px;
  padding: 12px 0;
  text-align: center;
  display: inline-block;
  transition: 0.3s ease;
  font-size: 21px;
  line-height: 37px;
  font-weight: bold;
  transition: color 0.3s ease;
  color: #fff;
  box-shadow: 0px 23px 26px #00000029;
  border-radius: 67px;
  background-color: #2c83ce;
  margin-top: 15px;
}

.form-group select {
  width: 100%;
  padding: 0 20px;
  border-radius: 6px;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 400;
  color: #000;
  height: 40px;
}

.custom-select::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #5f6368;
  position: absolute;
  display: inline-block;
  pointer-events: none;
  transform: rotate(180deg);
  right: 12px;
  top: 62%;
}

.dropdown {
  position: relative;
  user-select: none;
  height: 100%;
  width: 140px;
}

.dropdown-selected {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  border: none;
  cursor: pointer;
  background: #f7f7f7;
  height: 100%;
  border-radius: 5px 0 0px 5px;
}

.dropdown-selected span {
  font-size: 10px;
}

.dropdown-selected img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-height: 170px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 10px;
}

.dropdown-item:hover {
  background: #f0f0f0;
}

.dropdown-item img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
}

.popup-container .close-icon {
  position: absolute;
  right: 22px;
  top: 10px;
  background-color: transparent;
  border: 0;
  outline: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.popup-container .close-icon:hover {
  transform: rotate(90deg);
}

.popup-container .close-icon img {
  width: 100%;
  height: 100%;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #5f6368;
}

.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.nav-links div {
  display: none;
  align-items: center;
  justify-content: space-between;
}

.nav-links button {
  background-color: transparent;
  border: 0;
  width: 30px;
  cursor: pointer;
}

.nav-links button img {
  width: 100%;
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
  width: 75%;
  margin: 0 auto 22px;
}

.card {
  background: #fff;
  border: 1px solid #2c83ce;
  border-radius: 11px;
  overflow: hidden;
  transition: transform 0.3s ease;
  flex: 1;
}

.card:hover {
  transform: translateY(-5px);
}

.card-image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  background: #d9e7ff;
}

.card-content {
  padding: 10px;
}

.card-content h2 {
  font-size: 32px;
  color: #2c83ce;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}

.card-content p {
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.cta {
  text-align: center;
  margin-bottom: 40px;
}

.cta h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.cta-btn {
  background: #1a73e8;
  color: #fff;
  border: none;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s;
}

.cta-btn:hover {
  background: #0059c9;
  transform: scale(1.05);
}


/* Overlay */
.popup-submission-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.popup-submission-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Popup box */
.popup-submission-box {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Green tick icon */
.popup-submission-box .popup-submission-tick {
  font-size: 50px;
  color: #4BB543;
  margin-bottom: 15px;
}

/* Message */
.popup-submission-box p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Close button */
.popup-submission-box .popup-submission-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #999;
}

.popup-submission-ok-btn {
  background: #008000bd;
  cursor: pointer;
  color: #fff;
  border: 0;
  padding: 12px 33px;
  border-radius: 6px;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
}