.elementor-703 .elementor-element.elementor-element-004de10{--display:flex;}.elementor-703 .elementor-element.elementor-element-f6c56e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-703 .elementor-element.elementor-element-f6c56e5:not(.elementor-motion-effects-element-type-background), .elementor-703 .elementor-element.elementor-element-f6c56e5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#660033;}.elementor-703 .elementor-element.elementor-element-a98a0d6{padding:112px 0px 2px 0px;}.elementor-703 .elementor-element.elementor-element-6a4e6a1{--display:flex;}.elementor-703 .elementor-element.elementor-element-30ded86{--display:flex;}.elementor-703 .elementor-element.elementor-element-30ded86.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-703 .elementor-element.elementor-element-30ded86{--width:105.702%;}}/* Start custom CSS for html, class: .elementor-element-a98a0d6 */<style>
.services-section {
  width: 100%;
  background: #FFDBEC; /* updated background color */
  padding: 60px 20px;
  text-align: center; /* centers heading and subheading */
}

.services-heading {
  font-size: 40px;
  font-weight: 800;
  color: #660033; /* updated heading color */
  margin-bottom: 10px;
  text-align: center; /* explicitly center */
}

.services-subheading {
  font-size: 18px;
  color: #444;
  margin-bottom: 50px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: #fff0f6;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #800040;
  margin-bottom: 15px;
}

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

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.services-section {
  background: #FFDBEC !important;  /* force background color */
}

.services-heading {
  color: #660033 !important;       /* force heading color */
  text-align: center !important;   /* ensure center alignment */
}
.services-section {
  width: 100%;
  background-color: #FFDBEC !important; /* full pink background */
  padding: 60px 20px;
  text-align: center;
   border-top: 6px solid #660033 !important;
  border-bottom: 6px solid #660033 !important;
}
section.services-section {
  background-color: #FFDBEC !important;
}
body {
  background-color: #FFdbec !important;
}
.service-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.service-card.show {
  opacity: 1;
  transform: translateY(0);
}
.services-subheading {
  color: #660033 !important;
}

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b4cb20 */.pro-footer {
  background: #600034; /* your theme color */
  color: #fff;
  padding: 60px 20px; /* more breathing space */
  font-family: "Segoe UI", Arial, sans-serif;
}

.pro-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  align-items: flex-start; /* ensure top alignment */
}

.pro-footer-column {
  flex: 1;
  min-width: 280px;
}

.pro-footer-column h3 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pro-footer-column p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.pro-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pro-footer-column ul li {
  margin-bottom: 12px;
}

.pro-footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.pro-footer-column ul li a:hover {
  color: #f8cdda; /* hover color */
}

/* Responsive */
@media (max-width: 768px) {
  .pro-footer-container {
    flex-direction: column;text-align: center;
  }

  .pro-footer-column {
    margin-bottom: 40px;
  }
}
.pro-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -4px; /* adjust this value (negative) to move UP */
}
.pro-footer-column h3 {
  color: #FFDBEC; /* light pink shade */
}
.pro-footer {
  background-color: #660033;
}

.pro-footer-column h3 {
  color: #FFDBEC; /* heading color */
}

.second-phone {
  display: inline-block;    /* so padding works */
  padding-left: 49px;       /* move to the right, adjust value */
}
/* Force the footer container to span full width */
.site-footer,
footer,
.ast-builder-grid-row-container,
.ast-builder-grid-row {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove Astra’s default padding inside */
.site-primary-footer-wrap,
.site-below-footer-wrap {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.my-fullwidth {
  width: 100vw;          /* full viewport width */
  margin-left: calc(50% - 50vw); /* break out of theme container center alignment */
  background: #660033;   /* example background */
}

.my-flexbox {
  display: flex;
  justify-content: space-between; /* or whatever */
  gap: 20px;
  padding: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .pro-footer-container {
    flex-direction: column;
    align-items: center;       /* center columns */
    text-align: center;        /* center text inside */
  }

  .pro-footer-column {
    margin-bottom: 40px;
    max-width: 600px;          /* optional: limit width for nicer look */
  }

  .pro-footer-column ul {
    padding: 0;
    margin: 0 auto;           /* center the list */
    display: inline-block;    /* shrink to content width */
    text-align: center;         /* align list items properly */
  }
}

.pro-footer p, 
.pro-footer strong,
.pro-footer .second-phone,
.pro-footer a[href^="tel"] {
  color: #FFDBEC !important;
  text-decoration: none !important;
}/* End custom CSS */