body {
  background-color: #1B1C1C;
  cursor: none;
}
.NavbarFixedHeader {
  background: #000000a8;
}
.line {
  background-color: #ffffff;
}
.navbarconnect{
  display: flex;
  justify-content: center;
}
.custom-cursor{
  border-color: #FFF;
}
.custom2{
  border-color: #000;
}
@keyframes blink {
  0%, 100% { 
    opacity: 1;
    border-color: #FFF; /* Black color at start and end */
  }
  50% { 
    opacity: 0;
    border-color: #FFF; /* Maintain black color at halfway point */
  }
}

/* Blinking class applied on hover */
.blink-on-hover {
  animation: blink 0.7s ease-in-out infinite; /* 3 blinks */
  border-color: #FFF;
}

/* Apply blinking to cursor2 */
.custom-cursor.blink-on-hover:hover,
.custom2.blink-on-hover:hover {
  animation: blink 0.7s ease-in-out infinite; /* 3 blinks */
  border-color: #FFF;
}
.navbarenquire{
  background-color: #ffffff33;
  height: 35px;
  width: 80%;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.navbarenquire a{
  color: #ffff;
  font-size: 16px;
  text-decoration: none;
}

h6 {
  color: #ffffff;
}

.filter_inside button {
  border: 1.5px solid #B3B3B3;
  background: none;
  color: #fff;
}

.map_wrapper {
  width: 100%;
}

.map_wrapper {
  width: 100%;
}

.colorBlack {
  color: #ffffff !important;
}
.blackcolor
{
  color: #000 !important;
}
.map_image {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.black_patch {
  position: absolute;
  width: 500px;
  background-color: #1B1B1B;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 20px;
  border-radius: 10px;
}

.black_patch h4 {
  font-weight: 400;
  font-size: 20px;
}

.map_image img {
  width: 100%;
}

.promise {
  width: 100%;
  display: flex;
  align-items: center;
}

.promise1 {
  width: 20%;
  float: left;
}

.promise1 img {
  width: 100%;
}

.promise2 {
  width: 80%;
  float: left;
  padding: 15px;
}

.colorYellow {
  color: #B96928;
}

.gray_patch {
  background-color: #2C2C2C;
  display: flex;
  align-items: center;
  padding: 23px 15px;
  border: 1px solid #5B5B5B;
  margin-top: 45px;
  border-radius: 5px;
}

.gray_patch_inside {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
}

.gray_patch_inside span {
  font-size: 16px;
}

.gray_patch_inside img {
  width: 25px;
  padding-right: 5px;
}

.mid_content {
  width: 100%;
}

.mid_content h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  padding: 25px 5px 0px 0px;
  letter-spacing: 0.5px;
}

.mid_content p {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  padding: 0px 5px 0px 0px;
  color: #656565;
}
.linehome{
  display: none !important;
}
.black_patch button {
  width: 100%;
  background-color: #2C2C2C;
  border: 1px solid #5B5B5B;
  color: #fff;
  padding: 20px 0px;
  text-align: center;
  margin-left: 0px;
  border-radius: 8px;
  margin-top: 35px;
}
#map{
  height: 560px;
}
/* .theme_white {
  display: none;
} */
 .headerlogo{
    filter: invert(0);
}
.nav_contact .contact_us1{
  display: block;
  background-color: #1B1C1C;
}
.theme_black {
  display: block;
}
.tab-item::after{
  background-color: black;
}
.tab-item:hover::before {
  background-color: white; /* Show black border on hover */
}
@media screen and (max-width: 800px) {
  .map_image {
    display: block;
  }
  .black_patch {
    width: 94%;
    position: static;
    border: 1px solid rgba(255, 255, 255, 0.4823529412);
    margin: 50px 10px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=enquire.css.map */