@charset "UTF-8";
/* ==========================================
   NEW VARIABLES (extend your existing ones)
========================================== */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: "Poppins", sans-serif;
  color: #222225;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 16px;
  line-height: 26px;
}

a:hover,
a:focus {
  color: #4f46e5;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

h5 {
  font-size: 24px;
  font-weight: 500;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #4f46e5;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
}
.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #222225;
  position: relative;
}
.section-header .section-title span {
  color: #4f46e5;
}
.section-header .section-subtitle {
  margin-top: 15px;
  color: #222225;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #4f46e5;
  margin-top: 15px;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 12px 40px 10px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 1px solid #4f46e5;
  background: #4f46e5;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
}
.btn-common:hover {
  color: #fff;
  background: #3730a3;
  border-color: #3730a3;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}
.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #4f46e5;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}
.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 40px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867aa;
}

.facebook a:hover {
  background: #4867aa;
}

.twitter a {
  color: #1da1f2;
}

.twitter a:hover {
  background: #1da1f2;
}

.google-plus a {
  color: #dd4d42;
}

.google-plus a:hover {
  background: #dd4d42;
}

.youtube a {
  color: #df2926;
}

.youtube a:hover {
  background: #df2926;
}

.linkedin a {
  color: #007bb6;
}

.linkedin a:hover {
  background: #007bb6;
}

.pinterest a {
  color: #bd081c;
}

.pinterest a:hover {
  background: #bd081c;
}

.dribbble a {
  color: #ea4c89;
}

.dribbble a:hover {
  background: #ea4c89;
}

.behance a {
  color: #0b7cff;
}

.behance a:hover {
  background: #0b7cff;
}

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222225;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4f46e5;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #4f46e5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
header {
  min-height: 80px;
}

.navbar {
  background: #fff;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  width: 100px;
}
.navbar-brand img {
  max-width: 100%;
}

.navbar-nav .nav-link {
  color: #222225 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.navbar-nav .nav-link:hover {
  color: #4f46e5 !important;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.top-nav-collapse .navbar-brand {
  top: 0px;
}
.top-nav-collapse {
  background: #fff !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 0 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #4f46e5;
}

.navbar .nav-link.active {
  color: #4f46e5 !important;
  font-weight: 600;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #4f46e5;
}

.slicknav_menu .slicknav_icon-bar {
  background: #4f46e5;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}
.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 5px;
    top: 0;
    margin-left: 50px;
  }
  .navbar-brand img {
    width: 80%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #4f46e5;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav .active {
    color: #4f46e5;
    background: #f8f9fa;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #4f46e5;
  }
}
/* ==========================================================================
  6. Features Section Style
   ========================================================================== */
#features {
  background: url(../img/bg1.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#features .section-title {
  color: #222225;
}
#features .section-subtitle {
  color: #222225;
}
#features .feature-tile {
  margin-bottom: 35px;
}
#features h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
#features p {
  color: #5d5d5d;
}

.dashboard-split {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  color: #fff;
}
.dashboard-split .dashboard-split-left {
  padding: 70px 0;
}

.feature-list li {
  padding: 10px 0;
}
.feature-list i {
  font-size: 30px;
  vertical-align: bottom;
  margin-right: 10px;
}

/* Left side background */
.dashboard-split::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #4f46e5;
  z-index: 0;
}

/* Right side background */
.dashboard-split::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff; /* white or gradient */
  z-index: 0;
}

/* Keep content above background */
.dashboard-split .container {
  position: relative;
  z-index: 2;
}

/* Image styling */
.dashboard-img {
  max-width: 130%;
}

/* ==========================================================================
  #. GST Section
   ========================================================================== */
.mid-business-section {
  background: #4f46e5;
}
.mid-business-section.contact-page {
  padding: 50px 0;
}

.gst-img-wrap img {
  max-width: 75%;
}

/* ==========================================================================
	#. Pricing Table
	========================================================================== */
.pos-left {
  background: #4f46e5;
  padding: 100px 0 100px 50px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.pos-left img {
  margin-right: -1px;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 30px 30px -10px rgba(0, 0, 0, 0.3);
}

.pos-right {
  padding: 100px 0 100px 50px;
}

.book-right {
  padding: 50px;
}

form label,
form input,
form textarea {
  display: block;
}
form input,
form textarea,
form select {
  width: 100%;
  padding: 12px 15px 12px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9e9e9;
  border-radius: 0.25rem;
  margin-bottom: 20px;
}

.success-msg {
  margin-top: 15px;
  color: green;
  font-weight: 600;
  text-align: center;
}

/* ==========================================================================
	9. Pricing Table
	========================================================================== */
.pricing-card {
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.pricing-card.basic h4 {
  color: #db631a;
}
.pricing-card.standard h4 {
  color: #485eb0;
}
.pricing-card.enterprise h4 {
  color: #06b181;
}
.pricing-card h5 {
  font-size: 14px;
}

.pricing-card:hover {
  transform: translateY(-8px);
}

.pricing-card h2 {
  font-size: 22px;
  margin: 15px 0 5px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

/* Highlight Standard Plan */
.highlight-plan {
  border: 2px solid #2a6df5;
  background: #f4f8ff;
}

/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contact-us h3 {
  font-size: 36px;
  margin-bottom: 45px;
}
.contact-us p span {
  color: #4f46e5;
  padding-left: 10px;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #fff;
  border-radius: 0px;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #4f46e5;
  background: transparent;
  outline: none;
}

textarea.form-control {
  height: 130px;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* ==========================================================================
# FAQ and Terms Style
 ========================================================================== */
.faq-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.faq-item h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-item p {
  margin: 0;
  color: #555;
}

.terms-content h5 {
  margin-top: 20px;
  font-weight: 600;
}

.terms-content p {
  color: #555;
  line-height: 1.7;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  background: #3730a3;
  padding: 10px 0;
}

.footer-links {
  line-height: 48px;
}
.footer-links li {
  float: left;
}
.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.footer-links li a:hover {
  color: #4f46e5;
}

.copyright p {
  color: #fff;
}
.copyright p a {
  color: #fff;
}
.copyright p a:hover {
  color: #4f46e5;
}

/* ==========================================
   HERO AREA (UPDATED)
========================================== */
#hero-area {
  background: #ebedff;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(80vh - 80px);
}
#hero-area::before {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../img/dots-dark-invoicebillpro.svg) no-repeat left bottom;
  position: absolute;
  background-size: contain;
  left: 30px;
  bottom: 30px;
}
#hero-area .overlay {
  background: #4f46e5;
  opacity: 0.9;
}
#hero-area .contents h1 {
  color: #222225;
  font-size: 50px;
  line-height: 70px;
}
#hero-area .contents p {
  font-size: 24px;
  color: #222225;
}
#hero-area .banner_bottom_btn i:hover {
  color: #4f46e5;
}
#hero-area.home-hero {
  height: calc(100vh - 80px);
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.changing-word::after {
  content: "Business";
  display: inline-block;
  color: #4f46e5;
  animation: wordSwap 8s infinite, fadeEffect 8s infinite ease-in-out;
}

/* Word swap */
@keyframes wordSwap {
  0%, 24% {
    content: "Business.";
  }
  25%, 49% {
    content: "Sales.";
  }
  50%, 74% {
    content: "Inventory.";
  }
  75%, 99% {
    content: "Growth.";
  }
  100% {
    content: "Business.";
  }
}
/* Smooth fade */
@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================
   FEATURES (UPDATED + NEW UI)
========================================== */
#features {
  background: #fafafa;
  color: #222225;
}
#features::before, #features::after {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../img/dots-dark-invoicebillpro.svg) no-repeat;
  position: absolute;
  background-size: contain;
}
#features::before {
  left: 30px;
  top: 30px;
}
#features::after {
  right: 30px;
  bottom: 30px;
}
#features .box-item .icon {
  border: 1px solid #4f46e5;
}
#features .box-item .icon i {
  color: #4f46e5;
}
#features .box-item:hover .icon {
  background: #4f46e5;
}
#features .box-item:hover .icon i {
  color: #fff;
}

/* ==========================================
   Core Features
========================================== */
.padding-100 {
  padding: 100px 0;
}

.icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.bg-light-blue {
  background: #e6f0ff;
  color: #2a6df5;
}

.bg-light-purple {
  background: #f3e8ff;
  color: #7b3fe4;
}

.bg-light-green {
  background: #e6fff2;
  color: #00a86b;
}

.feature-box {
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* 🔥 Highlight Core Feature */
.highlight-box {
  border: 2px solid #00a86b;
  background: #f6fff9;
  position: relative;
}

.badge-core {
  position: absolute;
  top: -10px;
  right: 15px;
  background: #00a86b;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

/* ==========================================
   TILE ICON COLORS
========================================== */
.item-icon {
  font-size: 30px;
  color: #3730a3;
}

/* ==========================================
   CONTACT FIX
========================================== */
.form-control {
  border-radius: 5px;
  border-color: #e9e9e9;
}
.form-control:focus {
  border-color: #4f46e5;
}

.navbar-header button {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header button {
    display: block;
  }
  .book-demo {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  header {
    min-height: 65px;
    box-shadow: 0 0px 10px 0px rgba(173, 173, 173, 0.5);
    position: relative;
    z-index: 1;
  }
  .navbar-header button {
    border: 0;
    background: 0;
    font-size: 40px;
    line-height: 30px;
    padding-top: 3px;
  }
  .top-nav-collapse {
    min-height: 65px;
  }
  .padding-100 {
    padding: 30px 0;
  }
  h2 {
    font-size: 24px;
  }
  .lead {
    font-size: 1rem;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  #hero-area.home-hero {
    height: auto;
  }
  #hero-area::before,
  #features::before,
  #features::after {
    width: 60px;
    height: 60px;
  }
  .pos-left,
  .pos-right {
    padding: 30px 30px;
  }
  .pos-left {
    border-radius: 0;
  }
  .pos-left img {
    border-radius: 20px;
  }
  .gst-img-wrap img {
    max-width: 100%;
  }
  .feature-box {
    padding: 5px;
  }
  .dashboard-split {
    padding: 30px;
  }
  .dashboard-split .dashboard-split-left {
    padding: 20px 0;
  }
  .dashboard-split::before {
    width: 100%;
  }
  .dashboard-split::after {
    background: transparent;
  }
  .dashboard-img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
