#mobileNav {
  background: transparent;
  z-index: 1000;
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  transition: 0.2s;
  background: white;
}
#mobileNav::before {
  display: none;
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: -50px;
  background: #ffffff;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
}
#mobileNav.sticky {
  position: fixed;
  top: 0;
}
#mobileNav.sticky::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8901960784);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 1;
}
#mobileNav.sticky .hamburger span {
  background: #183b56;
}
#mobileNav.sticky .flex .one .logo img.logo1 {
  display: none;
}
#mobileNav.sticky .flex .one .logo img.logo2 {
  display: block;
}
#mobileNav.sticky .flex .two .order {
  background: #0088F9;
  border: 2px solid white;
  color: white;
  border-radius: 4px;
  padding: 10px 17px;
  transition: 0.2s;
  text-decoration: none;
  border: 2px solid #0088F9;
}
#mobileNav.sticky .flex .two .order:hover {
  background: #0381e9;
}
#mobileNav.menu {
  background: white;
}
#mobileNav.menu .hamburger span {
  background: #183b56;
}
#mobileNav.menu .flex .one .logo img.logo1 {
  display: none;
}
#mobileNav.menu .flex .one .logo img.logo2 {
  display: block;
}
#mobileNav.menu .flex .two .order {
  background: #0088F9;
  border: 2px solid white;
  color: white;
  border-radius: 4px;
  padding: 10px 17px;
  transition: 0.2s;
  text-decoration: none;
  border: 2px solid #0088F9;
}
#mobileNav.menu .flex .two .order:hover {
  background: #0381e9;
}
#mobileNav .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  padding-inline: 20px;
}
#mobileNav .flex .one {
  display: flex;
  align-items: center;
}
#mobileNav .flex .one .logo {
  transition: 0.8s;
  cursor: pointer;
  transform: translateY(1.5px);
  width: auto;
  height: auto;
  z-index: 1000;
  margin-left: 22px;
}
#mobileNav .flex .one .logo img {
  height: auto;
  width: 108px;
}
#mobileNav .flex .one .logo img.logo1 {
  display: none;
}
#mobileNav .flex .one .logo img.logo2 {
  display: block;
}
#mobileNav .flex .two {
  position: relative;
}
#mobileNav .flex .two .order {
  position: relative;
  background: #0088F9;
  border: 2px solid transparent;
  color: white;
  border-radius: 4px;
  padding: 10px 17px;
  transition: 0.2s;
  text-decoration: none;
  z-index: 1000;
}
#mobileNav .flex .two .order:hover {
  background: #0381e9;
}
#mobileNav .hamburger {
  padding: 5px;
  margin: -5px;
  width: auto;
  height: auto;
  z-index: 1000;
  text-align: center;
  border-radius: 50%;
}
#mobileNav .hamburger span {
  height: 3px;
  width: 26px;
  background: #183b56;
  border-radius: 6px;
  display: block;
  transition: 0.2s;
  margin-block: 6px;
  text-align: center;
  transform-origin: 25%;
}
#mobileNav .hamburger.click .upper-span {
  transform: rotate(45deg);
}
#mobileNav .hamburger.click .center-span {
  display: none;
}
#mobileNav .hamburger.click .lower-span {
  transform: rotate(-45deg);
}
#mobileNav .sidebar {
  background: white;
  position: relative;
  top: -1px;
  left: -100px;
  width: 100%;
  height: calc(100vh - 65px);
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  display: block;
  transition: 0.2s;
  overflow-y: scroll;
  padding-bottom: 60px;
  border-top: 1px solid rgba(211, 211, 211, 0.68);
}
#mobileNav .sidebar a {
  padding: 19px 20px;
  color: #183b56;
  font-size: 17px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
#mobileNav .sidebar a:hover {
  background: rgba(36, 156, 255, 0.0941176471);
}
#mobileNav .sidebar a.last {
  border-bottom: none;
}
#mobileNav .sidebar a.no-hover:hover {
  background: transparent;
}
#mobileNav .sidebar a i {
  float: right;
  padding-right: 3px;
  color: #183b56;
  font-size: 17px;
  transform: translateY(1px);
}
#mobileNav .sidebar p {
  padding: 19px 20px;
  color: #183b56;
  font-size: 17px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
#mobileNav .sidebar p:hover {
  background: rgba(36, 156, 255, 0.0941176471);
}
#mobileNav .sidebar p.last {
  border-bottom: none;
}
#mobileNav .sidebar p.no-hover:hover {
  background: transparent;
}
#mobileNav .sidebar p i {
  float: right;
  padding-right: 3px;
  color: #183b56;
  font-size: 17px;
  transform: translateY(1px);
}
#mobileNav .sidebar.active {
  opacity: 1;
  pointer-events: visible;
  transition: 0.4s;
  left: 0;
}

.page {
  padding-bottom: 50px;
}
.page .content {
  padding-inline: 20px;
  position: relative;
  margin-top: 110px;
}
.page .content .text {
  text-align: center;
  position: relative;
}
.page .content .text img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.page .content .text h1 {
  margin-top: 15px;
  color: #183b56;
  font-size: 33px;
  font-weight: 600;
}
.page .content .text p {
  font-size: 20px !important;
  color: #183b56 !important;
}
.page .content .text h5 {
  font-size: 28px !important;
  color: #183b56 !important;
  margin-bottom: 15px;
}
.page .content .text .author {
  margin-top: 10px !important;
  font-size: 17px !important;
  color: #183b56;
}
.page .content .text ul, .page .content .text ol {
  padding-inline: 20px;
}
.page .content .text ul::marker, .page .content .text ol::marker {
  display: none;
}
.page .content .text ul li, .page .content .text ol li {
  font-size: 20px !important;
  color: #183b56 !important;
  margin-block: 15px !important;
  list-style-type: disc !important; /* Ensures bullet points are used */
}
.page .content .text ul li::marker, .page .content .text ol li::marker {
  display: none;
}
.page .content .text button {
  width: 100%;
  height: 44px;
  color: white;
  background: #0088F9;
  outline: none;
  border: none;
  font-weight: 500;
  border-radius: 5px;
}

@media only screen and (min-device-width: 1140px) {
  #desNav {
    width: 100%;
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    transition: 0s;
    background: white;
    padding-block: 10px;
  }
  #desNav::before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: -50px;
    background: #ffffff;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
  }
  #desNav.sticky {
    position: fixed;
    top: 0;
  }
  #desNav.sticky::before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8901960784);
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 1;
  }
  #desNav.sticky .desktop-nav-content .menu a {
    color: #183b56;
  }
  #desNav.sticky .desktop-nav-content .menu a::before {
    background-color: #183b56; /* Border color */
  }
  #desNav.sticky .desktop-nav-content .menu a.order-nav {
    background: #0088F9;
    color: white;
    border: 1px solid transparent;
  }
  #desNav.sticky .desktop-nav-content .menu a.order-nav:hover {
    background: #219bff;
    color: white;
  }
  #desNav.sticky .desktop-nav-content .logo img.logo1 {
    display: none;
  }
  #desNav.sticky .desktop-nav-content .logo img.logo2 {
    display: block;
  }
  #desNav .desktop-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    position: relative;
    padding-inline: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  #desNav .desktop-nav-content .logo {
    transition: 0.3s;
    cursor: pointer;
    transform: translateX(0);
  }
  #desNav .desktop-nav-content .logo img {
    height: auto;
    width: 115px;
  }
  #desNav .desktop-nav-content .logo img.logo1 {
    display: none;
  }
  #desNav .desktop-nav-content .logo img.logo2 {
    display: block;
  }
  #desNav .desktop-nav-content .logo:hover {
    transform: scale(1.05);
  }
  #desNav .desktop-nav-content .menu {
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #desNav .desktop-nav-content .menu a {
    color: #183b56;
    font-size: 18px;
    padding-inline: 3px;
    margin-inline: 18px;
    text-decoration: none;
    transition: 0.2s;
    cursor: pointer;
    padding-block: 9px;
    border-radius: 4px;
    overflow: hidden; /* Hide the overflow to create the effect */
    position: relative;
  }
  #desNav .desktop-nav-content .menu a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px; /* Thickness of the border */
    width: 0;
    background-color: #183b56; /* Border color */
    transition: width 0.2s ease; /* Transition duration and easing */
  }
  #desNav .desktop-nav-content .menu a:hover::before {
    width: 100%; /* Full width on hover */
  }
  #desNav .desktop-nav-content .menu a.order-nav {
    color: white;
    border: 2px solid white;
    padding: 12px 38px;
    margin-right: 0;
    background: #0088F9;
  }
  #desNav .desktop-nav-content .menu a.order-nav::before {
    display: none !important;
  }
  #desNav .desktop-nav-content .menu a.order-nav:hover {
    background: #219bff;
    color: white;
  }
  .page {
    padding-bottom: 50px;
  }
  .page .content {
    padding-inline: 50px;
    position: relative;
    margin-top: 130px;
    max-width: 1290px;
    margin-inline: auto;
  }
  .page .content .text {
    text-align: center;
    position: relative;
  }
  .page .content .text img {
    width: 100%;
    height: 100%;
    max-width: 580px;
  }
  .page .content .text h1 {
    margin-top: 35px;
    color: #183b56;
    font-size: 36px;
    font-weight: 600;
    max-width: 550px;
    margin-inline: auto;
  }
  .page .content .text p {
    font-size: 22px !important;
    color: #183b56 !important;
    max-width: 600px;
    margin-inline: auto;
  }
  .page .content .text h5 {
    font-size: 30px !important;
    color: #183b56 !important;
    margin-bottom: 15px;
  }
  .page .content .text .author {
    margin-top: 10px !important;
    font-size: 18px !important;
    color: #183b56;
  }
  .page .content .text ul {
    padding-inline: 50px;
  }
  .page .content .text ul li {
    font-size: 22px !important;
    color: #183b56 !important;
    margin-block: 15px !important;
    max-width: 600px;
    margin-inline: auto;
  }
  .page .content .text button {
    width: 100%;
    height: 44px;
    color: white;
    background: #0088F9;
    outline: none;
    border: none;
    font-weight: 500;
    border-radius: 5px;
    max-width: 500px;
  }
}/*# sourceMappingURL=blog-detail.css.map */