body { font-family: Arial, sans-serif; margin:0; padding:0; line-height:1.5; color:#0d0458; }
.container { max-width:1100px; margin:auto; padding:0 16px; }
header { background:#002533; color:#fff; position:sticky; top:0; }
header nav { display:flex; justify-content:space-between; align-items:right; padding:12px 0; }
.nav-links a { margin:0 8px; color:#f3efef; text-decoration:none; }
.btn { background:#0ea5a4; color:#ffffff; padding:8px 12px; border-radius:6px; text-decoration:none; }
.btn-outline { border:1px solid #0ea5a4; color:#0ea5a4; padding:8px 12px; border-radius:6px; text-decoration:none; }
section { padding:40px 0; border-bottom:1px solid #eee; }
h2 { margin-bottom:16px; }
.cards { display:grid; gap:16px; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); }
.card { background:#fff; padding:16px; border-radius:8px; box-shadow:0 2px 8px rgba(185, 39, 39, 0.1); }
.gallery { display:grid; gap:10px; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); }
.gallery img { border-radius:8px; width:100%; height:auto; }
form { margin-top:16px; display:flex; flex-direction:column; gap:12px; }
input,textarea { padding:10px; border:1px solid #ccc; border-radius:6px; width:100%; }
.success { color:green; }
footer { background:#002533; color:#fff; padding:20px; text-align:center; }
.social-links a { color:#0ea5a4; margin:0 6px; text-decoration:none; }
.social-links a:hover { text-decoration:underline; }

h1, h2, .page-title {
  white-space: nowrap;     /* text ek line me force */
  overflow: hidden;        /* overflow na dikhe */
  text-overflow: ellipsis; /* optional: agar jagah na ho to dots ... dikhaye */

}

/* Nav links group */


/* Call Now Button -> sabse right */
.nav-links .btn {
  margin-left: left;  /* ye button ko right me dhakel dega */
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  /* 3 per row */
  gap: 20px;  /* cards ke beech ka gap */
  background: #eeeff0;
  border-radius: 10px;
  box-shadow: 0px 8px 15px  rgba(248, 107, 13, 0.904);
  margin: 15px;
  padding: 20px;
}

.service-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 1rem;
  background: #fff;
  box-shadow: 5px 9px 5px rgba(81, 205, 214, 0.904);
}


h2 {
    color: #000000; /* Black */
    text-align: center; /* Center Align */
    font-size: 35px;
    text-align: center;
    color: white;
    background-color: #7e2105e1; /* Deep Blue background */
    max-width: 220px;
    width: 50%;          /* Screen size ke hisaab se */
    height: 40px;      /* Height set ki */
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
    text-align: center;  
    line-height: 34px;
    box-shadow: 0px 8px 15px  rgba(248, 107, 13, 0.904);
 }

 h4 {
    color: #000000; /* Black */
    text-align: center; /* Center Align */
    font-size: 31px;
    text-align: center;
    color: white;
    background-color: rgba(131, 66, 12, 0.882); /* Deep Blue background */
    max-width: 210px;
    width: 60%;          /* Screen size ke hisaab se */
    height: 40px;      /* Height set ki */
    margin: 10 auto;
    padding: 10px;
    border-radius: 8px;
    text-align: center;  
    line-height: 34px;  
    box-shadow: 0px 5px 15px rgba(248, 107, 13, 0.904);
    

  }

 h5 {
    color: #000000; /* Black */
    text-align: center; /* Center Align */
    font-size: 35px;
    text-align: center;
    color: white;
    background-color: #771e02e1; /* Deep Blue background */
    max-width: 120px;
    width: 40%;          /* Screen size ke hisaab se */
    height: 35px;      /* Height set ki */
    margin: 10 auto;
    padding: 10px;
    border-radius: 6px;
    text-align: center;  
    line-height: 25px;
    box-shadow: 0px 8px 15px  rgba(248, 107, 13, 0.904);
 }

 h6 {
    color: #000000; /* Black */
    text-align: center; /* Center Align */
    font-size: 35px;
    text-align: center;
    color: white;
    background-color: #771e02e1; /* Deep Blue background */
    max-width: 212px;
    width: 50%;          /* Screen size ke hisaab se */
    height: 40px;      /* Height set ki */
    margin: 10 auto;
    padding: 10px;
    border-radius: 8px;
    text-align: center;  
    line-height: 34px;
    box-shadow: 0px 8px 15px  rgba(248, 107, 13, 0.904);
 }

 h7 {
    display: block;   /* Force block element */
    color: white;
    text-align: center;
    font-size: 35px;
    background-color: #771e02e1;
    max-width: 185px;
    width: 50%;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
    line-height: 34px;
    box-shadow: 0px 8px 15px rgba(248, 107, 13, 0.904);
    font-weight: bold;
  }


/* Navbar Container */
.navbar {
  display: flex;
  justify-content: space-between; /* logo left, menu right */
  align-items: center;
  width: 97%;
  margin: 0;
  padding: 0 20px; /* sirf andar thoda space rakho */
}

/* Agar container use ho raha hai to uska padding/margin hatao */
.navbar .container,
.navbar .container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

/* Navbar Brand */
.navbar-brand {
  display: flex !important; /* override any existing block */
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

/* Navbar links */
.navbar ul {
  display: flex;
  gap: 30px;   /* links ke beech ka space */
  margin: 10;
  padding: 0;
}

/* Logo */

.logo {
  max-height: 125px;
  width: auto;
  margin-left: 0;
  display: block;
}

/* Brand Text */
.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

/* Brand Title */
.brand-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ee850e;
  margin: 0;
}

/* Brand Subtitle */
.brand-subtitle {
  font-size: 0.9rem;
  font-weight: 400;
  color: #f3f2f2;
}

/* Page Titles */
.page-title, h1, h2 {
  margin-left: 10px;  /* right shift */
  text-align: left;
  color: #0ea5a4;
  white-space: nowrap;  /* prevent wrapping */
}

#contactForm {
  padding-top: 30px;
  
}
.contact-form textarea {
    height: 125px;
    
}
.contact-form {
    max-width: 450px;
    margin: 30px auto; /* thoda niche bhi aayega */
    background-color: #fff;
    padding: 50px;
    height: 450px;
    
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(2, 17, 87);
}

.contact-form input,
.contact-form textarea {
    width: 98%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #cccccc;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
}

/* Button styling */
.contact-form .btn {
    width: 50%;
    padding: 15px;
    margin: 20px auto;
    background-color: #044080;
    color: #fff;
    font-size: 1.1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form .btn:hover {
    background-color: #357a7a;
}

****
body {
    font-family: Arial, sans-serif;
    background: #f4f7fb;
    margin: 0;
    padding: 0;
}



.testimonial-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.card {
    width: 280px;
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.card p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}


.author {
    font-size: 14px;
    color: #555;
}

.google-btn {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #0b63ce;
}

.write-review-btn {
    display: inline-block;
    background: #fff;
    border: 1px solid #789ecc;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    color: #0b63ce;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 60px;
}


.write-review-btn:hover,
.google-btn:hover {
    color: #083a88;
}


****
.footer {
 
    background-color: #002533;
    color: white !important;
    display: flex;
    flex-direction: column;  /* content ko vertical stack kare */
    justify-content: center; /* vertical center */
    align-items: center;     /* horizontal center */
    text-align: center;
    padding: 20px 0;         /* thoda padding */
}
a[href^="tel:"], a[href^="mailto:"] {
    color: white !important;
    text-decoration: none;
}

.footer-contact p, 
  .footer-social a {
    margin: 5px 0;           /* spacing between lines/links */
}
.footer p {
    margin: 4px 0;
    line-height: 2.0;
}

/* Email ke baad copyright ke liye extra gap */
.footer p.copyright {
    margin-top: 20px;
}

.footer-social a {
    color: #00bfae;      /* Links color */
    text-decoration: none;
    margin-right: 5px;
}

.footer-social a:hover {
    text-decoration: underline;
}



/* ===================== */
/* Responsive Fix        */
/* ===================== */
@media (max-width: 992px) {
  .page-title, h1, h2 {
    margin-left: 30px;
    font-size: 1.4rem;
  }
  .logo {
    max-height: 60px;
  }
  .brand-title {
    font-size: 1.4rem;
  }
  .brand-subtitle {
    font-size: 0.8rem;
  }
}

@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
  }

  .navbar-brand {
    flex-direction: row;
    gap: 8px;
  }

  .page-title, h1, h2 {
    margin-left: 15px;
    font-size: 1.2rem;
  }
}


 /* mobile ke liye */
@media (max-width: 768px) {
  .navbar-brand {
    flex-direction: row;   /* side-by-side hi rakhe */
    justify-content: flex-start;
    gap: 8px;
  }

  .logo {
    max-height: 45px;  /* mobile ke liye chhota logo */
  }

  .brand-title {
    font-size: 1.2rem;  /* mobile me thoda chhota text */
  }
    .brand-subtitle {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  h1, .page-title {
    font-size: 1.5rem;  /* mobile pe chhota */
    white-space: normal; /* mobile me wrap allow kar do */
  }
}

@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr); /* tablet: 2 per row */
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr; /* mobile: 1 per row */
  }
}
@media (max-width: 768px) {
  .page-title, h1, h2 {
    margin-left: 15px;  /* mobile pe thoda kam shift */
  }
}
@media (max-width: 768px) {
  .navbar-brand {
    margin-left: 5px;   /* mobile pe thoda adjust */
  }

  .page-title, h1, h2 {
    margin-left: 15px;  /* mobile pe kam shift */
  }
}