@media (min-width: 823px) and (max-width: 2000px) {
  body {
    margin: 0;
    padding: 0;
  }
  header {
    height: inherit;
  }
  .header-top {
    display: inline-flex;
    background-color: black;
    color: rgb(245, 196, 38);
    width: 100%;
  }
  
  .header-logo #logo {
    width: 150px;
    height: 80px;
    object-fit: cover;
  }

  .header-navbar {
    display: inline-flex;
    background-color: rgb(245, 196, 38);
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .header-navbar #navbar,
  ul {
    margin-top: 15px;
    width: 500px;
    display: inline-flex;
    justify-content: space-between;
    justify-items: center;
    transition: 1s;
  }
  .header-navbar #navbar ul li,
  a {
    list-style: none;
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 2px;
  }
  .header-navbar #navbar ul li a:hover {
    /* border: 2px double black; */
    background: linear-gradient(to left, rgb(88, 83, 83), rgb(0, 0, 0));
    color: rgb(245, 196, 38);
    border-radius: 5px;
    zoom: 102%;
  }

  .footer {
    background-color: rgb(245, 196, 38);
    color: #575757;
    font-family: Arial, sans-serif;
    font-size: 0.95rem;
  }

  .footer-title {
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 600;
    margin: 20px 10px 10px;
  }

  .footer-subtitle {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .footer-desc {
    line-height: 1.5;
    margin-top: 10px;
  }

  .footer-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .footer-list li {
    margin-bottom: 8px;
  }

  .footer-list a {
    color: #575757;
    text-decoration: none;
  }

  .footer-list a:hover {
    color: #000000;
    text-decoration: underline;
  }

  .footer .mt-2 a {
    color: black;
    text-decoration: none;
  }
  .mt-2 a:hover {
    color: rgb(255, 255, 255);
    zoom: 103%;
  }
  .footer i {
    color: #000000;
    margin-right: 8px;
  }

  .services-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 90px;
    margin: 0.5px 0;
  }

  .services-inline a {
    color: #575757;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
  }

  .services-inline a:hover {
    color: #000000;
    text-decoration: underline;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .social-icons a {
    color: #fff;
    font-size: 1.54rem;
    /* Reduced icon height */
    padding: 6px;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #ffffff;
  }

  hr {
    border: 0.5px solid rgba(49, 49, 49, 0.2);
    margin: 25px 0 10px;
  }
}
@media (max-width: 768px) {
  .text-md-end {
    text-align: center !important;
  }
}
@media screen and (max-width: 351px) {
  body {
    margin: 0;
    padding: 0;
  }
  header {
    height: inherit;
    width: 100%;
  }
  .header-top {
    display: inline-flex;
    background-color: black;
    color: rgb(245, 196, 38);
    width: 100%;
  }
  .header-logo {
    height: inherit;
  }
  .header-logo #logo {
    width: 90px;
    height: 50px;
    object-fit: cover;
  }
  .header-navbar {
    display: inline-flex;
    background-color: rgb(245, 196, 38);
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .header-navbar #navbar,
  ul {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    justify-items: center;
  }
  .header-navbar #navbar ul li,
  a {
    list-style: none;
    text-decoration: none;
    color: black;
    display: inline-block;
    font-size: xx-small;
  }
  .header-navbar #navbar ul li a:hover {
    /* border: 2px double black; */
    background: linear-gradient(to left, rgb(0, 0, 0), rgb(255, 255, 255));
    color: white;
    border-radius: 5px;
    /* zoom: 102%; */
  }

  .footer {
    background-color: rgb(245, 196, 38);
    color: #575757;
    padding: 40px 20px 20px;
    font-family: Arial, sans-serif;
    font-size: 0.8rem;
  }

  .footer-title {
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .footer-subtitle {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .footer-desc {
    line-height: 1.5;
    margin-top: 5px;
  }

  .footer-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .footer-list li {
    margin-bottom: 8px;
  }

  .footer-list a {
    color: #575757;
    text-decoration: none;
  }

  .footer-list a:hover {
    color: #000000;
    text-decoration: underline;
  }

  .footer .mt-2 a {
    color: black;
    text-decoration: none;
  }
  .mt-2 a:hover {
    color: rgb(255, 255, 255);
    zoom: 103%;
  }
  .footer i {
    color: #000000;
    margin-right: 8px;
  }

  .services-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 90px;
    margin: 0.5px 0;
  }

  .services-inline a {
    color: #575757;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
  }

  .services-inline a:hover {
    color: #000000;
    text-decoration: underline;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .social-icons a {
    color: #fff;
    font-size: 1.54rem;
    /* Reduced icon height */
    padding: 6px;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #ffffff;
  }

  hr {
    border: 0.5px solid rgba(49, 49, 49, 0.2);
    margin: 25px 0 10px;
  }
}


@media (min-width: 351px) and (max-width: 600px) {
  body {
    margin: 0;
    padding: 0;
  }
  header {
    height: inherit;
    width: 100%;
  }
  .header-top {
    display: inline-flex;
    background-color: black;
    color: rgb(245, 196, 38);
    width: 100%;
  }
  .header-logo {
    height: inherit;
  }
  .header-logo #logo {
    width: 120px;
    height: 60px;
    object-fit: cover;
    zoom: 120%;
  }
  .header-navbar {
    display: inline-flex;
    background-color: rgb(245, 196, 38);
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .header-navbar #navbar,
  ul {
    width: 250px;
    display: inline-flex;
    justify-content: space-around;
    justify-items: center;
  }
  .header-navbar #navbar ul li,
  a {
    list-style: none;
    text-decoration: none;
    color: rgb(0, 0, 0);
    display: inline-block;
    font-size: 10px;
  }
  .header-navbar #navbar ul li a:hover {
    /* border: 2px double black; */
    background: linear-gradient(to left, rgb(0, 0, 0), rgb(255, 255, 255));
    color: rgb(245, 196, 38);
    border-radius: 5px;
    /* zoom: 102%; */
  }

  .footer {
    background-color: rgb(245, 196, 38);
    color: #575757;
    padding: 40px 20px 20px;
    font-family: Arial, sans-serif;
    font-size: 0.8rem;
  }

  .footer-title {
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .footer-subtitle {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .footer-desc {
    line-height: 1.5;
    margin-top: 5px;
  }

  .footer-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .footer-list li {
    margin-bottom: 8px;
  }

  .footer-list a {
    color: #575757;
    text-decoration: none;
    font-size: 12px;
  }
  .footer .mt-2 a {
    color: black;
    text-decoration: none;
  }
  .mt-2 a:hover{
      color: rgb(255, 255, 255);
      zoom: 103%;
    }
  .footer-list a:hover {
    color: #000000;
    text-decoration: underline;
  }

  .footer i {
    color: #000000;
    margin-right: 8px;
  }

  .services-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 90px;
    margin: 0.5px 0;
  }

  .services-inline a {
    color: #575757;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
    font-size: 12px;
  }

  .services-inline a:hover {
    color: #000000;
    text-decoration: underline;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .social-icons a {
    color: #fff;
    font-size: 1.54rem;
    /* Reduced icon height */
    padding: 6px;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #ffffff;
  }

  hr {
    border: 0.5px solid rgba(49, 49, 49, 0.2);
    margin: 25px 0 10px;
  }
}
@media (min-width: 600px) and (max-width: 822px) {
  body {
    margin: 0;
    padding: 0;
  }
  header {
    height: inherit;
    width: 100%;
  }
  .header-top {
    display: inline-flex;
    background-color: black;
    color: rgb(245, 196, 38);
    width: 100%;
  }
  .header-logo {
    height: inherit;
  }
  .header-logo #logo {
    width: 150px;
    height: 80px;
    object-fit: cover;
  }
  .header-navbar {
    display: inline-flex;
    background-color: rgb(245, 196, 38);
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .header-navbar #navbar,
  ul {
    width: 350px;
    display: inline-flex;
    justify-content: space-around;
    justify-items: center;
  }
  .header-navbar #navbar ul li,
  a {
    list-style: none;
    text-decoration: none;
    color: black;
    display: inline-block;
    font-size: 15px;
  }
  .header-navbar #navbar ul li a:hover {
    /* border: 2px double black; */
    background: linear-gradient(to left, rgb(0, 0, 0), rgb(255, 255, 255));
    color: rgb(245, 196, 38);
    border-radius: 5px;
    /* zoom: 102%; */
  }

  .footer {
    background-color: rgb(245, 196, 38);
    color: #575757;
    padding: 40px 20px 20px;
    font-family: Arial, sans-serif;
    font-size: 0.8rem;
  }

  .footer-title {
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .footer-subtitle {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .footer-desc {
    line-height: 1.5;
    margin-top: 5px;
  }

  .footer-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .footer-list li {
    margin-bottom: 8px;
  }

  .footer-list a {
    color: #575757;
    text-decoration: none;
  }

  .footer-list a:hover {
    color: #000000;
    text-decoration: underline;
  }
  .text-center small mt-2 a {
    color: black;
    text-decoration: none;
  }
  .footer i {
    color: #000000;
    margin-right: 8px;
  }
  .footer .mt-2 a {
    color: black;
    text-decoration: none;
  }
  .mt-2 a:hover{
      color: rgb(255, 255, 255);
      zoom: 103%;
    }
  .services-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 90px;
    margin: 0.5px 0;
  }

  .services-inline a {
    color: #575757;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
  }

  .services-inline a:hover {
    color: #000000;
    text-decoration: underline;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .social-icons a {
    color: #fff;
    font-size: 1.54rem;
    /* Reduced icon height */
    padding: 6px;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #ffffff;
  }

  hr {
    border: 0.5px solid rgba(49, 49, 49, 0.2);
    margin: 25px 0 10px;
  }
}
