/* 
* put your own css code here 
* don't update templates css file.
* because it's regularly get updated
*/


.ps-0{
    padding-left: 0 !important;
}

.ps-2{
    padding-left: 20px !important;
}

.mt-3{
    margin-top: 30px;
}

.mt-5{
    margin-top: 50px;
}

.w-100{
    width: 100%;
}


.our-blog{
    padding: 80px 0px;
}

.section-title.section-title-center{
        text-align: center;
    margin-bottom: 50px;
}

.section-title-center h3{
    color: #d52619;
    font-weight: 700;
    margin-bottom: 5px;
    font-style: italic;
}

.post-item-content {
    margin-bottom: 15px;
}

.post-item-content h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.post-item-btn a{
        color: #000;
    font-weight: 600;
}

.image-anime{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
}

.post-item-content h2 a {
    color: #d52619;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin-top: 10px;
}

.post-item-btn{
    display: flex;
    justify-content: space-between;
}

.service-content h2{
    font-size: 22px;
    text-decoration: underline;
    color: #000;
}

.row.service-cont{
    position: relative;
}

.sidebar-pull{
    position: sticky;
    top: 110px;
}

.sidebar-form{
    position: sticky;
    top: 115px;
}

.service-content ul{
    padding-left: 20px;
    margin-top: 15px;
}

.service-content h3{
    font-size: 18px;
    margin-top: 15px;
    color: #d52619;
}

.service-content ul li{
    list-style: disc;
}

.location-section {
  background: #f6f7fb;
}

.visit-text {
  color: #ff4d4d;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.section-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

.section-subtitle {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 50px;
}

.location-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  text-align: left;
  box-shadow: 0 5px 25px rgba(0,0,0,0.05);
  height: 100%;
}

.sidebar-form{
    background: #000;
    padding: 25px;
}

.best-service-area .img-holder img{
    width: 100%;
    max-height: 230px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #d52619;
    display: block;
    margin-bottom: 0.25rem;
}

.store-badge {
  position: absolute;
  top: -14px;
  right: 20px;
  background: #d52619;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.location-title {
  font-weight: 700;
  margin-bottom: 15px;
      font-size: 22px;
    color: #000;
}

.location-address {
  color: #6c757d;
  line-height: 1.6;
  font-size: 16px;
    font-weight: 500;
}

.contact-row {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 10px;
  font-weight: 500;
}

.icon {
  font-size: 18px;
}

.qr-box {
  background: #f3f4f7;
  border-radius: 12px;
  padding: 20px;
  width: 130px;
  text-align: center;
}

.qr-placeholder {
  background: #ddd;
  height: 60px;
  width: 60px;
  margin: auto;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.py-5{
    padding: 80px 0px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  padding: 0px;
  max-width: 550px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.4s ease;
}

.popup-box img{
    border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: -27px;
    right: -6px;
    font-size: 28px;
    cursor: pointer;
    background: #000000;
    border: 3px solid #ffffff;
    padding: 5px;
    width: 39px;
    border-radius: 30px;
    color: #ffffff;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.8);}
  to {opacity: 1; transform: scale(1);}
}


@media(min-width: 768px){
    .mtl-3{
        margin-top: 30px;
    }
}



