@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --lightGrey: #fcfeff;

  --primaryBlue: #2c74da;

  --bluesBlue4: #486581;

  --white: #ffffff;

  --bluesBlue6: #829ab1;

  --lightBlue: #3b72bf;

  --neiviBlue: #334e68;

  --grey: #d9e2ec;

  --statusRed: #eb4e4e;

  --bluesBlue2: #243b53;

  --bluesBlue1: #102a43;

  --offWhite: #f9f9f9;

  --darkGreen: #035a70;

  --darkBlue: #085d73;

  --lightBlue: #2ad4ff;

  --norBrown: #665f5f;

  --textBrown: #555555;

  --primaryParrot: #57e326;

  --primaryRed: #ff0000;

  --greyGrey: #aaaaaa;

  --darkBlue: #051498;

  --darkBrown: #2b2b2b;

  --bluishGrey: #81acb7;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
label,
select,
::placeholder,
.btn {
  font-family: "Montserrat", serif;
}

.lagos_logo a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  font-family: "Montserrat", serif;
  color: var(--darkBrown);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
/* drop down */
.dropdown {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dropdown-text {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-icon {
  font-size: 20px;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 10px 0;
  min-width: 150px;
  z-index: 1000;
}

.dropdown-menu li {
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.2s;
}

.dropdown-menu li:hover {
  background: #f0f0f0;
}

/* Show dropdown */
.dropdown.active .dropdown-menu {
  display: block;
}
.Judiciary-navigation {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 0;
}
.lagos-navigation ul li a {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Montserrat", serif;
  color: var(--darkBrown);
  text-decoration: none;
}
.lagos_logo {
  width: 250px;
}
.login-signup .homepg-register {
  background-color: var(--darkGreen);
  color: white !important;
}
.news-update-section {
  margin-bottom: 3rem;
}
.carousel-card-content {
  margin-top: 15px;
}
.belowbanner_inwhite {
  height: 40px !important;
}
.lagos-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 44px 10px 45px;
}
.login-signup .homepg-register {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Montserrat", serif;
  color: var(--darkGreen);
  margin-right: 14px;
  text-decoration: none;
  padding: 14px 25px;
  border-radius: 5px;
}
.login-signup .homepg-login {
  padding: 14px 26px;
  border: 1px solid var(--darkGreen);
  border-radius: 5px;
}
.login-signup .login {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Montserrat", serif;
  color: var(--darkBrown);
  border-left: 2px solid #000;
  height: 44px;
  padding-left: 14px;
  text-decoration: none;
}
.header-top-bar {
  background-color: #dc9935;
  height: 11px;
  width: 100%;
}
.Judiciary-navigation li a:active {
  color: var(--darkGreen);
  text-decoration: underline;
  font-weight: 700;
}
.banner {
  width: 100%;
  height: calc(100vh - 117px);
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.Judiciary-navigation li a:hover {
  text-decoration: underline;
  color: var(--darkGreen);
  font-size: 600;
}
.belowbanner {
  background-color: #f3ddbc;
  width: 100%;
  height: 161px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.slide-inner {
  width: 1000px;
}
.belowbanner_text h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", serif;
  color: var(--darkBrown);
  font-weight: 700;
  font-size: 28px;
}
.belowbanner_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgw-border {
  background-color: #f3ddbc;
  height: 14.5px;
  width: 100%;
}
.card img {
  height: 180px;
  object-fit: cover;
}
.owl-nav button {
  position: absolute;
  top: 35%;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
.diamond-line {
  position: relative;
  height: 6px;
  width: 344px;
  background-color: #df9126;
  transform: skewY(-180.5deg);
}

.diamond-line::before,
.diamond-line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: #df9126;
}

.diamond-line::before {
  left: -7px;
}

.diamond-line::after {
  right: -7px;
}
.diamond-line-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.belowbanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* Cards styles */
#card-slider .card {
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

#card-slider .card img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  background: #999;
  display: block;
  margin: 5px 4px;
  border-radius: 50%;
}

.owl-dot.active span {
  background: #333;
}
.customBox {
  background-color: #f8ebd7;
}
.customBox img {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.card-container {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #ddd;
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 1rem;
}

.card-content h3 {
  margin-top: 0;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 28px;
  font-family: "Montserrat", serif;
}

.card-content p {
  margin: 0.3rem 0;
  font-size: 0.9rem;
}

.status.active {
  color: #57e326;
  font-weight: bold;
}

.buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.bid-btn,
.view-btn {
  padding: 0.5rem 0.8rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.bid-btn {
  background-color: #014d4d;
  color: white;
}

.view-btn {
  background-color: #f5f5f5;
}
.auctioncards .card {
  background-color: #f8ebd7;
  padding: 20px;
  margin-top: 30px;
  width: 360px;
}
.buttons .bid-btn {
  width: 160px;
  border-radius: 5px;
  height: 42px;
  font-family: "Montserrat", serif;
}
.buttons .view-btn {
  width: 160px;
  border-radius: 5px;
  height: 42px;
  font-family: "Montserrat", serif;
  background: transparent;
  border: 1px solid var(--darkGreen);
  color: var(--darkGreen);
}
.auctioncards {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 80px;
}
.auctionButton {
  display: flex;
  gap: 10px;
}
.auction_belowbanner {
  margin-top: 0;
}
.Hiw_belowbanner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.workinfo-container .workBox {
  background-color: #81acb7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.workinfo-container .workBox i {
  font-size: 90px;
}
.workinfo-container .workBox h3 {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--darkBrown);
}
.workinfo-container .workBox p {
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  font-family: "Montserrat", serif;
  color: var(--darkBrown);
}
.workinfo-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}
.workinfowrap {
  display: flex;
}
.workinfowrap .workBox {
  background-color: #81acb7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.workinfowrap {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  margin-top: 40px;
}
.testimonial-card {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.slide-card-content i {
  padding-right: 6px;
}
.auctionDetails a {
  text-decoration: none;
  color: var(--darkGreen);
  font-weight: 700;
  font-size: 16px;
}
.slide-card-content h3 {
  font-size: 24px;
  font-family: "Montserrat", serif;
  color: var(--darkBrown);
  font-weight: 700;
}
.sliding-card {
  background-color: #f8ebd7;
  width: 350px;
  padding: 0;
}
.slide-card-content p {
  margin: 0;
}
.slide-card-content i {
  color: var(--darkGreen);
}
.carousel-row {
  display: flex;
  justify-content: space-evenly;
}
.sliding-card img {
  width: 350px;
}
.slide-card-content h3 {
  margin-top: 15px;
  margin-left: 15px;
}
.slide-card-content p,
.slide-card-content a {
  margin-left: 15px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", serif;
}
.slide-card-content .auctionDetails {
  margin-top: 10px;
}
.slide-card-content .auctionDetails a {
  font-weight: 700;
}
.slide-card-content {
  padding-bottom: 20px;
}
.sliding-card {
  border-radius: 10px;
}
.judiciaryFooter {
  border-top: 16px solid var(--darkGreen);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 70px;
}
.judicary_logo span {
  font-weight: 500;
  font-size: 17px;
  font-family: "Montserrat", serif;
}
.footer-navigation ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  margin: 0;
  margin-top: 25px;
}

.footer-navigation ul li a {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", serif;
  text-decoration: none;
  color: var(--darkBrown);
}
.judicary_logo img {
  width: 108px;
  height: 108px;
}
.footer-navigation h4,
.sndEmail h4 {
  font-size: 19px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  line-height: 24px;
}
.sndEmail p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Montserrat", serif;
}
.sndEmail input {
  width: 300px;
  height: 34px;
}
.sndEmail input::placeholder {
  font-size: 12px;
  font-weight: 400;
}
.sndEmail input::after {
  background-color: #dc9935;
}
.email-container {
  display: flex;
  max-width: 400px;
  background-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.email-container input[type="email"] {
  flex: 1;
  border: none;
  padding: 12px 16px;
  font-size: 16px;
  background-color: #ddd;
  outline: none;
  height: 39px;
}

.email-container button {
  background-color: #d4902d;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-container button:hover {
  background-color: #c37f1e;
}

.email-container button svg {
  width: 18px;
  height: 18px;
  fill: #000;
}
.footerbar {
  background-color: #dc9935;
}
.social-apps i {
  color: white;
}
.social-apps {
  display: flex;
  align-items: center;
  gap: 30px;
}
.copy-text p {
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-size: 14px;
  list-style: 20px;
}
.footerbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 65px;
  width: 100%;
}
.dropup-container {
  position: relative;
  display: inline-block;
}

.dropup-button {
  border: none;
  cursor: pointer;
  position: relative;
}

.icon-box {
  padding: 10px;
}

.icon-box svg {
  width: 20px;
  height: 20px;
  stroke: #0066cc;
  stroke-width: 2;
  fill: none;
}
.lagos_logo img {
  width: 76px;
  height: 76px;
}

.dropup-content {
  display: none;
  position: absolute;
  bottom: 60px;
  background-color: #fff;
  min-width: 160px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.dropup-content a {
  padding: 10px 15px;
  display: block;
  color: #333;
  text-decoration: none;
}

.dropup-content a:hover {
  background-color: #f0f0f0;
}

.show {
  display: block;
}
.footer-bar-content {
  display: flex;
  width: 50%;
  justify-content: space-around;
}
.step-card {
  background-color: #f8f9fa;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  height: 100%;
}
.icon-circle {
  width: 50px;
  height: 50px;
  background-color: #004e64;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 15px;
}
.step-card h5 {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 24px;
}
.slider_content {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-banner {
  position: relative;
}
.slider_content h2 {
  color: white;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Montserrat", serif;
}
.slider_content h4 {
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  color: white;
}
.homepg_carousel-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #dc9935 !important;
  background: #dc9935 !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: white;
  background-color: white;
}
.search-container {
  display: flex;
  width: 750px;
  max-width: 90%;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  border: 1px solid white;
  margin-top: 50px;
}

.search-input {
  flex: 1;
  padding: 15px;
  border: none;
  font-size: 16px;
  color: white;
  background: transparent;
  outline: none;
}

.search-input::placeholder {
  color: #cccccc;
}

.search-button {
  padding: 0 25px;
  background-color: #f2a33b;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-button:hover {
  background-color: #d78b28;
}
.homepg_carousel-banner .search-button {
  width: 147px;
}
.belowbanner_inwhite {
  background-color: white;
}
.sliding-card-carousel img {
  height: 480px;
  width: 410px;
}
.carousel-card-content h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--darkBrown);
  font-family: "Montserrat", serif;
}
.carousel-card-content p {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--darkBrown);
  font-family: "Montserrat", serif;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
}
.home-card {
  background: rgba(170, 170, 170, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 65px 75px 65px 75px;
  text-align: center;
  height: 294px;
  width: 100%;
}
.slide-container {
  background-color: #004e6b;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.content-box {
  display: flex;
  background-color: #004e6b;
  overflow: hidden;
  align-items: center;
}
.image-box img {
  width: 800px;
  height: auto;
  object-fit: cover;
  display: block;
}
.text-box {
  background-color: white;
  padding: 120px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
  margin-left: -50px;
}
.text-box ul {
  list-style: none;
  padding-left: 0;
}
.text-box li::before {
  content: "\2022";
  color: #004e6b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.info-box {
  background: white;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 20%;
  left: 55%;
  width: 300px;
}
.news-title {
  text-align: center;
  margin: 40px 0 20px;
  font-weight: bold;
}
.news-card img {
  object-fit: cover;
  height: 200px;
  width: 310px;
}
.highlight-img {
  height: 633px;
  object-fit: cover;
  width: 100%;
}
.update-text {
  display: flex;
  align-items: center;
}
.update-text a {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  color: var(--darkBrown);
}
.login-signup .homepg-login {
  color: var(--darkGreen);
  text-decoration: none;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
/*live auction */
.card-title {
  font-weight: bold;
  font-size: 1.2rem;
}
.btn-custom {
  background-color: #003b46;
  color: white;
}
.btn-custom:hover {
  background-color: #005b6b;
}
.card-text small {
  display: block;
}
.auction-card-footer {
  background-color: white;
  border-top: 0;
}
.auction-card {
  width: 345px;
  border-radius: 0;
  padding: 20px;
  border: 1px solid #81acb7;
}
.liveAuction-cards .auction-card img {
  height: 270px;
}
.liveAuction-cards .auction-card-content {
  padding: 0;
  margin-top: 15px;
}
.liveAuction-cards .auction-card-content .card-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat", serif;
  line-height: normal;
  color: black;
}
.liveAuction-cards .auction-card-content small {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Montserrat", serif;
  color: var(--darkBrown);
}
.liveAuction-cards .auction-card-content span {
  color: #57e326 !important;
}
.auction-card-btns {
  padding: 0;
  margin-bottom: 20px;
}
.auction-card-btns .bidNow-btns {
  background-color: var(--darkGreen);
}
.auction-card-btns .bidNow-btns:hover,
.auction-card-btns .bidNow-btns:active,
.auction-card-btns .bidNow-btns:focus {
  color: white;
  background-color: var(--darkGreen);
  box-shadow: none;
}
.auction-card-btns .auction-detailBtn:hover,
.auction-card-btns .auction-detailBtn,
.auction-card-btns .auction-detailBtn:focus {
  background-color: white;
  color: var(--darkGreen);
  border-color: var(--darkGreen);
  box-shadow: none;
}
.auction-card-btns .view-detailBtn,
.auction-card-btns .view-detailBtn:hover,
.auction-card-btns .view-detailBtn:focus {
  width: 400px !important;
  border-radius: 5px;
  border: 1px solid var(--darkGreen);
  background-color: white;
  color: var(--darkGreen);
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.liveAuction-cards {
  margin-top: 25px;
}
.auction-sliding-card {
  border: 1px solid #81acb7;
  width: 400px;
  padding: 20px;
}
.auction-sliding-card img {
  width: 356px;
  height: 290px;
  padding: 0;
  margin: 0;
}
.auction-sliding-card .text-end {
  color: #f00;
}
/*overlay*/
.image-overlay {
  position: relative;
  overflow: hidden;
}

.image-overlay img {
  width: 100%;
  height: auto;
  display: block;
}

.image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Black with 30% opacity */
}

/* FAQS PAGE CSS */
.custom-accordion .accordion-item {
  border: none;
  background-color: #f9fafa;
  padding: 10px;
}

.auction-custom-accordian .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
  padding: 1rem;
  font-size: 19px;
  color: var(--darkBrown);
  font-weight: 700;
}

.auction-custom-accordian .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f9fafa;
}

.auction-custom-accordian .accordion-body {
  padding: 0 1rem 1rem;
  font-size: 0.95rem;
  color: #333;
}

.auction-custom-accordian .accordion-button::after {
  transition: transform 0.3s ease;
}

.auction-custom-accordian .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.auction-custom-accordian .accordion-button::after {
  filter: grayscale(100%);
}
.auction-custom-accordian {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* contact us page css*/
.contactpg-wrapper {
  background-image: url(../images/map.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 250px;
  padding-top: 150px;
  margin-top: 50px;
}

.contact-form {
  background-color: white;
  padding: 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.contact-form h2 {
  margin-bottom: 30px;
  font-weight: bold;
}

.form-control:focus {
  box-shadow: none;
  border-color: #007bff;
}
.contact-form-input input {
  width: 739px;
  height: 62px;
  border-radius: 5px;
}
.contact-form-textarea {
  width: 739px;
  height: 294px;
}
.sendBtn {
  display: flex;
  justify-content: end;
}
.sendBtn button {
  background-color: var(--bluishGrey);
  border-color: var(--bluishGrey);
  width: 140px;
  height: 56px;
}
@media (min-width: 1025px) {
  .nv-mb-link {
    display: none;
  }
}
@media (max-width: 1199px) {
  .lagos-header {
    padding: 20px 30px 10px 30px;
  }
  .login-signup .homepg-login,
  .login-signup .homepg-register {
    font-size: 16px;
  }
  .Judiciary-navigation {
    margin-bottom: 0;
  }
  .home-card {
    padding: 58px 40px 65px 40px;
  }
  .image-box img {
    width: 640px;
  }
  .sliding-card-carousel img {
    width: 312px;
  }
  .lagos-navigation ul li a {
    font-size: 16px;
  }
  .slider_content h2 {
    font-size: 42px;
  }
  .slide-inner {
    text-align: center;
  }
}
.navbar {
}

.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  float: right;
}
#menu-toggle {
  display: none;
}

/* Responsive for Mobile */
@media (max-width: 1024px) {
  .login-signup {
    display: none;
  }
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50px;
    right: 0;
    width: 200px;
    z-index: 15;
  }
  #menu-toggle:checked + .hamburger + .menu {
    display: flex;
  }
  .hamburger {
    display: block;
  }
  .menu li {
    background-color: #df9126;
    width: 100%;
    text-align: center;
    padding: 3px 0;
  }
  .menu {
    gap: 1px;
  }

  .menu a {
  }
  .banner,
  .image-overlay img {
    height: 500px;
  }
  .slider_content h2 {
    font-size: 36px;
  }
  .slider_content h4 {
    font-size: 20px;
  }
}
/* Responsive for Mobile */
@media (max-width: 768px) {
  .sliding-card-carousel img {
    width: 100%;
  }
  .sliding-card-carousel {
    margin-bottom: 5px;
  }
  .content-box {
    flex-wrap: wrap;
  }
  .text-box {
    margin-left: 0;
  }
  .judiciaryFooter {
    padding: 30px;
  }
  .lagos-header {
    padding: 10px 17px 10px 15px;
  }
  .judicary_logo span {
    font-size: 14px;
  }
  .contact-form-textarea {
    width: 100%;
    height: auto;
  }
  .contact-form-input input {
    width: 100%;
  }
  .contact-form {
    width: calc(100% - 60px);
    padding: 20px;
  }
  .contactpg-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* Responsive for Mobile */
@media (max-width: 490px) {
  .judiciaryFooter {
    flex-wrap: wrap;
    padding: 20px;
    flex-direction: column-reverse;
  }
  .Hiw_belowbanner {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .auction-custom-accordian .accordion-button {
    font-size: 16px;
  }
  .contact-form-input input {
    height: 40px;
  }
}
