@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.container-fluid-navbar {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 40px;
}
.logo {
  border-radius: 50%; /* Make logo circular */
  width: 60px;
  height: 60px;
}

.navbar-brand:focus, .navbar-brand:hover {
  color:red  ;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-size: 25px;
  gap: 15px;
  font-weight: bold;
  color: rgb(232, 5, 5);
}

i.bi.bi-list {
  font-size: 45px;
  color: black;
}

.container-yemale-aaja {
  margin-top: 15px;
}

.section-title {
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

.card-title {
  font-weight: bold;
  color: black;
}

.search-box {
  position: relative;
  width: 250px;
}

.offcanvas-title {
  padding-right: 55px;
  font-size: 24px;
  font-weight: bold;
  color: red;
  border-bottom: 1px solid #c1bfbf;
}

.search-box input {
  background-color: #e9e1e1;
  width: 100%;
  padding: 10px 40px;
  border: none;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.container-fluid-news {
  background-color: #efefef;
  margin-top: 35px;
  padding: 20px;
}

.search-box input:focus {
  border-color: #007bff;
}

.search-box .icon {
  position: absolute;
  top: 57%;
  left: 13px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  pointer-events: none;
}

.fa-envelope {
  font-size: 20px;
  border: 2px solid black;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-left: 6px;
  padding-top: 6px;
  color: black;
}

.fa-user {
  font-size: 20px;
  background-color: #e9e1e1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-left: 11px;
  padding-top: 7px;
}

.text-decoration-none {
  color: black;
}

.container-fluid-party-leader {
  background-color: azure;
  padding: 10px;
  margin-top: 30px;
}

.party-leader {
  display: flex;
}

.party-leader-details {
  margin-top: 40px;
  text-align: center;
}

.party-leader-details p {
  font-size: 20px;
  margin-top: 15px;
}

.contact-card {
  text-align: center;
  border: 1px solid black;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-body ul li {
  margin: 0;
}
.offcanvas-body li i {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 20px;
}

.offcanvas-body ul a {
  display: flex;
  gap: 20px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 20px;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.btn-close {
  margin: 10px;
}

.contact-section {
  background-color: #e9e1e1;
  padding: 10px;
  margin-top: 100px;
}

.container-fluid-footer {
  background-color: #e9e1e1;
  padding: 5px;
}

.container-footer {
  text-align: center;
  margin-top: 20px;
}

.container-footer p {
  font-size: 20px;
  border-top: 1px solid black;
  margin-top: 10px;
}
.container-footer a {
  text-decoration: none;
  font-size: 30px;
}

@media only screen and (max-width: 576px) {
  .container-navbar .row {
    flex-direction: column;
  }

  .container-navbar .col-7,
  .container-navbar .col-5 {
    width: 100%;
  }

  .search-box {
    position: relative;
    width: 160px;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 0;
    font-weight: bold;
    color: rgb(232, 5, 5);
  }
}
