.elementor-707 .elementor-element.elementor-element-00db392{--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-707 .elementor-element.elementor-element-08f85e1{--display:flex;}.elementor-707 .elementor-element.elementor-element-dd87c57{--display:flex;}.elementor-707 .elementor-element.elementor-element-a617b06{--display:flex;}@media(min-width:768px){.elementor-707 .elementor-element.elementor-element-08f85e1{--content-width:1600px;}.elementor-707 .elementor-element.elementor-element-dd87c57{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-4516839 */.partners-section {
  width: 100%;
  background: #FFDBEC;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;

  /* Add this */
  border-top: 108px solid #660033;
  border-bottom: 18px solid #660033;

  /* Remove any left/right border if accidentally added elsewhere */
  border-left: none;
  border-right: none;
}


.partners-heading {
  font-size: 36px;
  font-weight: 800;
  color: #660033;
  margin-bottom: 40px;
}

.partners-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.partners-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite; /* adjust speed here */
}

.partners-track img {
  height: 80px; /* adjust logo size */
  margin: 0 40px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partners-track img:hover {
  transform: scale(1.1);
}@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .partners-track img {
    height: 60px;
    margin: 0 20px;
  }
}
.partners-heading {
  color: #660033 !important;
}
.partners-heading {
  color: #660033 !important;
  margin-bottom: 50px; /* adjust the value for more or less gap */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c4ddd6 */.reviews-section {
  width: 100%;
  background: #ffdbec;
  padding: 60px 20px;
  text-align: center;

  /* ✅ Add these lines: */
  border-top: px solid #660033;
  border-bottom:7.5px solid #660033;

  /* Optional cleanup if borders exist elsewhere */
  border-left: none;
  border-right: none;
}


.reviews-heading {
  font-size: 40px;
  font-weight: 800;
  color: #660033 !important;
  margin-bottom: 10px;
}

.reviews-subheading {
  font-size: 18px;
  color: #660033;
  margin-bottom: 50px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.review-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

.review-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid #ffdbec;
}

.review-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: #660033;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #660033;
}/* Responsive */
@media (max-width: 1024px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* Animation base */
.fade-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-item.visible {
  opacity: 1;
  transform: translateY(0);
}
body {
  background-color: #FFDBEC !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf8c6a0 */.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: 57px;       /* 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;
}
/* Remove pink top border or line above Astra footer */
.site-footer {
  border-top: none !important;
  background-image: none !important;
  box-shadow: none !important;
  background-color: #660033 !important; /* match your footer bg if needed */
  margin-top: 0 !important;
}

/* Remove any pseudo-elements creating lines */
.site-footer::before,
.site-footer::after {
  content: none !important;
  display: none !important;
}

/* Change the color of the pink line above the footer */
.site-footer {
  border-top: 1px solid #660033 !important;
  background-color: #660033 !important; /* Optional: match footer background */
}

/* In case it's coming from ::before or wrapper */
.site-footer::before,
.site-below-footer-wrap::before,
.site-footer::after {
  background-color: #660033 !important;
  border-color: #660033 !important;
}

/* Apply to any section or wrapper above the footer */
footer,
footer * {
  border-color: #660033 !important;
  background-color: #660033 !important;
}
@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 */