* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
 }

body {
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.logo {
  width: 100%;
  height: 70px;
}

nav {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 4px 80px;
  display: flex
;
  background: white;
  justify-content: space-between;
  align-items: center;}

.nav-links {

  text-decoration: none;
  margin-left: 20px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  transition: background 0.3s;
}
.nav-links:hover{
  background: linear-gradient(45deg, #00c6ff, #048AD5);
  color: white;
}
.hero {
  background: url('./images/home-bg.jpg') no-repeat center center/cover;
  height: 600px;
  color: white;
  position: relative;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  width: 75%;
  top: 50%;
}
.d-center{
  display: flex;
  text-align: center !important;
  justify-content: space-around;
}
.left-content {
  font-size: 15px;
  max-width: 600px;
  text-align: justify;
}

.right-form {
  transition: transform 0.5s ease;
  background: white;
  color: #333;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.tab-header {
  display: flex;
  border-bottom: 2px solid #ddd;
}
.tab-bg{
  border-radius: 8px 8px 0 0;
  background: #0288d1;

}

.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-on-scroll.show {
  opacity: 1;
  transform: translateY(0);
}
.tab {
  border: 1px solid #0288d1;
  font-size: 14px;
  flex: 1;
  padding: 5px 2px 8px 2px;  text-align: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
.tab-top{
  padding: 15px 25px 2px 25px;   

}
.tab-top h2{
  color: white;
  font-size: 20px;
}
.tab:hover{
  background: linear-gradient(45deg, #00c6ff, #048AD5);


}
.tab.active {
  border-bottom: 2px solid rgb(0, 0, 0);
}

.tab-content {
  padding: 20px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}



.tab-content select, input {
  width: 100%;
  padding: 6px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.tab-content label{
  margin-bottom: 6px;
}
.home-tab-button {
  width: 100%;
  padding: 6px;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.text-left{
  text-align: left !important;
}



.container-div p {
  margin-bottom: 30px;
  max-width: 800px;
  font-size: 14px;
  color: #181A2A;
}



.about-cards .card h3 {
  font-weight: 600;
    margin-top: 9px;
    font-size: 25px;
    color: #0288d1;
}
.about-cards .card label {
  font-size: 14px;
  color: #181A2A99;
}
.about-cards .card p {
  margin: 0;
  font-size: 14px;
  color: #181A2A99;
}

.testimonial-section {
  background: url('./images/back-gray.png') no-repeat center center/cover !important;

  color: white;
  text-align: center;
}

.testimonial-section h2 {
  margin-bottom: 40px;
}

.testimonial-cards {
  margin-top: 43px;
  display: flex
;
  justify-content: center;
  gap: 20px;
}
.testimonial {
  background: white;
  color: #333;
  padding: 20px;
  /* transition: 0.3s; */
  transition: transform 0.5s ease;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.testimonial:hover{
  transform: scale(1.05);
  /* transform: translateY(-10px); */
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

.testimonial img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.testimonial h3 {
  font-size: 16px;
  margin-top: 10px;
}

.testimonial p {
  font-size: 14px;
  margin: 10px 0;
  color: #444;
}

.testimonial .stars {
  color: #048AD5;
}
.gray-div{
  background: #F5F5F5;
}
.testimonial .date {
  font-size: 12px;
  color: #888;
}


.contact-img{
  object-fit: cover;
  height: 500px;
  width: 100%;

}

.text ul li{
  text-align: left;
  padding-left: 15px; line-height: 1.8;
}
.text strong{
  display: block;
}
.container-new {

 
  margin: 30px auto;}
  .car-card {
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #d6d8dd94;
    box-shadow: 0 9px 11px -6px rgba(0, 0, 0,0.3)}

@media (min-width: 992px) {
  .right-form:hover {
    transform: scale(1.04);
  
  }
 
  .contact-img{
    filter: grayscale(100%);
    object-fit: cover;
    height: 500px;
    width: 100%;
  
  }
  .container-div:hover .contact-img {
    filter: grayscale(0%);
  }
  
  .car-info img {
    width: 100%;
    height: 55px;
    object-fit: cover;
  }
  .car-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #d6d8dd94;
    box-shadow: 0 9px 11px -6px rgba(0, 0, 0,0.3)}
  .car-details{
    min-width: 380px;
    text-align: left;
    width: 100%;
  }
  .container-new {
    padding: 0 20px;
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    gap: 30px;
  }
  .d-footer-flex{
    display: flex;
  }
  .footer-section {
    min-width: 100px;
  }
  .footer-logo {
    max-width: 195px;
  }
  .navbar-expand-lg .navbar-collapse {
      display: flex !important
;
      flex-basis: auto;
      justify-content: flex-end;
      
  }
 }


@media (max-width: 768px) {
  .contact-img {
    object-fit: cover;
    height: 165px !important;
    width: 100%;
}
  .car-price {
    margin-top: 12px;
    padding: 10px !important;
    background: #F5F5F5;
    text-align: center;
}
  .car-details h4 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 21px !important;
    color: #222;
}
  .car-info {
    flex-direction: row-reverse;
    display: flex
;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
}
  .nav-links{
    margin-left: 0;
  }
  .dropbtn{
    margin-left: 0 !important;

  }
  .navbar-collapse{
    padding: 10px 0;

    margin-top: 25px;
    align-items: flex-start;
    width: 100%;
    display: flex
;
    flex-direction: column;
  }
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 100px 20px 0;
  }

  .about-cards,
  .testimonial-cards {
    flex-direction: column;
    align-items: center;
  }
}
.logo-img{
  width: 200px;
}
/* Dropdown Base */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 6px 14px;
  border-radius: 6px;
  margin-left: 20px;

  transition: background 0.3s;
}

.dropdown:hover .dropbtn {
  background: linear-gradient(45deg, #00c6ff, #048AD5);
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  background: white;
  min-width: 200px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 1000;
  overflow: hidden;
}
label,p{
  font-size: 15px;
}
.dropdown-content a {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  gap: 10px;
  transition: background 0.3s, color 0.3s;
}

.dropdown-content a:hover {
  background: linear-gradient(to right, #00c6ff, #048AD5);
  color: white;
}

.dropdown-content img {
  width: 20px;
  height: 20px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.dropdown-content a:hover img {
  filter: grayscale(0%);
}

.dropdown:hover .dropdown-content {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
footer {
  background: #000;
  color: #fff;
  padding: 40px 20px 10px;
}

.footer-container {
  display: flex
  ;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1235px;
      margin: auto;
      gap: 30px;
  
}





.footer-logo p {
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex: 1;
  flex-wrap: wrap;
}
.footer-link{
  color: #048AD5 !important;
}

.footer-section-large {
 
  min-width: 250px;
}
.footer-section h4,.footer-section-large h4 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-section ul,.footer-section-large ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li,.footer-section-large ul li {
  font-size: 13px;

  margin-bottom: 10px;
}

.footer-section ul li a,.footer-section-large ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  transition: color 0.3s;
}

.footer-section ul li a:hover,.footer-section-large ul li a:hover {
  color: #706d6d;
}

.footer-section ul li i,.footer-section-large ul li i {
  margin-right: 5px;
  color: #ff6600;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #ff6600;
}

.footer-bottom {
  text-align: center;
  color: #777;
  font-size: 12px;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #222;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }


}
.d-inline-flex{
  display: flex;
  align-items: center;
}
.header {
  width: 100%;
  margin-top: 80px;
  position: relative;
  text-align: center;
}

.header img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.header-title {
  animation: fadeInUp 1s ease-out;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.car-price .amount {
  font-weight: 700;
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.car-price button {
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}
.car-price a {
  text-decoration: none;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.green{
  color: #008000;
}
.red{
  color: #FF0000;
}

.car-price button:hover,.car-price a:hover {
  opacity: 0.9;
}

.sidebar {
  height: fit-content;
  text-align: left;
  flex: 0 0 250px;
  background: white;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);  font-size: 15px;
}
.sidebar div{
  padding: 10px 20px;

}
.sidebar hr{
  color:#b2b6bd ;
  margin: 0;
}
.sidebar h3 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.sidebar li {
  margin-bottom: 8px;
  position: relative;
}



.content {
  flex: 1;
}

.top-bar {
  background-color: #F5F5F5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}



.result-count {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}



.car-info {
  display: flex;
  align-items: center;
  gap: 20px;
}



.car-info hr{
  margin: 10px 0;
  color: #b2b6bd;
}
.car-details h4 {
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 24px;
  color: #222;
}

.car-details p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.car-price {
  padding: 20px;
  background: #F5F5F5;
  text-align: center;
}
.container-large {
  display: flex;
  gap: 20px;
}

.left-panel {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-box {
  background: #F5F5F5;
  text-align: left;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.form-box h3 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.d-end p{
margin-bottom: 10px;
}
.form-box label {
  margin: 10px 0;
  font-weight: 500;
  font-size: 15px;
}

.form-group {
  margin-bottom: 20px;
  /* display: flex; */
  flex-wrap: wrap;
  gap: 15px;
}

.form-group input, .form-group textarea, .form-group select {
  flex: 1;
width: 100%;  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.form-group textarea {
  width: 100%;
  height: 100px;
  resize: vertical;
}

.submit-btn {
  color: white;
  border: none;
  padding: 6px 45px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;

}
/* .submit-btn:hover {
  transition: background 0.3s;

  background: #ff9901;

} */

.right-panel {
  flex: 1;
}
.d-end{display: flex !important
  ;
      justify-content: space-between;}
.summary-box {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
  border: 1px solid #ddd;
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.summary-box h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.summary-box p {
  font-size: 14px;
  margin: 5px 0;
}

.payment-options input {
  margin-right: 10px;
}

.summary-box .btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: linear-gradient(to right, #ff6600, #ff9900);
  color: white;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

.booking-details {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.card-info input, .card-info select {
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.card-row {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.card-row div {
  flex: 1;
}

.card-tabs {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
select:focus {
  border-color: #FF6501;
  outline: none;
  background: #fffaf1;
}
.card-tabs button {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  cursor: pointer;
  border-radius: 6px;
}

.card-tabs button.active {
  border: 1px solid #FF6501;
  color: #FF6501;
  font-weight: 500;
}
.card-tabs button:hover {
  border: 1px solid #FF6501;
  color: #FF6501;
  font-weight: 500;
}
.payment-box {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none; 
  background: #fff;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.payment-option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
  cursor: pointer;
  transition: background 0.3s;
  border: 2px solid transparent;
}
.navbar{
  z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
}
.payment-option:hover {
  background: #f1f1f1;
}
.payment-div{
  padding: 20px;
}
.payment-option input[type="radio"] {
  width: auto;
  accent-color: orange;
  transform: scale(1.2);
  margin-right: 12px;
  margin-top: 4px;
}

.radio-label {
  display: flex;
  align-items: flex-start;
}

.radio-text {
  display: flex;
  flex-direction: column;
}

.radio-text small {
  font-size: 13px;
  color: #555;
}

.payment-amount {
  font-weight: bold;
  font-size: 15px;
  margin-top: 4px;
}
.about-cards .card:hover{
   transform: translateY(-10px);
}
.about-cards .card{
  transition: transform 0.5s ease;
}
.confirm-btn {
 
  width: 100%;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px !important;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }
  footer {
    background: #000;
    color: #fff;
    padding: 40px 30px 10px;
}
  .footer-logo img {
    width: 77px;
    margin-bottom: 10px;
}

  .car-img {
    object-fit: cover;
    height: 190px;
    width: 100%;
}
  .about-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .container-div h2 {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 28px;
  }
  .left-content{
    display: none;
  }
  .navbar{
    padding: 7px 20px;
  }
  .container-div{   
    text-align: center;
 
   padding: 30px 25px;
 }
 .about-cards .card {
  text-align: left;
  justify-content: space-around;
  /* width: 245px; */
  border: none;
  display: flex
;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 24%);
  flex-direction: column-reverse;
  align-items: flex-start;
}
.about-cards .card img {
  padding-left: 5px;
  width: 59px;
  margin-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .car-info {
    display: flex
;
    align-items: center;
    gap: 20px;
    justify-content: space-evenly;
}
  .container-new {
    padding: 0 20px;
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    gap: 30px;
  }
  .footer-logo img {
    width: 80px;
    margin-bottom: 15px;
  }
  .car-img{
    object-fit: cover;
    height: 400px;
    width: 100%;
  }
  

.about-cards .card {
  justify-content: space-around;
  width: 245px;
  border: none;
  display: flex
;
  background: white;
  padding: 20px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 24%);  flex-direction: row;
  align-items: center;
}

.about-cards .card img {
  padding-left: 5px;
  width: 85px;
  margin-bottom: 10px;
}
  .about-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .container-div h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 30px;
  }
  .navbar{
    padding: 7px 80px;
  }
  .container-div{   
    text-align: center;
 
   padding: 50px 50px;
 }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .footer-logo img {
    width: 80px;
    margin-bottom: 10px;
  }
  .car-img{
    object-fit: cover;
    height: 500px;
    width: 100%;
  }
  

.about-cards .card {
  justify-content: space-around;
  width: 245px;
  border: none;
  display: flex
;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 24%);  flex-direction: row;
  align-items: center;
}

.about-cards .card img {
  padding-left: 5px;
  width: 85px;
  margin-bottom: 10px;
}
  .about-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .container-div h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 33px;
  }
  .navbar{
    padding: 7px 90px;
  }
  .container-div{   
    text-align: center;
 
   padding: 50px 130px;
 }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .footer-logo img {
    width: 80px;
    margin-bottom: 10px;
  }
  .car-img{
    object-fit: cover;
    height: 500px;
    width: 100%;
  }
  

.about-cards .card {
  justify-content: space-around;
  width: 245px;
  border: none;
  display: flex
;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 24%);  flex-direction: row;
  align-items: center;
}

.about-cards .card img {
  padding-left: 5px;
  width: 85px;
  margin-bottom: 10px;
}
  

  .about-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .container-div h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 33px;
  }
  .navbar{
    padding: 7px 90px;
  }
  .container-div{   
    text-align: center;
 
   padding: 50px 130px;
 }
}
@media (min-width: 1921px) {
  .footer-logo img {
    width: 80px;
    margin-bottom: 10px;
  }
  .car-img{
    object-fit: cover;
    height: 500px;
    width: 100%;
  }
  

.about-cards .card {
  justify-content: space-around;
  width: 245px;
  border: none;
  display: flex
;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 24%);  flex-direction: row;
  align-items: center;
}

.about-cards .card img {
  padding-left: 5px;
  width: 85px;
  margin-bottom: 10px;
}
  .about-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .container-div h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 33px;
  }
  .navbar{
    padding: 7px 90px;
  }
  .container-div{   
    text-align: center;
 
   padding: 50px 130px;
 }
}
.btn-slide {
  background: linear-gradient(to right, #FF6501, #ff9900);  transition: all 0.3s ease;
  color: white;
  position: relative;
  overflow: hidden;
}

.btn-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transition: all 0.4s;
}

.btn-slide:hover::before {
  left: 100%;
}
/* .top-bar-button {
  font-weight: 600;
  border: 1px solid #d4cece;
  padding: 6px 16px;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.3s;

} */
.top-bar-button {
  border-radius: 5px;
font-weight: 500;
  font-size: 14px;
  padding: 6px 15px;
  background: transparent;
  color: #000000;
  border: 1px solid #908f8fa2;
  position: relative;
  z-index: 1;
}

.top-bar-button::after {
  border-radius: 5px;

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #636262ee;
  z-index: -1;
  transition: 0.3s ease;
}

.top-bar-button:hover {
  color: rgb(255, 255, 255);
}

.top-bar-button:hover::after {
  width: 100%;
}