/*

  

  

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. Main Nav
3. Home
4. About
5. Work
6. Single Work
7. Pricing
8. Contact
--------------------------------------------- */

html {
  font-family: "Open Sans", sans-serif;
}
/* Typography */
p,
a {
  font-weight: 400;
}
.h2 {
  font-size: 40px;
}
.h3 {
  font-size: 28px;
}
.light-300 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
}
.regular-400 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display: block;
  position: absolute;
  border-bottom: 5px solid #6266ea;
  padding-top: 0.5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
/* Main Nav */
#main_nav .nav-item .nav-link:hover {
  color: #fff;
}
/* Home */
#index_banner {
  position: relative;
  background-image: url("./../img/banner-bg-01.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#index_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(9, 30, 62, 0.7); /* Dark Blue Overlay */
  z-index: 2;
}

#index_banner .banner-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  text-align: center;
}

#index_banner {
  background-image: url("./../img/carousel-a.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
}
#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #6266ea !important;
}
.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 33.33%,
    rgba(255, 255, 255, 1) 66.66%,
    rgba(255, 255, 255, 0) 99.99%
  );
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: 0.5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: 0.5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: 0.5s;
}
.recent-work.card {
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 33.333%,
    rgba(97, 84, 199, 1) 66.666%,
    rgba(255, 255, 255, 0) 99.999%
  );
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: 0.5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: 0.5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: 0.5s;
}
/* About */
#it-infra-services-banner {
  /* background-image: url("./../img/it-infra.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#ai-ml-consulting-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#business-analytics-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#cloud-transformation-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#core-network-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#digital-transformation-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#network-deployment-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#network-design-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#network-optimization-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#site-acquisition-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#website-design-development-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#wireless-consulting-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#business-consulting-services-banner {
  /* background-image: url("./../img/banner-bg-02.jpg"); */
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banner-blur-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner-blur-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  filter: blur(4px);
  z-index: 1;
}
/* Underline Animation */
.navbar-nav .nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;

  left: 50%;
  bottom: 0;
  transition: width 0.3s ease, left 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

/* Dropdown on Hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Highlight active menu */
.navbar-nav .nav-link.active {
  color: #0dcaf0 !important; /* Active Text Color */
}
.navbar-nav .nav-link.active {
  color: #0dcaf0 !important;
}

.navbar-nav .nav-link.active .nav-text::after {
  width: 100%;
  left: 0;
}

/* Optional Dark Overlay */
.banner-blur-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 30, 62, 0.4); /* Dark overlay */
  z-index: 1;
}

.banner-blur-wrapper .banner-content {
  position: relative;
  z-index: 2;
}
.banner-blur-wrapper::before {
  background-image: var(--banner-bg);
}

.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239, 239, 253);
  background: -moz-linear-gradient(
    0deg,
    rgba(239, 239, 253, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(239, 239, 253, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  background: linear-gradient(
    0deg,
    rgba(239, 239, 253, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url("./../img/banner-bg-02.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  height: 150px;
}
/* Footer */
footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}
