* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: #071321;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.ai-header {
  width: 100%;
  background: #1e2937;
  padding: 18px 0;
  position: relative;
  z-index: 99;
}

.ai-header-inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ai-logo img {
  width: 200px;
  display: block;
}

.try-btn {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background:
    linear-gradient(90deg, rgba(189, 7, 7, 1) 0%, rgba(189, 7, 7, 0) 28%),
    #071321;
  padding: 11px 24px;
  border-radius: 40px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.try-btn:hover {
  transform: translateY(-2px);
}

.hero-section {
  width: 100%;
  min-height: calc(100vh - 90px);
  background: url("https://eloqen.ai/static/adminpanel/img/hero-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.hero-content {
  max-width: 650px;
  color: #fff;
}

.hero-content h1 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 10px;
}

.hero-content h1 span {
  color: #ff1e2d;
}

.hero-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
  max-width: 620px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.hero-btns {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-btn {
  height: 52px;
  padding: 0 28px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: 0.3s;
}

.hero-btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.hero-primary {
  background:
    linear-gradient(90deg, rgba(189, 7, 7, 1) 0%, rgba(189, 7, 7, 0) 30%),
    #071321;
}

.hero-secondary {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.hero-btn:hover {
  transform: translateY(-3px);
}

.hero-users {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.user-images {
  display: flex;
  align-items: center;
}

.user-images img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #071321;
  margin-left: -10px;
  object-fit: cover;
}

.user-images img:first-child {
  margin-left: 0;
}

.rating-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stars {
  color: #ff1e2d;
  font-size: 16px;
  letter-spacing: 2px;
}

.rating-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
  padding: 20px;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup video {
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
  overflow: hidden;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 99;
}

.about-ai-section {
  width: 100%;
  background: #f5efef;
  padding: 110px 0;
  overflow: hidden;
}

.about-ai-container {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.about-ai-left {
  width: 50%;
}

.about-ai-left h2 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f1722;
  margin-bottom: 28px;
}

.about-ai-left h2 span {
  color: #d6121f;
}

.about-ai-left p {
  font-size: 18px;
  line-height: 1.9;
  color: #4b4b4b;
  max-width: 620px;
}

.about-ai-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.benefit-card {
  width: 100%;
  max-width: 560px;
  background: url("https://eloqen.ai/static/adminpanel/img/second-sec-right.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
  padding: 38px 42px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.benefit-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 40px;
}

.benefit-badge img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.benefit-badge span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.benefit-item img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  flex-shrink: 0;
}

.benefit-item p {
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}
.core-features-section {
  position: relative;
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
  background: url("https://eloqen.ai/static/adminpanel/img/third-section-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.core-features-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}

.core-heading {
  text-align: center;
  margin-bottom: 70px;
}

.core-heading h2 {
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 34px;
  max-width: 1100px;
  margin: auto;
}

.feature-card {
  grid-column: span 2;
}

.features-grid .feature-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.features-grid .feature-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.feature-card {
  min-height: 230px;
  border-radius: 32px;
  padding: 40px 30px;
  background: linear-gradient(
    180deg,
    rgba(8, 12, 20, 0.96) 0%,
    rgba(5, 14, 28, 0.94) 100%
  );
  border: 1px solid rgba(255, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at bottom,
    rgba(0, 70, 150, 0.18),
    transparent 70%
  );
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: #ff2a2a;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.feature-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.feature-card h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  max-width: 220px;
}

.feature-left-img,
.feature-right-img {
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
}

.feature-left-img {
  width: 420px;
  left: -80px;
  bottom: 80px;
}

.feature-right-img {
  width: 520px;
  right: -120px;
  top: 120px;
}
section.how-it-works * {
  font-family: Poppins !important;
}
section.how-it-works .timeline {
  max-width: 1233px;
  margin: 0px auto;
}
section.how-it-works {
  width: 100% !important;
  padding: 100px 20px;
  background: url("https://eloqen.ai/static/adminpanel/img/how-works.png")
    no-repeat;
  background-size: cover !important;
  background-position: center !important;
}
.how-it-works h2,
.section-heading {
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  line-height: 55px;
  text-align: center !important;
  color: #fff;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
.step-center img {
  max-width: 24px;
}
.step-screen img {
  max-width: 517px;
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 7px;
  background: url("https://eloqen.ai/static/adminpanel/img/center-line.png")
    no-repeat;
  z-index: 0;
  background-size: contain;
}

.step-row {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  position: relative;
  padding: 30px 0;
}

.step-screen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 28px;
}

.step-text.align-right {
  align-items: flex-end;
  text-align: right;
}

.step-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 30px;
}

.step-desc {
  color: #8a8a9a;
  font-size: 20px;
  line-height: 26px;
  max-width: 428px;
}

.step-center {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.step-center div.arrow-right {
  position: absolute;
  top: -80px;
  right: 13px;
}
.arrow-left {
  position: absolute;
  top: -80px;
  left: 19px;
}

.num-badge {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  line-height: 20px;
  background: linear-gradient(180deg, #071321 0%, #bd0707 100%);
  border: 1px solid #ffffff54;
  margin-bottom: 35px;
}
.team-section {
  padding: 100px 20px;
  background: #f5f5f5 !important;
}
.team-section .benefits * {
  font-size: 18px;
  color: #00000099;
}
.team-section .benefits .highlight {
  background: #bd0707;
  color: #fff !important;
  padding: 9px 23px;
  border-radius: 40px;
}
.team-section * {
  font-family: Poppins !important;
}
.section-container {
  max-width: 1440px;
  margin: 0px auto;
}
.team-section h2 {
  color: #071321 !important;
  margin-bottom: 40px !important;
}
.section-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.section-row .inner-div img {
  max-width: 100% !important;
}
.section-row .inner-div:last-child {
  box-shadow: 0px 0px 24px 0px #0000000f;
  background: #ffffff;
  padding: 30px;
  border-radius: 30px;
}
.team-section .benefits {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #00000026;
  border-radius: 50px;
  padding: 5px;
}
.team-section .inner-div {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.testimonial-section {
  background: url("https://eloqen.ai/static/adminpanel/img/review-bg.png");
  padding: 100px 40px;
  background-size: cover !important;
  background-position: center !important;
}
.testimonial-section * {
  font-family: Poppins !important;
}
.testimonial-quote::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-image: url("/si_quote-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 87px;
}
.testimonial-slider-wrapper {
  position: relative;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #c0392b;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s;
  box-shadow: 0 2px 12px rgba(192, 57, 43, 0.4);
}

.slider-arrow:hover {
  background: #a93226;
}
.slider-arrow.prev {
  left: -5px;
}
.slider-arrow.next {
  right: -5px;
}

.testimonial-slide {
  display: none;
  flex-direction: column;
  align-items: center;
  animation: fadeIn 0.4s ease;
}

.testimonial-slide.active {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quote-mark {
  font-size: 64px;
  color: #555;
  line-height: 1;
  margin-bottom: 10px;
  font-family: Georgia, serif;
  align-self: flex-start;
  margin-left: 20px;
  opacity: 0.6;
}

section.testimonial-section .stars {
  margin-bottom: 30px;
}
.stars img {
  max-width: 234px;
}

.testimonial-quote {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  max-width: 1094px;
  margin: 0 auto 30px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(135deg, #3a3a5a, #1a1a2e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  overflow: hidden;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
footer {
  background-color: #071321;
  width: 100%;
}

.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 20px 60px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.footer-logo img {
  max-width: 225px;
}

.footer-brand-name {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.footer-try-btn {
  background-color: #0d1f30;
  color: #ffffff;
  border: 1px solid #2a3f55;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-icon img {
  max-width: 66px;
}
.footer-newsletter * {
  font-family: Poppins !important;
}
.newsletter-form * {
  font-size: 18px !important;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
}

.footer-newsletter h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

.newsletter-form {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  overflow: hidden;
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
}

.newsletter-form input::placeholder {
  color: #fff;
}

.newsletter-form button {
  background: linear-gradient(180deg, #bd0707 0%, #570303 100%);
  color: #ffffff;
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  margin: 3px;
}

.footer-copyright {
  background-color: #c0392b;
  text-align: center;
  padding: 14px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

img.gradient-border {
  width: 100%;
}
.pricing-section {
  padding: 80px 20px;
  background: #f5f5f5 !important;
}

.pricing-container {
  max-width: 1140px;
  margin: auto;
}

.pricing-container .section-title h2 {
  font-size: 45px;
  color: #071321;
  font-weight: 700;
  text-align: center !important;
  line-height: 65px;
  margin-bottom: 40px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.pricing-card {
  background: #f7eded;
  border: 1px dashed #00000047;
  border-radius: 30px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pricing-card * {
}
.plan-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 40px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #bd0707, #bd070700), #071321;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: fit-content;
  color: #fff !important;
}

.plan-desc {
  font-size: 17px;
  color: #0000008f;
  margin-bottom: 22px;
}

.price {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}

.features {
  list-style: none;
  margin-bottom: 10px;
  flex-grow: 1;
}

.features li {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}

.features li::before {
  content: "✓";
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-top: 2px;
}

.features strong {
  font-weight: 700;
}

.choose-btn {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(189, 7, 7, 0) 25%, rgba(189, 7, 7, 1) 100%),
    #071321;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: auto;
  font-family: Poppins !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.feat-sub {
  opacity: 0.7;
  font-size: 15px;
}
.choose-btn:hover {
  transform: translateY(-3px);
}
@media (max-width: 1200px) {
  .slider-arrow.next {
    right: -5px;
  }
  .slider-arrow.prev {
    left: -5px;
  }
  .core-heading h2 {
    font-size: 52px;
  }

  .feature-left-img,
  .feature-right-img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .hero-content h1 {
    font-size: 52px;
  }

  .hero-section {
    min-height: calc(60vh - 90px);
  }

  .ai-header-inner {
    padding: 0px 30px;
  }
  .hero-container,
  section.about-ai-section,
  section.core-features-section {
    padding: 80px 30px;
  }
  .about-ai-container,
  .core-features-container {
    padding: 0px;
  }

  .benefit-card {
    padding: 30px;
  }
  .about-ai-left p {
    min-width: 100%;
  }
  .about-ai-right {
    justify-content: center;
  }
  .benefit-card {
    min-width: 100%;
  }
  .team-section .benefits .highlight {
    padding: 10px;
    min-width: 130px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
  }
}

@media (max-width: 1024px) {
  .step-screen img {
    max-width: 100% !important;
  }
  .about-ai-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }

  .about-ai-left,
  .about-ai-right {
    width: 100%;
  }

  .about-ai-right {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .section-title h1 {
    font-size: 42px;
  }

  .price {
    font-size: 28px;
  }

  .features li {
    font-size: 14px;
  }

  .choose-btn {
    font-size: 22px;
  }
  .pricing-card {
    padding: 20px !important;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card,
  .features-grid .feature-card:nth-child(4),
  .features-grid .feature-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .ai-header-inner {
    padding: 0 20px;
  }

  .ai-logo img {
    width: 150px;
  }

  .hero-container {
    padding: 70px 20px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-btns {
    gap: 14px;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
  }

  .close-btn {
    right: 20px;
    top: 20px;
  }

  .about-ai-section {
    padding: 80px 0;
  }

  .about-ai-container {
    padding: 0 20px;
  }

  .about-ai-left h2 {
    font-size: 38px;
  }

  .about-ai-left p {
    font-size: 16px;
    line-height: 1.8;
  }

  .benefit-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .benefit-item p {
    font-size: 15px;
  }

  .core-features-section {
    padding: 90px 0;
  }

  .core-heading {
    margin-bottom: 50px;
  }

  .core-heading h2 {
    font-size: 38px;
  }

  .features-grid {
    gap: 20px;
  }

  .feature-card {
    min-height: 200px;
    border-radius: 24px;
    padding: 30px 20px;
  }

  .feature-icon {
    width: 70px;
    height: fit-content;
    margin-bottom: 20px;
  }

  .feature-icon img {
    width: 30px;
    height: 30px;
  }

  .feature-card h3 {
    font-size: 18px;
  }
  .step-row {
    grid-template-columns: 1fr !important;
  }
  .step-center {
    display: none !important;
  }
  section.how-it-works,
  .team-section {
    padding: 90px 20px !important;
  }
  .section-row {
    display: flex !important;
    flex-direction: column;
  }
  .team-section .benefits * {
    font-size: 14px;
    text-align: center;
  }
  .timeline::before {
    content: unset !important;
  }

  .step-row.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .num-badge {
    margin-left: 0px !important;
  }
  .step-desc {
    text-align: center !important;
    font-size: 16px !important;
  }
  .step-row {
    padding-bottom: 0px !important;
  }
  .how-it-works h2,
  .section-heading {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .step-text {
    padding: 30px 0px !important;
    align-items: center !important;
    text-align: center !important;
  }
  .team-section .benefits {
    flex-direction: column;
    align-items: center;
    border: unset !important;
  }
  .stars img {
    max-width: 134px !important;
  }
  .testimonial-quote {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .author-name {
    font-size: 15px !important;
  }
  .slider-arrow.next {
    right: -5px !important;
    width: 23px !important;
    height: 23px !important;
  }
  .slider-arrow.prev {
    left: -5px !important;
    width: 23px !important;
    height: 23px !important;
  }
  .footer-logo img {
    max-width: 146px !important;
  }
  .footer-try-btn {
    font-size: 14px !important;
  }
  .social-icon img {
    max-width: 40px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
  }
  .footer-newsletter,
  .newsletter-form {
    width: 100% !important;
  }
  .newsletter-form * {
    font-size: 13px !important;
  }
  .footer-newsletter h3 {
    font-size: 20px !important;
    text-align: center !important;
    width: 100%;
  }
  .footer-newsletter {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .core-heading h2,
  .pricing-container .section-title h2 {
    font-size: 30px;
  }

  .feature-card {
    min-height: 180px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-users {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-ai-left h2 {
    font-size: 32px;
  }

  .benefit-badge {
    width: 100%;
    justify-content: center;
  }

  .benefit-item {
    align-items: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .sidebar {
    max-width: 240px !important;
    width: 240px;
  }
}
