:root {
  --primary-color: #1aa8e8;
  --overlay-bg: rgba(0, 0, 0, 0.1);
  --text-color-light: #ffffff;
}

body {
  margin: 0;
  font-family: "Montserrat";
  font-optical-sizing: auto;
}
p{
  font-size: 14px;
}

.text-justify {
    text-align: justify;
}

.banner-image {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
}


.navbar.scrolled {
    background-color: black;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 9999999;
    transition: background-color 0.3s ease-in-out;
}


.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 0 20px;
}

.navbar {
    z-index: 2;
    position: relative;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


#HeroSectionContent h1,
#HeroSectionContent h3,
#HeroSectionContent p {
  max-width: 850px;
  margin: 0 auto;
}

#HeroSectionContent h1 {
  color: var(--primary-color);
  line-height: 1.6;
  font-weight: bold;
}

#HeroSectionContent h3 {
  line-height: 1.6;
  font-weight: bold;
}

#HeroSectionContent p {
  font-size: 1rem;
  line-height: 1.6;
}

.custom-outline {
  border: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  transition: background-color 0.3s, color 0.3s;
}

.custom-outline:hover {
  background-color: var(--primary-color);
  color: var(--text-color-light);
}

.custom-button {
  background-color: var(--primary-color);
  color: var(--text-color-light);
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s;
}

.custom-button:hover {
  background-color: #ffffff;
  color: var(--primary-color);
}

.navbar .nav-link.active {
  color: var(--primary-color) !important;
  font-weight: bold;
}

.banner-title{
    font-size: 56px;
    font-weight: 700;
}

.banner-sub-title{
    font-size: 56px;
    font-weight: 700;
}

.banner-content{
    font-size: 16px;
    font-weight: 400;
}

.title {
  color: var(--primary-color) !important;
  background-color: #f1f9fe;
  padding: 5px 0;
  border-radius: 5px;
  font-weight: 500;
  font-size: 24px;
}

.sub_title {
  font-weight: 600;
  font-size: 48px;
}

.feature-box {
  position: relative;
}

.feature-box img {
  width: 100%;
  height: auto;
}

.overlays p {
  font-size: 1.2rem;
  margin: 0;
}

.img-fluid {
  position: relative;
  overflow: hidden;
  border-radius: 10px !important;
}

.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.overlays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(16, 16, 16, 0) 0%,
    rgba(4, 4, 4, 0.88) 88%,
    rgba(1, 1, 1, 1) 100%
  );
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  border-radius: 20px;
  pointer-events: none;
}

.overlays p {
  margin: 0;
  padding: 10px;
  text-align: right;
}

.overlays p:last-child {
  text-align: left;
}

.dashboard_pos_section {
  position: relative;
}

.dashboard_pos_section h5{
    font-weight: 700;
    font-size: 32px;
}

.dashboard_pos_section p{
    font-weight: 500;
    font-size: 16px;
}

.dashboard_pos_section_card_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.custom_card_left {
  position: absolute;
  border-radius: 20px;
  border: none;
  z-index: 10;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
}

.custom_card_right {
  border-radius: 20px;
  border: none;
  z-index: 10;
  top: 40%;
  right: 50%;
  transform: translateY(-30%);
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto;
}

.register_now_section {
  position: relative;
  background-image: url("../images/register_section_bg.png");
  background-size: cover;
  background-position: center;
  color: white;
}

.register_now_section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.register_now_section .row {
  position: relative;
  z-index: 2;
}

.register_now_section h3,
.register_now_section p {
  z-index: 3;
}

.register_now_section h3{
    font-size: 48px;
    font-weight: 600;
    color: rgba(26, 168, 232, 1);
}

.register_now_section p{
    font-size: 16px;
    font-weight: 400;
}

.about_us_section h3{
 font-size: 48px;
 font-weight: 600;
}

.about_us_section h6{
    font-size: 20px;
    font-weight: 600;
}

.slick-prev,
.slick-next {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  color: white;
  border: none;
  outline: none;
  background: white;
}

.äpp_dwonload_section {
  background-color: #f6f7f9;
}

.äpp_dwonload_section h3{
    font-weight: 600;
    font-size: 48px;
}

.äpp_dwonload_section p{
    font-weight: 400;
    font-size: 16px;
}

.customer_review_section {
  position: relative;
  background-image: url("../images/review/review_bg.png");
  background-size: cover;
  background-position: center;
}

.customer_review_section p{
    font-weight: 400;
    font-size: 16px;
}

.customer_review_overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.review_image {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    z-index: 3;
    object-fit: cover;
}
.customer_review_title {
  color: var(--primary-color) !important;
  background-color: #F1F9FE14;
  padding: 5px 0;
  border-radius: 5px;
  font-weight: bold;
}
.review-item {
  margin: 10px;;
}
.res_app_img img {
    height: 60px;
    width: 200px;
}

.review-item .card{
  z-index: 2;
  background-color: #F1F9FE14;

}

.slick-prev, .slick-next {
  display: block;
  background-color: transparent;
  border: none;
  color: #fff;
}

.slick-prev:before, .slick-next:before {
  font-size: 24px;
  color: #fff;
}
.main-log-res {
    height: 64px;
}



.footer_section{
  position: relative;
  background-color: black;
  margin-top: 50px;
  height: 100%;
  width: 100%;
}

.clip_path {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  z-index: 1;
  clip-path: ellipse(63% 61% at 48% 0%);
  background-color: #1aa8e8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer_content_bg {
  position: relative;
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 20px;
}

.footer_content_bg ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
}



@media (max-width: 768px) {
  .footer_content_bg ul {
    flex-direction: column;

  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    border-color: white;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-nav {
    margin-top: 10px;
    gap: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar-brand {
    flex-grow: 0;
  }

  .navbar .nav-link {
    font-size: 0.5rem;
  }

  .container.d-flex {
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .navbar {
    background-color: #333;
  }

  .navbar .nav-link {
    font-size: 1rem;
  }

  .dashboard_pos_section_card_1 {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: 0;
    transform: unset;
  }
  .custom_card_left {
    position: relative;
    z-index: 0;
    top: 0%;
    right: 0%;
    transform: unset;
  }
}

@media (max-width: 991px) {
  .navbar {
    background-color: #333;
  }
  .dashboard_pos_section_card_1 {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: 0;
  }
  .custom_card_left {
    position: relative;
    z-index: 0;
    top: 0%;
    right: 0%;
    transform: none;
  }
}

@media (max-width: 768px) {
  .custom-card {
    top: auto;
    transform: none;
    margin-bottom: 20px;
  }

  .offset-md-4 {
    margin-left: 0 !important;
  }
}

@media (max-width: 1003px) {
  .review_content{
    display: block;

  }
}
@media (max-width: 576px) {
    .main-log-res img{
        height: auto;
        width: 54%;
    }
    .review_name_res {
        font-size: 20px !important;
    }
    .review_date_res {
        font-size: 14px !important;
    }
    .review_description_res {
        font-size: 12px !important;
    }
    #HeroSectionContent {
        margin-top: 0px;
    }

    #HeroSectionContent h1{
        font-size: 36px;
        text-align: start;
    }
    #HeroSectionContent h3{
        font-size: 24px;
        text-align: start;
        margin-bottom: 12px;
    }
    #HeroSectionContent p {
        font-size: 0.875rem;
        text-align: justify;
    }
    .banner-image {
        height: 540px !important;
    }
    .banner-image .overlay {
        text-align: start !important;
    }
    .title_res {
        font-size: 22px !important;
    }
    .sub_title {
        font-weight: 600;
        font-size: 29px;
    }
    .dashboard_pos_section h5 {
        font-size: 32px;
    }
    .dashboard_pos_section p {
        font-size: 12px;
    }
    .dashboard_pos_section h5 {
        font-size: 22px;
    }
    .äpp_dwonload_section h3 {
        font-size: 24px;
    }
    .äpp_dwonload_section p {
        font-size: 10px;
    }

    .res_app_img img {
        height: 45px;
        width: 136px;
    }
    .register_now_section h3 {
        font-size: 34px;
        font-weight: 600;
        color: rgba(26, 168, 232, 1);
    }

    .register_now_section p {
        font-size: 12px;
    }

    .about_us_section h3 {
        font-size: 35px;
        font-weight: 600;
    }
    .about_us_section p {
        font-size: 12px;
    }
    .img_res {
        margin-top: 7px;
        margin-bottom: 17px;
    }
    .about_us_section h3 {
        font-size: 30px;
        font-weight: 600;
    }

    .navbar-toggler {
        padding: 6px !important;
        font-size: 16px !important;
    }
}

/* ============================================
   ABSSoft POS - Modern Marketing Page Styles
   ============================================ */

:root {
  --abs-dark: #0a0a1a;
  --abs-dark2: #1a1a2e;
  --abs-dark3: #16213e;
  --abs-blue: #3bb2fb;
  --abs-blue-dark: #2980b9;
  --abs-blue-light: #6dc5ff;
  --abs-accent: #4fc3f7;
  --abs-gray: #8892b0;
  --abs-light: #ccd6f6;
  --abs-white: #e6f1ff;
  --abs-card-bg: #112240;
  --abs-border: #1e3a5f;
}

/* Navigation */
.abs-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: all 0.3s ease;
  background: transparent;
}

.abs-nav.scrolled {
  background: rgba(10, 10, 26, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.abs-nav-logo {
  height: 40px;
  width: auto;
}

.abs-nav-link {
  color: var(--abs-light) !important;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 16px !important;
  transition: color 0.2s;
  position: relative;
}

.abs-nav-link:hover,
.abs-nav-link.active {
  color: var(--abs-blue) !important;
}

.abs-nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--abs-blue);
  transform: scaleX(0);
  transition: transform 0.2s;
}

.abs-nav-link:hover::after,
.abs-nav-link.active::after {
  transform: scaleX(1);
}

.abs-nav .navbar-toggler {
  border-color: rgba(255,255,255,0.3);
}

.abs-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero / Banner */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--abs-dark) 0%, var(--abs-dark2) 50%, var(--abs-dark3) 100%);
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(59, 178, 251, 0.08) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 20%, rgba(79, 195, 247, 0.05) 0%, transparent 50%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0 80px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(59, 178, 251, 0.1);
  border: 1px solid rgba(59, 178, 251, 0.3);
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 13px;
  color: var(--abs-blue);
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--abs-white);
  margin-bottom: 20px;
}

.hero-title .highlight {
  background: linear-gradient(135deg, var(--abs-blue), var(--abs-blue-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--abs-gray);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-abs-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--abs-blue), var(--abs-blue-dark));
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-abs-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(59, 178, 251, 0.3);
  color: #fff;
}

.btn-abs-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--abs-light);
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid var(--abs-border);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-abs-secondary:hover {
  border-color: var(--abs-blue);
  color: var(--abs-blue);
  background: rgba(59, 178, 251, 0.05);
}

.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.hero-stat-number {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--abs-white);
}

.hero-stat-label {
  font-size: 0.875rem;
  color: var(--abs-gray);
  margin-top: 4px;
}

/* Section Common */
.section-padding {
  padding: 100px 0;
}

.section-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--abs-blue);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--abs-dark);
  margin-bottom: 16px;
}

.section-title-light {
  color: var(--abs-white);
}

.section-desc {
  font-size: 1.05rem;
  color: var(--abs-gray);
  max-width: 600px;
  line-height: 1.7;
}

.section-desc-light {
  color: rgba(255,255,255,0.7);
}

/* Features */
.features-section {
  background: #f8fafc;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  height: 100%;
  border: 1px solid #eef2f6;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(10, 10, 26, 0.08);
  border-color: transparent;
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.feature-icon.blue { background: linear-gradient(135deg, #3bb2fb, #2980b9); }
.feature-icon.green { background: linear-gradient(135deg, #2ecc71, #27ae60); }
.feature-icon.purple { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.feature-icon.orange { background: linear-gradient(135deg, #f39c12, #e67e22); }
.feature-icon.red { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.feature-icon.teal { background: linear-gradient(135deg, #1abc9c, #16a085); }

.feature-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--abs-dark);
  margin-bottom: 10px;
}

.feature-card-desc {
  font-size: 0.9rem;
  color: var(--abs-gray);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Dashboard Showcase */
.showcase-section {
  background: var(--abs-dark);
}

.showcase-img {
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.06);
}

.showcase-card {
  background: var(--abs-card-bg);
  border: 1px solid var(--abs-border);
  border-radius: 16px;
  padding: 32px;
}

.showcase-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--abs-blue), var(--abs-blue-dark));
}

.showcase-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--abs-white);
  margin-bottom: 10px;
}

.showcase-card-desc {
  font-size: 0.9rem;
  color: var(--abs-gray);
  line-height: 1.7;
  margin-bottom: 0;
}

/* App Download */
.app-section {
  background: #f8fafc;
}

.app-store-badge {
  transition: transform 0.2s;
  cursor: pointer;
}

.app-store-badge:hover {
  transform: scale(1.05);
}

/* CTA / Registration */
.cta-section {
  background: linear-gradient(135deg, var(--abs-dark) 0%, var(--abs-dark3) 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(59, 178, 251, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--abs-white);
}

.cta-desc {
  color: var(--abs-gray);
  font-size: 1.05rem;
  max-width: 500px;
  line-height: 1.7;
}

/* About Section */
.about-section {
  background: #fff;
}

.about-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(10, 10, 26, 0.06);
}

.about-tag {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(59, 178, 251, 0.1);
  color: var(--abs-blue);
  margin-bottom: 12px;
}

.about-text {
  color: var(--abs-gray);
  line-height: 1.8;
  font-size: 0.95rem;
}

/* Testimonials */
.testimonials-section {
  background: var(--abs-dark);
}

.testimonial-card {
  background: var(--abs-card-bg);
  border: 1px solid var(--abs-border);
  border-radius: 16px;
  padding: 28px;
  margin: 8px;
}

.testimonial-stars {
  color: #f1c40f;
  margin-bottom: 12px;
}

.testimonial-text {
  color: var(--abs-light);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  font-weight: 600;
  color: var(--abs-white);
  font-size: 0.95rem;
  margin-bottom: 2px;
}

.testimonial-role {
  font-size: 0.8rem;
  color: var(--abs-gray);
}

/* Hero Mockup (right side) */
.hero-mockup-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.hero-mockup-main {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 40px 100px rgba(0,0,0,0.4);
  transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
  transition: transform 0.4s ease;
}

.hero-mockup-wrapper:hover .hero-mockup-main {
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.hero-mockup-card {
  position: absolute;
  background: rgba(17, 34, 64, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  animation: float 3s ease-in-out infinite;
}

.hero-mockup-card-1 {
  top: 10%;
  right: -10%;
  animation-delay: 0s;
}

.hero-mockup-card-2 {
  bottom: 15%;
  left: -10%;
  animation-delay: 1.5s;
}

.mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mockup-label {
  font-size: 11px;
  color: var(--abs-gray);
  margin-bottom: 1px;
  white-space: nowrap;
}

.mockup-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--abs-white);
  white-space: nowrap;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

/* Footer */
.abs-footer {
  background: linear-gradient(180deg, #0d0d20 0%, #0a0a1a 100%);
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 60px 0 0;
}

.abs-footer-brand img {
  height: 34px;
  width: auto;
}

.abs-footer-desc {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.7;
  max-width: 320px;
  margin-bottom: 0;
}

.abs-footer-heading {
  font-size: 0.75rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.abs-footer-link {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.85rem;
  display: block;
  padding: 4px 0;
  transition: color 0.2s;
  cursor: pointer;
}

.abs-footer-link:hover {
  color: var(--abs-blue);
}

.abs-footer .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  color: #6b7280;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s ease;
}

.abs-footer .social-link:hover {
  background: rgba(59, 178, 251, 0.1);
  color: var(--abs-blue);
  transform: translateY(-2px);
}

.abs-footer-divider {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  margin: 40px 0 0;
}

.abs-footer-bottom {
  padding: 20px 0;
}

.abs-footer-copyright {
  color: #4b5563;
  font-size: 0.8rem;
  margin: 0;
}

.abs-footer-legal {
  color: #4b5563;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.2s;
  cursor: pointer;
}

.abs-footer-legal:hover {
  color: var(--abs-blue);
}

/* Mobile breakpoint at bottom to win cascade */
@media (max-width: 991px) {
  .hero-mockup-card-1 { right: 5%; }
  .hero-mockup-card-2 { left: 5%; }
}

@media (max-width: 767px) {
  .hero-content { padding: 100px 0 60px; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .section-padding { padding: 60px 0; }
  .showcase-card { margin-top: 20px; }
  .abs-footer { padding: 40px 0 0; }
}
