
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f4f4;
}
header {
  background-color: #0000cc;
  color: white;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
header h1 {
  margin: 0;
}
nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 0 0 0;
  padding: 0;
  gap: 1rem;
}
nav ul li {
  margin-left: 1.5rem;
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.hero {
  text-align: center;
  padding: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.carousel {
  justify-content: center; /* Center the image row */
}
.carousel {
  width: 100%;
  overflow: hidden;
}
.carousel {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 10px;
  scroll-behavior: smooth;
}
.carousel-img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.carousel-img:first-child {
  display: block; /* Show the first image on load */
}
.section {
  padding: 2rem;
  background-color: #fff;
}
.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem;
}
.chat-now {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.chat-now button {
  background-color: #0000cc;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}



  .hero {
    padding: 1rem;
  }
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.header-top h1 {
  margin: 0;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .header-top {
    width: 100%;
    justify-content: flex-start;
  }
  .header-top h1 {
    font-size: 1.5rem;
  }
  .menu-toggle {
    display: block;
  }
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #B91313;
  position: relative;
}

.menu-left,
.menu-center,
.menu-right {
  flex: 1;
  display: flex;
  align-items: center;
}
.menu-center {
  justify-content: center;
}
.menu-left {
  justify-content: flex-start;
    padding: 0;
  margin: 0;
}
.menu-right {
  justify-content: flex-end;
}

.menu-center h1 {
  font-size: 1.6rem;
  color: white;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}
nav {
  margin-top: 0.5rem;
  background-color: #0000cc;
  padding-bottom: .5rem;
}
@media screen and (min-width: 769px) {
  nav {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.section {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 2rem;
  text-align: center;
}
h2 {
  color: #0000cc;
  margin-top: 2rem;
}
.module-list {
  background-color: white;
  border-left: 4px solid #0000cc;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
a.button {
  display: inline-block;
  background-color: #0000cc;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 2rem;
}
.saas-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.section {
  text-align: center;
}
h2 {
  color: #0000cc;
  margin-top: 2rem;
}
.module-list {
  background-color: white;
  border-left: 4px solid #0000cc;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
a.button {
  display: inline-block;
  background-color: #0000cc;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 2rem;
}
html {
  overflow-y: scroll;
}
.announcement {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 1rem 1.5rem;
  margin: 2rem auto;
  border-radius: 6px;
  font-size: 1.1rem;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  max-width: 1000px;
}
.cta {
  background-color: #efefef;
  text-align: center;
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 6px;
}
.cta a {
  background-color: #0000cc;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
ul {
  line-height: 1.6;
}
.header-content h1 {
  font-size: 2.5rem;
  margin-bottom: 0.25rem;
}
.header-content p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
body.phoenix-page::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('/images/Phoenix_Suite.jpg') no-repeat center center;
  background-size: 60%;
  opacity: 0.05;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.announcement {
  position: relative;
}
ul li i {
  color: #9B1313;
  margin-right: 0.5rem;
}
.fa-ul {
  list-style-type: none;
  padding-left: 1.75em;
}
.fa-li {
  position: absolute;
  left: 0;
  width: 1.25em;
  text-align: center;
  color: #9B1313;
}



/* Show hamburger only on mobile */

.menu-toggle {
  position: absolute;
  left: 0;
    margin: 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  display: none;
}


@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;

}

  }

  nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 1rem;
    text-align: left;
  }

  nav ul.show {
    display: flex;
  }

  nav ul li {
    margin: 0.5rem 0;
  }

  nav ul li a {
    display: block;
    padding-left: 0.5rem;
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
}
.icon-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.icon-list i {
  margin-right: 0.75rem;
  font-size: 1.2rem;
  color: #9B1313;
  min-width: 24px;
  text-align: center;
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem; /* Reduced spacing between icon and text */
  margin-bottom: 1rem;
}

.icon-list li i {
  font-size: 1.1rem;
  color: #9B1313;
  margin-top: 0.3rem; /* vertically aligns icon with multi-line text */
  flex-shrink: 0;
}

.icon-list li div {
  text-align: left;
  line-height: 1.6;
}
ul.icon-list,
ul.icon-list li {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.icon-list li i {
  color: #0000cc!important;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .icon-list {
    list-style: none !important;
    padding-left: 0 !important;
  }

  .icon-list li {
    align-items: flex-start;
    gap: 0.4rem;
  }

  .icon-list li i {
    color: #0000cc !important;
    font-size: 1.1rem;
    margin-top: 0.3rem;
  }

  .icon-list li div {
    text-align: left;
  }
}
.icon-list li i {
  font-size: 1.1rem;
  color: #9B1313;
}
.icon-list li i {
  font-size: 1.1rem;
  color: #9B1313 !important;
}
/* Fix icon list bullets and icon color on all devices */
ul.icon-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

ul.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.5rem 0;
  color: #333;
}

ul.icon-list li i {
  color: #0000cc!important;
  font-size: 1.2rem;
  flex-shrink: 0;
  line-height: 1.4;
}

/* Fix mobile override just in case */
@media screen and (max-width: 768px) {
  ul.icon-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  ul.icon-list li {
    align-items: flex-start;
    gap: 0.5rem;
  }

  ul.icon-list li i {
    color: #0000cc!important;
  }
}
/* Show nav menu by default on desktop */
@media screen and (min-width: 769px) {
  nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 1rem 0 0 0;
    gap: 1rem;
  }
}
@media screen and (min-width: 769px) {
  nav ul {
    list-style: none;
    display: flex;
    flex-direction: row; /* <-- this line fixes the stacking */
    justify-content: center;
    padding: 0;
    margin: 1rem 0 0 0;
    gap: 1rem;
  }
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  width: 100%;
  box-sizing: border-box;
  background-color: #0000cc;
  position: relative;
}

.header-top h1 {
  margin: 0;
  font-size: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hamburger icon */
.menu-toggle {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  display: none; /* Hidden by default */
}


/* Show hamburger only on mobile */
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .header-top h1 {
    font-size: 1.4rem;
    margin-left: 2.5rem; /* creates room for the hamburger */
  }
}


.menu-toggle {
  position: absolute;
  left: 0rem; /* <== move flush to the left */
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
 
}
@media screen and (max-width: 768px) {
  .menu-center {
    justify-content: center;
  }

  .menu-center h1 {
    margin-left: 1rem; /* adjust this as needed */
    margin-right: 1rem;
    text-align: center;
    font-size: 1.4rem;
  }

  nav ul {
    text-align: left;
  }
}
.svg-full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  line-height: 0;
}
.svg-full object {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 0;
}



 






