/* Styles */
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/* font-family: "Playfair", serif; */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


.custom_container {
  max-width: 90%;
  margin: auto;
}

@media (min-width: 1300px) {
  .custom_container {
    width: 1300px;
    margin: auto;
  }
}

a {
  text-decoration: none;
}

p {
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: normal;
  /* font-size: 18px; */
}

ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

body {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
}


/*==================
Header part start
==================*/

/* NAVBAR */
.header_ground__098 {
  z-index: 99;
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: hsl(0deg 0% 100% / 80%);
  border-bottom: 1px solid #e5e5e5;
}

ul {
  list-style: none;
  line-height: 40px;
}


.navbar {
  max-width: 1200px;
  margin: auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo img {
  height: 55px;
}

/* NAV LINKS WRAPPER */
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* UL MENU */
.menu {
  display: flex;
  list-style: none;
  gap: 25px;
}

.menu li a {
  text-decoration: none;
  color: rgb(19, 35, 57);
  font-size: 15px;
  transition: 0.3s;
  font-weight: 500;
}

.menu li.current-menu-item > a {
  color: #f4a623 !important;
}

/* Hover */
.menu li a:hover {
  color: #f4a623;
}



/* CTA BUTTON */
.cta-btn {
  background: #f4a623;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

/* HAMBURGER */
.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/*==================
Footer part start
==================*/

/* FOOTER */
.footer {
  background: #1f3b66;
  color: #d6e2f3;
  padding: 40px 20px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 20px;
}

/* LOGO */
.footer-logo img {
  height: 45px;
}

/* MENU */
.footer-menu ul {
  display: flex;
  list-style: none;
  gap: 25px;
  flex-wrap: wrap;
}

.footer-menu ul a {
  color: #d6e2f3;
  text-decoration: none;
  font-size: 14px;
}

.footer-menu ul a:hover {
  color: #ffffff;
}

/* COPYRIGHT */
.footer-bottom {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #b8c7df;
}

/* FOOTER END */

.block_single {
  width: 100%;
  padding-bottom: 2rem;
}

.content_ground__9086 {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.banner__jb_bg {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #1f3b66;
}

.banner__jb_bg a{
  color: #f4a623;
}
.banner__jb_bg {
  text-align: center;
  color: #ffffff;
}