* {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: "helvetica", "arial", "sans-serif";
}
.paragraph-1 {
  font-size: 40px;
  font-weight: bold;
  width: 50%;
}
.paragraph-2 {
  color: #000;
  font-size: 13px;
}
.left-side {
  width: 50%;
  position: relative;
  float: left;
}
.right-side {
  width: 50%;
  position: relative;
  float: left;
  padding: 20px;
}
.top-100 {
  margin-top: 100px;
}
img {
  width: 2000px;
}
.dashboard-background {
  background-image: url("assets/images/AscentPeople.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 759px) {
  .xs-1 {
    width: calc(100% / 12 * 1);
    position: relative;
    float: left;
  }
  .xs-2 {
    width: calc(100% / 12 * 2);
    position: relative;
    float: left;
  }
  .xs-3 {
    width: calc(100% / 12 * 3);
    position: relative;
    float: left;
  }
  .xs-4 {
    width: calc(100% / 12 * 4);
    position: relative;
    float: left;
  }
  .xs-5 {
    width: calc(100% / 12 * 5);
    position: relative;
    float: left;
  }
  .xs-6 {
    width: calc(100% / 12 * 6);
    position: relative;
    float: left;
  }
  .xs-7 {
    width: calc(100% / 12 * 7);
    position: relative;
    float: left;
  }
  .xs-8 {
    width: calc(100% / 12 * 8);
    position: relative;
    float: left;
  }
  .xs-9 {
    width: calc(100% / 12 * 9);
    position: relative;
    float: left;
  }
  .xs-10 {
    width: calc(100% / 12 * 10);
    position: relative;
    float: left;
  }
  .xs-11 {
    width: calc(100% / 12 * 11);
    position: relative;
    float: left;
  }
  .xs-12 {
    width: calc(100% / 12 * 12);
    position: relative;
    float: left;
  }
  .xs-off-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .xs-off-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .xs-off-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .xs-off-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .xs-off-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .xs-off-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .dashboard-background {
    height: 500px;
  }
  .hidden-xs {
    display: none;
  }
  .xs-down-5 {
    margin-top: 5%;
  }
  .xs-down-10 {
    margin-top: 10%;
  }
  .xs-down-15 {
    margin-top: 15%;
  }
  .xs-down-30 {
    margin-top: 30%;
  }
  .xs-left {
    text-align: left !important;
  }
}
@media (min-width: 760px) and (max-width: 899px) {
  .md-1 {
    width: calc(100% / 12 * 1);
    position: relative;
    float: left;
  }
  .md-2 {
    width: calc(100% / 12 * 2);
    position: relative;
    float: left;
  }
  .md-3 {
    width: calc(100% / 12 * 3);
    position: relative;
    float: left;
  }
  .md-4 {
    width: calc(100% / 12 * 4);
    position: relative;
    float: left;
  }
  .md-5 {
    width: calc(100% / 12 * 5);
    position: relative;
    float: left;
  }
  .md-6 {
    width: calc(100% / 12 * 6);
    position: relative;
    float: left;
  }
  .md-7 {
    width: calc(100% / 12 * 7);
    position: relative;
    float: left;
  }
  .md-8 {
    width: calc(100% / 12 * 8);
    position: relative;
    float: left;
  }
  .md-9 {
    width: calc(100% / 12 * 9);
    position: relative;
    float: left;
  }
  .md-10 {
    width: calc(100% / 12 * 10);
    position: relative;
    float: left;
  }
  .md-11 {
    width: calc(100% / 12 * 11);
    position: relative;
    float: left;
  }
  .md-12 {
    width: calc(100% / 12 * 12);
    position: relative;
    float: left;
  }
  .md-off-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .md-off-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .md-off-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .md-off-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .md-off-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .md-off-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .dashboard-background {
    height: 500px;
  }
  .md-down-5 {
    margin-top: 5%;
  }
  .md-down-10 {
    margin-top: 10%;
  }
  .md-down-15 {
    margin-top: 15%;
  }
}
@media (min-width: 900px) {
  .col-1 {
    width: calc(100% / 12 * 1);
    position: relative;
    float: left;
  }
  .col-2 {
    width: calc(100% / 12 * 2);
    position: relative;
    float: left;
  }
  .col-3 {
    width: calc(100% / 12 * 3);
    position: relative;
    float: left;
  }
  .col-4 {
    width: calc(100% / 12 * 4);
    position: relative;
    float: left;
  }
  .col-5 {
    width: calc(100% / 12 * 5);
    position: relative;
    float: left;
  }
  .col-6 {
    width: calc(100% / 12 * 6);
    position: relative;
    float: left;
  }
  .col-7 {
    width: calc(100% / 12 * 7);
    position: relative;
    float: left;
  }
  .col-8 {
    width: calc(100% / 12 * 8);
    position: relative;
    float: left;
  }
  .col-9 {
    width: calc(100% / 12 * 9);
    position: relative;
    float: left;
  }
  .col-10 {
    width: calc(100% / 12 * 10);
    position: relative;
    float: left;
  }
  .col-11 {
    width: calc(100% / 12 * 11);
    position: relative;
    float: left;
  }
  .col-12 {
    width: calc(100% / 12 * 12);
    position: relative;
    float: left;
  }
  .off-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .off-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .off-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .off-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .off-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .off-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .down-2 {
    margin-top: 2%;
  }
  .down-5 {
    margin-top: 5%;
  }
  .down-10 {
    margin-top: 10%;
  }
  .down-15 {
    margin-top: 15%;
  }
}
.row {
  width: 100%;
  position: relative;
  float: left;
}
.container {
  width: 92%;
  margin-left: 4%;
  position: relative;
  float: left;
}
.form-text-input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  text-indent: 10px;
  border-width: 0.5px;
  border-style: solid;
  border-color: teal;
  margin-top: 10px;
}
.btn-sm {
  padding: 10px 30px;
  margin-top: 10px;
  background-color: teal;
  color: #fff;
  border: unset;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.btn-sm:hover {
  background-color: rgb(9, 84, 84);
  border: 0.5px solid teal;
}
.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 100px;
  object-fit: contain;
}
nav {
  width: 100%;
  height: 90px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 3;
  background-color: #fff;
}
nav a {
  font-size: 15px;
  text-decoration: none;
  padding: 10px 20px;
  color: #444;
  font-weight: bold;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.centered {
  text-align: center;
}
.nav-menu {
  border-radius: 20px;
  border: 0.5px solid #111;
}
.nav-menu:hover {
  background-color: #000;
  color: #fff;
  border-radius: 20px;
}
.nav-login {
  background-color: #000;
  color: #fff;
  border-radius: 20px;
}
.nav-login:hover {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  border: 0.5px solid #000;
}
.px13 {
  font-size: 13px;
}
.px16 {
  font-size: 16px;
}
.px30 {
  font-size: 30px;
}
.px60 {
  font-size: 60px;
}
.white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.color-code-1 {
  color: #444;
}
.bg-color-code-1 {
  background-color: #444;
}
.border-color-code-1 {
  border: 0.5px solid #444;
}

.bg-color-code-3 {
  background-color: #000;
}
.border-color-code-3 {
  border: 0.5px solid #000;
}
.bottom-50 {
  padding-bottom: 50px;
}
.bottom-100 {
  padding-bottom: 100px;
}
.btn-curved {
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
}
.push-10 {
  margin-left: 10px;
}
.push-20 {
  margin-left: 20px;
}
.push-30 {
  margin-left: 30px;
}
.push-40 {
  margin-left: 40px;
}

.push-70 {
  margin-left: 70px;
}

.push-100 {
  margin-left: 100px;
}

.push-150 {
  margin-left: 150px;
}

.push-200 {
  margin-left: 200px;
}
.bg-container-1 {
  width: 94%;
  margin-left: 3%;
  border-radius: 30px;
  height: 450px;
  background-image: url("img3 (2).jpg");
  position: relative;
  float: left;
  margin-top: 30px;
  background-size: cover;
  background-attachment: fixed;
}
.dark-scarf {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: inherit;
}
nav a.active {
  border-bottom: 2px solid #444;
  color: #000;
}
.home-screenshot {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
#features {
  padding: 90px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4ecf7 100%);
  text-align: center;
}
#features .features-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0f2233;
  margin-bottom: 20px;
}
#features .features-text {
  max-width: 750px;
  margin: 0 auto 60px;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7;
}
#features .plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
#features .card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 28px 30px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
#features .card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
  background: linear-gradient(145deg, #ffffff 0%, #f0f4fa 100%);
}
#features .icon {
  font-size: 2.5rem;
  color: #0077b6;
  background: #eaf6fb;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: background 0.3s ease, color 0.3s ease;
}
#features .card:hover .icon {
  background: #0077b6;
  color: #fff;
}
#features .card h2 {
  font-size: 1.5rem;
  margin-bottom: 6px;
  color: #0f2233;
  font-weight: 700;
}
#features .tagline {
  font-size: 0.95rem;
  color: #0077b6;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
#features .card ul {
  list-style: none;
  padding-left: 0;
}
#features .card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #444;
}
#features .card ul li::before {
  content: "✓";
  color: #0077b6;
  position: absolute;
  left: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  #features .features-title {
    font-size: 2.2rem;
  }
  #features .features-text {
    font-size: 1rem;
  }
}
.partner-info {
  position: absolute;
  top: 70px;
  right: -60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 18px;
  border-radius: 5px;
  font-size: 0.9rem;
  color: var(--rich-black-fogra-29-1);
  font-weight: 20px;
}
.partner-logo {
  width: 9rem;
  height: auto;
  margin-top: 10px;
}

.extend {
  margin-bottom: 5%;
}

.partnership .content {
  max-width: 2000px;
  margin: 0 auto;
  gap: 10px;
}

.partnership-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f2233;
  margin-bottom: 20px;
}

.partnership-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.partnership-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.explore {
  background-color: #000;
  color: #422a2a;
  border-radius: 20px;
}
.explore:hover {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  border: 0.5px solid #000;
}
.partnership-caption {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
}

/* Responsive Adjustments */
@media (max-width: 759px) {
  .partnership .content {
    flex-direction: column;
    gap: 20px;
  }

  .partnership-title {
    font-size: 1.8rem;
  }

  .partnership-text {
    font-size: 1rem;
  }

  .partnership-image {
    max-width: 100%;
  }
}

@media (min-width: 760px) and (max-width: 899px) {
  .partnership-title {
    font-size: 2rem;
  }

  .partnership-text {
    font-size: 1.05rem;
  }
}

/* Footer Styling - Exact Match to pricing.css */
.footer {
  background-color: #111;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  clear: both;
}

.footer-top .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  float: none !important; /* Override float */
  margin: 0 auto !important; /* Center without offset */
  width: 92% !important; /* Match container width */
  max-width: 1200px;
}

.footer-brand,
.footer-list {
  float: none !important; /* Neutralize float classes */
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 899px) {
  .footer-top .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 759px) {
  .footer-top .container {
    grid-template-columns: 1fr;
  }
}

.footer .logo {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 13px;
  color: #ccc;
  margin: 20px 0;
}

.newsletter-form {
  position: relative;
  max-width: 350px;
}

.email-field {
  width: 100%;
  height: 50px;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 10px;
  background-color: #222;
  color: #fff;
  font-size: 13px;
}

.form-btn {
  background-color: teal;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-btn:hover {
  background-color: rgb(9, 84, 84);
}

.footer-list-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.footer-link {
  display: block;
  font-size: 13px;
  color: #ccc;
  margin-top: 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover,
.footer-link:focus {
  color: teal;
}

.footer-item,
.social-list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-item {
  margin-top: 15px;
}

.footer-item i {
  color: teal;
  font-size: 18px;
  margin-top: 2px;
}

.contact-link {
  font-size: 13px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:not(.address):hover,
.contact-link:not(.address):focus {
  color: teal;
}

.footer-item:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 16px;
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover,
.social-link:focus {
  background-color: teal;
  border-color: teal;
  color: #fff;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #222;
  margin-top: 30px;
}

.copyright {
  font-size: 12px;
  text-align: center;
  color: #ccc;
  margin-bottom: 15px;
}

.copyright-link {
  color: teal;
  font-weight: bold;
  text-decoration: none;
}

.footer-bottom-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.footer-bottom-link {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-link:hover,
.footer-bottom-link:focus {
  color: teal;
}
