* {
  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";
}
p {
  /* color: #aaa; */
}

.paragraph-1 {
  font-size: 40px;
  font-weight: bold;
  width: 50%;
  /* color: #fff; */
}

.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("img-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  transition: 0.3s ease-in-out;
}

/* 12 cols system */
/* Flexbox model */

/* Type Case

  camelCase - js
  snake_case - php
  PascalCase - react + typescript
  kebab-case - css, html attributes
*/

/* This affects small screens alone */
@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;
  }
}

/* This affects tablets */
@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%;
  }
}

/* Large screens */
@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-2half {
    margin-left: calc(100% / 12 * 2.5);
  }
  .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 {
  width: 150px;
  height: 70px;
  object-fit: contain;
}
nav {
  width: 100%;
  height: 70px;
  line-height: 70px;
  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;
}

.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;
}
.bg-container-1 {
  width: 94%;
  margin-left: 3%;
  border-radius: 30px;
  height: 450px;
  background-image: url("img-1.jpg");
  position: relative;
  float: left;
  margin-top: 30px;
  background-size: cover;
}
.dark-scarf {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: inherit;
}

.liner {
  white-space: nowrap;
}

.form-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav a.active {
  border-bottom: 2px solid #444;
  color: #000;
}

/* 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;
}

.push-3 {
  margin-bottom: 3%;
}

.push-5 {
  margin-bottom: 5%;
}
