.elementor-9108 .elementor-element.elementor-element-165d421d:not(.elementor-motion-effects-element-type-background), .elementor-9108 .elementor-element.elementor-element-165d421d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.kindertrust.org/wp-content/uploads/2024/12/bg9-1.jpg");background-position:0px -48px;background-repeat:no-repeat;background-size:cover;}.elementor-9108 .elementor-element.elementor-element-165d421d{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 0px 60px 0px;}.elementor-9108 .elementor-element.elementor-element-165d421d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9108 .elementor-element.elementor-element-7b518103 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9108 .elementor-element.elementor-element-775cc5f5 .elementor-heading-title{max-width:100%;font-family:"Ubuntu", Sans-serif;font-size:30px;font-weight:700;text-transform:uppercase;line-height:1.25em;color:#FFFFFF;}.elementor-9108 .elementor-element.elementor-element-775cc5f5{text-align:center;}.elementor-9108 .elementor-element.elementor-element-d60c914{--display:flex;}.elementor-9108 .elementor-element.elementor-element-d60c914.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-9108 .elementor-element.elementor-element-d60c914{--width:97.63%;}}@media(max-width:1024px){.elementor-9108 .elementor-element.elementor-element-165d421d:not(.elementor-motion-effects-element-type-background), .elementor-9108 .elementor-element.elementor-element-165d421d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-9108 .elementor-element.elementor-element-165d421d:not(.elementor-motion-effects-element-type-background), .elementor-9108 .elementor-element.elementor-element-165d421d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b85588d *//* General styling */
.sponsor-section {
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 40px 20px;
  background: #f9f9f9; /* Light background for contrast */
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

/* Section Titles */
.sponsor-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
  text-transform: uppercase;
}

/* Parent Logo - Dominant */
.parent-logo img {
  max-width: 400px; /* Largest logo */
  height: auto;
  margin-bottom: -30px;
}
.micro-logo img {
    max-width: 250px;
}

/* Vertical connector (links parent to children) */


/* Child Logos - Smaller but connected */
.child-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

/* Horizontal lines linking child logos */
.horizontal-line {
  width: 50px;
  height: 2px;
  background-color: #666;
}

.child img {
  max-width: 180px; /* Medium size */
  height: auto;
}

/* Bottom Logo - Smallest */
.bottom-logo img {
  max-width: 140px;
  height: auto;
  margin-top: 10px;
}

/* Section: Partners in Kindness - All logos should look even */
.partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.partners-logos img {
  max-width: 160px;
  height: auto;
  object-fit: contain;
}

/* Section: Technical Partners */
.technical-partners-logos {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.technical-partners-logos img {
  max-width: 160px;
  height: auto;
  object-fit: contain;
}

/* Sponsor Text */
.sponsor-text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  text-align: justify;
  font-weight: bold; 
}
.sponsor-text {
  
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  font-weight: bold;
}

.kmf {
  width: 90px; /* Adjust the width as needed */
}

.sleepWell {
    width: 130px
}


/* Responsive Design */
@media (max-width: 768px) {
  .parent-logo img {
    max-width: 300px; /* Reduce size for mobile */
  }

  .child img {
    max-width: 140px;
  }

  .horizontal-line {
    width: 30px;
  }

  .vertical-line {
    height: 20px;
  }

  .partners-logos img,
  .technical-partners-logos img {
    max-width: 120px;
  }

  .sponsor-text {
    font-size: 14px;
  }
}/* End custom CSS */