/* Theme Name: Appoo - Responsive bootsrap 5 acinvoicepro-site Page Template
   Author: Coderthemes
   Version: 1.2.0
   Created: Nov 2018
   File Description: Main Css file of the template
*/
/************************
01.General
02.Loader
03.Helper
04.Components
05.Menu
06.Footer
07.Multipurpose Layout
08.Contact
09.Agency Layout
10.Startup layout
11.Business Layout
12.Software Layout
12.App Layout
13.Default
************************/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600&display=swap");
.bg-primary {
  background-color: #1f61eb !important;
}

.bg-soft-primary {
  background-color: rgba(31, 97, 235, 0.15) !important;
}

.border-primary {
  border-color: #1f61eb !important;
}

.text-primary {
  color: #1f61eb !important;
}

.shadow-primary {
  box-shadow: 0px 5px 14px rgba(31, 97, 235, 0.08);
}

.bg-secondary {
  background-color: #536976 !important;
}

.bg-soft-secondary {
  background-color: rgba(83, 105, 118, 0.15) !important;
}

.border-secondary {
  border-color: #536976 !important;
}

.text-secondary {
  color: #536976 !important;
}

.shadow-secondary {
  box-shadow: 0px 5px 14px rgba(83, 105, 118, 0.08);
}

.bg-info {
  background-color: #4bbbce !important;
}

.bg-soft-info {
  background-color: rgba(75, 187, 206, 0.15) !important;
}

.border-info {
  border-color: #4bbbce !important;
}

.text-info {
  color: #4bbbce !important;
}

.shadow-info {
  box-shadow: 0px 5px 14px rgba(75, 187, 206, 0.08);
}

.bg-warning {
  background-color: #ffc212 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 194, 18, 0.15) !important;
}

.border-warning {
  border-color: #ffc212 !important;
}

.text-warning {
  color: #ffc212 !important;
}

.shadow-warning {
  box-shadow: 0px 5px 14px rgba(255, 194, 18, 0.08);
}

.bg-success {
  background-color: #059669 !important;
}

.bg-soft-success {
  background-color: rgba(5, 150, 105, 0.15) !important;
}

.border-success {
  border-color: #059669 !important;
}

.text-success {
  color: #059669 !important;
}

.shadow-success {
  box-shadow: 0px 5px 14px rgba(5, 150, 105, 0.08);
}

.bg-danger {
  background-color: #eb1f52 !important;
}

.bg-soft-danger {
  background-color: rgba(235, 31, 82, 0.15) !important;
}

.border-danger {
  border-color: #eb1f52 !important;
}

.text-danger {
  color: #eb1f52 !important;
}

.shadow-danger {
  box-shadow: 0px 5px 14px rgba(235, 31, 82, 0.08);
}

.bg-dark {
  background-color: #09090b !important;
}

.bg-soft-dark {
  background-color: rgba(9, 9, 11, 0.15) !important;
}

.border-dark {
  border-color: #09090b !important;
}

.text-dark {
  color: #09090b !important;
}

.shadow-dark {
  box-shadow: 0px 5px 14px rgba(9, 9, 11, 0.08);
}

.bg-light {
  background-color: #f7fbff !important;
}

.bg-soft-light {
  background-color: rgba(247, 251, 255, 0.15) !important;
}

.border-light {
  border-color: #f7fbff !important;
}

.text-light {
  color: #f7fbff !important;
}

.shadow-light {
  box-shadow: 0px 5px 14px rgba(247, 251, 255, 0.08);
}

.bg-white {
  background-color: #fff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.border-white {
  border-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.shadow-white {
  box-shadow: 0px 5px 14px rgba(255, 255, 255, 0.08);
}

.text-muted {
  color: #6c757d !important;
}

.border-light {
  border-color: #e5f2ff !important;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 15px;
  color: #09090b;
  padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hanken Grotesk", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none;
  color: #1f61eb;
}

p {
  line-height: 1.7;
}

html {
  scroll-padding-top: 59px; /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-xxs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
  margin-left: -12px;
  border-radius: 50%;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
  z-index: 1;
}

.section {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  position: relative;
}

.section-sm {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  position: relative;
}

.custom-pt {
  margin-top: 16rem;
}

.bg-overlay {
  position: absolute;
  background: linear-gradient(to right, #3c3d99, #1b7ebd);
  opacity: 0.85;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.subtitle {
  color: #09090b;
  text-transform: uppercase;
  font-weight: normal;
}

.title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 18px;
  line-height: 1.3;
}

.title-line {
  height: 3px;
  width: 35px;
  background-color: #1f61eb;
  margin: 25px auto;
  border-radius: 3px;
}

.fw-semibold {
  font-weight: 600;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-38 {
  font-size: 38px;
}

.text-light-custom {
  color: #a2aeb9;
}

.modal-backdrop {
  background-color: #000;
}

.shadow-lg {
  box-shadow: 0 5px 20px rgba(9, 9, 11, 0.2) !important;
}

.rounded-lg {
  border-radius: 8px;
}

.right-arrow {
  position: relative;
  top: 2px;
  line-height: 0;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 5px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  border-radius: 50%;
}
.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

#mkLightboxContainer {
  z-index: 999;
}

.btn {
  padding: 8px 24px;
  border: 1px solid;
  transition: all 0.5s;
  font-family: "Hanken Grotesk", sans-serif;
}
.btn.btn-sm {
  padding: 6px 16px;
}
.btn.btn-lg {
  padding: 12px 28px;
  font-size: 16px;
}
.btn.btn-primary {
  background-color: #1f61eb !important;
  border: 1px solid #1f61eb !important;
  color: #fff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #1457e1 !important;
  border: 1px solid #1457e1 !important;
  box-shadow: 0px 8px 12px 0px rgba(31, 97, 235, 0.25);
}
.btn.btn-outline-primary {
  border: 1px solid #1f61eb !important;
  color: #1f61eb !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
  background-color: #1f61eb !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(31, 97, 235, 0.25);
}
.btn.btn-secondary {
  background-color: #536976 !important;
  border: 1px solid #536976 !important;
  color: #fff !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #4b5e6a !important;
  border: 1px solid #4b5e6a !important;
  box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
}
.btn.btn-outline-secondary {
  border: 1px solid #536976 !important;
  color: #536976 !important;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
  background-color: #536976 !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
}
.btn.btn-info {
  background-color: #4bbbce !important;
  border: 1px solid #4bbbce !important;
  color: #fff !important;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #3bb5ca !important;
  border: 1px solid #3bb5ca !important;
  box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
}
.btn.btn-outline-info {
  border: 1px solid #4bbbce !important;
  color: #4bbbce !important;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
  background-color: #4bbbce !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
}
.btn.btn-warning {
  background-color: #ffc212 !important;
  border: 1px solid #ffc212 !important;
  color: #fff !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #fdbc00 !important;
  border: 1px solid #fdbc00 !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
}
.btn.btn-outline-warning {
  border: 1px solid #ffc212 !important;
  color: #ffc212 !important;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
  background-color: #ffc212 !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
}
.btn.btn-success {
  background-color: #059669 !important;
  border: 1px solid #059669 !important;
  color: #fff !important;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #04825b !important;
  border: 1px solid #04825b !important;
  box-shadow: 0px 8px 12px 0px rgba(5, 150, 105, 0.25);
}
.btn.btn-outline-success {
  border: 1px solid #059669 !important;
  color: #059669 !important;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success.focus, .btn.btn-outline-success:active, .btn.btn-outline-success.active {
  background-color: #059669 !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(5, 150, 105, 0.25);
}
.btn.btn-danger {
  background-color: #eb1f52 !important;
  border: 1px solid #eb1f52 !important;
  color: #fff !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #e11447 !important;
  border: 1px solid #e11447 !important;
  box-shadow: 0px 8px 12px 0px rgba(235, 31, 82, 0.25);
}
.btn.btn-outline-danger {
  border: 1px solid #eb1f52 !important;
  color: #eb1f52 !important;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
  background-color: #eb1f52 !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(235, 31, 82, 0.25);
}
.btn.btn-dark {
  background-color: #09090b !important;
  border: 1px solid #09090b !important;
  color: #fff !important;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: black !important;
  border: 1px solid black !important;
  box-shadow: 0px 8px 12px 0px rgba(9, 9, 11, 0.25);
}
.btn.btn-outline-dark {
  border: 1px solid #09090b !important;
  color: #09090b !important;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark.active {
  background-color: #09090b !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(9, 9, 11, 0.25);
}
.btn.btn-light {
  background-color: #f7fbff !important;
  border: 1px solid #f7fbff !important;
  color: #fff !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #e3f1ff !important;
  border: 1px solid #e3f1ff !important;
  box-shadow: 0px 8px 12px 0px rgba(247, 251, 255, 0.25);
}
.btn.btn-outline-light {
  border: 1px solid #f7fbff !important;
  color: #f7fbff !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
  background-color: #f7fbff !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(247, 251, 255, 0.25);
}
.btn.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: whitesmoke !important;
  border: 1px solid whitesmoke !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
}
.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
}
.btn.btn-light, .btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1f61eb !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn.btn-outline-light, .btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff;
  color: #09090b !important;
}

.modal .video-modal {
  border: 0;
  background-color: transparent;
}
.modal .video-modal .video-box {
  position: relative;
}
.modal .video-modal video {
  border-radius: 8px;
}
.modal .video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}
.modal .video-modal .btn-close video:focus {
  outline: none;
}
.modal .video-modal:hover .btn-close {
  opacity: 0.5;
}
.modal .btn-close:focus {
  box-shadow: none;
}

.card {
  border: none;
  box-shadow: 0 5px 20px rgba(9, 9, 11, 0.1);
  margin-bottom: 1.5rem;
}
.card .card-header {
  background-color: transparent;
  padding: 16px 16px 0 16px;
  border-color: transparent !important;
}
.card .card-header .card-title {
  margin-bottom: 1rem;
}

.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.accordion .card-header {
  padding: 10px 16px !important;
}

#home.section {
  padding: 140px 0 80px 0 !important;
}

.text-tran-box {
  background: #3d62e0;
  background: linear-gradient(to right, rgb(29, 78, 216), rgb(30, 64, 175), rgb(29, 78, 216));
}

.text-transparent {
  color: #240e35;
  mix-blend-mode: lighten;
  overflow: hidden;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 54px;
  font-weight: 600;
}

.demo-box {
  padding: 0px 0 30px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.demo-box:hover {
  transform: translateY(-0.6rem);
}

.demo-box a {
  border-radius: 10px;
  overflow: hidden;
  border: 8px solid #ffffff;
  display: block;
  transition: all 400ms ease-in-out;
  box-shadow: 0 5px 20px rgba(9, 9, 11, 0.2);
}

.demo-box img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  border-radius: 8px;
}

.demo-box h4 {
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 20px;
  font-size: 22px;
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.footer-one-alt {
  padding: 20px 0px;
}

.shape > svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

.footer-social-one a {
  border-radius: 50%;
  text-align: center;
  background-color: #f1f1f1;
  color: #09090b;
  width: 40px;
  display: block;
  height: 40px;
  line-height: 40px;
  transition: 0.3s all ease-in-out;
}
.footer-social-one a:hover {
  background-color: rgba(31, 97, 235, 0.1);
  color: #1f61eb;
}

.navbar-custom {
  padding: 20px 0px;
  padding-right: 0 !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  position: relative;
  line-height: 26px;
  color: #6c757d;
  font-size: 15px;
  display: inline-block;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 18px;
  font-weight: 500;
  font-family: "Hanken Grotesk", sans-serif;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #1f61eb;
}
.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #1f61eb;
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar-custom .navbar-nav .nav-item .nav-btn {
  background-color: rgba(31, 97, 235, 0.15);
  border-color: rgba(31, 97, 235, 0.2);
  color: #1f61eb;
  transition: all 0.3s ease-in-out;
}
.navbar-custom .navbar-nav .nav-item .nav-btn:focus {
  box-shadow: none;
}
.navbar-custom .navbar-nav .nav-item .nav-btn:hover {
  background-color: #1f61eb;
  color: #fff;
}
.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #09090b;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #1f61eb;
}

.dropdown-lg {
  width: 320px;
}
.dropdown-lg .dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  border: 1px solid transparent;
  color: #09090b;
}
.dropdown-lg .dropdown-icon-item img {
  height: 34px;
}
.dropdown-lg .dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-lg .dropdown-icon-item:hover {
  background-color: rgba(9, 9, 11, 0.1);
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link.active::after {
  border-bottom: 2px solid #fff;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-btn {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-btn:focus {
  box-shadow: none;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-btn:hover {
  background-color: #fff;
  color: #1f61eb;
}
.navbar.navbar-light .logo .logo-dark {
  display: none;
}
.navbar.navbar-light .logo .logo-light {
  display: block;
}
.navbar.navbar-dark .logo .logo-dark {
  display: block;
}
.navbar.navbar-dark .logo .logo-light {
  display: none;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 14px 0px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #09090b !important;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #09090b;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #1f61eb !important;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  border-bottom: 2px solid #1f61eb;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-btn {
  background-color: rgba(31, 97, 235, 0.15);
  border-color: rgba(31, 97, 235, 0.2);
  color: #1f61eb;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-btn:hover {
  background-color: #1f61eb;
  color: #fff;
}
.nav-sticky .logo .logo-dark {
  display: block !important;
}
.nav-sticky .logo .logo-light {
  display: none !important;
}

/********* Responsive *********/
@media (min-width: 200px) and (max-width: 991px) {
  .navbar-custom,
  .navbar-light {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(9, 9, 11, 0.1);
    color: #09090b !important;
  }
  .navbar-custom .navbar-nav,
  .navbar-light .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link,
  .navbar-light .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: #09090b !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link.active,
  .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #1f61eb !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-btn,
  .navbar-light .navbar-nav .nav-item .nav-btn {
    background-color: rgba(31, 97, 235, 0.15) !important;
    border-color: rgba(31, 97, 235, 0.2) !important;
    color: #1f61eb !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-btn:hover, .navbar-custom .navbar-nav .nav-item .nav-btn:focus,
  .navbar-light .navbar-nav .nav-item .nav-btn:hover,
  .navbar-light .navbar-nav .nav-item .nav-btn:focus {
    background-color: #1f61eb !important;
    color: #fff !important;
  }
  .navbar-custom > .container,
  .navbar-light > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #09090b;
  }
  .logo .logo-light {
    display: none !important;
  }
  .logo .logo-dark {
    display: block !important;
  }
}
.admin-nav .nav-item .nav-link {
  background-color: transparent;
  color: #536976;
  border-radius: 50rem;
  padding: 6px 15px;
  margin-inline-end: 1px;
}
.admin-nav .nav-item .nav-link:hover, .admin-nav .nav-item .nav-link.active {
  background-color: rgba(31, 97, 235, 0.2);
  color: #1f61eb;
}

.footer {
  position: relative;
  padding-top: 40px;
}
.footer .footer-nav li {
  padding: 6px 0;
  overflow-x: hidden;
}
.footer .footer-nav li .footer-link {
  color: #828b93;
  position: relative;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  padding-inline-start: 22px;
  transform: translateX(-22px);
}
.footer .footer-nav li .footer-link::after {
  content: "\f005a";
  font-family: "Material Design Icons";
  position: absolute;
  color: #1f61eb;
  font-size: 16px;
  top: -1px;
  left: 0;
}
.footer .footer-nav li .footer-link:hover {
  color: #fff;
  transform: translateX(0);
}
.footer .footer-nav li .footer-link:hover::after {
  width: 5px;
}
.footer.bg-dark {
  background-image: url("../images/footer-light-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer .footer-social-icon {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.1);
}
.footer .footer-social-icon:hover {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 0 4px rgba(255, 255, 255, 0.1);
}

.footer-tagline {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-text {
  color: #828b93;
}

textarea.form-control {
  height: auto;
}

.form-control {
  padding: 0.75rem;
  font-size: 14px;
  border-radius: 2px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ced4da;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  font-size: 14px;
  color: #8c99b7;
}

label.form-label {
  font-size: 15px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  color: #6c757d;
}

.form-check-label {
  font-size: 15px;
  font-family: "Hanken Grotesk", sans-serif;
}

.contact-icon {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 24px;
}

.hero-1 {
  background-color: #304165;
  padding: 170px 0 0px;
  background-image: url("../images/heros/hero-1-bg.png");
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.hero-1 .hero-title {
  font-size: 42px;
  line-height: 1.25;
  margin-top: -50px;
}
.hero-1 .down-arrow-btn {
  position: relative;
  z-index: 1;
}
.hero-1 .down-arrow-btn .down-arrow {
  background-color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  position: absolute;
  bottom: 0px;
  margin-bottom: 6%;
  box-shadow: 0px 5px 20px 0px rgba(9, 9, 11, 0.1);
}

.page-title {
  padding-top: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .hero-1 {
    background-color: #1f61eb;
    padding: 110px 0 0px;
  }
}
@media (min-width: 768px) {
  .page-title {
    padding-top: 105px;
  }
}
.hero-bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.subscribe-form {
  position: relative;
}
.subscribe-form .form-control {
  background-color: rgba(255, 255, 255, 0.12);
  padding: 8px 180px 8px 50px;
  border-radius: 4px;
  min-height: 62px;
  color: #fff;
  border-color: transparent;
}
.subscribe-form .form-control:focus {
  box-shadow: none;
}
.subscribe-form .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
}
.subscribe-form .form-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.3;
  font-size: 20px;
}
.subscribe-form .form-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.subscribe-form .form-btn .download-icon {
  display: none;
}

.hero-2 {
  padding: 140px 0 130px;
  background-image: url("../images/heros/hero-2-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.hero-2 .hero-2-img {
  position: relative;
}
.hero-2 .hero-2-img::after {
  content: "";
  background-image: url("../images/dot.png");
  position: absolute;
  bottom: -30px;
  left: -50px;
  right: auto;
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero-3 {
  padding: 170px 0 140px;
  background-image: url("../images/heros/hero-3-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-position: top left;
  background-size: cover;
}

.hero-4 {
  padding: 170px 0 300px;
  background-image: url("../images/heros/hero-4-bg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
}

.hero-4-img-box {
  margin-top: -250px;
}

.hero-5 {
  padding: 170px 0 450px;
  position: relative;
  background: radial-gradient(116.18% 118% at 50% 100%, rgba(31, 97, 235, 0.4) 0%, rgba(31, 97, 235, 0.1) 41.83%, rgba(31, 97, 235, 0.2) 82.52%);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}

.hero-5-img-box {
  margin-top: -24rem;
}

.hero-6 {
  padding: 140px 0 130px;
  background-image: url("../images/heros/hero-6-bg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 991.98px) {
  .hero-2 {
    padding: 90px 0 40px;
  }
  .hero-3 {
    padding: 100px 0 20px;
  }
  .hero-4 {
    padding: 110px 0 20px;
  }
  .hero-6 .carousel .carousel-inner .carousel-item {
    height: auto;
    padding: 120px 0 80px;
  }
}
@media (min-width: 575.98px) {
  .hero-2 .hero-2-img::before {
    content: "";
    position: absolute;
    background-color: rgba(31, 97, 235, 0.1);
    inset: 0;
    height: 450px;
    width: 450px;
    border-radius: 50rem;
    margin: auto auto;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
@media (max-width: 575.98px) {
  .subscribe-form .form-control {
    padding: 8px 64px 8px 50px;
  }
  .subscribe-form .form-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    padding: 8px 14px;
  }
  .subscribe-form .form-btn span {
    display: none;
  }
  .subscribe-form .form-btn .download-icon {
    display: block;
  }
  .hero-6 .carousel .carousel-control-prev {
    top: auto;
    left: 10px;
    bottom: 20px;
  }
  .hero-6 .carousel .carousel-control-next {
    top: auto;
    right: 10px;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-5 {
    padding: 100px 0 420px;
  }
}
@media (max-width: 768px) {
  .hero-5 {
    padding: 100px 0 320px;
  }
  .hero-5-img {
    margin-top: -16rem;
  }
}
.work-box .work-icon {
  font-size: 56px;
  border-radius: 28% 72% 50% 50%/26% 20% 80% 74%;
  height: 96px;
  width: 96px;
  margin: 0 auto;
}
.work-box .work-arrow {
  position: absolute;
  right: -56px;
  top: 45%;
  width: 30%;
}

@media (max-width: 991.98px) {
  .work-box .work-arrow {
    display: none;
  }
}
.features-bg {
  background-image: url("../images/features-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.cta-bg {
  background-image: url("../images/counter-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.counter-content {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(9, 9, 11, 0.1);
}

.screen-slider {
  padding: 50px 0;
}
.screen-slider .swiper-slide {
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px rgba(9, 9, 11, 0.2);
  border: 2px solid #f7fbff;
}
.screen-slider .swiper-slide img {
  border-radius: 8px;
}
.screen-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(9, 9, 11, 0.1);
  opacity: 1;
}
.screen-slider .swiper-pagination {
  bottom: -30px;
}
.screen-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #1f61eb;
  vertical-align: middle;
  border-radius: 5px;
  height: 5px;
}
.screen-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0 2px #1f61eb;
}

.nav.pricing-tab {
  justify-content: center;
  display: table;
  margin: 0 auto;
  background-color: #f7fbff;
  border: 1px solid #e8f3ff;
  padding: 6px;
  border-radius: 50rem;
}
.nav.pricing-tab .nav-item {
  display: inline-block;
}
.nav.pricing-tab .nav-item .nav-link {
  border-radius: 50rem;
  color: #304165;
  padding: 0.5rem 1.5rem;
}
.nav.pricing-tab .nav-item .nav-link.active {
  background-color: #1f61eb;
  color: #fff;
}

.pricing-box {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(9, 9, 11, 0.1);
  border-radius: 10px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
.pricing-box .pricing-badge {
  background-color: #eb1f52;
  color: #fff;
  font-size: 13px;
  padding: 2px 40px;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: -40px;
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(16, 22, 30, 0.3);
}

.faqs-accordion .accordion-item {
  border-bottom: none;
  margin-bottom: 12px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(9, 9, 11, 0.08);
}
.faqs-accordion .accordion-item .accordion-header .accordion-button {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: none !important;
  color: #09090b;
  font-size: 17px;
  font-weight: 500;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 6px;
  color: #536976;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  color: #536976;
  transform: rotate(0deg);
}
.faqs-accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button:before {
  content: "\f0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 22px;
  color: #09090b;
  position: absolute;
  right: 20px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #e8f3ff;
  color: #09090b;
}/*# sourceMappingURL=style.css.map */






/* ================================
   How it Works Section
   ================================ */
/* Equalize How it Works section */
.how-works .work-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}

/* Default images */
.how-works .how-works-img {
  max-height: 340px;   /* consistent height */
  object-fit: contain;
  margin-bottom: 20px;
  transition: transform .25s ease;
}

/* Hover polish */
.how-works .how-works-img:hover {
  transform: scale(1.02);
}

/* Step 3 image (slightly smaller so arrow is visible) */
.how-works-img-small {
  max-width: 80%;
  display: block;
  margin: 20px auto 24px; /* center + spacing */
}

/* On large screens, nudge Step 3 image down */
@media (min-width: 992px) {
  .how-works .col-lg-4:nth-child(3) .how-works-img-small {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

/* Consistent captions */
.how-works .work-box h5,
.how-works .work-box p {
  text-align: center;
  margin-top: 0.5rem; /* balances spacing */
}

/* Consistent frame wrapper (optional if used) */
.how-works-figure {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.how-works-figure .how-works-img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}


.feature-screenshot {
  border-radius: 8px; /* optional */
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  height: auto;        /* preserve proportions */
  max-height: 600px;   /* or 700px, adjust to taste */
  width: auto;         /* don't force width */
}




/* Swiper wrapper: center content vertically */
.screen-slider .swiper-wrapper {
  align-items: center; /* vertical centering */
}

/* Each slide */
.screen-slider .swiper-slide {
  display: flex;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  width: auto;               /* let Swiper size slides by image width */
  padding: 0 12px;           /* gap between slides */
  box-sizing: border-box;
}

/* Images inside slides */
.screen-slider .swiper-slide img {
  max-height: 200px;         /* keep a consistent "canvas height" */
  width: auto;               /* preserve natural aspect ratio */
  object-fit: contain;       /* fit inside the max height nicely */
  border-radius: 6px;        /* optional: softer edges */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* subtle shadow */
}

@media (max-width: 768px) {
  .screen-slider .swiper-slide img {
    max-height: 120px;
  }
}

/* ================================
   🎨 AC InvoicePro Brand Overrides
   ================================ */

/* Brand Primary: Dark Orange */
:root {
  --ac-primary: #d35400;   /* Dark Orange */
  --ac-primary-hover: #b84300; /* Slightly darker for hover */
}

/* Backgrounds */
.bg-primary {
  background-color: var(--ac-primary) !important;
}
.bg-soft-primary {
  background-color: rgba(211, 84, 0, 0.15) !important;
}

/* Borders */
.border-primary {
  border-color: var(--ac-primary) !important;
}

/* Text */
.text-primary {
  color: var(--ac-primary) !important;
}

/* Shadows */
.shadow-primary {
  box-shadow: 0px 5px 14px rgba(211, 84, 0, 0.08);
}

/* Buttons */
.btn.btn-primary {
  background-color: var(--ac-primary) !important;
  border: 1px solid var(--ac-primary) !important;
  color: #fff !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.active {
  background-color: var(--ac-primary-hover) !important;
  border: 1px solid var(--ac-primary-hover) !important;
  box-shadow: 0px 8px 12px 0px rgba(211, 84, 0, 0.25);
}
.btn.btn-outline-primary {
  border: 1px solid var(--ac-primary) !important;
  color: var(--ac-primary) !important;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary.active {
  background-color: var(--ac-primary) !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(211, 84, 0, 0.25);
}

/* Navbar active link underline */
.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  border-bottom: 2px solid var(--ac-primary);
}

/* Title line under section headers */
.title-line {
  background-color: var(--ac-primary);
}


/* ================================
   🔶 AC InvoicePro — Navbar to Orange
   ================================ */

/* Nav link hover + active */
.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: var(--ac-primary) !important;
}

/* Underline on active already set in previous block, but duplicate here for safety */
.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  border-bottom: 2px solid var(--ac-primary) !important;
}

/* Sticky state (when header turns solid) */
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: var(--ac-primary) !important;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  border-bottom: 2px solid var(--ac-primary) !important;
}

/* Small “nav-btn” style (soft pill) on the right */
.navbar-custom .navbar-nav .nav-item .nav-btn {
  background-color: rgba(211, 84, 0, 0.15) !important;
  border-color: rgba(211, 84, 0, 0.2) !important;
  color: var(--ac-primary) !important;
}
.navbar-custom .navbar-nav .nav-item .nav-btn:hover,
.navbar-custom .navbar-nav .nav-item .nav-btn:focus {
  background-color: var(--ac-primary) !important;
  color: #fff !important;
}

/* If your nav ever uses the 'navbar-light' variant */
.navbar.navbar-light .navbar-nav .nav-item .nav-link.active::after {
  border-bottom: 2px solid var(--ac-primary) !important;
}

/* Orange theme backgrounds */
.hero-2 {
  background-image: linear-gradient(180deg, #FFF5E6 0%, #FFE3C2 60%, #FFD6A0 100%) !important;
}

.features-bg {
  background-image: linear-gradient(180deg, #FFF8EF 0%, #FFF1E1 100%) !important;
}

/* CTA: replace photo + blue overlay with a rich orange gradient */
.cta-bg {
  background-image: none !important;
  background: radial-gradient(120% 120% at 50% 0%, #FF8C00 0%, #D35400 60%, #9E3C00 100%) !important;
}
.bg-overlay {
  background: linear-gradient(90deg, rgba(0,0,0,0.35), rgba(0,0,0,0.35)) !important; /* keep text readable */
}

/* Footer subtle texture -> warm tone */
.footer.bg-dark {
  background-image: none !important;
  background: linear-gradient(180deg, #1A0E05 0%, #140B04 100%) !important; /* very dark warm brown */
}




/* HERO — AC InvoicePro */
.hero-acinvoicepro {
  background: radial-gradient(1000px 500px at 80% -10%, #ffe8d2 0%, #fff 60%) #fff;
  padding-top: clamp(48px, 6vw, 96px);
  padding-bottom: clamp(32px, 5vw, 72px);
}

/* Tighten headline spacing */
.hero-2 h1 { margin-bottom: 1.25rem; }

.text-gradient {
  background: linear-gradient(90deg, #ff7a1a, #ff4d00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  max-width: 46ch;
  margin-bottom: 2rem;        /* more room before CTA */
}

/* Trust badges */
.trust-badges { color: #2b2b2b; }
.badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ff7a1a; display: inline-block;
}

/* Visual flair */
.hero-visual img.shadow-soft { filter: drop-shadow(0 12px 36px rgba(0,0,0,.12)); }
.hero-aura {
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,140,64,.25) 0%, rgba(255,140,64,0) 70%);
  pointer-events: none; z-index: 0;
}
.hero-visual img { position: relative; z-index: 1; }

/* Brand primary tweak (optional) */
.btn.btn-primary { background: #ff7a1a; border-color: #ff7a1a; }
.btn.btn-primary:hover { background: #e86c10; border-color: #e86c10; }

/* ------------------------- */
/* App Store Badge — FINAL   */
/* ------------------------- */
.appstore-badge {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 1.25rem;     /* closer to note, still breathing */
}

.appstore-img {
  display: block;             /* removes baseline gap */
  width: 170px;               /* consistent visual size */
  height: auto;
  border-radius: 8px;         /* matches official corners */
  box-shadow: none;           /* calm, no hover shadow */
}

/* Support note just under badge */
.text-muted.fs-14 { margin-top: 0.5rem; }

/* Focus accessibility without movement */
.appstore-badge:focus-visible .appstore-img {
  outline: 2px solid rgba(0,0,0,.25);
  outline-offset: 2px;
}

/* Mobile sizing */
@media (max-width: 576px) {
  .appstore-img { width: 150px; }
}

/* REMOVE any legacy SVG hover rules if present */
.appstore-badge svg,
.appstore-badge:hover svg { all: unset; }


/*Launch Offer*/

.badge.bg-primary-subtle {
  background: rgba(255,122,26,0.1);
  color: #ff7a1a;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}


/* ===========================================================
   CTA Section — "Get AC InvoicePro on the Mac App Store"
   =========================================================== */

/* Background + color scheme */
.cta-bg {
  /* Gradient consistent with hero section */
  background: linear-gradient(160deg, #ff7a1a 0%, #ff9559 100%);
  color: #fff;
  padding: 80px 0; /* balanced top/bottom spacing for large screens */
  text-align: center;
}

/* App Store badge or icon */
.cta-bg .appstore-img {
  width: 160px;                  /* matches visual scale used in hero */
  transition: transform 0.2s ease; /* smooth hover animation */
  height: auto;
}

/* Subtle hover lift to suggest interactivity */
.cta-bg .appstore-img:hover {
  transform: translateY(-2px);
}

/* Headline spacing harmony with hero */
.cta-bg h2 {
  margin-bottom: 0.75rem; /* tighter space below heading */
  font-weight: 600;
}

/* Tagline (secondary line under title) */
.cta-bg p.fs-16 {
  margin-bottom: 1.25rem; /* breathing space before badge */
  opacity: 0.95;          /* slightly softer than pure white */
}

/* Pricing reassurance line under badge */
.cta-bg .fs-14 {
  margin-top: 1.75rem; /* separate from badge for clarity */
  opacity: 0.9;
}

/* Mobile optimization */
@media (max-width: 576px) {
  .cta-bg {
    padding: 60px 0; /* slightly tighter on mobile */
  }
  .cta-bg .appstore-img {
    width: 140px;
  }
}
