.heroSection {
  min-height: 90vh;
  padding-top: 100px;
}

.heroSection h1 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: 115px;
  font-weight: 700;
  text-align: center;
  line-height: 110px;
  color: var(--light);
}

.tableUsers {
  max-width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.heroSection p {
  text-align: center;
  font-size: 18px !important;
  line-height: 32px !important;
  color: var(--lighter-light);
  width: 850px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.aboutSection {
  background-color: var(--card-background);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px !important;
  color: var(--light);
}

.aboutTopPara p {
  width: 500px;
  line-height: 35px;
  color: var(--lighter-light);
}

.bottom-end-btn a {
  text-decoration: none;
  color: var(--light);
  font-size: 18px;
  border-bottom: 1px solid var(--light) !important;
  width: 300px;
  display: block;
  text-align: left;
  padding-bottom: 20px;
}

.bottom-end-btn i {
  margin-left: 20px;
}

.aboutBigText h2 {
  font-size: 72px;
  line-height: 65px;
  font-weight: 400;
  font-family: var(--font-heading);
  position: relative;
}

.aboutBigText {
  width: 437px;
}

.servicesCategory .headerTop .rightCol p {
  font-size: 18px;
  color: var(--light);
  line-height: 32px;
}

.servicesCategory .headerTop .rightCol a {
  background-color: var(--base-color);
  width: 250px;
  text-align: center;
  color: var(--light);
  height: 60px;
  border-radius: 500px;
  text-decoration: none;
}

.servicesCategory .headerTop h2 {
  font-size: 72px;
  line-height: 72px;
  font-family: var(--font-heading);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--light);
}

.aboutSection .col {
  width: 50%;
}

.aboutSection .col img {
  width: 100%;
}

.servicesCards .card {
  width: 405px;
  height: 275px;
  padding: 30px;
  background-color: var(--card-background);
  color: var(--light);
}

.labelCard h3 {
  font-size: 25px;
}

.cardText {
  font-size: 18px;
  line-height: 33px;
  color: var(--lighter-light);
}

.col-main-card-wider {
  width: 70%;
  min-height: 50px;
}

.col-main-card-shorter {
  width: 30%;
  min-height: 50px;
}

.coursesSection {
  color: var(--light);
  background-color: var(--card-background);
}

.col-main-card-shorter h2 {
  font-size: 72px;
  line-height: 65px;
  font-weight: 400;
  font-family: var(--font-heading);
  position: relative;
}

.col-main-card-shorter a {
  text-decoration: none;
  color: var(--light);
  font-size: 18px;
  border-bottom: 1px solid var(--light) !important;
  width: 300px;
  display: block;
  text-align: left;
  padding-bottom: 20px;
}

.col-main-card-shorter a i {
  margin-left: 20px;
}

.coursesSection .leftCol {
  width: 45% !important;
}

.coursesSection .rightCol {
  width: 40% !important;
}

.rightCol img {
  width: 100%;
}

.coursesSection h4 {
  font-size: 26px;
  font-family: "EB Garamond", serif;
  font-weight: 300;
}

.coursesSection p {
  line-height: 32px;
}

.testimonialCard {
  width: 500px;
  padding: 30px;
  background-color: var(--base-background);
}

.colRightWhyUs h2 {
  font-size: 100px;
  font-family: var(--font-heading);
  font-weight: 400;
  margin-top: -20px;
  color: var(--light);
}

.colLeftWhyUs {
  width: 40%;
}

.colLeftWhyUs img {
  width: 100% !important;
}

.colRightWhyUs {
  width: 60%;
}

.tabChooseUs {
  margin-left: 200px;
  padding-bottom: 30px;
  width: 780px;
  border-bottom: 1px solid var(--light);
}

.innerLeft {
  font-size: 60px;
  font-weight: 700;
  color: var(--light);
  line-height: 50px;
}

.innerMiddle,
.innerRight {
  font-size: 20px;
  color: var(--light);
}

.faqSection {
  background-color: var(--card-background);
}

.faqHead h2 {
  font-size: 100px;
  font-weight: 400px;
  font-family: var(--font-heading);
  text-align: center;
  color: var(--light);
}

.faqSingle {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--lighter-light);
  padding: 20px;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.faqSingle:hover {
  border-color: var(--base-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faqSingle h2 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--light);
}

.faqTitle {
  transition: background-color 0.2s ease;
  user-select: none;
}

.faqContent p {
  line-height: 35px;
  font-size: 16px;
  color: var(--lighter-light);
}

.non-content .faqContent {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.active-faq .faqContent {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth icon rotation */
.faqSingle i {
  transition: transform 0.3s ease;
}

.active-faq i {
  transform: rotate(180deg);
}

.faqTitle {
  transition: all 0.2s ease;
}

.newsletter h2 {
  font-family: var(--font-heading);
  text-align: center;
  font-size: 100px;
  color: var(--light);
}

.newsletter p {
  font-size: 18px;
  line-height: 32px;
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
  color: var(--lighter-light);
}

.subscribeEmail {
  border: 1px solid var(--lighter-light);
  width: 700px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--card-background) !important;
}

.subscribeEmail input {
  height: 100%;
  width: 90%;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 18px;
  font-family: var(--font-primary);
  background-color: var(--card-background) !important;
  color: var(--light);
}

.subscribeEmail a {
  height: 100%;
  width: 250px !important;
  background-color: var(--base-color);
  text-decoration: none;
  color: var(--light);
  font-size: 18px;
}

.subscribeEmail .row {
  height: 100%;
  width: 100%;
}

.profileLeft {
  width: 40px;
  height: 40px;
}

.profileLeft img {
  width: 100%;
  border-radius: 500px;
  object-fit: cover !important;
  height: 100%;
}

.review-stars {
  color: var(--golden-start);
}

.profileInfo h6 {
  font-size: 18px;
}

.profileInfo p {
  font-size: 14px;
}

.testimonialCard h2 {
  font-size: 25px;
  line-height: 45px;
}

.pagination a i {
  color: var(--base-color);
}

.activeTestimonial i {
  color: var(--hover-color) !important;
}

/* Pricing Section Styles */
.pricing-subtitle {
  font-size: 18px;
  line-height: 30px;
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: var(--lighter-light);
}

.pricing-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pricing-card {
  background-color: var(--card-background);
  border: 1px solid var(--lighter-light);
  border-radius: 15px;
  padding: 40px;
  width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pricing-card.featured {
  border: 2px solid var(--base-color);
  transform: scale(1.05);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.featured-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--base-color);
  color: var(--light);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.pricing-header {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-header h3 {
  font-family: var(--font-heading);
  font-size: 32px;
  color: var(--light);
  margin-bottom: 20px;
}

.price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: var(--light);
}

.price .currency {
  font-size: 24px;
  margin-right: 5px;
}

.price .amount {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.price .period {
  font-size: 16px;
  color: var(--lighter-light);
  margin-left: 5px;
}

.pricing-features {
  margin: 30px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  margin: 15px 0;
  color: var(--lighter-light);
}

.feature-item i {
  color: var(--base-color);
  margin-right: 10px;
  font-size: 16px;
}

.feature-item span {
  font-size: 16px;
}

.pricing-btn {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  background-color: var(--card-background);
  color: var(--light);
  border: 1px solid var(--base-color);
  border-radius: 500px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.pricing-btn:hover {
  background-color: var(--base-color);
  color: var(--light);
  transform: translateY(-2px);
}

.pricing-btn.featured {
  background-color: var(--base-color);
}

.pricing-btn.featured:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

/* End Pricing Section Styles */

.modal-content {
  max-width: 730px !important;
  width: 100% !important;
}

.tableUsers table tbody td:last-child {
  padding-right: 0 !important;
}

.tableUsers table tbody tr td.active-tab span {
  margin-right: 7px !important;
}

.shorten-urls {
  text-decoration: none !important;
  color: var(--base-color) !important;
  font-weight: 600 !important;
  transition: all 0.3s ease;
}

.shorten-urls:hover {
  color: var(--hover-color) !important;
}

.tableUsers table thead th:nth-child(2) {
  width: 45% !important;
}

.tableUsers table thead th:nth-child(3) {
  width: 20% !important;
}

.tableUsers table tbody td:nth-child(3),
.tableUsers table thead th:nth-child(3) {
  width: 15% !important;
}

/* Table column width consistency */
.url-column {
  width: 35%;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.short-url-column {
  width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date-column {
  width: 15%;
  white-space: nowrap;
}

.clicks-column {
  width: 10%;
  text-align: center;
  white-space: nowrap;
}

.status-column {
  width: 15%;
  white-space: nowrap;
}

/* Ensure table cells don't wrap and show ellipsis */
td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
  padding: 12px 16px;
}

.tableUsers table tbody td:nth-child(4),
.tableUsers table thead th:nth-child(4) {
  width: 15% !important;
}

.tableUsers table thead th:nth-child(2),
.tableUsers table tbody td:nth-child(2) {
  width: 40% !important;
}

.tableUsers table tbody td:nth-child(4),
.tableUsers table thead th:nth-child(4) {
  width: 18% !important;
}

.faqSingle i {
  color: var(--light) !important;
}

.servicesCategory .rightCol {
  width: 420px !important;
}

@media(max-width:1760px) {
  .tabChooseUs {
    margin-left: 50px !important;
  }
}

@media (max-width: 1500px) {
  .tableUsers table thead th:nth-child(1) {
    width: 15% !important;
  }

  .tableUsers table tbody td:nth-child(1) {
    width: 10% !important;
  }

  .tableUsers table thead th:nth-child(2),
  .tableUsers table tbody td:nth-child(2) {
    width: 30% !important;
  }

  .tableUsers table tbody td:nth-child(3),
  .tableUsers table thead th:nth-child(3) {
    width: 22% !important;
  }

  .url-column {
    max-width: 260px !important;
  }

  .testimonialCard h2 {
    font-size: 21px !important;
    line-height: 41px !important;
  }

  .testimonialCard {
    width: 450px !important;
  }

  .testimonialSlider.row.align-stretch.gap-30 {
    gap: 20px !important;
  }
}

@media(max-width:1460px) {
  .innerLeft {
    font-size: 45px !important;
  }

  .innerMiddle,
  .innerRight {
    font-size: 18px !important;
  }

  .tabChooseUs {
    width: 600px !important;
  }

  .middled-section-spacer {
    display: none !important;
  }
}

@media (max-width: 1400px) {
  .heroSection h1 {
    font-size: 105px !important;
    line-height: 100px !important;
  }

  .aboutSection {
    padding-left: 20px !important;
  }

  .aboutSection .row.align-center.gap-180.justify-space {
    gap: 100px !important;
  }
}

@media(max-width:1300px) {
  .servicesCards .innerBody {
    padding: 20px !important;
  }

  .servicesCards .courseTitle h6 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .servicesCards .courseTitle p {
    line-height: 30px;
    font-size: 16px !important;
  }

  .servicesCategory .spacer-20:last-child {
    display: none !important;
  }
}

@media(max-width:1285px) {
  .tabChooseUs {
    margin-left: 0 !important;
  }
}

@media (max-width: 1250px) {
  .heroSection h1 {
    font-size: 95px !important;
    line-height: 90px !important;
  }
}

@media (max-width: 1205px) {
  .tableUsers table tbody tr td.active-tab span {
    width: 100% !important;
  }

  .aboutSection .row.align-center.gap-180.justify-space {
    gap: 60px !important;
  }

  .aboutBigText h2,
  .servicesCategory .headerTop h2,
  .col-main-card-shorter h2 {
    font-size: 60px !important;
    line-height: 55px !important;
  }

  .faqHead h2,
  .colRightWhyUs h2,
  .newsletter h2 {
    font-size: 78px !important;
    line-height: 73px !important;
  }

  .col-main-card-shorter a {
    width: 250px !important;
  }

  .why-us .row.gap-100 {
    gap: 50px !important;
  }
}

@media(max-width:1100px) {
  .aboutSection {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .tabChooseUs {
    width: 100% !important;
  }
}

@media(max-width:1090px) {
  .aboutSection {
    padding-right: 20px !important;
  }

  .aboutTopPara p {
    width: 100% !important;
  }
}

@media(max-width: 1045px) {
  .featured-tag {
    font-size: 12px !important;
  }
}

@media (max-width: 1024px) {
  .servicesCards .row.justify-space {
    flex-wrap: wrap !important;
  }

  .servicesCards .courseCard {
    width: calc(50% - 30px) !important;
  }

  .servicesCategory .headerTop .rightCol a {
    width: 210px !important;
  }

  .heroSection h1 {
    font-size: 85px !important;
    line-height: 80px !important;
  }

  .tableUsers table thead th:nth-child(1) {
    width: 7% !important;
  }

  .tableUsers table tbody td:nth-child(1) {
    width: 7% !important;
  }

  .aboutTopPara p {
    font-size: 16px !important;
  }

  .aboutBigText h2,
  .servicesCategory .headerTop h2,
  .col-main-card-shorter h2 {
    font-size: 55px !important;
  }

  .faqHead h2,
  .colRightWhyUs h2,
  .newsletter h2 {
    font-size: 73px !important;
    line-height: 68px !important;
  }

  .servicesCategory .headerTop.row.justify-space {
    gap: 50px !important;
  }

  .faqSingle {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .col-main-card-shorter {
    width: 100% !important;
  }

  .coursesSection .row.align-end.gap-50 {
    display: block !important;
  }

  .col-main-card-wider {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  .testimonialCard {
    width: 100% !important;
  }

  .coursesSection .row.align-end.gap-50 {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .heroSection p {
    color: var(--lighter-light);
    width: calc(100% - 100px) !important;
  }

  .aboutSection .row.align-center.gap-180.justify-,
  .pricing-container,
  .aboutSection .row.align-center.gap-180.justify-space {
    display: block !important;
  }

  .aboutSection .col {
    width: 100% !important;
  }

  .aboutBigText {
    width: 100% !important;
  }

  .aboutSection .col.aboutTopPara {
    margin-top: 50px !important;
  }

  .pricing-card {
    margin-bottom: 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .newsletter p {
    width: 100% !important;
  }

  .pricing-card:last-child {
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .why-us .row.gap-100 {
    gap: 50px !important;
    flex-direction: column-reverse;
  }

  .colRightWhyUs {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .heroSection h1 {
    font-size: 75px !important;
    line-height: 70px !important;
  }

  .colRightWhyUs .spacer-100 {
    height: 70px !important;
  }

  .faqSingle h2 {
    font-size: 18px !important;
  }

  .faqContent p {
    font-size: 15px !important;
    line-height: 34px !important;
  }

  .lower-device-spacer-shrink {
    height: 30px !important;
  }

  .heroSection p {
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .aboutSection {
    padding-left: 10px !important;
  }

  .aboutBigText h2,
  .servicesCategory .headerTop h2,
  .col-main-card-shorter h2 {
    font-size: 50px !important;
    line-height: 50px !important;
  }

  .faqHead h2,
  .colRightWhyUs h2,
  .newsletter h2 {
    font-size: 67px !important;
    line-height: 62px !important;
  }

  .tableUsers {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .servicesCategory .headerTop .rightCol p {
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .servicesCategory .headerTop .rightCol a {
    height: 55px !important;
  }

  .servicesCategory .headerTop.row.justify-space {
    display: block !important;
  }

  .servicesCategory .headerTop.row.justify-space h2 {
    margin-bottom: 15px !important;
  }

  .servicesCategory .rightCol {
    width: 100% !important;
  }

  .servicesCategory .headerTop.row.justify-space h2 br {
    display: none !important;
  }

  .servicesCategory .spacer-50:first-child,
  .shrinkable-spacer {
    height: 20px !important;
  }

  .coursesSection .spacer-50:first-child {
    display: none !important;
  }

  .servicesCategory .spacer-70 {
    height: 40px !important;
  }
}

/* Table Responsive Styles for Mobile */
@media (max-width: 767px) {
  .tableUsers {
    padding: 0 15px;
    width: 100%;
  }

  .bottom-end-btn a {
    font-size: 16px !important;
  }

  .aboutSection {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .tableUsers table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }

  .tableUsers table thead {
    display: none;
  }

  .tableUsers table tbody {
    display: block;
    width: 100%;
  }

  .tableUsers table tbody tr {
    display: block;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
  }

  .tableUsers table tbody td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 15px 0;
    border: none;
    text-align: left !important;
    box-sizing: border-box;
    position: relative;
  }

  .tableUsers table tbody td:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }

  .tableUsers table tbody td:before {
    content: attr(data-label);
    font-weight: 700;
    color: var(--text-primary);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
    width: 100%;
  }

  .tableUsers table tbody td.url-column:before {
    content: "Original URL";
  }

  .tableUsers table tbody td.short-url-column:before {
    content: "Short URL";
  }

  .tableUsers table tbody td.date-column:before {
    content: "Created";
  }

  .tableUsers table tbody td.clicks-column:before {
    content: "Clicks";
  }

  .coursesSection .spacer-10 {
    display: none !important;
  }

  .why-us .spacer-50:nth-child(1) {
    height: 30px !important;
  }

  .coursesSection .spacer-50:nth-child(5) {
    height: 20px !important;
  }

  .tableUsers table tbody td.status-column:before {
    content: "Status";
  }

  .tableUsers table tbody td.url-column {
    word-break: break-all;
    font-size: 14px;
    line-height: 1.5;
    width: 100% !important;
  }

  .tableUsers table tbody td.short-url-column {
    font-size: 14px;
    width: 100% !important;
  }

  .tableUsers table tbody td.short-url-column a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    word-break: break-all;
    display: block;
    line-height: 1.5;
    width: 100%;
  }

  .tableUsers table tbody td.short-url-column a.shorten-urls {
    white-space: normal !important;
    word-break: break-all !important;
    overflow: visible !important;
    text-overflow: unset !important;
    max-width: none !important;
  }

  .tableUsers table tbody td.short-url-column a:hover {
    text-decoration: underline;
  }

  .tableUsers table tbody td.date-column {
    font-size: 14px;
    color: var(--text-secondary);
    width: 100% !important;
  }

  .tableUsers table tbody td.clicks-column {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    width: 100% !important;
  }

  .tableUsers table tbody td.status-column {
    font-size: 14px;
    width: 100% !important;
  }

  .tableUsers table tbody td.status-column span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
  }

  .tableUsers table tbody td.status-column i {
    font-size: 12px;
  }

  .tableUsers table tbody tr.dark-row {
    background: var(--section-bg);
  }

  .tableUsers table tbody tr.dark-row td {
    background: transparent;
  }

  .tableUsers table tbody tr {
    height: auto !important;
  }

  .tableUsers table tbody td.url-column {
    padding-left: 0 !important;
  }

  /* Demo label styling */
  .tableUsers table tbody td .demo-label {
    font-size: 10px;
    background: var(--primary-color);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    display: inline-block;
  }

  .tableUsers table tbody tr td.active-tab span {
    padding-left: 0 !important;
  }

  .subscribeEmail {
    width: calc(100% - 100px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .heroSection .spacer-70 {
    height: 50px !important;
  }

  .testimonialSlider.row.align-stretch.gap-30 {
    display: block !important;
  }

  .testimonialCard:first-child {
    margin-bottom: 20px !important;
  }

  .col-main-card-shorter a {
    font-size: 16px !important;
  }

  .faqSection .spacer-50:last-child {
    height: 20px !important;
  }

  .newsletter .spacer-70 {
    height: 50px !important;
  }

  .last-spacer-shrink {
    display: none !important;
  }

  .last-spacer-non-shrink {
    height: 70px !important;
  }
}

@media (max-width: 680px) {
  .heroSection {
    padding-top: 80px !important;
  }

  .heroSection h1 {
    font-size: 65px !important;
    line-height: 60px !important;
  }

  .subscribeEmail,
  .heroSection p {
    width: calc(100% - 50px) !important;
  }

  .subscribeEmail {
    height: 55px !important;
  }
}

@media (max-width: 600px) {
  .heroSection h1 {
    font-size: 55px !important;
    line-height: 50px !important;
  }

  .servicesCards .courseCard {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  .servicesCards .courseCard:last-child {
    margin-bottom: 0 !important;
  }

  .servicesCards .courseTitle h6 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .servicesCards .courseTitle p {
    line-height: 30px;
    font-size: 16px !important;
  }

  .servicesCategory .spacer-50:first-child,
  .shrinkable-spacer,
  .coursesSection .spacer-50:first-child {
    height: 10px !important;
  }

  .colLeftWhyUs {
    width: 100% !important;
  }
}

@media(max-width:550px) {
  .tabChooseUs {
    display: block !important;
  }

  .innerLeft {
    margin-bottom: 15px !important;
  }

  .innerMiddle {
    margin-bottom: 15px !important;
  }

  .innerRight {
    color: var(--lighter-light) !important;
    font-size: 16px !important;
  }
}

@media(max-width:510px) {
  .heroSection h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }

  .subscribeEmail,
  .heroSection p,
  .heroSection h1 {
    width: calc(100% - 20px) !important;
  }

  .aboutBigText h2,
  .servicesCategory .headerTop h2,
  .col-main-card-shorter h2 {
    font-size: 45px !important;
    line-height: 45px !important;
  }

  .faqHead h2,
  .colRightWhyUs h2,
  .newsletter h2 {
    font-size: 63px !important;
    line-height: 58px !important;
  }

  .tableUsers {
    max-width: none !important;
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .tableUsers {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .heroSection h1 br {
    display: none !important;
  }

  .subscribeEmail,
  .subscribeEmail input {
    font-size: 17px !important;
  }

  .heroSection h1 {
    width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .subscribeEmail a {
    width: 200px !important;
  }

  .pricing-card {
    width: 100% !important;
  }

  .pricing-container {
    padding: 0 !important;
  }

  .newsletter p {
    font-size: 16px !important;
  }
}

@media(max-width:470px) {
  .heroSection h1 {
    font-size: 45px !important;
    line-height: 45px !important;
  }

  .heroTopWrap .spacer-50,
  .heroSection .spacer-70 {
    height: 30px !important;
  }

  /* Table fixes for very small screens */
  .tableUsers {
    padding: 0 5px !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .tableUsers table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
  }

  .tableUsers table tbody tr {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
    box-sizing: border-box !important;
  }

  .tableUsers table tbody td {
    width: 100% !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    padding: 12px 0 !important;
    box-sizing: border-box !important;
  }

  .tableUsers table tbody td.url-column {
    word-break: break-all !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .tableUsers table tbody td.short-url-column {
    font-size: 13px !important;
  }

  .tableUsers table tbody td.short-url-column a {
    word-break: break-all !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    font-size: 13px !important;
  }

  .tableUsers table tbody td.date-column {
    font-size: 13px !important;
  }

  .tableUsers table tbody td.clicks-column {
    font-size: 14px !important;
  }

  .tableUsers table tbody td.status-column {
    font-size: 13px !important;
  }

  .tableUsers table tbody td:before {
    font-size: 10px !important;
    margin-bottom: 6px !important;
  }
}

.fair-use, .trial-text
 {
    color: var(--base-color) !important;
    opacity: 1 !important;
}