@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");

:root {
  --primary-blue: #006fc9;
  --secondary-purple: #5856d6;
  --gradient-bg: linear-gradient(135deg, #007aff 0%, #5856d6 100%);
  --text-dark: #2c3e50;
  --text-muted: #6c757d;
}

body {
  font-family: "Inter", sans-serif;
  background: #f8f9fa;
}

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

/* Header */
header {
  left: 0;
  background: transparent;
  color: white;
  padding: 0;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 1020;
}

.btn-cta {
  width: 140px;
  height: 48px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  transition: all 0.3s ease;
}

.btn-cta:hover,
.btn-cta:active,
.btn-cta:focus,
.btn-cta:disabled,
.btn-cta:disabled:hover,
.btn-cta:disabled:active {
  background: #f8f9fa !important;
  color: #000 !important;
}

.btn-cta:hover,
.btn-cta:active,
.btn-cta:focus,
.btn-cta:visited,
.btn-cta:disabled,
.btn-cta:disabled:focus,
.btn-cta:disabled:active:focus {
  outline: none !important;
  border: none;
}

/* Menu Tabs */
#navbarNav .nav-item .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400 !important;
  white-space: nowrap;
  text-align: center;
  transition: color 0.3s ease;
}

.nav .nav-item button {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 0;
  padding: 1rem !important;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #2a2a2a !important;
  background-color: transparent;
  display: block;
  width: 100%;
  text-align: left;
}

.nav .nav-item button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav .nav-item button:focus {
  outline: none;
}

.nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
  border-bottom: 4px solid #006fc9;
}

.navbar-nav > .nav-item > .nav-link.active,
.navbar-nav > .nav-item > .nav-link.show,
.navbar-nav > .nav-item > .nav-link:hover,
.navbar-nav > .nav-item > .nav-link:focus {
  border-bottom: 4px solid #1a0f91;
  color: #fff !important;
  /* background-color: #1a0f91 !important; */
}

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

.nav .nav-item button:hover,
.nav .nav-item button:focus,
.nav .nav-item button.active {
  color: #000000 !important;
  /* background: #eee !important; */
  /* border-bottom: 4px solid transparent; */
}

/* Windows 11 Style Mega Menu */
.ktm-mega-menu .dropdown-menu {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.ktm-mega-menu:hover .dropdown-menu,
.ktm-mega-menu .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Windows 11 Style Tabs */
.mega-menu .nav-pills {
  display: flex;
  background: #f6f6f6;
  border-radius: 8px 8px 0 0;
  padding: 8px 8px 0 8px;
  margin: 0;
}

.mega-menu .nav-pills .nav-item {
  margin: 0;
}

.mega-menu .nav-pills .nav-link {
  font-family: "Segoe UI", "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #424242;
  background: transparent;
  border: none;
  border-radius: 6px 6px 0 0;
  padding: 8px 16px;
  margin-right: 4px;
  position: relative;
  transition: all 0.2s ease;
  border-bottom: 4px solid transparent;
}

.mega-menu .nav-pills .nav-link:hover {
  background: #e8e8e8;
  color: #000;
}

.mega-menu .nav-pills .nav-link.active {
  background: #ffffff;
  color: #000;
  font-weight: 600;
}

.mega-menu .nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0067c0;
  border-radius: 2px 2px 0 0;
}

/* Tab Content */
.mega-menu .tab-content {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 16px;
}

.mega-menu .tab-content h2 {
  color: #616161;
  font-family: "Segoe UI", "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.mega-menu .tab-content .row {
  margin: 0 -8px;
}

.mega-menu .tab-content .col-md-4 {
  padding: 0 8px;
}

.mega-menu .tab-content a {
  color: #323130;
  font-family: "Segoe UI", "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 8px;
  margin: 2px 0;
  border-radius: 4px;
  display: block;
  transition: all 0.2s ease;
}

.mega-menu .tab-content a:hover {
  background: #f0f7ff;
  color: #0067c0;
}

/* Windows 11 Style Dropdown Arrow */
.nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  transition: transform 0.2s ease;
}

.ktm-mega-menu:hover .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Off-canvas menu styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #283593;
    z-index: 1050;
    padding: 2rem;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-collapse .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    color: white;
    opacity: 1;
    background: none;
    border: none;
    z-index: 1051;
  }

  .navbar-nav {
    margin-top: 3rem;
  }

  .nav-item {
    margin-bottom: 1rem;
    text-align: left;
  }

  .nav-link {
    font-size: 1.2rem !important;
    padding: 0.5rem 0 !important;
  }

  .dropdown-menu {
    background: transparent;
    border: none;
    padding-left: 1rem;
  }

  .dropdown-item {
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 0.5rem 0 !important;
  }

  /* Mobile Mega Menu Adjustments */
  .mega-menu .nav-pills {
    flex-direction: column;
    background: transparent;
    padding: 0;
  }

  .mega-menu .nav-pills .nav-link {
    border-radius: 6px;
    margin: 4px 0;
    background: rgba(255, 255, 255, 0.1);
  }

  .mega-menu .nav-pills .nav-link.active {
    background: rgba(255, 255, 255, 0.2);
  }

  .mega-menu .nav-pills .nav-link.active::after {
    display: none;
  }

  .mega-menu .tab-content {
    background: transparent;
    padding: 8px 0;
  }

  .mega-menu .tab-content h2 {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }

  .mega-menu .tab-content a {
    color: rgba(255, 255, 255, 0.9);
    padding-left: 0;
  }

  .mega-menu .tab-content a:hover {
    background: transparent;
    color: #ffffff;
    text-decoration: underline;
  }

  .btn-cta {
    width: 100%;
    margin-top: 2rem !important;
  }
}

/* Large screen styles */
@media (min-width: 992px) {
  .dropdown-menu {
    width: 13rem;
  }

  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }

  .ktm-mega-menu {
    position: static;
  }

  .dropdown-menu[data-bs-popper],
  .mega-menu {
    top: 70px !important;
    left: 0;
    right: 0;
    width: 80%;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
  }

  .dropdown-menu li {
    flex: 1 1 50%;
  }

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

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

/* Mobile Mega Menu Fix */
@media (max-width: 991.98px) {
  /* Ensure mega menu is visible and properly styled */
  .ktm-mega-menu .dropdown-menu {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0 0 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .ktm-mega-menu .dropdown-menu.show {
    display: block;
    max-height: 1000px; /* Adjust based on your content */
    padding: 0.5rem 0 0.5rem 1rem;
    background: #fff;
  }

  /* Style the toggle button */
  .ktm-mega-menu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }

  .ktm-mega-menu .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  /* Style the tabs */
  .mega-menu .nav-pills {
    flex-direction: column;
    background: transparent;
    padding: 0;
    margin-bottom: 0.5rem;
  }

  .mega-menu .nav-pills .nav-link {
    color: white !important;
    background: rgba(255, 255, 255, 0.1);
    margin: 0.25rem 0;
    border-radius: 6px;
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
  }

  .mega-menu .nav-pills .nav-link.active {
    background: rgba(255, 255, 255, 0.2);
    color: white !important;
  }

  /* Style the content */
  .mega-menu .tab-content {
    background: transparent;
    padding: 0;
  }

  .mega-menu .tab-content h2 {
    color: white !important;
    padding-left: 0;
    margin-bottom: 0.5rem;
    font-size: 1.1rem !important;
  }

  .mega-menu .tab-content a {
    color: #000 !important;
    padding: 0.5rem 0 !important;
    font-size: 0.95rem !important;
  }

  .mega-menu .tab-content a:hover {
    color: #283593 !important;
    background: transparent !important;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  /* Ensure proper spacing */
  .ktm-mega-menu {
    margin-bottom: 0.5rem;
  }
}
/* Section */
section.section {
  padding: 6rem 0;
}

/* Section Hero */
section.hero-bg {
  background: url(../images/hero-bg.webp) no-repeat center center;
  background-size: cover;
  /* background: linear-gradient(135deg, #1a0f91 0%, #006fc9 100%); */
}
.section-hero {
  /* height: 100vh; */
  padding-top: 8rem !important;
  color: #fff;
}
.section-hero h2 {
  display: inline-block;
  padding: 0.4rem 1rem;
  background-color: #1a0f91;
  font-weight: 300;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
}
.section-hero h1 {
  font-size: 2.4rem;
  font-weight: 100;
  margin-bottom: 1rem;
}
.section-hero h1 strong {
  font-weight: 800;
}
.section-hero a {
  color: #fff;
  text-underline-offset: 8px;
}

.carousel-indicators {
  bottom: -2.5rem;
}
.carousel-indicators [data-bs-target] {
  border-radius: 12px;
  width: 10px;
  height: 6px;
  margin: 0 3px;
  border: none !important;
}

.carousel-indicators .active {
  width: 40px;
}

section .section-title {
  font-size: 2.5rem;
  font-weight: 200;
  text-transform: capitalize;
}
section .section-title span {
  color: #006fc9;
  font-weight: 800;
}

section .lead {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1rem;
 text-align: justify;
  /* color: #555; */
}

/* Section About */
.section-about {
  padding-bottom: 10rem !important;
}
.section-about a {
  color: #000;
  text-underline-offset: 8px;
}

.milestone-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.milestone-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 12px;
  height: 12px;
  background: var(--primary-blue);
  border-radius: 50%;
}

.milestone-item::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1.2rem;
  width: 2px;
  height: calc(100% + 1rem);
  background: var(--primary-blue);
  opacity: 0.3;
}

.milestone-item:last-child::after {
  display: none;
}

.milestone-item p {
  font-size: 1rem;
  color: #555;
  font-weight: 300;
}

/* Section Microsoft Dynamic Grid */
.section-dynamic-grid {
  background-color: #000;
}
.section-dynamic-grid h2.section-title {
  font-weight: 200 !important;
  font-size: 2.5rem !important;
  line-height: 1.4;
  margin-bottom: 1rem !important;
  color: #fff !important;
}
.section-dynamic-grid h2.section-title span {
  font-weight: 800;
  color: #1b6ff3;
}
.section-dynamic-grid p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #fff !important;
}
.section-dynamic-grid a {
  color: #fff;
  text-underline-offset: 8px;
}
.section-dynamic-grid .dynamic-grid-rounded {
  border-radius: 60px;
  margin-top: -10rem;
}
.section-dynamic-grid .dynamic-grid-rounded a {
  border-color: rgb(50 173 230 / 30%) !important;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.6;
  color: #fff !important;
}

@media (max-width: 991px) {
  .section-about,
  section.section {
    padding-top: 8rem !important;
    padding-bottom: 4rem !important;
  }

  .section-dynamic-grid .dynamic-grid-rounded {
    margin-top: 3rem !important;
  }
  .section-hero {
    height: auto;
  }

  .section-services h2:after {
    right: 0;
  }
  .section-dynamic-grid .dynamic-grid-rounded {
    border-radius: 30px;
  }
  .section-dynamic-grid .dynamic-grid-rounded a:last-child {
    border-top: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }
  .section-dynamic-grid .dynamic-grid-rounded a {
    padding: 1.5rem !important;
  }
  .section-dynamic-grid .dynamic-grid-rounded a,
  .section-dynamic-grid .dynamic-grid-rounded a:last-child {
    border-color: #32ade6 !important;
  }

  .navbar-toggler {
    border: none !important;
    background-color: #ffff;
  }

  #navbarNav .nav-item .dropdown-menu .nav-link {
    /* padding: 0 !important; */
    color: #000 !important;
    font-size: 0.95rem !important;
  }

  #navbarNav .nav-item .dropdown-menu button.nav-link,
  #navbarNav .nav-item .dropdown-menu button.nav-link.active {
    /* background: transparent !important; */
    /* border-bottom: none !important; */
  }

  #navbarNav .nav-item .nav-link {
    text-align: left;
  }

  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: block;
  }
}

.img-bg-light {
  background: #fff !important;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1rem;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.058823529411764705);
}

/* Section Microsoft Solutions */
.section-microsoft-solutions .section-title {
  font-weight: 200 !important;
  font-size: 2.5rem !important;
  line-height: 1.2;
  margin-bottom: 1rem !important;
}
.section-microsoft-solutions .section-title span {
  font-weight: 800;
  color: #006fc9;
}
.section-microsoft-solutions p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}
.section-microsoft-solutions a {
  text-underline-offset: 8px;
}

/* Section Services */
.section-services h2.section-title {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem !important;
  font-weight: 200 !important;
  line-height: 1.4;
  margin-bottom: 6rem !important;
  color: #fff !important;
  position: relative;
}
.section-services h2.section-title span {
  font-weight: 800;
  color: #006fc9;
}
.section-services h5 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300 !important;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section-services p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 300;
}

/* Footer */
footer.footer .container {
  position: relative;
}
footer.footer .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(to right, #fdd835, #42a5f5);
}

footer.footer h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 160%;
  color: #3569cb;
}

footer.footer .contact-links a {
  color: #000d00;
  text-underline-offset: 3px;
  transition: all 300ms ease;
  font-size: 0.9rem;
}

footer.footer .contact-links a:hover {
  text-underline-offset: 5px;
}

footer.footer a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  color: #2a2a2a !important;
  text-decoration: none;
  padding-bottom: 8px;
  transition: all 300ms ease;
  text-underline-offset: 0px;
}
footer.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

footer.footer em {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 160%;
  color: #000000;
}

footer.footer address {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 160%;
  color: #000000;
  margin: 2rem 0;
}

footer.footer h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 !important;
  font-size: 1.4rem;
  line-height: 160%;
  color: #000000;
}

/* About Us Page Styles */
.section-about-hero {
  background: linear-gradient(135deg, #1a0f91 0%, #006fc9 100%);
  color: white;
  padding: 8rem 0 6rem !important;
}

.section-about-hero h1 {
  font-size: 2.4rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
}

.section-about-hero h1 span {
  color: #fff;
  font-weight: 800;
}

.section-about-hero .lead {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.btn-primary {
  background-color: #fff;
  border-color: #006fc9;
  padding: 0.75rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  border-width: 2px;
  color: #006fc9;
}
.btn-outline-light,
.btn-light {
  padding: 0.75rem 2rem;
}
.btn-outline-light {
  border-width: 2px;
  font-weight: 400;
  font-size: 1rem;
}

/* Our Story Section */
.section-about-story {
  padding: 6rem 0 !important;
}

.section-about-story .section-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.section-about-story .section-title span {
  color: #006fc9;
}

.section-about-story .lead {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
}

/* Timeline Styles */
.timeline {
  position: relative;
  padding-left: 30px;
  margin-top: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #2a7b9b;
  background: linear-gradient(
    180deg,
    #3f51b5 0%,
    rgba(9, 9, 121, 1) 35%,
    #2196f3 100%
  );
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
}

.timeline-year {
  position: absolute;
  left: -30px;
  top: 0;
  width: 70px;
  height: 70px;
  background: #020024;
  background: linear-gradient(
    180deg,
    #3f51b5 0%,
    rgba(9, 9, 121, 1) 35%,
    #2196f3 100%
  );
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 1.25rem;
  transform: translateX(-50%);
}

.timeline-content {
  padding-left: 2rem;
}

.timeline-content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #212529;
}

.timeline-content p {
  color: #666;
  margin-bottom: 0;
}

/* Stats Container */
.stats-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.stat-item {
  flex: 1 1 calc(0% - 1rem);
  min-width: 120px;
  text-align: center;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #d3d8dc;
  border-radius: 12px;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #006fc9;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}

/* Values Section */
.section-about-values {
  padding: 6rem 0 !important;
}

.section-about-values .section-title {
  color: white !important;
}

.section-about-values .section-title span {
  color: #006fc9 !important;
}

.value-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease, background 0.3s ease;
}

.value-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.value-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.5rem;
}

.value-card h3 {
  color: white;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.value-card p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

/* Team Section */
.section-about-team {
  padding: 6rem 0 !important;
}

.section-about-team .section-title span {
  color: #006fc9;
}

.team-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-10px);
}

.team-img {
  overflow: hidden;
  height: 280px;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.team-info {
  padding: 1.5rem;
  text-align: center;
}

.team-info h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: #1a0f91;
}

.team-info p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.team-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.team-social a {
  color: #666;
  transition: color 0.3s ease;
}

.team-social a:hover {
  color: #006fc9;
}

/* CTA Section */
.section-about-cta {
  padding: 4rem 0 !important;
  background-color: #1a0f91 !important;
}

.section-about-cta h2 {
  font-size: 2.25rem;
  font-weight: 200;
  margin-bottom: 1rem;
}
.section-about-cta h2 span {
  font-weight: 800;
}

.section-about-cta p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.section-about-cta .btn-light {
  font-weight: 600;
  padding: 0.75rem 2rem;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .section-about-hero {
    padding: 6rem 0 4rem !important;
    text-align: center;
  }

  .section-about-hero h1 {
    font-size: 2.5rem;
  }

  .section-about-story .img-bg-light {
    margin-top: 3rem;
  }

  .team-img {
    height: 220px;
  }
}

@media (max-width: 767.98px) {
  .section-about-hero h1 {
    font-size: 2rem;
  }

  .section-about-hero .lead {
    font-size: 1rem;
  }

  .section-about-story .section-title {
    font-size: 2rem;
  }

  .stat-item {
    flex: 1 1 100%;
  }

  .section-about-cta {
    text-align: center;
  }

  .section-about-cta .btn-light {
    margin-top: 1rem;
  }
}

/* Contact Us Page Styles */
.section-contact-hero {
  color: white;
  padding: 8rem 0 6rem !important;
}

.section-contact-hero h1 {
  font-size: 2.25rem;
  font-weight: 200;
  margin-bottom: 1.5rem;
}

.section-contact-hero h1 span {
  color: #fff;
  font-weight: 800;
}

.section-contact-hero .lead {
  font-size: 1rem;
  margin-bottom: 2rem;
}

/* Contact Info Section */
.section-contact-info {
  padding: 6rem 0 4rem !important;
  background-color: #f8f3fe !important;
}

.contact-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-10px);
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
}

.contact-card h3 {
  font-size: 1.16rem;
  margin-bottom: 1rem;
  color: #555;
}

.contact-card address,
.contact-card p {
  color: #666;
  margin-bottom: 1.5rem;
}

.contact-card a {
  color: #006fc9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-card a:hover {
  color: #1a0f91;
  text-decoration: underline;
}

/* Contact Form Section */
.section-contact-form {
  padding: 6rem 0 !important;
}

.section-contact-form .section-title span {
  color: #006fc9;
}

.section-contact-form .form-control,
.section-contact-form .form-select {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.section-contact-form .form-control:focus,
.section-contact-form .form-select:focus {
  border-color: #006fc9;
  box-shadow: 0 0 0 0.25rem rgba(79, 82, 255, 0.25);
}

.section-contact-form .btn-primary {
  color: #fff !important;
  background-color: #006fc9;
  border-color: #006fc9;
  padding: 0.75rem 2.5rem;
  font-weight: 400;
  font-size: 1.16rem;
}

.section-contact-form .btn-primary:hover {
  background-color: #3a3dcc;
  border-color: #3a3dcc;
}

/* Map Section */
.section-contact-map {
  padding: 0 !important;
}

.map-container {
  position: relative;
  padding-bottom: 100%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.office-hours {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1.5rem 0;
}

.transportation i {
  margin-top: 0.25rem;
}
.transportation h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* FAQ Section */
.section-contact-faq {
  padding: 6rem 0 !important;
  background: #f8f3fe !important;
}

.section-contact-faq .section-title span {
  color: #006fc9;
}

.accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 2rem;
}

.accordion-button.collapsed {
  font-weight: 300;
}

.accordion-button:not(.collapsed) {
  background-color: rgb(0 111 201 / 0.1);
  color: #006fc9;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 82, 255, 0.25);
  border-color: #006fc9;
}

.accordion-body {
  padding: 2rem;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .section-contact-hero {
    padding: 6rem 0 4rem !important;
    text-align: center;
  }

  .section-contact-hero h1 {
    font-size: 2.5rem;
  }

  .section-contact-hero .lead {
    font-size: 1rem;
  }

  .section-contact-map .col-lg-6 {
    order: -1;
  }

  .map-container {
    padding-bottom: 75%; /* Adjust aspect ratio for mobile */
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .section-contact-hero h1 {
    font-size: 2rem;
  }

  .section-contact-info .col-lg-4 {
    margin-bottom: 1.5rem;
  }

  .contact-card {
    text-align: center;
  }

  .contact-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Services Hero Section */
.section-services-hero {
  background: linear-gradient(135deg, #1a0f91 0%, #006fc9 100%);
  color: white;
  padding: 8rem 0 6rem !important;
}

.section-services-hero h1 {
  font-size: 2.4rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
}

.section-services-hero h1 span {
  color: #fff;
  font-weight: 800;
}

/* Service Overview Cards */
.service-overview-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  text-align: center;
}

.service-overview-card:hover {
  transform: translateY(-10px);
}

.service-overview-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #006fc9 0%, #1a0f91 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
}

.service-overview-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #1a0f91;
}

.service-overview-card p {
  color: #666;
  margin-bottom: 0;
}

/* Microsoft Solutions Service Cards */
.service-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease, background 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #006fc9;
  font-size: 1.5rem;
}

.service-card h3 {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.service-card p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}

.service-link {
  color: #006fc9;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* ERP Service Cards */
.erp-service-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.erp-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.erp-service-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #006fc9 0%, #1a0f91 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.25rem;
}

.erp-service-card h4 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #1a0f91;
}

.erp-service-card p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.erp-service-link {
  color: #006fc9;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.erp-service-link:hover {
  color: #1a0f91;
  text-decoration: underline;
}

/* Implementation Process */
.process-step {
  text-align: center;
  padding: 2rem 1rem;
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #006fc9 0%, #1a0f91 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}

.process-step h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #1a0f91;
}

.process-step p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* CTA Section */
.section-services-cta {
  padding: 4rem 0 !important;
  background-color: #1a0f91 !important;
}

.section-services-cta h2 {
  font-size: 2.25rem;
  font-weight: 200;
  margin-bottom: 1rem;
}

.section-services-cta h2 span {
  font-weight: 800;
}

.section-services-cta p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .section-services-hero {
    padding: 6rem 0 4rem !important;
  }

  .section-services-hero h1 {
    font-size: 2.5rem;
  }

  .service-overview-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .section-services-cta {
    text-align: center;
  }

  .section-services-cta .btn-light {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .section-services-hero h1 {
    font-size: 2rem;
  }

  .section-services-hero .lead {
    font-size: 1rem;
  }

  .service-overview-card,
  .service-card,
  .erp-service-card {
    margin-bottom: 1.5rem;
  }

  .section-services-cta h2 {
    font-size: 1.75rem;
  }

  .section-services-cta .btn {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

/* Hide accordion by default */
#megaAccordion {
  display: none;
}

/* Show accordion when active */
#megaAccordion:not(.d-none) {
  display: block;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    gap: 1.5rem;
  }
}

/* Service Detail Page Styles */
.industry-list {
  list-style: none;
  padding-left: 0;
}

.industry-list li {
  margin-bottom: 0.5rem;
}

.feature-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 3.5rem;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.process-step {
  flex: 1;
  min-width: 180px;
  text-align: center;
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--primary-blue);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.case-study-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.case-study-img {
  height: 180px;
  overflow: hidden;
}

.case-study-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.case-study-content {
  padding: 1.5rem;
}

.case-study-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.industry {
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}

.results {
  margin-bottom: 1.5rem;
}

.results p {
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .process-steps {
    flex-direction: column;
  }

  .process-step {
    min-width: 100%;
  }
}

/* Breadcrumb */
.breadcrumb-wrapper {
  background-color: white;
  padding: 12px 20px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 20px;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 12px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #0d6efd;
}

.breadcrumb-item.active {
  color: #0b0b2d;
  font-weight: 600;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb .home-icon {
  margin-right: 5px;
}

/* Optional: SVG styling */
.breadcrumb-item svg {
  vertical-align: middle;
  margin-right: 4px;
}

/* Sitemap */
.sitemap-container {
  background-color: white;
  border-radius: 10px;
  padding: 60px 30px;
  max-width: 1200px;
  margin: 50px auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.sitemap-container h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
}

.sitemap-section h5 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.sitemap-section ul {
  list-style: none;
  padding-left: 0;
}

.sitemap-section ul li {
  margin-bottom: 10px;
}

.sitemap-section ul li a {
  text-decoration: none;
  color: #333;
  font-size: 0.8rem;
}

.sitemap-section ul li a:hover {
  color: #0078d4; /* Microsoft Blue */
}

@media (max-width: 768px) {
  .sitemap-section {
    margin-bottom: 40px;
  }
}

h1, h2, h3 {
  min-height: 1.3em;
}

.hero-section {
  min-height: 360px; /* mobile height */
}

.container, .row {
  contain: layout;
}

.hero-section {
  min-height: 360px;   /* mobile */
}

@media (min-width: 768px) {
  .hero-section {
    min-height: 520px; /* tablet */
  }
}

@media (min-width: 1200px) {
  .hero-section {
    min-height: 720px; /* desktop */
  }
}

#whatsappChatButton {
    height: 3em;
    width: 3em;
    border-radius: 25px;
    background-color: rgb(77, 194, 71);
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed;
    z-index: 99;
    left: 15px;
    top: 90%;
}