.elementor-709 .elementor-element.elementor-element-76c3da9{--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;}.elementor-709 .elementor-element.elementor-element-4456b85{--display:flex;}.elementor-709 .elementor-element.elementor-element-06fc140{--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;}.elementor-709 .elementor-element.elementor-element-649b38c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px -20px 0px 0px;}.elementor-709 .elementor-element.elementor-element-649b38c.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-709 .elementor-element.elementor-element-e5f5659{--display:flex;}.elementor-709 .elementor-element.elementor-element-6c5f6f2{--display:flex;}@media(min-width:768px){.elementor-709 .elementor-element.elementor-element-4456b85{--content-width:561px;}.elementor-709 .elementor-element.elementor-element-06fc140{--content-width:1482px;}}/* Start custom CSS for html, class: .elementor-element-649b38c */.contact-section {
  width: 100%;
  background: #ffdbec; /* full pink background */
  padding: 40px 20px;
  text-align: center;
}

.contact-heading {
  font-size: 40px;
  font-weight: 800;
  color: #660033 !important;
  margin-bottom: 10px;
  text-align: center;
}

.contact-subheading {
  font-size: 18px;
  color: #660033;
  margin-bottom: 50px;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.contact-info {
  flex: 1 1 300px;
  text-align: left;
  animation: fadeInLeft 1s ease forwards;
}

.contact-info h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #660033 ;
}

.contact-info p {
  font-size: 16px;
  color: #660033;
  margin-bottom: 12px;
  line-height: 1.6;
}

.contact-form {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: fadeInRight 1s ease forwards;
}

.contact-form input,
.contact-form textarea {
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #660033;
}

.contact-form button {
  background: #660033;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #a61a5d;
}

/* Animations */
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
  }
  .contact-info { text-align: center; }
}
body {
  background-color: #FFDBEC !important;
}
.elementor-709 .elementor-element.elementor-element-649b38c::before {
  content: "";
  display: block;
  height: 88px; /* Top line height (change as needed) */
  background-color: #660033;
  margin-bottom: 20px;
}

.elementor-709 .elementor-element.elementor-element-649b38c::after {
  content: "";
  display: block;
  height: 8px; /* Bottom line height (change as needed) */
  background-color: #660033;
  margin-top: 20px;
}
.contact-info a[href^="tel"],
.contact-info span,
.contact-info p,
.contact-info strong {
  color: #660033 !important;
  text-decoration: none !important;
}

.contact-indent {
  display: inline-block;
  padding-left: 60px;
}

/* Optional specific tweaks */
.email-indent {
  padding-left: 43px;
}
.phone-indent {
  padding-left: 48px;
}

/* Responsive styling */
@media (max-width: 768px) {
  .contact-indent {
    padding-left: 0px; /* smaller padding for mobile */
  }

  .email-indent {
    padding-left: 00px;
  }

  .phone-indent {
    padding-left: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c109407 */.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: 56px;       /* 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 */