.elementor-705 .elementor-element.elementor-element-4573666{--display:flex;--min-height:0px;--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-705 .elementor-element.elementor-element-97049ea{--display:flex;}.elementor-705 .elementor-element.elementor-element-c1a5aba{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:8px;--padding-bottom:7px;--padding-left:0px;--padding-right:0px;}.elementor-705 .elementor-element.elementor-element-c1a5aba:not(.elementor-motion-effects-element-type-background), .elementor-705 .elementor-element.elementor-element-c1a5aba > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#660033;}.elementor-705 .elementor-element.elementor-element-f742277{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:90px 0px 0px 0px;}.elementor-705 .elementor-element.elementor-element-3de34db{--display:flex;}.elementor-705 .elementor-element.elementor-element-3226206{--display:flex;}@media(min-width:768px){.elementor-705 .elementor-element.elementor-element-4573666{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-f742277 */.about-container {
  max-width: 1200px;          /* keeps it nicely centered */
  margin: 0 auto;             /* center horizontally */
  background: rgba(255, 255, 255, 0.3)!important; /* soft white with transparency */
  backdrop-filter: blur(12px) !important; /* gives glass-like effect */
  padding: 50px 40px;
  border-radius: 20px !important;        /* rounded corners */
  box-shadow: 0 12px 35px rgba(102, 0, 51, 0.2) !important; /* maroon glow shadow */
  border: 2px solid #ffe3f0 !important;  /* soft pink border */
}


.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  border: 4px solid #660033;
  opacity: 0; /* hidden initially */
  transform: translateY(50px); /* slide from below */
  transition: all 1s ease;
}

.about-container.active {
  opacity: 1;
  transform: translateY(0);
}

.about-content {
  text-align: left;
}

.about-heading {
  font-size: 40px;
  font-weight: 800;
  color: #660033;
  margin-bottom: 10px;
}

.about-subheading {
  font-size: 20px;
  color: #660033;
  margin-bottom: 30px;
}

.about-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 900px) {
  .about-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-image {
    margin-top: 30px;
  }
}
.about-section {
  width: 100%;
  background: #ffdbec; /* full-width pink background */
  padding: 80px 20px;
  box-sizing: border-box; /* ensures padding doesn’t mess width */
}
body {
  background-color: #FFDBEC !important;
}
.about-container h2 {
  text-align: center;
  color: #660033;
}
.about-container {
  max-width: 100% !important;
  margin: 0 !important;
   /* optional if you don’t want rounded edges */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c207e66 */.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: 58px;       /* 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;
}
.my-fullwidth {
  width: 100vw;                 /* full viewport width */
  margin-left: calc(50% - 50vw);/* break out of theme container */
  background-color: #660033;    /* ✅ full-width background */
  padding: 40px 20px;           /* optional inner spacing */
  box-sizing: border-box;
}

@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 */