body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
}

.header-section {
  padding-top: 20px;
}
.navbar-nav .nav-link {
  font-weight: 500;
}
.nav-item {
  padding: 0px 10px;
}

.dropdown-menu {
  border-radius: 0;
  border: 1px solid #ddd;
}
.announcement-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f26e16;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 400px;
}

.static-text {
  flex: 1;
  min-width: 50%;
}

.scrolling-text {
  flex: 2;
  min-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ###############################  Header section is over  ################################################## */

/* Large devices (desktops) */
@media only screen and (max-width: 1199px) {
  .announcement-bar {
    padding: 8px 200px;
  }

  .header-banner img {
    max-width: 90%;
    height: auto;
  }
}

/* Medium devices (tablets) */
@media only screen and (max-width: 991px) {
  .announcement-bar {
    padding: 8px 100px;
    flex-direction: column;
  }

  .static-text {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  .scrolling-text {
    width: 100%;
  }

  .navbar-nav {
    gap: 0 !important;
  }

  .navbar-nav .nav-item {
    padding: 0px 5px;
  }
}

/* Small devices (landscape phones) */
@media only screen and (max-width: 767px) {
  .announcement-bar {
    padding: 8px 20px;
  }

  .navbar-nav {
    flex-direction: column !important;
    align-items: center;
  }

  .nav-item {
    margin: 5px 0;
    text-align: center;
    width: 100%;
  }

  .header-banner {
    padding: 10px;
  }

  .header-banner img {
    max-width: 80%;
  }
  .header-section {
    padding-top: 20px;
    display: flex;
  }
}

/* Extra small devices (portrait phones) */
@media only screen and (max-width: 575px) {
  .announcement-bar {
    padding: 8px 10px;
    font-size: 14px;
  }

  .marquee {
    animation: scroll-left 10s linear infinite;
  }

  .header-banner img {
    max-width: 70%;
  }

  .navbar {
    padding: 0.5rem 1rem !important;
  }

  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
  }
}

/* Very small devices */
@media only screen and (max-width: 400px) {
  .announcement-bar {
    font-size: 12px;
  }

  .static-text strong {
    font-size: 11px;
  }
  .header-section {
    padding-top: 20px;
    display: flex;
  }
}
.header-section {
  padding-top: 20px;
}

.navbar-nav .nav-link {
  font-weight: 500;
}

.nav-item {
  padding: 0px 10px;
}

.dropdown-menu {
  border-radius: 0;
  border: 1px solid #ddd;
}

.announcement-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f26e16;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 200px;
}

.static-text {
  flex: 1;
  min-width: 50%;
}

.scrolling-text {
  flex: 2;
  min-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Large devices (desktops) */
@media only screen and (max-width: 1199px) {
  .announcement-bar {
    padding: 8px 200px;
  }

  .header-banner img {
    max-width: 90%;
    height: auto;
  }
}

/* Medium devices (tablets) */
@media only screen and (max-width: 991px) {
  .announcement-bar {
    padding: 8px 100px;
    flex-direction: column;
  }

  .static-text {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  .scrolling-text {
    width: 100%;
  }

  .navbar-nav {
    gap: 0 !important;
  }

  .navbar-nav .nav-item {
    padding: 0px 5px;
  }
}

/* Small devices (landscape phones) */
@media only screen and (max-width: 767px) {
  .announcement-bar {
    padding: 8px 20px;
  }

  .header-banner {
    padding: 10px;
  }

  .header-banner img {
    max-width: 90%;
  }
}

/* Extra small devices (portrait phones) */
@media only screen and (max-width: 575px) {
  .announcement-bar {
    padding: 8px 10px;
    font-size: 14px;
  }

  .marquee {
    animation: scroll-left 10s linear infinite;
  }

  .header-banner img {
    max-width: 90%;
  }

  .navbar {
    padding: 0.5rem 1rem !important;
  }

  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
  }
}

/* Very small devices */
@media only screen and (max-width: 400px) {
  .announcement-bar {
    font-size: 12px;
  }

  .static-text strong {
    font-size: 11px;
  }
}
/* //////////////////////// */
@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  .navbar-collapse.collapse.show {
    display: block !important;
    animation: fadeIn 0.3s ease-in-out;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.navbar {
  position: relative;
}
