/* ------------------------------------------------
  Project:   Labortech - Laboratory & Science Research HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Pre Loader
  6. Background Overlay
  7. Scroll to Top
  8. Header
  9. Footer
  10. Page Title
  11. Flat Icon

 
/* ------------------------
    General
------------------------*/
a, a:focus {
  text-decoration: none !important;
}

a:focus, a:hover {
  color: #2363d5;
  text-decoration: none !important;
}

a, button, input {
  outline: medium none !important;
  color: #2363d5;
}

*::-moz-selection {
  background: #2363d5;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2363d5;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #2363d5;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
    Transition
------------------------*/
a, i, .btn, button, img, span, .dropdown-item, .nav-link.dropdown-toggle::after, .social-icons li:hover a, .owl-item, .service-item, .service-desc, .service-item .service-icon, .featured-item, .featured-item .featured-icon, .featured-item .featured-icon i, .team-member, .team-description, .post, .post-image:after, .product-link {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.transform-x, #search-input-box {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

/*--translate-Y--*/
.transform-y, .align-center, .image-column {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

/*--translate-XY--*/
.video-btn-pos, .post-link {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow, .dropdown-menu, #header-wrap.fixed-header, .navbar-nav ul, .service-item .service-desc, .featured-item.style-2, .post {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
}

.owl-carousel .post, .owl-carousel .featured-item, .owl-carousel .service-desc, .service-item.style-3, .service-item.style-3 .service-icon {
  -webkit-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  -moz-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
}

/* ------------------------
    Pre Loader
------------------------*/
.clear-loader {
  background-color: #2363d5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto
}

.loader {
  position: relative;
  display: inline-block;
  margin: 4em;
  width: 4em;
  height: 4em;
  transform-origin: center center;
  animation: rotate-anim 3s ease infinite;
}

.loader .plus {
  position: absolute;
  width: 4em;
  height: 1em;
  top: 1em;
  left: 0em;
  background-color: white;
  animation: plus-anim 3s linear infinite;
  transform-origin: center center;
  transform: rotate(45deg);
}

.loader .plus:nth-of-type(2) {
  transform: rotate(135deg);
}

.loader .dot {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  left: 1.25em;
  top: 1.25em;
}

.loader .dot:before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: white;
  animation: dots-anim 3s linear infinite;
}

.loader .dot:nth-of-type(3) {
  transform: rotate(270deg);
}

.loader .dot:nth-of-type(4) {
  transform: rotate(360deg);
}

.loader .dot:nth-of-type(5) {
  transform: rotate(450deg);
}

.loader .dot:nth-of-type(6) {
  transform: rotate(540deg);
}

/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
  position: relative;
  z-index: 0;
}

[data-overlay]:before {
  position: absolute;
  content: '';
  background-color: #0a1426;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

[data-overlay].white-overlay:before {
  background-color: #fff;
}

[data-overlay].theme-overlay:before {
  background-color: #2363d5;
}

[data-overlay].hero-overlay:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
}

[data-overlay].overlay-50:before {
  width: 50%;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-overlay="0"]:before {
  opacity: 0;
}

.img-overlay[data-overlay]:before {
  z-index: 1;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.scroll-top a, .scroll-top a:visited {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  color: #ffffff;
  background: #2363d5;
}

.scroll-top a:hover, .scroll-top a:focus {
  color: #2363d5;
  background: #1f2632;
}

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link {
  font-size: 14px;
}

.topbar-link i {
  font-size: 20px;
  margin-right: 10px;
}

.topbar-link a:hover {
  color: #2363d5
}

.header-top .social-icons li a {
  background: rgba(255, 255, 255, 0.2);
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #454545;
}

/*--Header Main--*/
#header-wrap {
  position: relative;
}

#header-wrap.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #ffffff;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }

}

.logo img {
  max-height: 130px;
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0 15px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  padding: 20px;
  background: #ffffff;
  top: 100%;
  border: none;
  margin-top: 0;
  left: -100%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, .06);
  box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, .06);
}

.navbar-brand {
  margin-right: 0;
  padding: 0;
}

.nav-item.dropdown .dropdown-menu a {
  display: block;
  color: #1f2632;
  padding: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  white-space: nowrap;
  position: relative;
  background: none;
  font-size: 15px;
  font-weight: 400;
}

.nav-item.dropdown .dropdown-menu a:hover {
  color: #2363d5;
  padding-left: 15px;
}

#header-wrap.fixed-header .navbar-brand {
  color: #ffffff
}

@media (min-width:992px) {
  .navbar-collapse {
    width: auto;
  }

  .navbar-expand-lg {
    justify-content: space-between;
  }

  .navbar-nav .dropdown-menu {
    min-width: 12em !important;
    max-width: 20em !important;
  }

  .navbar-nav .dropdown > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    left: 0;
  }

  .navbar-nav .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    display: block;
  }

  .nav-link.dropdown-toggle::after {
    border: solid #1f2632;
    border-width: 0 1px 1px 0;
    width: 0.425rem;
    height: 0.425rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: 0.15em;
  }

  .nav-link.dropdown-toggle:hover::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .navbar-nav .nav-link {
    line-height: 80px;
  }

  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: 0.125rem solid #1f2632;
    border-right: 0.125rem solid #1f2632;
    border-bottom: none;
    border-left: none;
    width: 0.425rem;
    height: 0.425rem;
    position: absolute;
    right: 0;
    margin: 0;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

}

@media (max-width:991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
  }

}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #ffffff;
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

.navbar-nav .dropdown-submenu {
  display: block;
  position: relative;
}

.navbar-nav .nav-link {
  color: #1f2632;
  font-size: 16px;
  padding: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  color: #2363d5;
}

.language-selection button {
  box-shadow: none;
  border: none;
  background: none;
  color: #454545;
  font-size: 14px;
  padding: 0;
}

.language-selection .dropdown-menu {
  min-width: inherit;
  padding: 0;
}

.language-selection .dropdown-item {
  font-size: 14px;
  padding: 5px 15px
}

.language-selection .dropdown-toggle::after {
  vertical-align: middle;
}

/*--Header Search--*/
.search-icon a {
  font-size: 30px;
  color: #1f2632;
  line-height: 30px;
}

#search-input-box {
  position: fixed;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  background: #0d092c;
  z-index: 9999;
}

.search-inner {
  padding: 5px 5px;
}

#search-input-box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

#search-input-box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

#search-input-box #close-search {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 10px;
  padding-right: 0;
}

.right-nav {
  position: relative;
}

/*--Header Cart--*/
.cart {
  position: relative;
  z-index: 200;
}

[data-cart-items] {
  position: relative;
  display: inline-block;
}

[data-cart-items]::before {
  content: attr(data-cart-items);
  position: absolute;
  top: -.5rem;
  right: -.75rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #2363d5;
  color: #fff;
}

.cart a i {
  font-size: 26px;
  color: #1f2632;
}

/* ------------------------
Modal Popup
------------------------*/
.modal.cart-modal {
  padding-right: 0 !important;
}

.modal.cart-modal .modal-dialog {
  margin: 0 0 0 auto;
  height: 100%;
  max-width: 450px;
}

.modal.cart-modal .modal-content {
  border: none;
  border-radius: 0;
  height: inherit;
  overflow-y: auto;
}

.modal.cart-modal.fade .modal-dialog {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.modal.cart-modal.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal-header .close {
  background: #2363d5;
  color: #fff;
  opacity: 1;
}

/* ------------------------
    Footer
------------------------*/
.media-icon.list-inline li {
  display: inline-block;
}

.media-icon li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.media-icon li:last-child {
  margin-bottom: 0;
}

.media-icon li i {
  background: #ffffff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 22px;
  color: #2363d5;
  margin-right: 10px;
}

.media-icon li a {
  color: #454545;
}

.media-icon li a:hover {
  color: #2363d5;
  text-decoration: underline !important;
}

.footer-list li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  color: #454545;
  position: relative;
}

.footer-list li a:hover {
  color: #2363d5;
  padding-left: 8px;
}

.social-icons.footer-social li a {
  background: none;
  border: 1px solid rgba(233, 233, 233, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
}

/* ------------------------
    Page Title
------------------------*/
.page-title {
  display: block;
  position: relative;
  padding: 20px 0
}

.page-title h1 {
  font-size: 45px;
  line-height: 70px;
  font-weight: 500
}

.breadcrumb {
  background: none;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
  color: #1f2632;
  font-weight: 600;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #1f2632
}

.breadcrumb-item.active, .breadcrumb-item a:hover {
  color: #2363d5;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #2363d5;
  content: "\f054";
  font-family: 'Line Awesome Free';
  font-weight: 700;
}

/* ------------------------
    Flat Icon
------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.html#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.html#Flaticon") format("svg");
  }

}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-laboratory:before {
  content: "\f100";
}

.flaticon-flask:before {
  content: "\f101";
}

.flaticon-laboratory-1:before {
  content: "\f102";
}

.flaticon-biology:before {
  content: "\f103";
}

.flaticon-medical-laboratory:before {
  content: "\f104";
}

.flaticon-research:before {
  content: "\f105";
}

.flaticon-research-1:before {
  content: "\f106";
}

.flaticon-diabetes-test:before {
  content: "\f107";
}

.flaticon-blood:before {
  content: "\f108";
}

.flaticon-test:before {
  content: "\f109";
}

.flaticon-medical-laboratory-1:before {
  content: "\f10a";
}

.flaticon-heathcare-and-medical:before {
  content: "\f10b";
}

.flaticon-help-call:before {
  content: "\f10c";
}

.flaticon-award:before {
  content: "\f10d";
}

.flaticon-pharmacy:before {
  content: "\f10e";
}

.flaticon-biology-1:before {
  content: "\f10f";
}

.flaticon-doctor:before {
  content: "\f110";
}

.flaticon-medical-assistance:before {
  content: "\f111";
}

.flaticon-doctor-1:before {
  content: "\f112";
}

.flaticon-hospital:before {
  content: "\f113";
}

.flaticon-working-hours:before {
  content: "\f114";
}

.flaticon-medical-history:before {
  content: "\f115";
}

.flaticon-medical-report:before {
  content: "\f116";
}

.flaticon-calendar:before {
  content: "\f117";
}

.flaticon-doctor-2:before {
  content: "\f118";
}

/* ------------------------
    Mobile Hero Section Styles (Separate from Desktop)
------------------------*/
.mobile-hero-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    padding: 2rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.mobile-hero-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%236366f1' fill-opacity='0.04' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.mobile-hero-content {
    text-align: center;
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.mobile-hero-badge {
    margin-bottom: 1.5rem;
}

.mobile-hero-badge .badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background: rgba(106, 17, 203, 0.1) !important;
    color: #6a11cb !important;
    font-weight: 600;
}

.mobile-hero-image {
    margin-bottom: 1.5rem;
}

.mobile-heartline {
    height: 30px;
    width: 150px;
    margin: 0 auto;
}

.mobile-hero-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a202c;
}

.mobile-hero-title .text-gradient {
    background: linear-gradient(45deg, #1a202c, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-hero-text {
    margin-bottom: 2rem;
}

.mobile-question-slider {
    position: relative;
    height: 80px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.mobile-slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s ease;
}

.mobile-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.mobile-hero-question {
    display: block;
    color: #6a11cb;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.mobile-hero-answer {
    display: block;
    color: #4a5568;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.mobile-hero-tagline {
    display: block;
    color: #6b7280;
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 0.5rem;
}

.mobile-app-showcase {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}

.mobile-phone-wrapper {
    width: 200px;
    height: 400px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border: 8px solid #1a202c;
    position: relative;
}

.mobile-phone-screen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
}

.mobile-hero-cta {
    margin-top: 2rem;
}

.mobile-app-badges {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.mobile-app-download-item {
    text-align: center;
}

.mobile-app-badge {
    display: block;
    transition: transform 0.3s ease;
}

.mobile-app-badge:hover {
    transform: translateY(-3px);
}

.mobile-app-badge img {
    height: 40px;
    width: auto;
}

.mobile-download-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.mobile-stat-item {
    text-align: center;
}

.mobile-stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #6366f1;
    margin-bottom: 0.25rem;
}

.mobile-stat-label {
    display: block;
    color: #6b7280;
    font-size: 0.8rem;
}

/* Mobile-specific animations */
@keyframes mobileFadeInUp {
    from { 
        opacity: 0; 
        transform: translateY(30px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

.mobile-hero-content > * {
    animation: mobileFadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.mobile-hero-badge { animation-delay: 0.1s; }
.mobile-hero-image { animation-delay: 0.2s; }
.mobile-hero-title { animation-delay: 0.3s; }
.mobile-hero-text { animation-delay: 0.4s; }
.mobile-app-showcase { animation-delay: 0.5s; }
.mobile-hero-cta { animation-delay: 0.6s; }

/* Responsive adjustments for different mobile sizes */
@media (max-width: 480px) {
    .mobile-hero-title {
        font-size: 1.75rem;
    }
    
    .mobile-hero-question {
        font-size: 1rem;
    }
    
    .mobile-hero-answer {
        font-size: 0.9rem;
    }
    
    .mobile-phone-wrapper {
        width: 180px;
        height: 360px;
    }
    
    .mobile-app-badges {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .mobile-download-stats {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 360px) {
    .mobile-hero-title {
        font-size: 1.5rem;
    }
    
    .mobile-phone-wrapper {
        width: 160px;
        height: 320px;
    }
}

/* ========================================
   MOBILE-SPECIFIC SECTIONS & NAVIGATION
   ======================================== */

/* Mobile Navigation Improvements */
@media (max-width: 991px) {
    /* Header and Navbar Mobile Fixes */
    .header-top {
        padding: 0.25rem 0;
        min-height: 60px;
    }
    
    #header-wrap {
        padding: 0.5rem 0;
    }
    
    .navbar {
        padding: 0.25rem 0;
    }
    
    .navbar-brand img {
        max-height: 35px;
    }
    
    /* Mobile Toggle Button */
    .navbar-toggler {
        border: 2px solid #6a11cb;
        border-radius: 8px;
        padding: 0.5rem;
        width: 45px;
        height: 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: transparent;
        transition: all 0.3s ease;
    }
    
    .navbar-toggler:hover {
        background: rgba(106, 17, 203, 0.1);
    }
    
    .navbar-toggler span {
        width: 20px;
        height: 2px;
        background: #6a11cb;
        margin: 2px 0;
        transition: all 0.3s ease;
        border-radius: 1px;
    }
    
    .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }
    
    .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* Mobile Navigation Menu */
    .navbar-collapse {
        background: white;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        margin-top: 0.5rem;
        padding: 1rem;
        border: 1px solid rgba(0,0,0,0.05);
    }
    
    .navbar-nav {
        gap: 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    
    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    
    .navbar-nav .nav-link {
        padding: 1rem 0.75rem !important;
        font-size: 1rem;
        font-weight: 500;
        color: #1a202c;
        border-radius: 8px;
        margin: 0.25rem 0;
        transition: all 0.3s ease;
    }
    
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        background: linear-gradient(135deg, #6a11cb, #2575fc);
        color: white;
        transform: translateX(5px);
    }
    
    .navbar-nav .nav-link i {
        width: 20px;
        text-align: center;
        margin-right: 0.75rem;
    }
    
    /* Mobile Dropdown Improvements */
    .navbar-nav .dropdown-menu {
        background: #f8fafc;
        border: none;
        border-radius: 8px;
        margin: 0.5rem 0;
        padding: 0.5rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .navbar-nav .dropdown-item {
        padding: 0.75rem 1rem;
        border-radius: 6px;
        margin: 0.25rem 0;
        font-size: 0.95rem;
        color: #4a5568;
        transition: all 0.3s ease;
    }
    
    .navbar-nav .dropdown-item:hover,
    .navbar-nav .dropdown-item.active {
        background: linear-gradient(135deg, #6a11cb, #2575fc);
        color: white;
        transform: translateX(5px);
    }
    
    .navbar-nav .dropdown-item i {
        width: 18px;
        text-align: center;
        margin-right: 0.75rem;
    }
    
    /* Mobile Language Selection */
    .language-selection {
        padding: 0.5rem 0 !important;
    }
    
    .language-selection .dropdown-toggle {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
        background: #f8fafc;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 6px;
    }
    
    /* Mobile Right Nav Items */
    .right-nav {
        gap: 0.5rem;
    }
    
    .search-icon a,
    .cart a {
        padding: 0.5rem;
        font-size: 1.2rem;
        color: #6a11cb;
    }
}

/* Mobile Value Proposition Section */
@media (max-width: 991px) {
    .value-proposition {
        padding: 2rem 0;
        background: transparent !important;
        background-color: transparent !important;
    }
    
    .value-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }
    
    .value-icon i {
        font-size: 1.5rem;
    }
    
    .value-card h3 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
    
    .value-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/* Mobile-Specific Value Proposition Styles */
.mobile-value-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: transparent !important;
    background-color: transparent !important;
}

.mobile-value-card {
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}



.mobile-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.mobile-value-icon i {
    font-size: 1.5rem;
    color: white;
}

.mobile-value-icon img {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.value-icon img {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Force remove any background from SVG images and their containers */
.mobile-value-card,
.mobile-value-card *,
.value-card,
.value-card *,
.mobile-value-icon,
.mobile-value-icon *,
.value-icon,
.value-icon * {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Specific override for any potential blue backgrounds */
.mobile-value-card img,
.value-card img {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Override any SVG styling */
.mobile-value-card svg,
.value-card svg,
.mobile-value-icon svg,
.value-icon svg {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Override any path or element inside SVG */
.mobile-value-card svg *,
.value-card svg *,
.mobile-value-icon svg *,
.value-icon svg * {
    background: transparent !important;
    background-color: transparent !important;
}

/* Desktop Value Proposition Section */
.value-proposition.d-none.d-lg-block {
    background: transparent !important;
    background-color: transparent !important;
}

/* All value proposition sections */
.value-proposition {
    background: transparent !important;
    background-color: transparent !important;
}

/* Target all possible container elements */
.value-proposition .container,
.value-proposition .row,
.value-proposition .col-lg-4,
.value-proposition .col-12 {
    background: transparent !important;
    background-color: transparent !important;
}

/* Force remove background from SVG elements */
.value-proposition svg,
.value-proposition svg *,
.value-proposition img[src*=".svg"],
.value-proposition img[src*=".svg"] * {
    background: transparent !important;
    background-color: transparent !important;
    fill: currentColor !important;
}

/* Specific override for any blue backgrounds */
.value-proposition .value-icon svg,
.value-proposition .mobile-value-icon svg,
.value-proposition .value-icon img,
.value-proposition .mobile-value-icon img {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Target specific SVG files */
.value-proposition img[src*="records.svg"],
.value-proposition img[src*="Pricing.svg"],
.value-proposition img[src*="family.svg"] {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Force remove any background from all elements in value proposition */
.value-proposition * {
    background: transparent !important;
    background-color: transparent !important;
}

/* Ultra-specific override for mobile value icon */
body .value-proposition .mobile-value-icon,
body .value-proposition .mobile-value-icon *,
body .value-proposition .value-icon,
body .value-proposition .value-icon * {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Target the specific image elements */
body .value-proposition .mobile-value-icon img,
body .value-proposition .value-icon img {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove any gradient background from mobile value icon */
.mobile-value-icon {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Ultra-specific gradient removal */
.mobile-value-icon,
.mobile-value-icon *,
.mobile-value-icon img,
.mobile-value-icon svg,
.mobile-value-icon svg * {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

.mobile-value-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1a202c;
}

.mobile-value-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

/* Mobile Features Section */
@media (max-width: 991px) {
    .features-section {
        padding: 2rem 0;
    }
    
    .section-title h2 {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }
    
    .section-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .feature-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem;
    }
    
    .feature-icon i {
        font-size: 1.5rem;
    }
    
    .feature-content h4 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .feature-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .feature-link {
        font-size: 0.9rem;
        margin-top: 1rem;
    }
}

/* Mobile-Specific Features Styles */
.mobile-features-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    position: relative;
    overflow: hidden;
}

.mobile-features-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%236366f1' fill-opacity='0.04' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.mobile-section-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.mobile-section-subtitle {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.mobile-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.75rem;
}

.mobile-section-description {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.mobile-features-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.mobile-feature-item {
    background: white;
    border-radius: 16px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.mobile-feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.mobile-feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(99,102,241,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mobile-feature-icon i {
    font-size: 1.25rem;
    color: #6366f1;
}

.mobile-feature-content {
    flex: 1;
}

.mobile-feature-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: #1a202c;
}

.mobile-feature-text {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.5;
    margin: 0;
}

/* Mobile Comparison Section */
@media (max-width: 991px) {
    .comparison-section {
        padding: 2rem 0;
    }
    
    .comparison-card {
        margin-bottom: 1.5rem;
    }
    
    .comparison-card .card-header {
        padding: 1rem;
        text-align: center;
    }
    
    .comparison-title {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
    
    .comparison-title i {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }
    
    .feature-grid {
        padding: 1rem;
    }
    
    .feature-item {
        padding: 0.75rem;
        margin-bottom: 0.5rem;
    }
    
    .feature-icon {
        width: 35px;
        height: 35px;
    }
    
    .feature-icon i {
        font-size: 1rem;
    }
    
    .feature-content h4 {
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
    }
    
    .feature-content p {
        font-size: 0.85rem;
    }
}

/* Mobile Progress Section */
@media (max-width: 991px) {
    .progress-section {
        padding: 2rem 0;
    }
    
    .step-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .step-number {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }
    
    .step-icon {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .step-title {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .step-description {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/* Mobile Pricing Section */
@media (max-width: 991px) {
    .pricing-section {
        padding: 2rem 0;
    }
    
    .package-card {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }
    
    .package-header {
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .package-title {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
    
    .package-price {
        margin-bottom: 1rem;
    }
    
    .currency {
        font-size: 1rem;
    }
    
    .amount {
        font-size: 2rem;
    }
    
    .package-features {
        margin-bottom: 1.5rem;
    }
    
    .package-features ul {
        max-height: 200px;
        overflow-y: auto;
    }
    
    .package-features li {
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }
    
    .package-footer .btn {
        width: 100%;
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }
}

/* Mobile Testimonials Section */
@media (max-width: 991px) {
    .testimonial-section {
        padding: 2rem 0;
    }
    
    .testimonial {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-image {
        min-height: 250px;
        margin-bottom: 1rem;
    }
    
    .testimonial-content {
        padding: 1rem;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    .testimonial-author {
        padding: 1rem;
    }
    
    .author-image {
        width: 50px;
        height: 50px;
    }
    
    .author-name {
        font-size: 1rem;
    }
    
    .author-position {
        font-size: 0.8rem;
    }
}

/* Mobile News Section */
@media (max-width: 991px) {
    .news-section {
        padding: 2rem 0;
    }
    
    .news-card {
        margin-bottom: 1.5rem;
    }
    
    .news-content {
        padding: 1.5rem;
    }
    
    .news-title {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }
    
    .news-excerpt {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .news-meta {
        margin-bottom: 0.75rem;
    }
    
    .news-category {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    .news-read-time {
        font-size: 0.75rem;
    }
}

/* Mobile Footer */
@media (max-width: 991px) {
    .footer {
        padding: 2rem 0 1rem;
        text-align: center;
    }
    
    .footer h5 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }
    
    .footer-list li {
        margin-bottom: 0.5rem;
    }
    
    .footer-list li a {
        font-size: 0.9rem;
    }
    
    .social-icons.footer-social {
        justify-content: center;
        margin-top: 1rem;
    }
    
    .social-icons.footer-social li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 1.2rem;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 576px) {
    /* Navigation */
    .navbar-brand img {
        max-height: 30px;
    }
    
    .navbar-toggler {
        width: 40px;
        height: 40px;
    }
    
    .navbar-toggler span {
        width: 18px;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 0.5rem !important;
        font-size: 0.95rem;
    }
    
    /* Sections */
    .section-title h2 {
        font-size: 1.5rem;
    }
    
    .section-description {
        font-size: 0.9rem;
    }
    
    /* Cards */
    .feature-card,
    .value-card,
    .step-card,
    .package-card,
    .testimonial,
    .news-card {
        padding: 1rem;
    }
    
    /* Icons */
    .feature-icon,
    .value-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon i,
    .value-icon i {
        font-size: 1.2rem;
    }
    
    /* Text */
    .feature-content h4,
    .value-card h3,
    .step-title,
    .package-title {
        font-size: 1rem;
    }
    
    .feature-content p,
    .value-card p,
    .step-description,
    .package-features li {
        font-size: 0.85rem;
    }
    
    /* Buttons */
    .btn {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Stats */
    .mobile-stat-number {
        font-size: 1.25rem;
    }
    
    .mobile-stat-label {
        font-size: 0.75rem;
    }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
    .navbar-nav .nav-link,
    .navbar-nav .dropdown-item,
    .btn,
    .feature-card,
    .value-card,
    .step-card,
    .package-card,
    .testimonial,
    .news-card {
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
    }
    
    .navbar-nav .nav-link:active,
    .navbar-nav .dropdown-item:active,
    .btn:active,
    .feature-card:active,
    .value-card:active,
    .step-card:active,
    .package-card:active,
    .testimonial:active,
    .news-card:active {
        transform: scale(0.98);
    }
}

/* Performance optimizations for mobile */
@media (prefers-reduced-motion: reduce) {
    .mobile-hero-content > *,
    .feature-card,
    .value-card,
    .step-card,
    .package-card,
    .testimonial,
    .news-card {
        animation: none !important;
        transition: none !important;
    }
}

/* Download App Notification Bar Styles */
.notification-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 0;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.notification-bar.show {
    transform: translateY(0);
}

.notification-content {
    font-size: 13px;
    line-height: 1.3;
}

.notification-text {
    color: white;
}

.app-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    object-fit: cover;
}

.download-btn {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.download-btn:hover {
    background: rgba(255,255,255,0.3);
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

.close-btn {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover {
    background: rgba(255,255,255,0.3);
    color: white;
    transform: scale(1.1);
}

/* Adjust body padding when notification bar is shown */
body.notification-bar-visible {
    padding-top: 35px;
}

/* Mobile Notification Bar Adjustments */
@media (max-width: 768px) {
    .notification-bar {
        padding: 6px 0;
    }
    
    .notification-content {
        font-size: 12px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .notification-text {
        font-size: 11px;
    }
    
    .app-icon {
        width: 24px;
        height: 24px;
    }
    
    .notification-actions {
        flex-direction: column;
        gap: 8px;
        align-items: center !important;
    }
    
    .download-btn {
        padding: 4px 8px;
        font-size: 10px;
        margin: 0 2px;
    }
    
    .close-btn {
        padding: 4px 8px;
        font-size: 12px;
        margin-top: 4px;
    }
    
    body.notification-bar-visible {
        padding-top: 60px;
    }
}

/* Mobile button size fixes and content optimization */
@media (max-width: 768px) {
    /* Reduce Android and iOS button sizes */
    .mobile-app-badge {
        max-width: 120px !important;
        height: auto !important;
    }
    
    .mobile-app-badge img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .app-btn {
        padding: 6px 10px !important;
        font-size: 10px !important;
        border-radius: 6px !important;
        min-width: 80px !important;
    }
    
    .app-btn i {
        font-size: 12px !important;
        margin-right: 4px !important;
    }
    
    /* Reduce content size to prevent horizontal scrolling */
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 100% !important;
    }
    
    .section-padding {
        padding: 20px 0 !important;
    }
    
    .section-title {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    
    .section-subtitle {
        font-size: 13px !important;
        margin-bottom: 15px !important;
    }
    
    /* Value proposition section */
    .value-proposition .card {
        margin-bottom: 10px !important;
        padding: 12px !important;
    }
    
    .value-proposition .card-title {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    
    .value-proposition .card-text {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    
    .value-proposition .card-icon {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }
    
    /* Features section */
    .features .feature-item {
        margin-bottom: 15px !important;
        padding: 12px !important;
    }
    
    .features .feature-title {
        font-size: 14px !important;
        margin-bottom: 6px !important;
    }
    
    .features .feature-description {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    
    .features .feature-icon {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }
    
    /* Comparison section */
    .comparison .comparison-item {
        margin-bottom: 12px !important;
    }
    
    .comparison .comparison-title {
        font-size: 14px !important;
        margin-bottom: 6px !important;
    }
    
    .comparison .comparison-text {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    
    /* Progress section */
    .progress .progress-item {
        margin-bottom: 12px !important;
    }
    
    .progress .progress-number {
        font-size: 20px !important;
        margin-bottom: 4px !important;
    }
    
    .progress .progress-label {
        font-size: 11px !important;
    }
    
    /* Pricing section */
    .pricing .pricing-card {
        margin-bottom: 15px !important;
        padding: 15px 12px !important;
    }
    
    .pricing .pricing-title {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }
    
    .pricing .pricing-price {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }
    
    .pricing .pricing-features {
        font-size: 12px !important;
    }
    
    .pricing .pricing-features li {
        margin-bottom: 4px !important;
    }
    
    /* Testimonials section */
    .testimonials .testimonial-item {
        margin-bottom: 15px !important;
    }
    
    .testimonials .testimonial-text {
        font-size: 12px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }
    
    .testimonials .testimonial-author {
        font-size: 11px !important;
    }
    
    /* News section */
    .news .news-item {
        margin-bottom: 15px !important;
    }
    
    .news .news-title {
        font-size: 13px !important;
        margin-bottom: 6px !important;
    }
    
    .news .news-excerpt {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }
    
    .news .news-date {
        font-size: 10px !important;
    }
    
    /* Footer */
    .footer {
        padding: 20px 0 15px !important;
    }
    
    .footer h5 {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    
    .footer p, .footer li {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }
    
    .footer .social-links a {
        font-size: 14px !important;
        margin: 0 4px !important;
    }
    
    /* General mobile improvements */
    .btn {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }
    
    .btn-lg {
        padding: 8px 16px !important;
        font-size: 13px !important;
    }
    
    .card {
        margin-bottom: 12px !important;
    }
    
    .card-body {
        padding: 12px !important;
    }
    
    .card-title {
        font-size: 14px !important;
    }
    
    .card-text {
        font-size: 12px !important;
    }
    
    /* Navigation mobile improvements */
    .navbar-brand {
        font-size: 16px !important;
    }
    
    .navbar-nav .nav-link {
        font-size: 13px !important;
        padding: 6px 10px !important;
    }
    
    /* Notification bar mobile */
    .notification-bar {
        padding: 6px 8px !important;
    }
    
    .notification-bar .notification-content {
        font-size: 11px !important;
    }
    
    .notification-bar .app-icon {
        width: 18px !important;
        height: 18px !important;
        margin-right: 6px !important;
    }
    
    .notification-bar .download-btn {
        padding: 3px 6px !important;
        font-size: 9px !important;
        margin-left: 4px !important;
    }
    
    .notification-bar .close-btn {
        font-size: 12px !important;
        padding: 2px 4px !important;
    }
    
    /* Mobile hero specific button fixes */
    .mobile-app-badges {
        gap: 8px !important;
    }
    
    .mobile-app-download-item {
        max-width: 110px !important;
    }
    
    .mobile-app-badge {
        max-width: 110px !important;
        height: auto !important;
    }
    
    .mobile-app-badge img {
        max-width: 100% !important;
        height: auto !important;
    }
}