:root {
    --primary-blue: #007BFF;
    --accent-teal: #20C997;
}

.hero-gradient {
    background: linear-gradient(135deg, #007BFF, #20C997);
    padding: 5% 0;
    color: white;
}

li {
    list-style: none;
}

.lead {
  font-size: 17px !important;
  font-weight: 400 !important;
}

p { font-weight: 400 !important;}

.btn-warning {
    background: #FFC107;
    border: none;
}
.btn-warning:hover {
    background: #e0a800;
}

p { margin-bottom: 0px !important;}

.card {
    transition: transform 0.3s;
    border: none;
}
.card:hover {
    transform: translateY(-5px);
}

body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: var(--dark-gray); }
.navbar { transition: background 0.3s; }
.hero { background: linear-gradient(rgba(0,123,255,0.8), rgba(0,123,255,0.8)), url('../images/hero-home.jpg'); background-size: cover; }
.btn-primary { background: var(--primary-blue); border: none; }
.btn-primary:hover { background: var(--accent-teal); }
.service-icon { color: var(--accent-teal); font-size: 2rem; margin-bottom: 1rem; }
.fade-in { opacity: 0; animation: fadeIn 1s ease-in forwards; }
.margin-top-hero { margin-top: 3%;}
@keyframes fadeIn { to { opacity: 1; transform: translateY(0); } }
footer a { text-decoration: none; }

.mcs-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.mcs-popup-box {
  position: relative;
  max-width: 360px; /* square image ke hisaab se adjust karo */
  width: 90%;
}

.mcs-popup-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  cursor: pointer;
}

/* Close button top-right */
.mcs-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border-radius: 50%;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.custom-btn-contact {
    margin-right: 25px;
}

@media (max-width: 576px) {
.custom-btn-contact {
    margin-right: 10px;
    margin-bottom: 25px;
}
}

.mcs-whatsapp-float {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 18px;   /* jitna upar/below chahiye adjust kar sakte ho */
  right: 18px;    /* jitna left/right chahiye adjust kar sakte ho */
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mcs-whatsapp-float:hover {
  background-color: #1ebe5d;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  transition: all 0.15s ease-in-out;
}

.mcs-whatsapp-icon {
  line-height: 1;
}
