@import url("https://fonts.googleapis.com/css?family=Roboto:700|PT+Sans|Quicksand|Noto+Sans");
html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #040505;
  line-height: 22px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 28px;
  color: #222222;
  font-weight: 700;
}

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

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-size: 15px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

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

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title-h {
  font-size: 26px;
  color: #5d35f0b0;
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.shape {
  height: 1px;
  margin: 0 auto 30px;
  position: relative;
  width: 60px;
  background-color: #ffffff;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f9f9f9;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(238, 255, 0, 0.829);
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #ffffff;
  border-radius: 30px;
  -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 {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background: linear-gradient(45deg, #0F4ECF, #17CB2C); /* Gradient background */
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: white; /* Ensure text color contrasts with the gradient */
  border: white; /* Optional: Remove border if any */
  padding: 10px 20px; /* Optional: Add padding for better appearance */
  border-radius: 20px; /* Optional: Add rounded corners */
  cursor: pointer; /* Optional: Add pointer cursor */
}


.btn-common:hover {
  color: #ffffffbb;
  background: linear-gradient(45deg, #0F4ECF, #17CB2C); /* Gradient background */
  border: 1px #2988b8;
  box-shadow: 0 6px 22px rgba(70, 63, 63, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #cacbd3;
  background-color: #4f4e5500;
  border: 1px solid #16da0f;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #ffffff;
  border-color: linear-gradient(45deg, #0F4ECF, #17CB2C);
  background-color: linear-gradient(45deg, #b14dd8, #f75651);
}

.btn-border:focus {
  color: #ffffff;
  border-color:linear-gradient(45deg, #b14dd8, #f75651);
  background-color: linear-gradient(45deg, #b14dd8, #f75651);
}

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

.btn-rm {
  padding: 7px 0px;
  color: #ffffff;
  text-transform: capitalize;
}

.btn-rm:hover {
  color: #ebebeb;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #753232;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #0040ca;
}

.social-icon .twitter:hover {
  background: #0040ca;
}

.social-icon .instagram:hover {
  background: #0040ca;
}

.social-icon .linkedin:hover {
  background: #0040ca;
}

.social-icon .google:hover {
  background: #0040ca;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 40px;
  text-decoration: none;
  z-index: 9999;
}

a.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: linear-gradient(135deg, #0F4ECF, #0F4ECF);
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(15, 78, 207, 0.4), 0 0 0 0 rgba(15, 78, 207, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.15);
}

a.back-to-top:hover i,
a.back-to-top:focus i {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(15, 78, 207, 0.5), 0 0 0 6px rgba(15, 78, 207, 0.1);
  background: linear-gradient(135deg, #3b82f6, #0F4ECF);
}

a.back-to-top:active i {
  transform: translateY(-1px);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

@media (prefers-color-scheme: light) {
  a.back-to-top i {
    color: #fff;
    background: linear-gradient(135deg, #0F4ECF, #0F4ECF);
    box-shadow: 0 4px 15px rgba(15, 78, 207, 0.35), 0 0 0 0 rgba(15, 78, 207, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  a.back-to-top:hover i,
  a.back-to-top:focus i {
    box-shadow: 0 8px 25px rgba(15, 78, 207, 0.45), 0 0 0 6px rgba(15, 78, 207, 0.08);
  }
}

@media (prefers-color-scheme: dark) {
  a.back-to-top i {
    color: #fff;
    background: linear-gradient(135deg, #0F4ECF, #0F4ECF);
    box-shadow: 0 4px 20px rgba(15, 78, 207, 0.5), 0 0 0 0 rgba(15, 78, 207, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.1);
  }
  a.back-to-top:hover i,
  a.back-to-top:focus i {
    box-shadow: 0 8px 30px rgba(15, 78, 207, 0.6), 0 0 0 6px rgba(15, 78, 207, 0.12);
  }
}

@media (max-width: 767px) {
  a.back-to-top {
    bottom: 90px;
    right: 30px;
  }
  a.back-to-top i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
}

/* HitZak Style Full-Screen Loader */
.loader-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader-track {
    height: 5px;
    width: 100%;
    background: #f1f5f9;
    position: relative;
    overflow: hidden;
}

.loader-fill {
    width: 300px;
    height: 100%;
    background: #4a6cf7;
    position: absolute;
    top: 0;
    left: 0;
    animation: hitZak 0.8s ease-in-out infinite alternate;
    box-shadow: 0 0 15px rgba(74, 108, 247, 0.4);
}

@keyframes hitZak {
    0% {
        left: 0;
        transform: translateX(-1%);
    }
    100% {
        left: 100%;
        transform: translateX(-99%);
    }
}

/* Dark Mode support */
[data-theme-mode="dark"] .loader-bg {
    background: #1a1a1a;
}
[data-theme-mode="dark"] .loader-track {
    background: #2d2d2d;
}

/* Prevent interaction while loading */
body.loading {
    overflow: hidden;
}


.section-padding {
  padding: 60px 0;
}

hr {
  border-top: 1px dotted #ddd;
}

/* ==========================================================================
  8. Features Section Style
   ========================================================================== */
#features {
  background: #080B1A;
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#features .content-left span {
  float: right;
}

#features .content-left .text {
  text-align: right;
}

#features .content-right span {
  float: left;
}

#features .box-item {
  box-shadow: 0 0 12px #a9b3d3d5;
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #09091b;
  -webkit-transition: all .1s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
}

#features .box-item .icon {
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .icon i {
  color: #f5f5f5;
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

#features .box-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#features .box-item:hover h4 {
  color: #cbd0f0;
}

#features .show-box {
  margin-top: 50px;
}

#features .show-box img {
  width: 100%;
}

/* Services Item */
.services-item {
  padding: 45px;
  border-radius: 4px;
  text-align: center;
  margin: 15px 0;
  box-shadow: 0 0 12px rgba(5, 60, 241, 0.281);;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  /*min-height: 380px;
  width: 310px;   */
  
}

.services-item .icon {
  border: 1px solid #fcf0f0ec;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 30px;
  color: #2bb409b6;
  line-height: 70px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  
}

.services-item .services-content h3 a {
  font-size: 16px;
  color: #0a3075;
}

.services-item .services-content h3 a:hover {
  color: #9cbdc5;
}

.services-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.services-item:hover .icon {
  background: #032872;
}

.services-item:hover .icon i {
  color: #fff;
}

#service {
  position: relative;
}

.about-area .about-wrapper {
  height: 100%;
  width: 100%;
  display: table;
}

.about-area .about-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.about-area img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.about-area1 img {
  border-radius: 4px;
}

.about-area .content {
  margin-top: 15px;
}

.about-area .content p {
  margin-bottom: 30px;
  position: center;
}

#cta {
  padding: 30px 0;
}

/* ==========================================================================
   Navbar Styles
   ========================================================================== */

/* ==========================================================================
   Navbar Styles - Modern & Premium Redesign (Consistent Dark)
   ========================================================================== */

.navbar {
  padding: 20px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(13, 13, 40, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.navbar.scrolling-navbar {
  padding: 12px 0;
  background: rgba(13, 13, 40, 0.98);
}

.navbar-brand img {
  height: 48px;
  width: auto;
  transition: transform 0.3s ease;
}

@media (max-width: 991px) {
  .navbar-brand img {
    height: 40px;
  }
}

.navbar-brand:hover img {
  transform: translateY(-2px);
}

/* --- Nav Links --- */
.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 12px 18px !important;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 1200px) {
  .navbar-nav .nav-link {
    padding: 12px 12px !important;
    font-size: 14px;
  }
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.nav-item.active .nav-link {
  color: #ffffff !important;
}

/* Stunning Gradient Glow Underline */
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 8px; /* Lifted up for better visibility */
  left: 20px;
  right: 20px;
  height: 3px;
  background: linear-gradient(90deg, #0F4ECF, #17CB2C);
  box-shadow: 0 0 10px rgba(37, 0, 245, 0.4);
  border-radius: 4px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: center;
  z-index: 1;
}

.navbar-nav .nav-link:hover::after,
.nav-item.active > .nav-link::after,
.nav-item.dropdown:hover > .nav-link::after {
  transform: scaleX(1);
}


/* --- Mega Dropdown Styles - Compact --- */
.dropdown-menu.mega-style {
  min-width: 280px;
  padding: 10px;
  border-radius: 12px;
  background: #ffffff;
  border: none;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  
  /* Show/Hide Logic */
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
}

.dropdown:hover .dropdown-menu.mega-style {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Hover Bridge - Compact size */
.dropdown-menu.mega-style::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}

.mega-style .dropdown-item {
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 2px;
  transition: all 0.2s ease;
}

.mega-style .dropdown-item:hover {
  background: rgba(37, 0, 245, 0.04) !important;
  transform: translateX(4px);
}

.mega-style .icon-wrap {
  width: 35px;
  height: 35px;
  background: rgba(37, 0, 245, 0.06);
  color: #0F4ECF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-right: 12px;
  flex-shrink: 0;
}

.mega-style .text-wrap {
  display: flex;
  flex-direction: column;
}

.mega-style .d-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.mega-style .d-desc {
  font-size: 11px;
  color: #777;
  margin: 0;
  line-height: 1.3;
  white-space: normal;
}


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

.dropdown:hover .dropdown-toggle::after {
  transform: none;
}

/* Ensure underline shows when hovering over the menu too */
.navbar-nav .nav-link:hover::after,
.nav-item.active .nav-link::after,
.nav-item.dropdown:hover > .nav-link::after {
  transform: scaleX(1);
}

/* Fallback for basic dropdown items */
.dropdown-item:not(.d-flex) {
  padding: 10px 12px;
  font-weight: 600;
  border-radius: 8px;
}


/* --- Toggler --- */
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0;
  outline: none !important;
  position: relative;
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  border: none;
}

.navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler .toggler-icon {
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 3px 0;
  transition: none;
  border-radius: 10px;
}

/* Modern Line Lengths */
.navbar-toggler.collapsed .toggler-icon:nth-child(2) {
  width: 18px;
  margin-left: auto;
  margin-right: 6px;
}

/* Hamburger to X Transformation */
.navbar-toggler:not(.collapsed) .toggler-icon:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  width: 24px;
}

.navbar-toggler:not(.collapsed) .toggler-icon:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}

.navbar-toggler:not(.collapsed) .toggler-icon:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  width: 24px;
}

/* Active State remains consistent - text only */
.navbar-nav .nav-item.active > .nav-link {
  color: #fff;
  background: transparent;
}

.top-nav-collapse .nav-item.active > .nav-link {
  color: #ffffff !important;
  background: transparent;
}



/* Mobile Responsive Adjustments */
@media (max-width: 991px) {
  .navbar-collapse,
  .collapsing,
  .navbar-nav .nav-link,
  .navbar-toggler,
  .toggler-icon,
  .dropdown-menu {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    animation: none !important;
  }
  
  .navbar {
    background: #0d0d28 !important; /* Slightly darker for mobile */
    padding: 12px 0;
  }
  
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100vh;
    background: #0d0d28;
    padding: 80px 20px 20px;
    margin-top: 0;
    border-radius: 0 15px 15px 0;
    box-shadow: 10px 0 40px rgba(0,0,0,0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block !important; /* Force display for instant switch */
    z-index: 999;
  }
  
  .navbar-collapse.show {
    left: 0;
  }

  /* Close button or toggler visibility */
  .navbar-toggler {
    z-index: 1001; /* Stay above the side menu */
  }
  
  .navbar-nav .nav-link {
    padding: 15px 15px !important;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .dropdown-menu.mega-style {
    position: static;
    min-width: 100%;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: none;
    padding: 10px;
    opacity: 1;
    visibility: visible;
    display: none; /* Controlled by JS SlideToggle */
    transform: none;
    pointer-events: auto;
    margin-top: 5px;
    border-radius: 8px;
  }
  
  .mega-style .dropdown-item {
    padding: 12px;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 6px;
    margin-bottom: 4px;
    background: transparent !important;
  }
  
  .mega-style .dropdown-item:active,
  .mega-style .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.05) !important;
  }
  
  .mega-style .d-title {
    color: #fff;
    font-size: 15px;
  }
  
  .mega-style .d-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
  }
  
  .mega-style .icon-wrap {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    width: 40px;
    height: 40px;
  }

  /* Dropdown indicator for mobile */
  .navbar-nav .dropdown-toggle::after {
    display: inline-block !important;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 8px;
    transition: transform 0.3s ease;
    border: none;
    vertical-align: middle;
  }

  .navbar-nav .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
  }

}
  
  .dropdown-menu {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    padding-left: 20px;
  }
  
  .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .nav-btn {
    margin-left: 0;
    margin-top: 15px;
  }






/* ==========================================================================
3. Hero Area
========================================================================== */
.hero-area-bg {
  position: relative;
  width: 100%;
 /* Full viewport height */
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire area */
 z-index: -1;
}

.contents {
  
  z-index: 1; /* Ensures content is above the video */
  color: white; /* Text color for visibility over the video */
  justify-content: center; /* Horizontally center content */
  align-items: center; /* Vertically center content */
  height: 100%; /* Ensure the parent container's height is taken */
 
}

.header-button a {
  margin-right: 10px; /* Space between buttons */
}


#hero-area {
  /*background-image: url(../img/about-hero.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
  position: relative;
  overflow: hidden;
  padding: 185px 0 82px

}

/*erp.php hero area*/



#hero-area .contents .head-title {
  color: #cce0e1;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
  
  /*width: 600px;               /* Set the width of the box */
  /*height: 180px;              /* Set the height of the box */
  /*background-color: rgba(255, 255, 255, 0.178); /* Semi-transparent background */
  /*color: white;               /* Text color */
  /*border-radius: 20px;        /* Rounded corners */
  /*padding: 20px;              /* Inner spacing */
  /*display: flex;              /* Flexbox for alignment */
  /*flex-direction: column;     /* Stack children vertically */
  /*justify-content: flex-start; /* Align items to the top (vertical alignment) */
  /*align-items: flex-start;    /* Align items to the left (horizontal alignment) */
}

#hero-area .contents .head-wrap {
  color: #ffffff;
}
#hero-area .contents .header-button {
  margin-top: 20px;
  color: #ffffff;
}
#hero-area .contents .header-button .btn {
  margin-right: 10px;
}

.sloder-img {
  background: #fdfdff;
}


/* ==========================================================================
3. Hero 
========================================================================== */
#hero {
  background-image: url(../img/about-hero1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 180px 0 80px;
}

#hero .contents .head-title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 100px;
}

/* Gradient text styling */
.blue-gradient {
  background: linear-gradient(to right, #0F4ECF, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.green-gradient {
  background: linear-gradient(to right, #17CB2C, #4ade80);
  
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#hero .contents .head-wrap {
  color: #ffffff;
}
#hero .contents .header-button {
  margin-top: 20px;
  color: #ffffff;
}
#hero .contents .header-button .btn {
  margin-right: 10px;
}

.sloder-img {
  background: #fdfdff;
}

.contents {
  position: relative;
  z-index: 1; /* Ensures content is above the video */
  color: white; /* Text color for visibility over the video */
  margin-left: 9px;
  padding-top: 89px;
}

.header-button a {
  margin-right: 10px; /* Space between buttons */
}

/* ==========================================================================
3. Hero - cl
========================================================================== */
#hero-cl {
  background-image: url(../img/new-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 132px 0 80px;
}

#hero-cl .contents .head-title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
}
#hero-cl .contents .head-wrap {
  color: #ffffff;
}
#hero-cl .contents .header-button {
  margin-top: 20px;
  color: #ffffff;
}
#hero-cl .contents .header-button .btn {
  margin-right: 10px;
}

.sloder-img {
  background: #fdfdff;
}
/* Team Item */
.team-item:hover {
  box-shadow: 0 10px 22px 10px rgba(232, 234, 235, 0.836);
}

.team-item {
  margin: 15px 0;
  border-radius: 0px;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.team-item .team-img {
  float: left;
  width: 200px;
  margin-right: 30px;
}

.team-item .contetn {
  padding: 15px 50px;
  height: 200px;
}

.team-item .social-icons {
  padding-top: 11px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.team-item .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .social-icons li a i {
  font-size: 18px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li .lni-facebook-filled {
  color: #3b5998;
}

.team-item .social-icons li .lni-twitter-filled {
  color: #00aced;
}

.team-item .social-icons li .lni-instagram-filled {
  color: #fb3958;
}

.team-item .info-text {
  margin-bottom: 10px;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color: #F63854;
}

.team-item .info-text p {
  margin: 0;
  color: #e9e9e9;
}

.team-item:hover .team-overlay {
  opacity: 1;
}



/* ==========================================================================
3. Hero-area-contact
========================================================================== */

#hero-area-contact {
  /*background-image: url(../img/about-hero.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 102px 80px;

}

#hero-area-contact .contents .head-title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
  /*width: 600px;               /* Set the width of the box */
  /*height: 180px;              /* Set the height of the box */
  /*background-color: rgba(255, 255, 255, 0.178); /* Semi-transparent background */
  /*color: white;               /* Text color */
  /*border-radius: 20px;        /* Rounded corners */
  /*padding: 20px;              /* Inner spacing */
  /*display: flex;              /* Flexbox for alignment */
  /*flex-direction: column;     /* Stack children vertically */
  /*justify-content: flex-start; /* Align items to the top (vertical alignment) */
  /*align-items: flex-start;    /* Align items to the left (horizontal alignment) */
}

#hero-area-contact .contents .head-wrap {
  color: #ffffff;
}
#hero-area-contact .contents .header-button {
  margin-top: 20px;
  color: #ffffff;
}
#hero-area-contact .contents .header-button .btn {
  margin-right: 10px;
}

.sloder-img {
  background: #fdfdff;
}
.rows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -139px;
  margin-left: 23px;
}


/* ==========================================================================
3. Hero company
========================================================================== */
.hero-company-bg {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire area */
  z-index: -1; /* Places the video behind the content */
}


#hero-company {
  background-image: url(../img/CO.jpg); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 180px 0 80px;

}

#hero-company .contents .head-co {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;

  /*width: 600px;               /* Set the width of the box */
  /*height: 180px;              /* Set the height of the box */
  /*background-color: rgba(255, 255, 255, 0.178); /* Semi-transparent background */
  /*color: white;               /* Text color */
  /*border-radius: 20px;        /* Rounded corners */
  /*padding: 20px;              /* Inner spacing */
  /*display: flex;              /* Flexbox for alignment */
  /*flex-direction: column;     /* Stack children vertically */
  /*align-items: flex-start;    /* Align items to the left (horizontal alignment) */
}

#hero-company .contents .head-wrap {
  color: #ffffff;
}
#hero-company .contents .header-button {
  margin-top: 20px;
  color: #ffffff;
}
#hero-company .contents .header-button .btn {
  margin-right: 10px;
}

.sloder-img {
  background: #fdfdff;
}


/* ==========================================================================
   Pricing Table Style
   ========================================================================== */
#pricing {
  text-align: center;
}

#pricing .title {
  padding-top: 20px;
}

#pricing .title h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
}

#pricing .title .month-plan {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

#pricing .table {
  margin-top: 15px;
  padding: 30px;
  border-radius: 4px;
  border: none !important;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #EBEDEF;
  margin-bottom: 20px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .icon-box i {
  color: #F63854;
  line-height: 60px;
  font-size: 24px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .pricing-header {
  position: relative;
  text-align: center;
}

#pricing .table .pricing-header .price-value {
  font-size: 20px;
  color: #F63854;
  position: relative;
  text-align: center;
  font-weight: 700;
}

#pricing .table .pricing-header .price-value sup {
  font-size: 16px;
  font-weight: 500;
  top: -18px;
}

#pricing .table .pricing-header .price-value span {
  font-size: 15px;
  color: #abacae;
  font-weight: 400;
}

#pricing .table .description {
  text-align: center;
  padding: 0px 50px;
  margin-bottom: 20px;
}

#pricing .table .description li {
  font-size: 14px;
  font-weight: 400;
  color: #abacae;
  padding: 4px 0;
}

#pricing .table .description li:last-child {
  border-bottom: none;
}

#pricing .table:hover {
  background: #ffffff;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#pricing .table:hover .icon-box {
  background: #F63854;
}

#pricing .table:hover .icon-box i {
  color: #fff;
}

#pricing #active-tb {
  background: #ffffff;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#pricing #active-tb .icon-box {
  background: #F63854;
}

#pricing #active-tb .icon-box i {
  color: #fff;
}

#pricing .active {
  z-index: 99999;
}

/* ==========================================================================
   testimonial Style
   ========================================================================== */


.testimonial {
  position: relative;
  background-color: #09091b;
}

.testimonial-item {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 30px 20px;
}

.testimonial-item .img-thumb {
  position: relative;
  margin: 15px 15px 15px 0;
}


.testimonial-item .img-thumb img {
  border-radius: 50%;
  display: inline-block;
  width: inherit;
  padding: 7px;
}

.testimonial-item .content {
  overflow: hidden;
}

.testimonial-item .content .description {
  width: 100%;
  color: #333;
}

.testimonial-item .content .star-icon i {
  color: #0b283b;
}

.testimonial-item .info h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}

.testimonial-item .info h2 a {
  color: #333;
}

.testimonial-item .info h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}

.testimonial-item .info h3 a {
  color: #333;
}

.testimonial-item .info .indicator {
  font-size: 22px;
  font-weight: 700;
  color: #0b283b;
}

.testimonial-item .icon-social {
  margin-top: 30px;
}

.testimonial-item .icon-social a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.testimonial-item .icon-social a:hover {
  color: #fff;
}

.testimonial-item .icon-social .facebook:hover {
  background: #3b5999;
}

.testimonial-item .icon-social .twitter:hover {
  background: #4A9CEC;
}

.testimonial-item .icon-social .instagram:hover {
  background: #0b283b;
}

.testimonial-item .icon-social .linkedin:hover {
  background: #1260A2;
}

.testimonial-item .icon-social .google:hover {
  background: #0b283b;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot.clickable, .owl-carousel button.owl-dot:hover span {
  background: #0b283b;
}

.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #f1f1f1;
}

.form-control:focus {
  border-color: #F63854;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

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

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #F63854;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.h3 {
  float: right;
  font-size: 16px;
}

/*cta
*/


/* ==========================================================================
   Footer Styles - Compact & Modern
   ========================================================================== */
.footer-area {
  background: #0d0d28;
  padding: 50px 0 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-logo img {
  height: 45px;
  margin-bottom: 20px;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 300px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #0F4ECF, #17CB2C);
}

.footer-links-list li, 
.contact-list-footer li {
  margin-bottom: 12px;
  list-style: none;
}

.footer-links-list li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-links-list li a:hover {
  color: #17CB2C;
  padding-left: 5px;
}

.contact-list-footer li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}

.contact-list-footer li i {
  color: #17CB2C;
  margin-right: 12px;
  font-size: 18px;
  margin-top: 3px;
}

.social-icons-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.social-icons-footer a:hover {
  background: linear-gradient(45deg, #0F4ECF, #17CB2C);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 0, 245, 0.3);
}

/* Copyright Section */
#copyright {
  background: #07071a;
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.brand-text {
  color: #17CB2C;
  font-weight: 600;
}

/* ==========================================================================
   WhatsApp Floating Button - Premium
   ========================================================================== */
.whatsapp-float-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.whatsapp-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25D366;
  border-radius: 50%;
  animation: wa-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  opacity: 0.4;
}

@keyframes wa-ping {
  75%, 100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.whatsapp-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.whatsapp-button:hover {
  background: #128C7E;
  transform: scale(1.1);
}

.whatsapp-button svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
  position: relative;
  z-index: 10;
}

.wa-notification {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  background: #ff3b30;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: wa-pulse 1.5s infinite;
  z-index: 11;
}

@keyframes wa-pulse {
  0% { transform: scale(0.9); }
  50% { transform: scale(1.1); }
  100% { transform: scale(0.9); }
}

.wa-tooltip {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: #fff;
  color: #333;
  padding: 8px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.wa-tooltip::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.whatsapp-button:hover .wa-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 767px) {
  .whatsapp-float-container {
    bottom: 20px;
    right: 20px;
  }
}




/* ==========================================================================
   Blog styles
   ========================================================================== */




.blog-header {
  background-color: #18092e;
  color: white;
  padding: 40px 0;
  text-align: center;
}

.blog-header h1 {
  font-size: 3rem;
  margin: 0;
  color: white;
}

.blog-header p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.blog-post {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s;
}

.blog-post:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-post h2 {
  color: #563d7c;
  font-size: 1.5rem;
}

.blog-post p {
  color: #666;
}

.blog-post a {
  text-decoration: none;
  color: #563d7c;
  font-weight: bold;
}

.blog-post a:hover {
  text-decoration: underline;
}



/* ==========================================================================
   Contact page styles
   ========================================================================== */



.contact-header {
  background-color: #18092e;
  color: white;
  padding: 40px 0;
  text-align: center;
}

.contact-header h1 {
  font-size: 3rem;
  margin: 0;
  color: white;
}

.contact-header p {
  font-size: 1.2rem;
  margin-top: 10px;
}
.contact-form, .business-form {
  background-color: #0a056073;
  border-radius: 50px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(240, 240, 240, 0.1);
  margin: 20px auto; /* Centers the form horizontally */
  max-width: 650px; /* Optional: Set a max width to control the size */
}

button {
  background: linear-gradient(45deg, #0F4ECF, #17CB2C); /* Gradient colors */
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background: transparent;
}

.contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  padding: 20px;
}





/* ==========================================================================
  services page style
   ========================================================================== */


   .header {
    margin-top: 20px;
  }
  
  .logo {
    width: 100px;
  }
  
  .content h1 {
    font-size: 2.5rem;
    margin: 20px 0;
    font-weight: 700;
    color: #ffffff;
  }
  
  .highlight {
    color: #a44bf7; /* Adjust this to match the purple logo shade */
  }
  
  .subheading {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #ffffff;
  }
  
  .industry-selections {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
  
  .row_ser {
    display: flex;
    justify-content: center;
    gap: 100px;
  }
  
  .industry {
    text-align: center;
    width: 150px;
    color: #dfdfe2;
  }
  
  .industry img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .industry img:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
  }
  
  .industry p {
    font-size: 16px;
    margin: 10px 0;
  }
  
  .botton {
    background: #8b56e4;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .botton:hover {
    background: #7239b0;
  }





/* ==========================================================================
  Index.php services area
   ========================================================================== */

   .btn-com {
    background:  #ffffffbb; /* Gradient background */
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    color: rgb(7, 13, 102); /* Ensure text color contrasts with the gradient */
    border: rgb(0, 0, 0); /* Optional: Remove border if any */
    padding: 10px 20px; /* Optional: Add padding for better appearance */
    border-radius: 20px; /* Optional: Add rounded corners */
    cursor: pointer; /* Optional: Add pointer cursor */
  }
  
  
  .btn-com:hover {
    color: #ffffff;
    background: linear-gradient(45deg, #0F4ECF, #17CB2C); /* Gradient background */
    border: 1px #2988b8;
    box-shadow: 0 6px 22px rgba(70, 63, 63, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
  }
  

  

/* ==========================================================================
  e-commerce.html 
   ========================================================================== */


  .custom-section {
    background-color: #f8f9fa; /* Light gray background */
    padding: 90px 260px;
    text-align: center;
  }
  .custom-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .custom-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6c757d; /* Gray text */
  }


  /* Services ecom */
.services-ecom {
  padding: 45px;
  border-radius: 4px;
  text-align: center;
  margin: 15px 0;
  box-shadow: 0 0 12px rgba(5, 60, 241, 0.281);;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  /*min-height: 380px;
  width: 310px;   */
  
}
.services-ecom .services-content h3 {
  font-weight: 500;
  margin-bottom: 30px;
  
}

.services-ecom .services-content h3 a {
  font-size: 14px;
  color: #565c66;
}

.services-ecom .services-content h3 a:hover {
  color: #000000;
}

.services-ecom:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.services-ecom:hover .icon {
  background: #091b69;
}

.services-ecom:hover .icon i {
  color: #fff;
}

#service {
  position: relative;
}


.process-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  position: relative;
  padding: 20px;
}

/* Container */
.process-container {
  justify-content: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  position: relative;
  padding: 20px;
  margin: 0 auto; /* Centers the container horizontally */
}

/* Step Styling */
.step {
  text-align: center;
  width: 20%;
  position: relative;
  margin-bottom: 20px;
  transition: transform 0.3s ease; /* Adds a smooth transition effect */
}

.step h3 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
}

.step p {
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Circle Styling */
.circle {
  width: 100px;
  height: 100px;
  background-color: #1e1e1e;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0 auto 10px;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect for Circle */
.circle:hover {
  transform: scale(1.1); /* Slightly enlarges the circle */
  background-color: #040541e8; /* Changes background to accent color */
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(109, 151, 241, 0.4); /* Adds a glowing effect */
}

/* Connecting Lines */
.process-container::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #13094786;
  z-index: -1;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .process-container {
    flex-direction: column;
    align-items: center;
  }

  .step {
    width: 100%;
  }

  .process-container::before {
    display: none; /* Remove the horizontal line */
  }

  .step:not(:last-child)::after {
    display: none; /* Remove connecting lines */
  }
}

@media (max-width: 480px) {
  .circle {
    width: 80px;
    height: 80px;
    font-size: 0.9rem;
  }

  .step h3 {
    font-size: 1rem;
  }

  .step p {
    font-size: 0.8rem;
  }
}

/* Simple slider styles */
.slider-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.slider {
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s;
}

.slide {
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.service-box {
  background: white;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.service-box h3 {
  margin: 0 0 15px 0;
  color: #333;
}

.service-box p {
  color: #666;
  line-height: 1.6;
}

/* Simple navigation buttons */
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.prev { left: 10px; }
.next { right: 10px; }

/* Dots navigation */
.dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
}

.dot.active {
  background: #007bff;
}

.hero-slider {
  background:  #080B1A;
  color: white;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.slider-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 20px;
}

.slide-content {
  flex: 1;
  max-width: 600px;
}

.slide-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slide-image img {
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
}

.category {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 20px;
  font-weight: 500;
}

.title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

.description {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.9);
}

.learn-more {
  display: inline-block;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.learn-more:hover {
  background: rgba(255, 255, 255, 0.2);
}

.slider-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav-button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.nav-button:hover {
  opacity: 1;
}

.slide-counter {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

/* Option 3: Wide spacing with absolute positioning */
.slider-nav {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-bt template {
  position: absolute;
  left: 600px;

}

.nav-bt .next {
  position: absolute;
  right: 600px;
  
}

/* Glow effects */
.glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 224, 224, 0.2) 0%, rgba(46, 8, 84, 0) 70%);
  pointer-events: none;
}

.glow-1 { top: -100px; right: -100px; }
.glow-2 { bottom: -100px; left: -100px; }




/*product page */

/* Style for submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  display: none;
}

/* Show submenu on hover */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* Style for the '>' icon */
.submenu-icon {
  float: right;
  font-size: 14px;
  margin-left: 8px;
}

    .slide {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
 
  text-align: center; /* Ensures text is centered */
}

.category {
  font-size: 20px; /* Adjust size as needed */
  font-weight: bold;
  margin-bottom: 10px; /* Space between text and image */
}

.slide-imags {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slide-images img {
  max-width: 800px;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
}
.slide-content {
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Center text */
}

.slide-images img {
  display: block;
  height: auto;
}

  
/* ==========================================================================
 erp_content
   ========================================================================== */


   .custom-section-erp {
    background-image: url(../img/ec.jpg);
    background-color: #f8f9fa; /* Light gray background */
    padding: 100px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
  }

  @media (max-width: 991px) {
    .custom-section-erp {
      padding: 60px 20px;
    }
  }
  .custom-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .custom-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6c757d; /* Gray text */
  }

  
  .content-image img {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.content2-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: block;
  margin: 0;  /* Remove auto margin */
  float: left;  /* Add float left */
  padding: 20px;  /* Add some padding */
}

.erp-features {
  background: linear-gradient(135deg, #080B1A 0%, #000d38 100%);
  padding: 80px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 30px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.feature-box h3 {
  color: white;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.feature-box p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .features-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .features-grid {
      grid-template-columns: 1fr;
  }
  
  .erp-features {
      padding: 40px 0;
  }
}


 .blog-post {
              background: white;
              border-radius: 8px;
              overflow: hidden;
              box-shadow: 0 2px 4px rgba(0,0,0,0.1);
              transition: transform 0.3s ease;
              padding: 1.5rem;
              margin-bottom: 2rem;
              height: 100%;
          }
  
          .blog-post:hover {
              transform: translateY(-5px);
              box-shadow: 0 4px 8px rgba(0,0,0,0.2);
          }
  
          .blog-post img {
              width: 100%;
              height: 200px;
              object-fit: cover;
              border-radius: 4px;
              margin-bottom: 1rem;
          }
  
          .blog-post h2 {
              font-size: 1.25rem;
              font-weight: bold;
              margin-bottom: 1rem;
              color: #333;
          }
  
          .blog-post p {
              color: #666;
              font-size: 0.95rem;
              line-height: 1.5;
              margin-bottom: 1rem;
          }
  
          .blog-post a {
              display: inline-block;
              color: #dc2626;
              text-decoration: none;
              font-weight: 500;
              transition: color 0.3s ease;
          }
  
          .blog-post a:hover {
              color: #b91c1c;
          }
  
          .blog-meta {
              font-size: 0.85rem;
              color: #888;
              margin-bottom: 1rem;
          }
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
   
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 10000;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;
}

.close-popup:hover {
    color: #dc2626;
}

.popup-content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.popup-content .blog-meta {
    margin-bottom: 20px;
}

.popup-content h2 {
  font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

/* Mobile Menu Blur Effect */
body.menu-open > *:not(.navbar-overlay):not(#header-wrap) {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  transition: filter 0.3s ease;
  pointer-events: none;
}