
#feed-top-bar {
  background: #ff6429;
  padding: 7px 0px;
}
.container {
}
#feed-page-header-id .container {
  max-width: 1300px !important;
  margin: 0 auto;
}
.top-bar-flex {
}
.top-bar-flex {
  display: flex;
  align-content: center !important;
  justify-content: space-between;
}
.top-bar-flex .top-bar-flex-links {
  display: flex;
  align-content: center;
  justify-content: end;
  gap: 25px;
}
.top-bar-flex .top-bar-flex-links .header-data-social {
  display: flex;
  align-content: center;
  justify-content: end;
  gap: 15px;
  padding-top: 4px;
}
.top-bar-flex .top-bar-flex-links .header-data-social .social {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 15px;
}
.facebook {
}
.top-bar-flex .top-bar-flex-links .header-data-social p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Rubik' !important;
}
.top-bar-flex .top-bar-flex-links .header-data-social .social li a {
  background: #fff;
  width: 22px;
  height: 22px;
  display: flex;
  border-radius: 1000px;
  align-content: center;
  justify-content: center;
  color: #000000;
  line-height: 22px;
}
.top-bar-flex .top-bar-flex-links .header-data-social .social li a i {
  font-size: 13px;
  height: unset;
  line-height: 22px;
}
.phone-link-top-bar p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding-top: 4px;
  font-family: 'Rubik' !important;
}
.phone-link-top-bar p a {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
.top-bar-flex .loginRegister {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  gap: 15px;
}


.top-bar-flex .loginRegister a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 4px 20px;
  font-family: 'Rubik' !important;
}
.top-bar-flex .loginRegister a.register {
  background: #699a37;
  border-color: #699a37;
}


.inner-flex-header .container {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 10px 5px;
}
.inner-flex-header .container .feed-header-logo {
  width: 20%;
}
.inner-flex-header .container .feed-header-menu {
  width: 80%;
  display: flex;
  align-content: center;
  justify-content: end;
  line-height: 0 !important;
}
.inner-flex-header .container .feed-header-logo img {
  max-width: 185px;
}


.header-menu {
     list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
     gap: 25px;
     padding-top: 32px;
}

.header-menu li {
    position: relative;
    height: unset;
    line-height: 0;
}

.header-menu li a {
    display: block;
    text-decoration: none;
    padding-left: 5px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Rubik';
    line-height: 20px;
    color: #000;
    transition: all 0.3s linear;
}

/* Dropdown */
.header-menu .dropdown-menu {
    position: absolute;
    top: 65%;
    left: -75px;
    min-width: 290px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    border: 1px solid #d6d6d6;
}

/* Show dropdown on hover */
.header-menu .has-dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* Dropdown links */
.header-menu .dropdown-menu li {
    width: 100%;
}

.header-menu .dropdown-menu li a {
    padding: 10px 15px;
    white-space: normal;
}

.header-menu .dropdown-menu li a:hover {
    background: #f5f5f5;
}


.header-menu li a::before {
  content: '';
  background: #001a57;
  position: absolute;
  top: 5px;
  left: -4px;
  width: 2px;
  height: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.header-menu li a:hover::before {
  -webkit-transform: scaleY(1);
}
.header-menu li a:hover {
  color: #ff6429 !important;
}



.inner-flex-header {
  border-bottom: 1px solid #80808057;
}


.inner-flex-header {
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease;
}

.inner-flex-header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999 !important;
    background-color: rgb(255 255 255 / 80%) !important;
    backdrop-filter: blur(5px) !important;
}

.inner-flex-header.sticky-header .container {
  padding: 8px 5px;
}

.inner-flex-header.sticky-header .container img {
  max-width: 140px;
}

.inner-flex-header.sticky-header .header-menu {
  padding-top: 22px;
}


.header-menu li.has-dropdown a i {
  color: #000;
  font-size: 16px;
  margin-left: 8px;
}


/* =========================
   MOBILE RESPONSIVE ONLY
   ========================= */

@media (max-width: 767px) {

  /* Top Bar */
  #feed-top-bar {
    padding: 5px 0px;
  }

  #feed-page-header-id .container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-bar-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .phone-link-top-bar p {
    display: none;
  }

  .phone-link-top-bar p a {
    font-size: 14px;
  }

  .top-bar-flex .top-bar-flex-links {
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .top-bar-flex .top-bar-flex-links .header-data-social {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .top-bar-flex .top-bar-flex-links .header-data-social p {
    font-size: 14px;
  }

  .top-bar-flex .top-bar-flex-links .header-data-social .social {
    gap: 10px;
  }

  .top-bar-flex .loginRegister {
    justify-content: center;
    gap: 8px;
  }

  .top-bar-flex .loginRegister a {
    font-size: 13px;
    padding: 4px 15px;
  }


  /* Main Header */
  .inner-flex-header .container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
  }

  .inner-flex-header .container .feed-header-logo {
    width: 40%;
    text-align: center;
  }

  .inner-flex-header .container .feed-header-logo img {
    max-width: 155px;
  }

  .inner-flex-header .container .feed-header-menu {
    width: 60%;
    display: block;
  }


  /* Main Menu */
  .header-menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-top: 15px;
    width: 100%;
  }

  .header-menu li {
    width: 100%;
    text-align: center;
  }

  .header-menu li a {
    padding: 9px 5px;
    line-height: 20px;
  }


  /* E-Books Dropdown */
  .header-menu .dropdown-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 5px 0;
    transform: none;
    box-sizing: border-box;
  }

  .header-menu .has-dropdown:hover .dropdown-menu {
    transform: none;
  }

  .header-menu .dropdown-menu li a {
    padding: 10px 15px;
    line-height: 20px;
  }


  /* Sticky Header */
  .inner-flex-header.sticky-header .container {
    padding: 8px 15px;
  }

  .inner-flex-header.sticky-header .container img {
    max-width: 140px;
  }

  .inner-flex-header.sticky-header .header-menu {
    padding-top: 10px;
  }
.phone-link-top-bar {
  display: none;
}


.feed-header-menu .header-menu li a i {
  color: #fff;
}

}


/* Small Mobile */
@media (max-width: 480px) {

.feed-header-menu .header-menu li a i {
  color: #fff;
}

  .top-bar-flex .top-bar-flex-links .header-data-social {
    display: none;
  }

  .top-bar-flex .loginRegister a {
    padding: 2px 14px;
  }

  .header-menu li a {
    font-size: 13px;
  }

  .header-menu .dropdown-menu li a {
    font-size: 13px;
  }
  .phone-link-top-bar {
  display: none;
}


}



/* =========================
   MOBILE SIDEBAR MENU
   ========================= */

.mobile-menu-toggle {
    display: none;
}

.mobile-menu-overlay {
    display: none;
}

@media (max-width: 767px) {

    /* Hide desktop menu */
    .feed-header-menu .header-menu {
        display: none;
    }

    /* Mobile Menu Button */
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border: 0;
        background: transparent;
        color: #000;
        font-size: 18px;
        cursor: pointer;
        margin-left: auto;
    }

    /* Header menu area */
    .inner-flex-header .container .feed-header-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 60%;
    }

    /* Sidebar */
    .feed-header-menu .header-menu {
        position: fixed;
        top: 0;
        right: -320px;
        width: 300px;
        max-width: 85%;
        height: 100vh;
        background: #111 !important;
        z-index: 99999999;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 40px 0 20px;
        margin: 0;
        overflow-y: auto;
        transition: right 0.3s ease;
    }

    /* Sidebar Open */
    .feed-header-menu.mobile-menu-open .header-menu {
        display: flex;
        right: 0;
    }

    /* Menu Items */
    .feed-header-menu .header-menu li {
        width: 100%;
        text-align: left;
    }

    .feed-header-menu .header-menu li a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 25px;
        font-size: 14px;
        line-height: 20px;
        color: #ffff;
    }

    /* Remove old hover line effect on mobile */
    .feed-header-menu .header-menu li a::before {
        display: none;
    }

    /* Dropdown */
    .feed-header-menu .header-menu .dropdown-menu {
        position: static;
        display: none;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .feed-header-menu .header-menu .has-dropdown.mobile-dropdown-open .dropdown-menu {
        display: block;
        background: #111;
    }

    .feed-header-menu .header-menu .dropdown-menu li a {
        padding: 12px 35px;
        font-size: 13px;
        line-height: 19px;
    }

    /* Overlay */
    .mobile-menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 99999998;
    }

    .mobile-menu-overlay.active {
        display: block;
    }

   

}

.feed-header-menu .mobile-menu-close {
    display: none;
}

.feed-header-menu.mobile-menu-open .mobile-menu-close {
  display: block;
  color: #8a0000;
}


@media (max-width: 767px) {

    .mobile-menu-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 11px;
        right: 10px;
        width: 35px;
        height: 35px;
        border: 0;
        background: transparent;
        color: #000;
        font-size: 20px;
        cursor: pointer;
        z-index: 100000000;
    }

}






/*======================= Footer*/

#feed-page-footer-id .container {
  max-width: 1300px !important;
  margin: 0 auto;
}

.inner-feed-main-footer {
  padding: 60px 0px 40px !important;
}

.inner-feed-main-footer {
  display: flex;
}

.inner-feed-main-footer .feed-footer-col {
  max-width: 25%;
  width: 25%;
}

.inner-feed-main-footer  .feed-footer-col.feed-footer-col-1 {
  max-width: 30%;
  width: 30% !important;
}

.inner-feed-main-footer .feed-footer-col.feed-footer-col-2 {
  width: 17% !important;
  max-width: 17% !important;
}
.feed-copy-right {
  display: flex;
  align-content: center;
  justify-content: space-between;
  border-top: 1px solid #a7a7a7;
  padding: 12px 0px;
}
.feed-copy-right .social {
  display: flex;
  align-content: center;
  justify-content: end;
  gap: 18px;
}
.feed-copy-right .social li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100px;
  background: #ffff;
}
.feed-copy-right .social li a i {
  line-height: 30px;
  color: #ff6429;
}
#feed-page-footer-id {
  background-image: url('http://thedunvegangroup.com/wp-content/uploads/2025/05/footer-1.png');
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #000000;
}
.feed-copy-right p {
  color: #fff;
  font-size: 14px;
}
.footer-feed-menu h4 {
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: 'Poppins';
  position: relative;
  padding-bottom: 20px !important;
  margin-bottom: 25px !important;
}
.footer-feed-menu h4::after {
  content: '';
  background: #ff6d43;
  position: absolute;
  width: 50px;
  left: 0;
  bottom: 0;
  height: 3px;
  border-radius: 100px;
}
.footer-feed-menu li a {
  color: #fff;
  font-size: 15px !important;
  line-height: 28px !important;
  font-weight: 400;
  font-family: 'Rubik' !important;
}
.footer-feed-menu ul li {
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}
.footer-feed-logo {
}
.footer-feed-logo img {
  width: 262px !important;
  margin-top: 13px;
}
.feed-footer-col.feed-footer-col-3 {
  padding: 0 30px 0px 0px;
}
.feed-footer-col-4 ul li a {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  gap: 15px;
}
.feed-footer-col-4 ul li a i {
  position: relative;
  top: 10px;
  color: #ff6d43;
}
.feed-footer-col-4 ul li {
  padding-left: 0 !important;
}

.footer-feed-menu ul li a:hover {
  transition: all 0.3s linear;
}

.footer-feed-menu ul li a:hover {
  color: #ff6d43;
}

.footer-feed-menu ul li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}

.feed-footer-col-4  li a:before {
  opacity: 0;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
@media (max-width: 767px) {

     
    .inner-feed-main-footer {
      flex-direction: column;
      padding: 50px 20px !important;
    }
    #feed-page-footer-id {
      background-size: cover !important;
      background-position: center center;
    }
    .footer-feed-logo img {
      width:  200px !important;
    }
    .inner-feed-main-footer .feed-footer-col.feed-footer-col-1 {
      width: 100% !important;
      max-width: 100% !important;
    }
    .inner-feed-main-footer .feed-footer-col {
      width: 100% !important;
      max-width: 100% !important;
    }
    .footer-feed-menu h4 {
      font-size: 18px !important;
      padding-bottom: 12px !important;
      margin-top: 25px !important;
    }
    .footer-feed-menu li a {
      font-size: 14px !important;
      line-height: 25px !important;
    }
    .inner-feed-main-footer .feed-footer-col.feed-footer-col-2 {
      width: 100% !important;
      max-width: 100% !important;
    }
    .footer-feed-menu ul li a::before {
      font-size: 12px !important;
    }
    .feed-copy-right {
      flex-direction: column;
      justify-content: center;
      align-content: center;
      text-align: center;
      padding: 16px 10px 16px !important;
    }
    .feed-copy-right p {
      font-size: 12px;
    }
    .feed-copy-right .social {
      justify-content: center;
      margin-top: 12px;
    }
    .feed-copy-right .social li a {
      width: 25px;
      height: 25px;
    }
    .feed-copy-right .social li a i {
      line-height: 25px;
      font-size: 12px;
    }

}