.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(35 142 204) !important;
}

#ac-211539321230222 a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#bs-1529739293881 {
    background-color: rgb(22 68 103);
    color: rgb(255, 255, 255);
}

#bs-1529739293881 a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.astroid-social-icons {
    line-height: inherit;
}
/*----------------------------------------Home Page About--------------------*/
.about-us {
  padding: 60px 20px;
  background: #f9fafc;
}

.about-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}

/* Left Content */
.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
}

.about-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 15px;
}

/* Right Image */
.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 5px;   /* 🔥 5px radius */
  object-fit: cover;
}

/* Button */
.read-more-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #007bff;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .about-flex {
    flex-direction: column;
  }

  .about-image {
    order: -1; /* mobile me image upar aa jaye */
  }
}
/*----------------------------------------------------Labour Chauk-------------------*/
.labour-chauk {
  padding: 60px 0px;
  background: #ffffff;
  text-align: center;
}

.labour-chauk h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #222;
  font-weight: 700;
}

.labour-desc {
  max-width: 700px;
  margin: -20px auto 30px auto;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  text-align: center;
}

/* Grid Layout */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  /* 🔥 ye center karega last row */
  gap: 25px;
  margin: 0 auto;
}

/* Service Box */
.service-box {
 background: #f9fafc;
 padding: 25px 5px;
 border-radius: 10px;
 text-align: center;
 transition: all 0.3s ease;
 cursor: pointer;
 width: 284px;
}

/* Icon/Image */
.service-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

/* Text */
.service-box p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* Hover Effect */
.service-box:hover {
  background: #eef4ff;  /* 🔥 halka color change */
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.hire-btn-wrapper {
  text-align: center;
  margin-top: 40px;
}

.hire-btn {
  display: inline-block;
  padding: 14px 35px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Hover Effect 🔥 */
.hire-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #0056b3, #003d80);
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .labour-chauk h2 {
    font-size: 26px;
  }
  .service-box {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .service-box {
    width: 100%;
  }
}

/*-----------------------------------------------Join Us-----------------------------------*/
.join-us {
  padding: 60px 20px;
  background: #f9fafc;
}

.join-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}

/* Left Content */
.join-text {
  flex: 1;
}

.join-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
}

.join-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Button */
.join-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #28a745;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.join-btn:hover {
  background: #1e7e34;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Right Image */
.join-image {
  flex: 1;
}

.join-image img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .join-flex {
    flex-direction: column;
  }

  .join-image {
    order: -1; /* image upar aa jaye */
  }

  .join-text h2 {
    font-size: 26px;
  }
}

/*---------------------------------------------------About-Us--------------------------------------------*/

.about-page {
  padding: 60px 20px;
  background: #f9fafc;
}

.about-page .container {
  margin: 0 auto;
}

.about-page h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #222;
  text-align: center;
}

.about-intro {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}

.about-block {
  margin-bottom: 30px;
}

.about-block h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111;
}

.about-block p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  text-align: justify;
}

/*---------------------------------------------------------------Services Page-----------------------------*/

.services-page {
  padding: 60px 20px;
  background: #f9fafc;
  text-align: center;
}

.services-page h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.services-intro {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #555;
  line-height: 1.7;
}

/* Grid */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

/* Card */
.service-card {
  width: 358px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s;
  text-align: left;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #222;
}

.service-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Hover */
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Process */
.service-process {
  padding: 60px 20px;
  text-align: center;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.step {
  background: #248fcd;
  color: #fff;
  padding: 15px 20px;
  border-radius: 30px;
}

/* CTA */
.service-cta {
    padding: 60px 20px;
    text-align: center;
    background: #15496d;
    color: #fff;
    border-radius: 8px;
}

.cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #28a745;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #1e7e34;
}

/* Responsive */
@media (max-width: 768px) {
  .service-card {
    width: 100%;
  }
}

/*---------------------------------------------------------------Property Page----------------------------*/

.property-page {
  padding: 60px 20px;
  background: #f9fafc;
  text-align: center;
}

.property-page h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.property-intro {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #555;
  line-height: 1.7;
}

/* Grid */
.property-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Cards */
.property-card {
  width: 528px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  transition: 0.3s;
}

.property-card h2 {
  margin-bottom: 10px;
}

.property-card p {
  color: #555;
  margin-bottom: 20px;
}

/* Button */
.property-btn {
  display: inline-block;
  padding: 10px 25px;
  background: #2a6d99;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
}

.property-btn:hover {
  background: #0056b3;
}

/* Hover */
.property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Why Section */
.property-why {
  padding: 60px 20px;
  text-align: center;
}

.why-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.why-box {
  background: #248fcd;
  color: #fff;
  padding: 15px 20px;
  border-radius: 30px;
}

/* CTA */
.property-cta {
  padding: 60px 20px;
  background: #1d7d29;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}

.cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #28a745;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .property-card {
    width: 100%;
  }
}

/*--------------------------------------------------Labour Page--------------------------------------------*/

.labour-page {
  padding: 60px 20px;
  text-align: center;
  background: #f9fafc;
}

.labour-page h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.labour-intro {
  max-width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 1.7;
}

/* Section Layout */
.labour-section {
  padding: 60px 20px;
}

.alt-bg {
  background: #f1f5f9;
}

.labour-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Text */
.labour-text {
  flex: 1;
}

.labour-text h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.labour-text p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Image */
.labour-image {
  flex: 1;
}

.labour-image img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

/* Button */
.labour-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #007bff;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.labour-btn:hover {
  background: #0056b3;
  transform: translateY(-3px);
}

/* CTA */
.labour-cta {
  padding: 60px 20px;
  text-align: center;
  background: #266893;
  color: #fff;
}

.cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #28a745;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .labour-flex {
    flex-direction: column;
  }
}

/*-----------------------------------------------------Contact US Page------------------------------------*/

.contact-section {
  padding: 70px 20px;
  background: #f9fafc;
  text-align: center;
}

/* Headings */
.contact-section h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #222;
}

.contact-section h2 {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.divider::before,
.divider::after {
  content: "";
  height: 1px;
  width: 80px;
  background: #ddd;
  margin: 0 10px;
}

.divider i {
  font-size: 16px;
  color: #333;
}

/* Grid */
.contact-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-grid a{
    text-decoration: none;
}
/* Card */
.contact-card {
  background: #fff;
  padding: 30px;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* Icon */
.contact-card i {
  font-size: 28px;
  margin-bottom: 15px;
  color: #007bff;
}

/* Text */
.contact-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #222;
}

.contact-card p {
  color: #555;
  line-height: 1.6;
}

/* Hover Effect */
.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-card {
    width: 100%;
  }
}

/*--------------------------------------------------------Service Form-----------------------------------*/

.service-form-container {
    max-width: 700px;
    margin: 30px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;
}

.service-form-container h2 {
    text-align: center;
    margin-bottom: 25px;
}

.sf-group {
    margin-bottom: 18px;
}

.sf-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.sf-input {
    position: relative;
}

.sf-input i {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #888;
}

.sf-input input,
.sf-input select,
.sf-input textarea {
    width: 100%;
    padding: 12px 12px 12px 38px;
    border-radius: 8px;
    border: 1px solid #ddd;
    outline: none;
}

.sf-input textarea {
    height: 120px;
    resize: none;
}

.sf-btn {
    width: 100%;
    padding: 14px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.sf-btn:hover {
    background: #0056b3;
}

.sf-success {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
}

/*--------------------------------------------------Bottom Footer------------------------------------------*/

.custom-footer {
  color: #cbd5e1;
  padding: 60px 20px 20px;
}

/* Container */
.footer-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Columns */
.footer-col {
  flex: 1;
  min-width: 200px;
}

/* 🔥 Bigger About Column */
.footer-about {
  flex: 2;
  text-align: center;
}

/* Logo */
.footer-logo {
  width: 160px;
  margin: 0 auto 15px auto;
  display: block;
}

/* Headings */
.footer-col h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffffff;
}

.follow-heading {
  margin-top: 15px;
  font-size: 16px;
  color: #ffffff;
}

/* Text */
.footer-col p {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

/* Links */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #cbd5e1;
  font-size: 14px;
  transition: 0.3s;
}

/* Hover */
.footer-col ul li a:hover {
  color: #38bdf8;
  padding-left: 5px;
}

/* Social Icons */
.social-icons {
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
  color: #cbd5e1;
  transition: 0.3s;
}

/* Hover */
.social-icons a:hover {
  color: #38bdf8;
  transform: translateY(-3px);
}

/* Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #1e293b;
  font-size: 14px;
  color: #94a3b8;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-about {
    flex: 1;
  }

  .footer-logo {
    margin: 0 auto 15px;
  }

  .social-icons {
    justify-content: center;
  }
}