/**
* Template Name: eBusiness (Customized)
* Template URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Header Decoration Line (Custom)
--------------------------------------------------------------*/
.header-decoration-line {
  position: fixed;
  top: 80px; /* Matches initial header height */
  width: 100%;
  left: 0;
  z-index: 998; /* Below header dropdowns, above main content */
  line-height: 0;
  transition: top 0.5s ease;
}

/* Adjust line position when header is scrolled */
#header.header-scrolled + .header-decoration-line {
  top: 64px; /* Matches scrolled header height */
}

.header-decoration-line .line-black {
  height: 3px;
  background-color: #000;
}

.header-decoration-line .line-theme {
  height: 2px;
  background-color: #3ec1d5; /* Matches the theme's primary color */
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #3ec1d5;
}

a:hover {
  color: #5bc2db;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

p {
  margin: 0 0 15px;
  color: #444;
}

img {
  max-width: 100%;
  height: auto;
}

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

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.area-padding {
  padding: 70px 0px 80px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3ec1d5;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #60ccdc;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  background: #fff;
  height: 64px;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

@media (max-width: 768px) {
  #header {
    height: 64px;
  }
}

/*--------------------------------------------------------------
# Page Header Styling (Products, About, Contact)
--------------------------------------------------------------*/
.header-bg.page-area {
  padding: 100px 0 10px;
  position: relative;
  background: #333 url(../img/backgrounds/page-header-bg.jpg) no-repeat center
    center;
  background-size: cover;
}

.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* A dark blue overlay adds a professional tech feel */
  background: rgba(28, 38, 55, 0.8);
}

/* Ensure text is above the overlay */
.header-bg .container {
  position: relative;
}

/* Styling for the main title on the page header */
.header-bottom h1.title2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Styling for the subtitle on the page header */
.header-bottom h2.title3 {
  color: #eee;
  font-size: 20px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #3ec1d5;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #444;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #3ec1d5;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #444;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #444;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #3ec1d5;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 80px; /* Adjusted for header height */
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}

#hero p {
  width: 80%;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 auto 30px auto;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero p {
    font-size: 28px;
    line-height: 1.2;
  }
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .btn-get-started {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #3ec1d5;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #3ec1d5;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-area {
  background-color: #f9f9f9;
}

.single-well ul li {
  color: #444;
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3ec1d5;
  margin-right: 8px;
  font-size: 20px;
  line-height: 0;
}

/*--------------------------------------------------------------
# About Page Specifics
--------------------------------------------------------------*/
.bg-light-gray {
  background-color: #f9f9f9;
}

.mission-vision-card {
  background: #fff;
  padding: 40px 30px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

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

.mission-vision-card .card-icon {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 42px;
  color: #3ec1d5;
}

.mission-vision-card h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.mission-vision-card p {
  color: #555;
  line-height: 1.8;
}

/*--------------------------------------------------------------
# Services / Why Choose Us
--------------------------------------------------------------*/
.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}

.section-headline.services-head > h2 {
  margin-bottom: 25px;
}

.services-details {
  padding: 30px;
  transition: all 0.5s ease 0s;
  border: 1px solid #eee;
  border-radius: 8px;
  height: 100%;
}

.services-details:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-details:hover h4,
.services-details:hover .services-icon {
  color: #3ec1d5;
}

.services-details h4 {
  color: #444;
  font-size: 20px;
  font-weight: 600;
}

.services-details p {
  color: #555;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Featured Products (Homepage)
--------------------------------------------------------------*/
.product-card {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  transition: transform 0.4s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Allows content to fill space */
}

.product-content h4 {
  color: #444;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1; /* Pushes button down */
}

.ready-btn1 {
  border: 2px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 1;
  align-self: center; /* Center button horizontally */
  margin-top: auto; /* Pushes button to the bottom */
}

.ready-btn1:hover {
  color: #fff;
  background: #3ec1d5;
  border-color: #3ec1d5;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Product Category Page Styles
--------------------------------------------------------------*/
.product-category-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.product-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.category-image img {
  border-radius: 5px;
  max-width: 100%;
}

.category-details h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.category-details h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #555;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.category-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.category-details ul li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.category-details ul li i {
  font-size: 20px;
  color: #3ec1d5;
  line-height: 1.6;
  margin-right: 10px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767px) {
  .category-image {
    margin-bottom: 20px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-area .single-icon i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 20px;
  color: #3ec1d5;
}

.contact-area .single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form input,
.contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #3ec1d5;
}

.contact-form button[type="submit"] {
  background: #333;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type="submit"]:hover {
  background: #3ec1d5;
}

/*--------------------------------------------------------------
# Call to Action (Suscribe Area)
--------------------------------------------------------------*/
.suscribe-area {
  background: #3ec1d5;
  padding: 50px 0;
}

.suscribe-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sus-btn {
  background: #fff;
  border: 2px solid #fff;
  color: #3ec1d5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.3s;
}

.sus-btn:hover {
  background: transparent;
  color: #fff;
}

/*--------------------------------------------------------------
# Footer (Updated with Network BG)
--------------------------------------------------------------*/
.footer-area {
  padding: 50px 0 0 0;
  color: #ddd;
  position: relative;
  background: #1c2637 url(../img/footer.png) no-repeat center center;
  background-size: cover;
}

.footer-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* A dark blue overlay is more professional than black for this image */
  z-index: 1;
}

.footer-area .container {
  position: relative;
  z-index: 2;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  max-width: 155px;
}

.footer-head p {
  color: #000;
  line-height: 1.8;
  font-size: 15px;
}

.footer-head p.company-name {
  margin-bottom: 15px;
  color: #000;
}

.footer-head h4 {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.footer-contacts {
  padding-top: 5px;
}

.footer-contacts p {
  margin-bottom: 15px;
  color: #000;
}

.footer-contacts p span {
  color: #000;
  font-weight: 600;
  margin-right: 5px;
}

.footer-quick-links a {
  color: #000;
  display: block;
  margin-bottom: 12px;
  transition: all 0.3s;
  font-size: 15px;
}

.footer-quick-links a:hover {
  color: #3ec1d5;
  padding-left: 5px;
}

.footer-area-bottom {
  background: #151d29;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

.copyright p {
  margin-bottom: 0;
  color: #ccc;
}

.copyright a,
.credits a {
  color: #3ec1d5;
  transition: color 0.3s;
}

.copyright a:hover,
.credits a:hover {
  color: #fff;
}

.credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
/*--------------------------------------------------------------
# Technical Help Page
--------------------------------------------------------------*/
.tech-support-box {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.tech-support-box .support-icon i {
  font-size: 48px;
  color: #3ec1d5;
  margin-bottom: 15px;
  display: block;
}

.tech-support-box h3 {
  font-weight: 700;
}

.tech-support-box .support-email {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.tech-support-box .support-email:hover {
  color: #3ec1d5;
}

.support-guidance h4 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.support-guidance ul {
  list-style: none;
  padding-left: 0;
  max-width: 600px;
  margin: 0 auto;
}

.support-guidance ul li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.support-guidance ul li i {
  font-size: 20px;
  color: #3ec1d5;
  line-height: 1.6;
  margin-right: 10px;
}

.more {
  font-size: 14px;
  color: #3ec1d5;
  margin-top: 10px;
  font-style: italic;
}
/*--------------------------------------------------------------