
.fix,.rs-header-hamburger {
  display: none;
}

.mappp{
  display: none;
}

.mapp{
  display: block;
}
/* Show ONLY on mobile */
@media (max-width: 576px) {
  .fix,.rs-header-hamburger,.mappp {
    display: block !important; /* or flex / inline-block as needed */
   
  }

  .mapp{
    display: none;
  }
}


.getintouch{
    display:block;
}

@media (max-width: 768px) {
  .getintouch {
    display: none !important;
  }
}

.bg-none{
    background: none !important;
}

.text-white{
    color:#fff !important;
}

.text-black{
    color:#000 !important;
}

.facility-icon i{
    color: #ffffff;
    font-size: 32px;
}


.top-contact-bar {
    padding: 12px 35px;
}

.top-contact-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contact-item {
    align-items: center;
    gap: 8px;
}

.top-contact-item i {
    color: #fcc000;
    font-size: 16px;
}

.top-contact-item a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .top-contact-inner {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}

.pd-list-item {
  border-radius: 10px;
  border: 1px solid #C3C3C3;
  padding: 20px 30px 20px;
  margin-bottom: 30px;
}

.pd-list-item .icon {
  font-size: 25px;
  color: #5b1a13;
  width: 45px;
  height: 45px;
  background: var(--rs-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 4px;
}

.iconn{
  color:#fff;
}

.iconn:hover{
  color:#5b1a13;
}


@media (max-width:576px) {
     
.icon-vieww{
width: 40px !important;
  height: 24px !important;
}

}
@media (max-width: 768px) {
  .icon-mobile {
  width:55px !important;
}



 .rs-banner-twelve .rs-banner-bg-thumb{
  background-position:0 !important;
 }

}



.rs-video-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rs-video-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.25)
    );
    z-index: 1;
}

.rs-video-area > * {
    position: relative;
    z-index: 2;
}