.elementor-7236 .elementor-element.elementor-element-9157e41{--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;--overlay-opacity:0.22;}.elementor-7236 .elementor-element.elementor-element-9157e41:not(.elementor-motion-effects-element-type-background), .elementor-7236 .elementor-element.elementor-element-9157e41 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://gycu.in/wp-content/uploads/2025/07/aspl.png");background-repeat:no-repeat;background-size:cover;}.elementor-7236 .elementor-element.elementor-element-9157e41::before, .elementor-7236 .elementor-element.elementor-element-9157e41 > .elementor-background-video-container::before, .elementor-7236 .elementor-element.elementor-element-9157e41 > .e-con-inner > .elementor-background-video-container::before, .elementor-7236 .elementor-element.elementor-element-9157e41 > .elementor-background-slideshow::before, .elementor-7236 .elementor-element.elementor-element-9157e41 > .e-con-inner > .elementor-background-slideshow::before, .elementor-7236 .elementor-element.elementor-element-9157e41 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-7236 .elementor-element.elementor-element-33e4d45{--display:flex;}@media(min-width:1025px){.elementor-7236 .elementor-element.elementor-element-9157e41:not(.elementor-motion-effects-element-type-background), .elementor-7236 .elementor-element.elementor-element-9157e41 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-2d0b8ab */<style>
.sponsor-section {
  background: linear-gradient(135deg, #1e1e2f, #3a3a5a);
  color: #ffffff !important;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.sponsor-container {
  max-width: 700px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5); /* darker overlay for contrast */
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
}

.logo {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff !important; /* force bright white */
  margin-bottom: 10px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4); /* glowing text */
}

.subtitle {
  font-size: 22px;
  color: #ffffff !important;
  margin-bottom: 25px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.qr-section {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 15px;
  display: inline-block;
}

.qr-image {
  width: 260px;
  border-radius: 10px;
}

.scan-text {
  color: #ffffff !important;
  margin-top: 10px;
  font-weight: 600;
}

.bank-details {
  margin-top: 40px;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 15px;
  color: #ffffff !important;
}

.bank-details h3 {
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 15px;
}

.bank-details p {
  margin: 6px 0;
  font-size: 16px;
  color: #ffffff !important;
}

.upi-id {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 12px;
  font-weight: 600;
  color: #ffffff !important;
}

.note {
  margin-top: 30px;
  font-size: 16px;
  color: #ffffff !important;
}

.phone {
  font-size: 18px;
  color: #ffdf5e;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 600px) {
  .title {
    font-size: 28px;
  }
  .qr-image {
    width: 220px;
  }
  .bank-details p {
    font-size: 15px;
  }
}
</style>/* End custom CSS */