* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: #1f2734;
}
.bg-rest {
  background-image: url("./assets/grid\ bg.svg");
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.landing-banner {
  height: 100%;
  background: url("/assets/Background pattern decorative.svg") no-repeat;
  background-size: cover;
  color: white;
  padding: 110px 20px 60px;
  position: relative;
  overflow: hidden;
}

.banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}

.banner-content {
  flex: 1;
  display: flex;

  flex-direction: column;
  gap: 24px;
  position: relative;
  padding: 0 15px;
}

.banner-images {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner-images img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Glow background */
.img-wrapper {
  position: absolute;
  display: inline-block;
}

.img-glow {
  position: absolute;
  bottom: 50px;
  right: 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0.7;
  filter: blur(100px);
  z-index: 0;
}

.banner-content h1 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.banner-description {
  color: #ffaa6d;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.small-paragraph {
  color: #e0e0ef;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.highlight {
  background-color: #ffaa6d;
  padding: 4px 8px;
  border-radius: 8px;
}

/* Glow strips */
.glow-strip {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(
    to right,
    rgba(58, 115, 255, 0.5),
    rgba(30, 30, 48, 0)
  );
  z-index: 0;
}

.glow-strip:first-of-type {
  left: 0;
  background-color: #2e93fa;
  filter: blur(138px);
}

.glow-strip:last-of-type {
  right: 0;
  background-color: #2e93fa;
  filter: blur(138px);
}

/* Spark (stars) */
.spark {
  position: absolute;
  background-image: url("./assets/star.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}

.spark-1 {
  top: 10%;
  left: 20%;
  width: 25px;
  height: 25px;
}
.spark-2 {
  top: 10%;
  left: 80%;
  width: 25px;
  height: 25px;
}
.spark-3 {
  top: 50%;
  right: 10%;
  width: 15px;
  height: 15px;
}
.spark-4 {
  bottom: 25%;
  left: 5%;
  width: 18px;
  height: 18px;
}
.spark-5 {
  bottom: 10%;
  right: 20%;
  width: 22px;
  height: 22px;
}

/* Pointer (arrows) */
.pointer {
  position: absolute;
  background-image: url("./assets/arrow up.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.3s ease;
}

.pointer-1 {
  top: 15%;
  right: 0;
  width: 300px;
  height: 200px;
}
.pointer-2 {
  top: 40%;
  left: 20%;
  width: 35px;
  height: 35px;
}
.pointer-3 {
  bottom: 30%;
  right: 25%;
  width: 40px;
  height: 40px;
}
.pointer-4 {
  bottom: 15%;
  left: 35%;
  width: 45px;
  height: 45px;
}
.pointer-5 {
  top: 5%;
  left: 50%;
  width: 38px;
  height: 38px;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
  .banner-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .banner-images {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .landing-banner {
    padding: 80px 15px 40px;
  }
  .banner-wrapper {
    gap: 16px;
  }
  .banner-content h1 {
    font-size: 42px;
  }

  .banner-content p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .banner-content h1 {
    font-size: 34px;
    line-height: 1.4;
  }
  .highlight {
    border-radius: 4px;
  }
  .banner-content {
    padding: 4px;
    gap: 16px;
  }
}
/* Recommended AI Visibility Optimization Services */
.recommendation {
  padding: 60px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.recommended-services {
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}

.recommended-services h2 {
  color: #ffaa6d;
  font-size: clamp(28px, 4vw, 42px); /* responsive scaling */
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}

.recommended-services p {
  color: #e0e0ef;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}

.recommendation-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.recommendation-wrapper {
  flex: 1;
  color: #fff;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-width: 280px; /* prevent collapsing on small screens */
}

.reference-content h2 {
  color: #ffaa6d;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}

.reference-content p {
  color: #e0e0ef;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

.reference-image {
  max-width: 630px;
  margin: 0 auto;
}

.reference-image img {
  width: 100%;
  height: auto;
  display: block;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.recommendation-list {
  flex: 0.7;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 280px;
}

.recommendation-card {
  background: #ffffff;
  color: #506689;
  padding: 20px;
  border-radius: 12px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 130%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.recommendation-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* --- RESPONSIVENESS --- */
@media (max-width: 1024px) {
  .recommendation-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .recommendation-wrapper,
  .recommendation-list {
    flex: 1;
    width: 100%;
    max-width: 700px;
  }
  .reference-content h2 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .recommendation {
    padding: 40px 16px;
  }

  .recommended-services {
    margin-bottom: 30px;
  }

  .recommendation-card {
    padding: 18px;
  }
}

@media (max-width: 480px) {
  .recommended-services h2,
  .reference-content h2 {
    font-size: 28px;
    text-align: center;
  }

  .recommended-services p,
  .reference-content p {
    font-size: 16px;
  }

  .recommendation-card {
    font-size: 16px;
    padding: 16px;
  }
}
/* ai-section- Third section */
.ai-banner {
  position: relative;
  width: 100%;
  background: url("assets/Image Container.png") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.ai-banner-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.ai-banner-content h2 {
  font-size: clamp(28px, 5vw, 48px);
  margin-bottom: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 130%;
}

.ai-banner-content p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: #fff;
  font-weight: 500; /* 23.4px */
  letter-spacing: -0.54px;
}

.ai-banner-link {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .ai-banner {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 480px) {
  .ai-banner {
    padding: 60px 20px;
  }

  .ai-banner-content h2 {
    font-size: 30px;
  }

  .ai-banner-content p {
    font-size: 16px;
  }
}

/* cards-2 */
.aio-cards-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.second {
  flex-direction: row-reverse;
}

.aio-card-box {
  border-radius: 16px;
  border: 2px solid #383d46;
  background: radial-gradient(
    106.68% 102.9% at 32.2% 20.83%,
    rgba(83, 98, 123, 0.8) 0%,
    rgba(6, 14, 28, 0.8) 100%
  );
  backdrop-filter: blur(2px);
  padding: 30px;
  display: flex;
  gap: 20px;
}

.aio-card-body {
  flex: 1;
}

.aio-image-placeholder {
  flex: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}

.aio-image-placeholder img {
  max-width: 530px;
  height: auto;
}

.aio-card-title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.aio-card-body span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.aio-card-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
}

.aio-feature-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
}

.aio-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/* ---------- RESPONSIVE BREAKPOINTS ---------- */

/* Tablet: stack layout but keep decent spacing */
@media (max-width: 1024px) {
  .aio-card-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .second {
    flex-direction: column;
  }

  .aio-image-placeholder img {
    max-width: 100%;
  }

  .aio-card-title {
    font-size: 28px;
  }

  .aio-card-text,
  .aio-card-body span,
  .aio-feature-item {
    font-size: 15px;
  }
}

/* Mobile: tighter padding & smaller fonts */
@media (max-width: 768px) {
  .aio-cards-container {
    padding: 40px 15px;
  }

  .aio-card-box {
    padding: 20px;
    gap: 15px;
  }

  .aio-card-title {
    font-size: 24px;
  }

  .aio-card-text,
  .aio-card-body span,
  .aio-feature-item {
    font-size: 14px;
  }

  .aio-image-placeholder {
    font-size: 12px;
  }
}

/* Small mobile: fully fluid */
@media (max-width: 480px) {
  .aio-card-box {
    padding: 8px;
  }

  .aio-card-title {
    font-size: 24px;
    text-align: center;
  }

  .aio-card-text,
  .aio-card-body span,
  .aio-feature-item {
    font-size: 16px;
    line-height: 150%;
    /* text-align: center; */
  }

  .aio-image-placeholder img {
    max-width: 100%;
  }
}
/* white-bg */

.opt-section-wrapper {
  background-color: #fff;
}
.opt-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 60px 20px;
}
.opt-image-box {
  flex: 1 1 400px;
}

.opt-image-box img {
  width: 100%;
}

.opt-text-box {
  flex: 1 1 500px;
}

.opt-text-box h2 {
  color: #04315b;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.opt-text-box p {
  color: #252c38;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6;
}

.opt-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opt-bullet-list li {
  color: #252c38;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.opt-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0d2d50;
  font-weight: bold;
}

@media (max-width: 768px) {
  .opt-section-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .opt-text-box {
    padding-top: 20px;
  }

  .opt-bullet-list li {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .opt-container {
    padding: 40px 15px;
    gap: 20px;
  }

  .opt-text-box h2 {
    font-size: 32px;
  }

  .opt-text-box p,
  .opt-bullet-list li {
    font-size: 16px;
  }
}
/* AGENCY-WRAP-SECTION */
.agency-wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

  flex-wrap: wrap;
  padding: 60px 20px;
}

.meet-agency {
  flex: 1 1 400px;
}

.meet-agency-image {
  flex: 1 1 300px;
  text-align: center;
}

.meet-agency-image img {
  max-width: 100%;
  height: auto;
}

.meet-agency h2 {
  color: #ffaa6d;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}

.meet-agency p {
  color: #e0e0ef;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}

/* 📱 Mobile (up to 600px) */
@media (max-width: 600px) {
  .agency-wrap {
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding: 40px 16px;
  }

  .meet-agency h2 {
    font-size: 32px !important;
  }

  .meet-agency p {
    font-size: 16px;
  }
}

/* 📲 Tablets (601px–991px) */
@media (max-width: 991px) {
  .agency-wrap {
    gap: 0px;
    padding: 50px 20px;
  }
  .meet-agency h2 br {
    display: none;
  }
  .meet-agency h2 {
    font-size: 42px;
  }

  .meet-agency p {
    font-size: 17px;
  }
}

/* 💻 Medium desktops (992px–1200px) */
@media (max-width: 1200px) {
  .meet-agency h2 {
    font-size: 52px;
  }
}
/* cta */
.cta-section {
  padding: 80px 40px;
  position: relative;
  overflow: hidden; /* keep glow inside */
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 2; /* content above glow */
}

.cta-container h2 {
  color: #ff8e3d;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.cta-container p {
  color: #ffe4d1;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  background: transparent; /* optional: use a bg if you want */
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  max-width: 100%;
}

.cta-button img {
  width: 100%;
  height: auto;
}

/* 🔵 Radial glow with pseudo elements */
.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 600px;
  background: radial-gradient(circle, #2e93fa 0%, transparent 70%);
  filter: blur(138px);
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}

.cta-section::before {
  left: -200px; /* left glow */
}

.cta-section::after {
  right: -200px; /* right glow */
}

/* 📱 Responsive adjustments */
@media (max-width: 768px) {
  .cta-container h2 {
    font-size: 32px;
  }

  .cta-section::before,
  .cta-section::after {
    width: 250px;
    height: 400px;
    filter: blur(100px);
    opacity: 0.6;
  }
}

/* faq */
.faq-section {
  display: flex;
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 30px;
}

.left-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  z-index: 2;
}

.right-section {
  flex: 1;
}

/* FAQ Item */
.faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid #fff;
  overflow: hidden;
  transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 18px;
}
.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item.active {
  background-color: white;
}

.faq-question {
  padding: 1.5rem;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.faq-question h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.072px;
}

.faq-answer ul {
  padding: 20px;
}

.faq-item.active .faq-question h3 {
  color: #f97316;
}

.faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.faq-item.active .faq-question:hover {
  background-color: rgba(249, 115, 22, 0.1);
}

.faq-question::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: bold;
}

.faq-item.active .faq-question::after {
  content: "-";
  color: #f97316;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s;
  padding: 0 1.5rem;
  color: #373737;
  opacity: 0;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.064px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 1.5rem;
  padding-top: 0;
  color: #1f2937;
  opacity: 1;
}

/* Heading */
.left-section h2 {
  color: #ff8e3d;
  font-size: 62px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.86px;
}

/* ---------------- Responsive ---------------- */

/* Large screens (keep sticky above 1024px) */
@media (min-width: 1025px) {
  .left-section {
    position: sticky;
    top: 20px;
  }
}

/* Tablets */
@media (max-width: 1024px) {
  .faq-section {
    flex-direction: column;
    gap: 2rem;
    padding: 60px 20px;
  }
  .left-section {
    /* align-items: center; */
    text-align: center;
    width: 100%;
  }
  .left-section h2 {
    font-size: 42px;
    line-height: 120%;
  }

  .faq-question {
    font-size: 1.1rem;
  }
}

/* Small tablets / large phones */
@media (max-width: 768px) {
  .faq-section {
    padding: 50px 16px;
  }

  .left-section h2 {
    font-size: 40px;
  }

  .faq-question h3 {
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .faq-section {
    padding: 40px 12px;
  }

  .faq-question {
    padding: 1rem;
    font-size: 1rem;
  }

  .faq-question::after {
    font-size: 1.2rem;
  }

  .faq-answer {
    padding: 0 1rem;
  }
}
