/**********22222222222 Template CSS **********/
:root {
  --primary: #ffffff;
  --secondary: #8D9297;
  --light: #F8F9FA;
  --dark: #2f1133;
  --header: #2f1133;
}

.columns-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}

.footer .download-apps {
    margin-top: 17px; /* You can tweak */
}

/* Disabled dropdown links */
a.dropdown-item:not(.enable-me) {
    pointer-events: none;
    cursor: default !important;
    opacity: 0.6; /* optional visual effect */
}

a.nav-item:not(.enable-me) {
    pointer-events: none;
    cursor: default !important;
    opacity: 0.6; /* optional visual effect */
}

a.btn-link:not(.enable-me) {
    pointer-events: none;
    cursor: default !important;
    opacity: 0.6; /* optional visual effect */
}

a {
  color: #000;
}


    .location-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.btn-danger{
        background-color: #2f1133;
        border-color: #2f1133;
    }
    .btn-danger:hover{
        background-color: #2f1133;
        border-color: #2f1133;
    }

.btn-primary {
  background-color: #2f1133;
  border: #2f1133;
}

.btn-primary:hover {
  background-color: #ffffff;
  border: 2px solid #2f1133;
  color: #2f1133 !important;
}

.btn-book {
  border: 2px solid #2f1133;
  color: #fff;
}

.btn-book:hover {
  border: 2px solid #2f1133;
  color: #2f1133 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar {
  background-color: #2f1133;
}

.btn a {
  margin-left: 20px;
}

.ml-2 {
  margin-right: 10px;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: var(--secondary);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.pt-1 {
  padding-top: 1rem !important;
}



.navbar-nav .dropdown-submenu .dropdown-toggle::after {
   border: none;
  content: "\f105" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}


.navbar .dropdown-toggle::after {
  border: none;
  content: "" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
  #mainMenu{
          display: block;

  }


}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
    width: 210px;
  }
}


/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  background: rgba(0, 0, 0, .65);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  background-color: var(--dark);
  border: 15px solid var(--dark);
  border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
  }
}

.page-header {
   background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)),
              url(../img/about-us-image.webp) center;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}


.width-70 {
  max-width: 50%;

}

.display-2 {
  font-size: 2.3rem;
}




.service-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.service .service-1 h3 {
  font-size: 20px;
  padding-left: 10px;
  padding-top: 30px;
}

.service .service-1 p {
  font-size: 16px;
  padding-left: 10px;
}


.service .service-1 a {
  font-size: 16px;

}




.service .service-1 a i {
  font-size: 16px;
  padding-left: 10px;

}

.container-xxl a i {
  font-size: 16px;
  padding-left: 10px;

}


.service h3 {
  font-size: 44px;
  font-weight: 500;
  text-transform: capitalize;
}

.ser h3 {
  font-size: 20px;
}

.ser p {
  font-size: 16px;
}




/*** Service ***/
.service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--primary);
  opacity: 0;
  transition: .5s;
}

.service-item:hover .service-text::before {
  height: 100%;
  opacity: 1;
}

.service-text * {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.service-item:hover .service-text * {
  color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
}


/*** Team ***/
.team-text {
  position: absolute;
  width: 75%;
  bottom: 30px;
  left: 0;
  transition: .5s;
}

.team-item:hover .team-text {
  width: 100%;
}

.team-text * {
  transition: .5s;
}

.team-item:hover .team-text * {
  letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #FFFFFF;
  background: var(--primary);
}


/*** Footer ***/
.footer {
  color: #999999;
  background-color: #2f1133 !important;
}

.footer p {
  color: #fff;
}


.footer .d-flex img {
  margin-left: 10px;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
  text-align: center;
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}







.Choose {


  text-align: center;
}


.Choose h2{
  font-size: 40px;
  text-align: center;
}


h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

p.section-desc {
  font-size: 1.3rem;
  color: #555;
  /* margin-bottom: 40px; */
}

.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  width: 60%;
}

.column-title {
  font-size: 24px;
  margin-bottom: 8px;
  color: #000;
}

.column-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

.feature-card {
  background: white;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

  margin-bottom: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  background-color: #2f1133;
  color: #fff;
}


.feature-card:hover .feature-title {

  color: #fff;
}


.feature-card:hover .feature-desc {

  color: #fff;
}




.feature-icon {
  background: #eae7ed;
  color: white;
  font-size: 1.3rem;
  min-width: 36px;
  min-height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-text {
  text-align: left;
}

.feature-title {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.feature-desc {
  font-size: 0.9rem;
  color: #555;
  margin-top: 2px;
}











.feature-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 600px;
}

.feature-box {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.feature-box .icon {
  color: #4b2354;
  font-size: 16px;
  margin-right: 8px;
}



.Our-Housecallers .btn-book {
  color: #000;
}










.testimonial-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

}

/* Left Content */
.testimonial-text {
  flex: 1;
  min-width: 300px;
}

.testimonial-text h2 {
  font-size: 44px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.testimonial-text p {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  margin-bottom: 20px;
}

.testimonial-buttons {
  display: flex;
  gap: 10px;
}

.testimonial-buttons button {
  background: #4b2354;
  color: white;
  border: 2px solid #4b2354;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}

.testimonial-buttons button:hover {
  background: white;
  color: #4b2354;
}

/* Testimonial Card */
.testimonial-card {
  flex: 1;
  min-width: 300px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ddd;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}

.testimonial-content {
  flex: 1;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-header h3 {
  margin: 0;
  font-size: 1.1rem;
}

.testimonial-header span {
  font-size: 0.9rem;
  color: #777;
}

.quote-icon {
  background: #4b2354;
  color: white;
  font-size: 20px;
  padding: 6px;
  border-radius: 8px;
}

.stars {
  color: #f5a623;
  margin: 5px 0;
}

.testimonial-content p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .testimonial-section {
    flex-direction: column;
    text-align: center;
  }

  .service-1 .d-flex {
    display: block !important;
  }

  .testimonial-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-header {
    flex-direction: column;
    gap: 5px;
  }
}



.app {
  background-image: url('../img/bg1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 170px !important;

}



.app h5 {
  text-align: center;
  font-size: 30px;
  color: #2f1133;
}

.app-box {
  text-align: right;
}










/* Center Content */
.app-content {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.app-content h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #3c1d47;
  margin: 0;
}

.app-icons {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.app-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.app-icon-box img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  object-fit: contain;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.app-icon-box img:hover {
  transform: scale(1.05);
}

.app-icon-box span {
  font-size: 0.95rem;
  color: #222;
}

/* Responsive */
@media (max-width: 768px) {
  .app-section {
    flex-direction: column;
    text-align: center;
  }

  .phone img {
    max-width: 220px;
  }
}


.Social-icon i {
  font-size: 26px;
  color: #2f1133; 
  background: #fff;
    padding: 8px 10px;
    border-radius: 50px;


}


 


.Social-icon {
  margin-inline: 10px;
}














.how-it-works {
  text-align: center;

}

.how-it-works h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1d1d1d;
}

.how-it-works p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 50px;
}




.step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1d1d1d;
}

.step p {
  font-size: 0.9rem;
  color: #666;
}

/* Dashed Line with Arrows */
.steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 10%;
  width: 80%;
  height: 0;
  border-top: 2px dashed #b3a8b9;
  z-index: 0;
}



/* Responsive */
@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    gap: 40px;
  }

  .steps::before {
    display: none;
  }

  .steps .step:nth-child(1)::after,
  .steps .step:nth-child(2)::after {
    display: none;
  }
}



















/* ✅ Global Responsive Fixes */
@media (max-width: 992px) {
  .width-70 {
     width: 100%;
    /* full width text on small screens */
    text-align: center;
    max-width: 86%;
    text-align: center;
    margin: 0 auto;
  }

  .carousel-caption {
    text-align: center;
    padding: 20px;
  }

  .display-2 {
    font-size: 1.5rem;
  }

  .service h3 {
    font-size: 30px;
    text-align: center;
  }

  .ser h3 {
    text-align: center;
  }

  .service .service-1 div {
    text-align: center;
    margin-bottom: 20px;
  }

  .service-1 img {
    max-width: 80%;
  }

  .container-xxl .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .container-xxl img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .app {
    padding: 60px 20px !important;
    /* reduce padding for mobile */
  }

  .app-content h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .app-icon-box img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  .navbar .navbar-nav .nav-link {
    font-size: 14px;

  }
  
  .btn.btn-primary,
.btn.btn-outline-primary:hover {
      margin: auto;
  
}

  .pt-1 a {
    padding: 10px !important;
  }

  .service .pt-1 {
    padding: 10px !important;
  }

  .container-xxl .pt-1 {
    padding: 10px !important;
  }

  img {
    width: 100%;
  }


  .btn a {
    margin-left: 20px;
    padding: 10px 20px !important;
  }


  .testimonial-text h2 {
    font-size: 28px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .feature-box {
    font-size: 14px;
  }

  .feature-card {
    padding: 10px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}







/* Terms & conditions page */



.conditions .toc-section {
  font-size: 15px;
  color: #000;

}


.conditions article {
  padding: 10px;

}


.conditions article .font-22 {
  font-size: 22px;
}

.page-title-main {
  border-bottom: 2px solid #2f1133;
}

.top-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  text-decoration: none;
  color: #111;
  font-size: 18px;
}

h1.page-title {
  font-size: 28px;
  margin: 0;
  font-weight: 700;
}




a:hover {
  color: #2f1133;
}




.page-title-Electrician .top-row {
  text-align: center;
  color: #FFFFFF;
}

.Electrician1iag {
  width: 100%;
}

.Electrician .bold {
  font-size: 20px;
  font-weight: 700;
  color: #2f1133;
}



.Electrician p {
  font-size: 16px;
  font-weight: 400;
  color: #000;

}

.Electrician .taxe h2,
h3 {
  font-size: 20px;
}

.Electrician .taxe p {
  font-size: 15px;
  color: #000;
}

.service-grid {
  margin-top: 50px;
}





.Electrician-sr h2 {
  font-size: 1.8rem;

  font-weight: 700;
  text-align: center;
}

.Electrician-sr .tep {

  text-align: center;
}



.service-card {
  background: #fafafa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  margin-bottom: 20px;
  height: 180px;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-card span {
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
}

.why-choose-Electrician {
  background: #f8f0fa;

  border-radius: 12px;

}

.why-choose-Electrician ul {
  list-style: none;


}

.why-choose-Electrician li {
  font-size: 1rem;
  margin: 12px 0;
  color: #000;


}




.why-choose-Electrician h2 {
  font-size: 22px;
  font-weight: 600;
}


.why-choose-Electrician i {
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  color: #2f1133;
}

.why-choose-Electrician .cet h5 {
  color: #000;
  font-size: 22px;
}


.why-choose-Electrician .cet a {
  padding: 20px;

}






@media (max-width: 600px) {
  header h1 {
    font-size: 1.6rem;
  }

  section h2 {
    font-size: 1.5rem;
  }
}




.baner-electrician {
  background-color: #ffffff;
}

.text-primary {
  color: #2f1133 !important;
}

.baner-electrician h2,
h3,
h4 {
  font-size: 20px;
}



.baner-electrician p {
  background-color: #ffffff;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  text-align: left;

}



.fadeInUp .align-items-cente h1 {
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
}



.fadeInUp .align-items-cente a {
  color: #000000;

}


.fadeInUp .align-items-cente a:hover {
  color: #2f1133;

}


.border-primary {
  color: #2f1133 !important;
}



.form-control:focus {
  box-shadow: #2f1133b8 0px 0px 0px 0.25rem;
  border-color: #2f1133 !important;

}


.form-select:focus {
  border-color: #2f1133 !important;
  box-shadow: 0 0 0 .25rem #2f11337b;
}

.form-label {
  margin-bottom: .5rem;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}




@media (max-width: 992px) {
  .container-xxl .row {
    flex-direction: column;

  }
}



























:root {
  --purple: #3f1a54;
  --line: #bdbdbd;
  --muted: #6c757d;
}

body {
  background: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.process-flow-container {
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}


.row.process-steps {
  align-items: flex-start;
  text-align: center;
  position: relative;
}

.step-icon {
  width: 88px;
  height: 88px;
  background: var(--purple);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 34px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 20;
  box-shadow: 0 0 0 6px #fff;
}

.step-text h5 {
  font-weight: 700;
  font-size: 1.06rem;
  margin-bottom: .4rem;
  color: #111;
}

.step-text p {
  margin: 0;
  font-size: .92rem;
  color: var(--muted);
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}

.svg-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  overflow: visible;
}

@media (max-width:767.98px) {
  .svg-arrows {
    display: none;
  }

  .process-flow-container {
    padding: 40px 0;
  }
}













.banner-how img {
  width: 100%;
}


.banner-how h2,
h3,
h4 {
  font-size: 20px;
}

/* Steps Section */

.step-card {
  text-align: center;

  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  background: #2f1134e6;
  border-radius: 12px;
  padding: 50px 25px;
  margin-bottom: 10px;

}


.step-card1 {
  text-align: center;

  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  background: #2f1134e6;
  border-radius: 12px;
  padding: 30px 25px !important;

}

.step-card:hover {
  transform: translateY(-5px);
}

.step-card h3 {
  font-weight: 900;
  color: #fff;

  font-size: 20px;
  line-height: 1.3;
}

.step-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

/* Why Choose Us Section */
.why-choose {
  background: #fff8e6;
  padding: 60px 20px;
  text-align: center;
}

.why-choose h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.feature {
  background: #fff;
  padding: 20px 10px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.feature1 {
  background: #fff;
  padding: 30px 10px !important;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.feature h4 {
  margin-bottom: 8px;
  font-size: 18px;
}

/* Final CTA */
.final-cta {

  text-align: center;
  padding: 40px 20px;
  border: 2px solid #2f1134;
}

.final-cta h3 {
  font-size: 24px;
  margin-bottom: 20px;
}


@media(max-width: 768px) {
  .hero h1 {
    font-size: 28px;
  }

  .hero p {
    font-size: 16px;
  }
}
















.cta a {
  background: #0d6efd;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  transition: background 0.3s;
}

.cta a:hover {
  background: #0056b3;
}

.Why-about p {
  color: #000;

}


.about-image-text img {
  width: 100%;
  border-radius: 12px;
  border: 2px solid #2f1133;
}

.about .text {
  color: #2f1133;
  padding: 40px 0;
}



@media(max-width:768px) {
  header h1 {
    font-size: 2rem;
  }

  .about-image-text {
    flex-direction: column;
  }
}

.navbar-toggler {
  background-color: #fff !important;
}



@media (max-width: 992px) {
  .service-1 .d-flex {
    display: block !important;
  }
}









.deep-apartments table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.deep-apartments th,
td {
  border: 1px solid #2f1133;
  padding: 8px;
  text-align: center;
  color: #000;
}

.deep-apartments .section-title {
  background: #2f1133;
  font-weight: bold;
  color: #fff;

}

.deep-apartments .thmin {
  padding: 20px;
  background-color: #2f1133;
  color: #fff;
  font-size: 30px;

}


.deep-apartments h2 {
  font-size: 40px;
  text-align: center;
  padding: 40px 20px;
}


.banner-partner p span {
  color: #000;
  font-weight: 700;

}

.banner-partner h2 {
  color: #2f1133;


}

.banner-partner p {
  color: #000;
}



.banner-partne .step-card {
  text-align: center;

  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  background: #2f1134e6;
  border-radius: 12px;
  padding: 50px 25px;
  margin-bottom: 10px;

}


.banner-partne .step-card1 {
  text-align: center;

  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  background: #2f1134e6;
  border-radius: 12px;
  padding: 50px 25px !important;

}

.pr {
  color: #000;
}



.why-choosepar {
  background: #fff8e6;
  color: #000;

}


.why-choosepar h3 {
  background: #fff8e6;
  color: #000;
  font-size: 30px;

}













.hero {
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.08), rgba(13, 110, 253, 0.02));
  padding: 64px 0;
}

.service-card {
  border-radius: 12px;
  transition: transform .18s ease, box-shadow .18s ease;

}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px #2f11331d;
}

#services-ac h3 {
  font-size: 25px;
  color: #000;
}

.text-success {
  color: #000;
}

.price-badge {
  font-weight: 700;
  color: var(--brand);
}

.how-step {
  min-height: 110px;
  border-radius: 12px;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 10px 30px #2f11331d;

}

.how-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px #2f11331d;
}

.faq .btn {
  text-align: left;
  width: 100%;
}


.faq h3{
  font-size: 40px;
}

.list-unstyled li {
  color: #000;
}

.list-unstyled li i {
  color: #2f1133;
  font-size: 20px;
}


.contact-box {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(37, 41, 46, 0.151);
  padding: 40px;
}

/* responsive tweaks */
@media (max-width:575px) {
  .hero {
    padding: 36px 0;
  }
}


.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #2f1133;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232f1133'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);

}


.accordion-button:focus {
  z-index: 3;
  border-color: #2f1133;
  outline: 0;
  box-shadow: 0 0 0 .25rem #2f113358;
}









/* Deep Cleaning Section */
#deep-cleaning {
  background-color: #f8f9fa;
  padding: 5rem 0;
  font-family: 'Arial', sans-serif;
}

/* Heading */
#deep-cleaning .text-center h2 {

  font-weight: 700;
  font-size: 2rem;
  color: #2f1133;
}



#deep-cleaning .text-center p {
  margin-top: 1rem;
  color: #6c757d;
  font-size: 1rem;
}

/* Service Cards */
.service-card {
  border: none;
  border-radius: 10px;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;

}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px #2f11331d;
}

.service-card i {
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* Gradient Card - Why Choose Us */
#deep-cleaning .bg-gradient {

  color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
}

/* Card Titles */
.service-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #2f1133;
}

.why-choose-us i {
  color: #2f1133;
  padding-inline: 10px;
}





/* Card Text */
.service-card .card-text {
  font-size: 0.95rem;
  color: #6c757d;
}

/* Why Choose Us List */
.bg-gradient ul li {
  margin-bottom: 0.5rem;
}

/* CTA Section */
#deep-cleaning .text-center a.btn {
  font-size: 1.1rem;
  padding: 0.75rem 2rem;
  transition: transform 0.3s, background-color 0.3s;
}

#deep-cleaning .text-center a.btn:hover {
  transform: translateY(-3px);

}

/* Perfect For Text */
#deep-cleaning .text-center h5 {
  color: #2f1133;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#deep-cleaning .text-center p {
  color: #6c757d;
}


.why-choose-us {
  border: none;
  border-radius: 10px;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
      box-shadow: 0 15px 25px #2f11331d;

}


.why-choose-us:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px #2f11331d;
}






.mission-section {
  background: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}




.step-card {
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  border: none;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cta-section {
  background: #2f1133;
  color: white;
  padding: 60px 0;
  text-align: center;
}


.content-section .step-card i {
  color: #fff !important;
}

.content-section .step-card h5 {
  color: #fff;
}


.content-section .step-card.step-card-1 {
  padding: 19px !important;
}










.why-choose-section .section-title {
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 2.5rem;
}

.why-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.why-card i {
  font-size: 3rem;
  color: #2f1133;
  margin-bottom: 15px;
}

.why-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.why-card p {
  color: #555;
  font-size: 0.95rem;
}







.deep-cleaning {
  background: #f8f9fa;
  padding: 50px 0;
}

.section-title {
  font-weight: 700;
  font-size: 2.5rem;
}

.deep-service-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}

#serviceAmount {
  background: #ffffff;
}



@media(max-width: 576px) {
  .d-flex.gap-2 {
    flex-direction: column;
  }
}




.btn-primary:active {
  background-color: #2f1134;
  border-color: #2f1134;
}



.modal-content {
  border-radius: 16px;
  overflow: hidden;
}

.nav-tabs .nav-link.active {
  background-color: #2f1134;
  color: #fff;
}

.nav-tabs .nav-link {
  border: none;
  color: #555;
}

.btn-primary,
.btn-success {
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 600;
}


a.btn.btn-login.nav-item.nav-link {
    background: #fff;
    padding: 10px 10px;
    margin: 14px 20px;
    border-radius: 100px;
    color: #2f1133;
}

a.btn.btn-login.nav-item.nav-link:hover{
    background: #2f1133;
    border: 2px solid #fff;
    color: #ffffff;
}








.service-card-Location{
  height: 330px !important;
}


.service-card-Location-plumbing{
  height: 250px;
}



 .city-container {
      
      text-align: center;
      color: #fff;
      width: 100%;
    }

    

    .city-list {
      max-width: 1200px;
      margin: 0 auto;
      color: #fff;
      font-size: 16px;
      line-height: 1.8;
    }

    .city-list span {
      display: inline-block;
      margin: 3px 6px;
      white-space: nowrap;
      color: #fff;
      transition: 0.3s;
    }


    .city-list span a {
      
      color: #fff;
     
    }

    .city-list span:hover {
      color: #fff;
    }

    .separator {
      color: #fff;
      margin: 0 4px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .city-list {
        font-size: 14px;
        line-height: 1.6;
      }
      .city-container {
        padding: 30px 10px;
      }
    }

    @media (max-width: 480px) {
      .city-list {
        font-size: 13px;
        line-height: 1.4;
      }
    }
	


/**********App icon **********/

.app-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 15px;
}

.app-grid img {
    width: 100%;
    max-width: 180px;
    border-radius: 10px;
    transition: 0.3s;
    background: #000;
    border: 1.8px solid #ffffff;   /* white border added */
    padding: 5px;                  /* spacing for clean border */
}

.app-grid img:hover {
    transform: scale(1.04);
}

/* Optional Mobile responsive */
@media (max-width: 576px) {
    .app-grid {
        grid-template-columns: 1fr;
    }
}






/* SUBMENU STYLING */

.dropdown-menu .dropdown-submenu {
    position: relative;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100%;
    margin-left: 0.1rem;
    display: none;
}

.dropdown-menu>.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}


/* Smooth hover */

.dropdown-menu {
    transition: 0.2s ease-in-out;
}



@media (min-width: 992px) { 
    /* Desktop Hover */
    #servicesMenu:hover .dropdown-menu {
        display: block !important;
        margin-top: 0;
    }
}




.new-section-1{
  background-color: #681881;
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
  
}

.new-section-1 h3{
  color: #fff;
  text-align: center;
  font-size: 40px;

}


.new-section-1 p{
  color: #fff;
  text-align: center;
  font-size: 16px;
  max-width: 600px;
 margin: 0 auto;

}

.new-section-1 .d-flex {
  display: flex !important;
    justify-content: center;
    margin: 30px 0;

}


.new-section-1 .d-flex a{
  margin-left: 20px;
}





.new-section-2{
  background-color: #681881;
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
  
}

.new-section-2 h3{
  color: #fff;
  text-align: center;
  font-size: 40px;

}


.new-section-2 p{
  color: #fff;
  text-align: center;
  font-size: 16px;
  max-width: 600px;
 margin: 0 auto;

}

.new-section-2 .d-flex {
  display: flex !important;
    justify-content: center;
    margin: 30px 0;

}


.new-section-2 .d-flex a{
  margin-left: 20px;
}

.new-section-2 .d-flex img{
  max-width: 130px;
  
}



.new-section-3-1 {
  background: #fff;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-box i {
  background: #2f1133;
  color: #fff;
  font-size: 18px;
  padding: 14px;
  border-radius: 50%;
  min-width: 48px;
  text-align: center;
}

.feature-box span {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}

/* Hover Effect */
.feature-box:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}





.new-section-3{
  color: #000;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}


.new-section-3 h4{
  color: #000;
  font-size: 40px;
  margin-bottom: 30px;
  
}

.new-section-3 a{
  color: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 30px 40px;
  width: 300px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.05);
  border: 2px;
  background: linear-gradient(135deg, #f4f7fb 0%, #eef2f7 100%);

}


.new-section-3 a i{
  margin-right: 10px;
  font-size: 20px;
}

.new-section-3 a:hover{
  background-color: #2f1133 !important;
  color: #000 !important;
}




.services-new{
      background: rgba(5, 5, 5, 0.02);
      
}


.services-new h4{
  font-size: 40px;
  font-weight: 600;
}

.services-new p{
  
  text-align: center;
  font-size: 16px;
  max-width: 600px;
 margin: 0 auto;
 color: #000;
}


/* Service Card */
.service-card {
  border: none;
  transition: all 0.3s ease;
}

.service-card img {
  height: 230px;
  object-fit: cover;
}

.service-card .card-body {
  padding: 20px;
}

.service-card .card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

/* Hover effect */
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 575px) {
  .service-card img {
    height: 200px;
  }

  .service-card .card-title {
    font-size: 20px;
  }
}



.lOCATIONS-serve {
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.05);
    
}



.lOCATIONS-serve h4{
  font-size: 40px;

}


.lOCATIONS-serve p{
  color: #000;
  
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 700px;

}


.lOCATIONS-serve h5{
  color: #000;
  font-size: 23px;
  align-items: center;
  justify-content: center;
 

}


.lOCATIONS-serve .d-flex {
  display: flex !important;
    justify-content: center;
    margin: 30px 0;
   

}


.lOCATIONS-serve .d-flex a{
  margin-right: 20px;
   

}


.new-book h5{
  font-size: 30px;
  padding-bottom: 11px;
}

.new-book p{
  font-size: 18px;
  color: #000;
  line-height: 32px;
  word-spacing: 7px;
}

.new-book .d-flex a{
  margin-right: 20px;
   

}



/* Responsive */
@media (max-width: 575px) {
  .new-section-1 .d-flex a {
    margin-left: 10px;
    padding: 15px 30px !important;
    font-size: 16px;
}

.new-section-1 h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.new-section-2 h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.new-section-3-1 {
   
     margin-bottom: 0px; 
}


.new-section-3 {
    margin-bottom: 0px;
   
}


.new-book .d-flex a {
    margin-right: 20px;
    padding: 10px 20px !important;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin: 0px 0px 30px 40px;
}



}



    
   .app-banner {
        display: flex !important;
        gap: !important;
        flex-wrap: wrap !important;
        margin-top: 20px !important;
    }
    /* App images */
    
    .app-img1 {
        max-width: 300px!important;
        height: auto !important;
        transition: transform 0.3s ease !important;
    }
    
    .app-img {
        max-width: 200px!important;
        height: auto !important;
        transition: transform 0.3s ease !important;
    }
    
    .app-img:hover,
    .app-img1:hover {
        transform: scale(1.05);
    }

    
    @media (max-width: 768px) {
        .app-img,
        .app-img1 {
            max-width: 140px !important;
        }
        .app-img1 {
            padding: 0 !important;
        }
            .app-banner {
        display: flex !important;
        gap: 140px !important;
        flex-wrap: wrap !important;
        margin-top: 20px !important;
    }
    }








/* Parent dropdown item ko flex banaye */
.dropdown-menu .dropdown-item.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Bootstrap default arrow reset */
.dropdown-menu .dropdown-item.dropdown-toggle::after {
    margin-left: auto;
    float: none;
}








  @media (max-width: 991px) {

  .navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
  }

  .dropdown-submenu > .dropdown-menu {
    display: none;
    padding-left: 15px;
    border: 0;
    background: transparent;
  }

  .dropdown-submenu.open > .dropdown-menu {
    display: block;
  }

  .location-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 991px) {

  /* always show location menu on click */
  .nav-item.dropdown.show > .dropdown-menu {
    display: block;
  }
}

/* Remove black background on click/focus for nav links */
.navbar .nav-link:focus,
.navbar .nav-link:active,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:active,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-toggle:active {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

