body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: #F8F9FA;
  color: #1e2833;
  margin: 100px 0px 0px 0px ;
 overflow-x: hidden;
}

/* Main links */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.navbar-brand img {
  height: 32px;
  margin-right: 8px;
}
.nav-brand-name {
  font-size: 22px;
  color: #0272cb;
  font-weight: 600;
  margin-left: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
}

/* Custom Hamburger Icon */
.navbar-toggler .bi-list {
  color: #647CFF;
  transition: color 0.16s;
}
.navbar-toggler:active .bi-list,
.navbar-toggler:focus .bi-list {
  color: #0015ff;
}

/* Center nav and gap on desktop */
@media (min-width: 992px) {
  .navbar-nav {
    justify-content: center;
    width: 100%;
    gap: 24px;
  }
  .navbar-collapse {
    justify-content: center;
  }
}
@media (max-width:991px) {
  .navbar-nav {
    gap: 0;
  }
  .demo-btn { width: 100%; margin-top: 1rem; }
}

/* Nav link styling */
.navbar-nav .nav-link {
  padding-right: 1rem;
  color: #333;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-link.active, .nav-link:active {
  color: #0272cb !important;   /* Use your brand blue */
  font-weight: bold;
}


/* For active dropdown menu item */
.dropdown-item.active, .dropdown-item:active {
 color: #fff !important;
  font-weight: bold;
background: #0272cb !important;
  background: transparent; /* Optional: removes Bootstrap blue background */
}

/* Dropdown styling */
.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(100,124,255,0.07);
  border: 1px solid #e5e5e5;
  min-width: 230px;
}
.dropdown-item {
  font-size: 0.98rem;
  transition: background 0.1s, color 0.2s;
}
.dropdown-item:hover {
  background: #647CFF;
  color: #fff;
}

/* CTA Button */
.demo-btn {
  white-space: nowrap;
  background: #ff8800;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  padding: 0.7rem 2.1rem;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 6px rgba(255,136,0,0.14);
  letter-spacing: 0.01em;
  display: inline-block;
  vertical-align: middle;
}
.demo-btn:hover, .demo-btn:focus {
  background: #ff7100;
  color: #fff;
  box-shadow: 0 2px 10px rgba(255,136,0,0.18);
}

.navbar {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width:700px) {
  .navbar {
    flex-direction: column;
    height: auto;
    padding: 14px;
  }
}

.nav-links ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

    .navbar-brand img {
      height: 32px;
      margin-right: 8px;
    }
    .btn-primary {
      background: #647CFF;
      border-radius: 32px;
      font-weight: 600;
      border:none;
    }
    .btn-primary:hover {
      background: #57C54C;
      color: #fff;
    }
    @media (max-width: 991px) {
      .btn-primary { width: 100%; margin-top: 1rem; }
    }
    /* Custom menu spacing */
    .navbar-nav .nav-link {
      padding-right: 1rem;
    }
    /* Center nav and set gap on desktop */
@media (min-width: 992px) {
  .navbar-nav {
    justify-content: center;
    width: 100%;
    gap: 24px;
  }
  .navbar-collapse {
    justify-content: center;
  }
}
@media (max-width:991px) {
  .navbar-nav {
    gap: 0;
  }
}
.demo-btn {
  white-space: nowrap;
  background: #ff8800;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
text-decoration: none;
  padding: 0.7rem 2.1rem;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 6px rgba(255,136,0,0.14);
  letter-spacing: 0.01em;
  display: inline-block; /* Prevent block wrapping */
  vertical-align: middle;
}
.demo-btn:hover, .demo-btn:focus {
  background: #ff7100;
  color: #fff;
  box-shadow: 0 2px 10px rgba(255,136,0,0.18);
}
.nav-brand-name {
font-size: 16px;
  color: #0272cb;
  font-weight: 600;
  margin-left: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
  letter-spacing: 0px; /* optional for clean look */
}


/* Button */
.nav-action .btn-orange, .btn-orange {
  background: #ff7700;
  color: #fff;
  border-radius: 4px;
  border: none;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: background .2s;
  display: inline-block;
  cursor: pointer;
}

.btn-orange:hover, .nav-action .btn-orange:hover {
  background: #d45d00;
}

/* Breadcrumb */
.breadcrumb{
  margin: 100px 38px 0 38px;
  margin-left: 0px;
}

.current{
  font-weight: 600;
  padding-left: 8px;
}

.breadcrumb-link {
  color: #007ad7;         /* Your brand color */
  text-decoration:underline;
  font-weight: 500;
}

.breadcrumb-link:hover {
  color: #647cff;        /* Accent color */
  text-decoration: underline;
  
}

/* MAIN SECTION */
.custom-app-section {
  max-width: 1200px;
  margin: 0 auto 22px auto;
  padding: 0 18px;
}

/* Main row: image and description */
.custom-app-row {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  gap: 34px;
  align-items: flex-start;
}
/* Add this for mobile */
@media (max-width: 900px) {
  .custom-app-row {
    flex-direction: column;
    align-items: center;
  }
  .custom-app-image,
  .custom-app-desc {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.custom-app-image {
  flex: 0 0 240px;
  background: #0065a8;
  border-radius: 13px;
  padding: 28px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 367px;
  max-width: 250px;
}
.custom-app-image img {
  height: 180px;
}
.custom-app-desc {
  flex: 1 1 560px;
  min-width: 320px;
}

.custom-app-desc h1 {
  color: #1283d8;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 16px 0;
}
.custom-app-desc p {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
.custom-app-desc ul {
  margin: 10px 0 10px 20px;
}
.custom-app-desc ul li {
  font-size: 0.98rem;
  color: #1e2833;
  margin-bottom: 5px;
}

/* Highlighted info box */
.custom-app-highlight {
  margin: 28px 0 0 0;
  background: #1283d8;
  color: #fff;
  border-radius: 7px;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.custom-app-highlight .btn-orange {
  background: #ff7700;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 26px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 12px;
}
.custom-app-highlight .btn-orange:hover {
  background: #d45d00;
}

/* FOOTER styles */
footer {
  background: #1e2833;
  color: #fff;
  padding: 0;
  font-size: 15px;
  margin-top: 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1fr 2.2fr;
  gap: 32px;
  padding: 38px 32px 0 32px;
}

.footer-col h3,
.footer-col h4 {
  color: #ff7700;
  margin-bottom: 8px;
  margin-top: 0;
  font-size: 1.15rem;
  font-weight: 700;
}

/* NEW: Brand header with logo beside text */
.footer-brand h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  color: #F36F21;
  font-size: 1.35rem;
}

.footer-logo {
  height: 28px;
  margin-right: 8px;
  vertical-align: middle;
  /* Optional: border-radius: 4px; */
}

/* List and link styles */
.footer-brand ul,
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li,
.footer-brand ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-brand ul li,
.footer-brand ul li a {
  color: #fff;
}

.footer-col ul li a {
  color: #e8f3fd;
  text-decoration: none;
  font-size: 15px;
}

.footer-col ul li a:hover {
  color: #ff7700;
  text-decoration: underline;
}

.footer-contact p {
  margin: 0 0 10px 0;
}

.text-orange {
  color: #ff7700;
}

.footer-bottom {
  background: #151c22;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
}

.footer-icon svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

/* Responsive footer grid */
@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 32px 18px 0 18px;
  }
}

@media (max-width: 700px) {
  .footer-main {
    grid-template-columns: 1fr;
    padding: 24px 12px 0 12px;
    gap: 18px;
  }
  .footer-col {
    margin-bottom: 18px;
  }
}

/* Optional: links transition */
a, button {
  transition: all .2s;
}
