* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --selection-color: #3685b6;
  --primary-color: #2b65f5;
  --linear-gradient: linear-gradient(45deg, #162ba2, #060c2c);
}

body {
  background-color: #000000;
}

.performance-hero {
  background-image: url(../images/Performance-Banner.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
}

.elevate-section {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 5vw, 40px);
  padding: clamp(20px, 5vw, 30px) clamp(40px, 8vw, 100px);
}

.elevate-section > div > img {
  width: 500px;
  height: 420px;
  object-fit: contain;
}
.elevate-your-business-text p {
  color: var(--primary-color);
  font-size: 20px;
}
.sub-elevate-text {
  color: #837f7f !important;
  font-size: 1rem !important;
  margin: 30px 0 !important;
  padding-bottom: 60px;
}
.elevate-your-business-text > h4 {
  color: rgb(255, 255, 255);
  font-size: clamp(1.5rem, 2vw, 2rem);

  font-weight: 300;
  margin: 15px 0;
  line-height: 1.4;
}
.elevate-cards {
  background-color: #101216;
  padding: 30px 15px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin-bottom: 15px;
  border-radius: 20px;
}

.elevate-cards > h4 {
  color: #c5c5c5;
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 20px;
}

.elevate-cards > h3 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 300;
  padding-bottom: 20px;
}
.elevate-cards > p {
  color: #868686;
  font-size: 1rem;
  font-weight: 300;
  padding-bottom: 20px;
}

.ad-performance-section {
  color: #fff;
  padding: clamp(8px, 2vw, 10px) clamp(24px, 6vw, 80px);
  font-family: "Segoe UI", sans-serif;
}

.container {
  max-width: 1330px;
  margin: 0 auto;
}

.per-highlight {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 10px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
}

.section-header p {
  max-width: 500px;
  font-size: 1rem;
  color: #aaa;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.card {
  background: #121214;
  border-radius: 20px;
  padding: 30px;
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1 1 calc(50% - 15px);
}

.cards-row > .card img {
  width: 35px;
  height: 35px;
}

.card h3 {
  margin: 0;
  font-size: 1.25rem;
}

.card p {
  font-size: 0.95rem;
  color: #aaa;
}

.card a {
  margin-top: auto;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.card a:hover {
  color: #6d6aff;
}

.per-para {
  font-size: 0.8rem !important;
}

.why-choose-us {
  margin-bottom: 100px !important;
}

.per-schedule-btn {
  text-decoration: none;
  font-size: 0.9rem !important;
  color: white !important;
}

#backgroundtra > div:hover {
  background: var(--linear-gradient) !important;
  transition: background 0.6s ease;
  transform: unset;
}

#backgroundtra > div:hover p {
  color: white;
}

.performance-gif > img {
  height: 400px;
  width: 400px;
}

@media (max-width: 426px) {
  .elevate-section {
    flex-direction: column;
    /* padding: 20px; */
    text-align: center;
    /* gap: 20px; */
  }
  .elevate-section > div > img {
    width: 100%;
    height: 100%;
  }
  .elevate-section {
    margin-top: 2rem;
  }
  .sub-elevate-text {
    padding-bottom: 30px;
    margin: unset !important;
  }
  .elevate-cards {
    align-items: center;
  }
  .per-highlight {
    text-align: center;
  }
  .section-header {
    align-items: center;
    margin-bottom: 20px;
  }
  .card {
    align-items: center;
  }

  .why-choose-us-text {
    text-align: center !important;
  }
  .why-choose-us-text > h1 {
    font-size: 1.9rem !important;
    /* text-align: center; */
  }
}

@media (max-width: 768px) {
  .card {
    flex: 1 1 100%;
  }

  .section-header {
    flex-direction: column;
    gap: 20px;
  }

  .elevate-your-business-text {
    text-align: center;
    margin-top: 3rem;
  }

  .performance-hero {
    padding-top: 10rem !important;
  }
  .elevate-section {
    flex-direction: column;
  }
  .section-header {
    align-items: center;
  }
  .per-highlight {
    text-align: center;
  }

  .why-choose-us-text {
    align-items: center !important;
  }
}
