.jd-font, 
.jd-font h1, 
.jd-font h2, 
.jd-font h3, 
.jd-font h4, 
.jd-font h5, 
.jd-font h6 {
    font-family: "brandon-grotesque", sans-serif;
} 

/*********/
 .navbar {
        background-color: #183749;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 20px;
        height: 50px;
        font-family: "brandon-grotesque", sans-serif;
    }
    .navbar a {
        color: white;
        text-decoration: none;
        margin-left: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .navbar a:hover {
        text-decoration: underline;
    }
    .navbar a img {
        margin-left: 8px; /* Space between text and icon */
        width: 16px;
        height: 16px;
    } 
    
  .custom-footer {
    background-color: #024D4E;
    color: white;
    padding: 40px 20px;
    font-family: "brandon-grotesque", sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.footer-links {
    display: flex;
    gap: 40px;
}

.footer-column h3 {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 5px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin: 5px 0;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-right {
    text-align: center;
}

.footer-logo img {
    width: 150px;
    margin-bottom: 10px;
}

.btn-footer {
    display: block;
    width: 200px;
    background: transparent;
    color: #F2D384;
    border: 1px solid #F2D384;
    padding: 10px;
    margin: 5px auto;
    font-size: 14px;
    cursor: pointer;
}

.btn-footer:hover {
    background: #F2D384;
    color: #024D4E;
}


.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 15px 0;
    margin-top: 30px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap; 
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links span {
    font-weight: bold;
    margin-right: 10px;
}

.social-links a img {
    width: 15px;
    margin: 0 8px;
}

.legal-links {
    text-align: center;
    font-size: 10px;
}

.legal-links a {
    color: white;
    text-decoration: none;
    margin: 0 8px;
}

.legal-links a:hover {
    text-decoration: underline;
}

.payment-icons {
    display: flex;
    align-items: center;
}

.payment-icons img {
    width: 35px;
    margin: 0 5px;
} 

/*--------Mega Menu Styles-------------*/


.mega-navbar {
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  background-color: white;
  height: 90px; 
  padding: 10px 100px;  
}

.mega-navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
}

.mega-logo {
  margin-right: auto;
}

.mega-logo img {
  height: 50px; /* Adjust size as needed */
}


.mega-dropdown {
  float: left;
  overflow: hidden;
}

.mega-dropdown .mega-dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: black;
  padding: 5px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.mega-navbar a:hover, .mega-dropdown:hover .mega-dropbtn {
  background-color: #FCF6E6;
}

.mega-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.mega-dropdown-content .mega-header {
  background: red;
  padding: 16px;
  color: white;
}

.mega-dropdown:hover .mega-dropdown-content {
  display: block;
  padding:30px; 
}

.mega-column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: white;
  height: 250px;
}

.mega-column a {
  float: none;
  color: #024D4E;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight: bold;
}

.mega-column a:hover {
  background-color: #FCF6E6;
}

.mega-row:after {
  content: "";
  display: table;
  clear: both;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
  z-index:auto;
}

.header .navbar-brand {
  position: relative;
  z-index: auto;
  margin-right: 16px;
  max-width: 180px;
}

 
@media screen and (max-width: 600px) {
  .mega-column {
    width: 100%;
    height: auto;
  }
}

/* Mobile Styles */
    @media screen and (max-width: 768px) {
      .mega-burger {
        display: block;
      }

      .mega-navbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
      }

      .mega-navbar .mega-dropdown,
      .mega-navbar a {
        display: none;
        width: 100%;
      }

      .mega-navbar.mega-active .mega-dropdown,
      .mega-navbar.mega-active a {
        display: block;
      }

      .mega-dropdown-content {
        position: relative;
        box-shadow: none;
      }

      .mega-dropdown:hover .mega-dropdown-content {
        display: none;
      }

      .mega-dropdown.mega-open .mega-dropdown-content {
        display: block;
        padding: 10px;
      }

      .mega-column {
        width: 100%;
        height: auto;
      }
    }
    