
 .head-logo img{
	width: 100%;
    height: 50px;
	}


/* Default (Desktop) */
.whatsapp-float{
  position:fixed;
  bottom:120px;
  right:33px;
  z-index:99999;
}

.whatsapp-float img{
  width:50px;
  height:auto;
}

/* Tablet */
@media (max-width: 991px){
  .whatsapp-float{
    bottom:80px;
    right:20px;
  }
  .whatsapp-float img{
    width:45px;
  }
}

/* Mobile */
@media (max-width: 576px){
  .whatsapp-float{
    bottom:70px;
    right:21px;
  }
  .whatsapp-float img{
    width:42px;
  }
}

 /* COMMON FLOAT BUTTON BASE */
.whatsapp-float,
.call-float{
  position:fixed;
  z-index:99999;
}

/* CALL BUTTON – Desktop */
.call-float{
  bottom:180px;     /* WhatsApp ke upar */
  right:33px;
}

.call-float img{
  width:50px;
  height:auto;
}

/* Tablet */
@media (max-width: 991px){
  .call-float{
    bottom:140px;
    right:20px;
  }
  .call-float img{
    width:45px;
  }
}

/* Mobile */
@media (max-width: 576px){
  .call-float{
    bottom:125px;
    right:21px;
  }
  .call-float img{
    width:42px;
  }
}
 
 .locatbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;  
  height: 55px;    
  background-color: #9a563a;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
  text-transform: capitalize;
  transition: 0.3s ease;
}
.locatbtn:hover {
  color: #fff;
  background-color: #0056b3;
  
}
.blgcon p {
	text-align: justify !important;
	
	}
	


	

@media (max-width: 576px) {
  .locatbtn {
    width: 150px;   
    height: 45px;    
    font-size: 15px;
  }
  .blgcon p {
	text-align: justify !important;
	
	}
}


.center-wrapper{
  width:100vw !important;
  height:100vh !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  top:0 !important;
  left:0 !important;

  z-index:9999;
}

/* Circle */
.center-circle{
  width:90px;
  height:90px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;
  background:#9a563a;

  color:#fff;
  font-size:30px;
  font-weight:600;
  font-family:Syne;
}

/* Responsive */
@media(max-width:768px){
  .center-circle{
    width:65px;
    height:65px;
    font-size:22px;
  }
}

/* ===== Responsive Pricing Table ===== */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background: #fff;
}

.pricing-table thead {
  background: #111;
  color: #fff;
}

.pricing-table th,
.pricing-table td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.pricing-table th {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.pricing-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.pricing-table tbody tr:hover {
  background: #f1f1f1;
  transition: 0.3s;
}

/* ===== Tablet (≤ 992px) ===== */
@media (max-width: 992px) {
  .pricing-table th,
  .pricing-table td {
    padding: 12px;
    font-size: 14px;
  }
}

/* ===== Mobile (≤ 768px) ===== */
@media (max-width: 768px) {
  .pricing-table thead {
    display: none;
  }

  .pricing-table,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table td {
    display: block;
    width: 100%;
  }

  .pricing-table tr {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  .pricing-table td {
    text-align: right;
    padding: 12px 14px;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .pricing-table td:last-child {
    border-bottom: none;
  }

  .pricing-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #555;
  }
}
